@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

a {
    text-decoration: none;
    color: #4f4f4f;
}

i {
    font-style: normal;
}

.red {
    color: #d61419 !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.pb90 {
    padding-bottom: 90px;
}

.bge {
    background: #eee;
}

body {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    font-family: 微软雅黑;
    font-size: 14px;
}

.flex-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-flow: column;
}

/*header*/
header {
    display: flex;
    flex-flow: column nowrap;
}

.top {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .tel {
    background: url(../images/tel.png) left no-repeat;
    padding-left: 45px;
}

.top .tel p {
    color: #d61419;
    font-size: 24px;
    font-weight: bold;
}

.top .tel span {
    color: #717171;
    font-size: 18px;
}

nav ul {
    display: flex;
    flex-flow: row nowrap;
    height: 40px;
    align-items: center;
}

nav ul li a {
    line-height: 40px;
    padding: 0 30px;
    display: block;
    font-size: 20px;
    color: #4f4f4f;
}

nav ul li.on a, nav ul li a:hover {
    background: #d61419;
    color: #fff;
}

/* PC 主导航：品牌、栏目、咨询电话同一行 */
.site-header { background: #fff; border-bottom: 1px solid #ececef; box-shadow: 0 3px 16px rgba(25,31,45,.06); position: sticky; top: 0; z-index: 100; }
.home-page section[id] { scroll-margin-top: 105px; }
.site-header-inner { min-height: 92px; display: flex; align-items: center; gap: 8px; }
.site-header .site-logo { display: flex; align-items: center; flex: 0 0 172px; overflow: hidden; }
.site-header .site-logo img { display: block; width: 268px; min-width: 268px; height: auto; max-width: none; max-height: none; margin-left: -14px; }
.site-header .site-nav { flex: 1 1 auto; min-width: 0; }
.site-header .site-nav ul { display: flex; justify-content: center; align-items: center; gap: 2px; height: auto; white-space: nowrap; }
.site-header .site-nav li { flex: 0 0 auto; }
.site-header .site-nav li a { padding: 10px 6px; line-height: 1.3; font-size: 16px; font-weight: 400; color: #27313d; border-bottom: 2px solid transparent; }
.site-header .site-nav li.on a, .site-header .site-nav li:not(.site-nav-consult) a:hover { color: #c71622; background: transparent; border-bottom-color: #c71622; }
.site-header .site-nav-consult { margin-left: 8px; }
.site-header .site-nav li.site-nav-consult a, .site-header .site-nav li.site-nav-consult a:hover { padding: 11px 18px; border: 1px solid #c71622; border-radius: 4px; background: #c71622; color: #fff; }
.site-header .site-phone { display: flex; flex: 0 0 145px; flex-direction: column; gap: 3px; padding-left: 8px; border-left: 1px solid #e9e9e9; white-space: nowrap; }
.site-header .site-phone span { font-size: 12px; color: #7b8490; }
.site-header .site-phone strong { font-size: 16px; color: #c71622; letter-spacing: .2px; }

/*banner*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner_list {
    height: 350px;
}
/*首页主体*/
main {
    display: flex;
    flex-flow: column nowrap;
}

.ihead {
    margin-top: 90px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.ihead > h2 {
    font-size: 36px;
    color: #d61419;
    border-bottom: 1px solid #a4a4a4;
    width: 100%;
    text-align: center;
}
.home-page .ihead > h2 { border-bottom: 0; }
.home-page .bge { background: #f8f9fa; }

.ihead > i {
    background: url(../images/sjx.png) center no-repeat;
    width: 25px;
    height: 12px;
    margin-bottom: 5px;
}

.ihead > p > span {
    font-size: 20px;
    color: #494949;
}
/*开设课程*/
.kskc {
}

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

.index-kskc li {
    width: 380px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}

.index-kskc li h3 {
    font-size: 18px;
    color: #272727;
    margin-top: 10px;
}

.index-kskc li p {
    font-size: 16px;
    color: #767676;
    margin-bottom: 15px;
}

.index-kskc li .btn {
    line-height: 35px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #d61419;
    border-radius: 5px;
}

/*首页关于我们*/
.index-about {
    background: url(../images/about_bg.jpg) top no-repeat;
}
.index-about h2{
    border-bottom: none;
}
.about-box {
    background: #fff;
    box-shadow: 0px 0px 20px 4px #e5e5e5;
    padding: 25px 20px 25px;
    align-items: flex-start;
}

.index-case {
    width: 300px;
}

.h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.case-box {
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.case-box li {
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #eee;
}

.case-box li img {
    width: 62px;
    height: 80px;
    display: block;
}

.case-box li div {
    padding-left: 10px;
    width: 226px;
}

.case-box li .tit {
    color: #121212;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-box li .info {
    padding-top: 10px;
    color: #797979;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-about2 {
    width: 500px;
}

.index-about2 .about2-box {
    font-size: 14px;
    color: #797979;
    margin-top: 20px;
}

.index-about2 .about2-box li {
    padding-top: 10px;
    background: url("../images/index_13.png") left 17px no-repeat;
    padding-left: 14px;
}

.index-zixun {
    width: 300px;
}

.index-zixun .zixun-box {
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.index-zixun .zixun-box li {
    margin-top: 10px;
}

.index-zixun .zixun-box li img {
    display: block;
}
.about-more {
    background-color: #d61419;
    width: 220px;
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
}
/*PK*/
.pk {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.pk-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.pk-box .pk-list {
    display: flex;
    justify-content: space-between;
}

.pk-box .pk-list li {
    margin: 5px auto;
}

.pk-box .pk-list > ul:first-of-type {

}

.pk-box .pk-list > ul:first-of-type li {
    background: url("../images/db_01.png") no-repeat;
    width: 536px;
    height: 85px;
    line-height: 75px;
    text-align: right;
    padding-right: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #d81318;
}

.pk-box .pk-list > ul:nth-of-type(2) {
    width: 120px;
}

.pk-box .pk-list > ul:nth-of-type(2) li {
    font-size: 20px;
    color: #fff;
    background: url("../images/db_02.png") no-repeat;
    width: 120px;
    height: 85px;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    padding-left: 35px;
}

.pk-box .pk-list > ul:last-of-type {
    width: 546px;
}

.pk-box .pk-list > ul:last-of-type li {
    background: url("../images/db_03.png") no-repeat;
    width: 546px;
    height: 85px;
    font-size: 16px;
    color: #5b5b5b;
    padding-left: 95px;
    line-height: 75px;
}

.yybtn {
    border: 1px solid #d81318;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.yybtn span {
    float: left;
    display: block;
    padding: 0 15px;
    color: #313131;
    font-size: 20px;
}

.yybtn a {
    display: block;
    float: right;
    background-color: #d81318;
    padding: 0 35px;
    font-weight: bold;
    color: #fff;

}
/*名师团队*/
.index-team{
    position: relative;
}
.index-team:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 225px;
    background: #d61419;
}
.teach-lists ul{
    margin: 0 40px;
}
.teach-lists ul li{
    position: relative;
    display: flex;
    flex-flow: column;
    cursor: pointer;
}
.teach-lists ul li span{
    position: absolute;
    height: 25px;
    background: rgba(214, 20, 25, 0.64);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 100%;
     bottom: 0;
}
.teach-box {
    padding: 50px 80px 25px 80px;
    z-index: 1;
    position: relative;
}

.teach-box .teach{
    background: #fff;
    justify-content: flex-start;
    position: relative;
}
.teach-box .teach:before{
    content: '';
    background: url("../images/r-icon.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 122px;
}
.teach-box .teach .img img{
    display: block;
}
.teach-info {
    margin-left: 45px;
}
.teach-info dt{
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
}
.teach-info dt b{
    font-size: 30px;
    font-weight: bold;
    color: #d61419;
    padding-right: 20px;
    border-bottom: 2px solid #d61419;
    padding-bottom: 5px;
}
.teach-info dt span{
    color: #595757;
    font-size: 20px;
    border-bottom: 2px solid #9f9e9e;
    padding-bottom: 5px;
}
.teach-info .biaoqian{
    display: flex;
    font-size: 18px;
    color: #d61518;
}
.teach-info .biaoqian span{
    padding: 0 5px;
}
.teach-info .desc {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 40px;
    margin-top: 20px;
}
.teach-info .yybtn {
    display: inline-block;
}
.teach-info .yybtn a{
    padding: 0 15px;
}
/*专用教材*/
.zyjc{
    position: relative;
}
.zyjc ul {
    position: absolute;
    right: 65px;
    top: 26px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 415px;
    width: 415px;
}
.zyjc ul li{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*教室配置*/
.jiaoshi {
    background-color: #f6f6f6;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.jiaoshi-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.jiaoshi-box h2 {
    font-size: 24px;
    color: #595757;
}

.jiaoshi-box-cel {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    width: 80%;
}
.jiaoshi-box-cel dl:nth-of-type(2){
    margin-top: 20px;
}
.jiaoshi-box-cel dl dt {
    margin-top: 30px;
    color: #d81318;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jiaoshi-box-cel dl dd {
    font-size: 18px;
    color: #404040;
    padding-left: 20px;
}

.jiaoshi-box-cel dl:first-of-type dt {
    margin-top: 45px;
}

.jiaoshi-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*班型设置*/
.bxsz {
    margin-top: 25px;
    background: #d61419;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.bxsz table {
    border: 0;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    height: 265px;
}
.bxsz table:first-child{
    width: 700px;
}
.bxsz td, .bxsz th {
    border: 1px solid #d61419;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    color: #626262;
    min-width: 210px;
    line-height: 30px;
}

.bxsz th {
    font-size: 24px;
    color: #595757;
    height: 65px;
}


.bxsz td:first-child, .bxsz td:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    color: #d61419;
}

.bxsz tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 25px;
}
.bxsz table:last-child{
    width: 410px;
}
.bxsz table:last-child tr td {
    text-align: left;
    padding-left: 90px;
    font-size: 18px;
    color: #626262;
    font-weight: normal;
}

.bxsz table:last-child tr td p:first-child{
    padding-bottom: 20px;
}
/*招生信息*/
.index-news ul {
    flex-wrap: wrap;
    align-items: flex-start;
}
.index-news ul li{
    width: 555px;
    padding: 15px 10px;
    border-bottom: 1px solid #e7e7e7;
}
.index-news ul li a {
    font-size: 16px;
    color: #3d3d3d;
}
.index-news ul li span {
    font-size: 14px;
    color: #3d3d3d;
    float: right;
}
.index-news ul li p {
    font-size: 14px;
    color: #747474;
    line-height: 1.5;
    margin-top: 20px;
}
.index-news ul li:hover{
    box-shadow: 0px 0px 10px 0px #dddddd;
}
.index-news ul li:hover a,.index-news ul li:hover span{
    color: #d61419;
}
 /*列表*/
.position {
    color: #868686;
}

.position a {
    color: #868686;
}

.position span {
    background: url("../images/position.png") left no-repeat;
    padding-left: 20px;
}

.content {
    align-items: flex-start;
}

.content .c-left {
    border: #d2d2d2 1px solid;
    width: 858px;
    padding: 25px;
}

.content .c-left .change-ul {
    display: flex;
    margin-bottom: 24px;
}

.content .c-left .change-ul li {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
    text-align: center;

}

.content .c-left .change-ul li a {
    font-size: 24px;
    color: #212121;
    display: block;
    cursor: pointer;
}

.content .c-left .change-ul li .class1, .content .c-left .change-ul li .class2 {
    background: #d61419;
    color: #fff;
    border-radius: 5px;
}

.arc-head {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-head h2 {
    font-size: 30px;
    color: #d61419;
}

.arc-head p {
    font-size: 20px;
    color: #616161;
    padding-top: 5px;
}


#list1 {
    display: flex;
    flex-flow: column;
}

.arc-fc {
    text-align: center;
}

.arc-fc li:first-child {
    margin-bottom: 20px;
}


.arc-more {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    background: linear-gradient(to right, #d61419, #eb4950);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border-radius: 25px;
}

.arc-pk .pk-head {
    justify-content: space-around;
}

.arc-pk .pk-head p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arc-pk .pk-head p:nth-of-type(2) {
    padding-right: 65px;
}

.arc-pk .pk-head p:last-child {
    color: #676767;
    font-size: 28.5px;
    font-weight: bold;
}

.arc-pk .pk-list {
    margin-top: 20px;
}

.arc-pk .pk-list > ul:first-of-type {
    width: 354px;
}

.arc-pk .pk-list > ul:first-of-type li {
    background: url("../images/pk_l.png") no-repeat;
    height: 66px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding-right: 15px;
    justify-content: flex-end;
}

.arc-pk .pk-list > ul:first-of-type li:last-child {
    padding-right: 10px;
}

.arc-pk .pk-list > ul:nth-of-type(2) {
    width: 103px;
}

.arc-pk .pk-list > ul:nth-of-type(2) li {
    background: url("../images/pk_c.png") center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 66px;
    font-size: 16px;
    color: #fff;
}

.arc-pk .pk-list > ul:last-of-type {
    width: 354px;
}

.arc-pk .pk-list > ul:last-of-type li {
    display: flex;
    align-items: center;
    background: url("../images/pk_r.png") no-repeat;
    height: 66px;
    font-size: 14px;
    color: #5b5b5b;
    padding-left: 15px;
}

.arc-ms {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-ms .ms-box {
    box-shadow: 0px 7px 10px 6px #dddddd;
    width: 645px;
    padding-bottom: 25px;
    margin-top: -33px;
    background: transparent;
    position: relative;
}

.arc-ms .ms-box dt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.arc-ms .ms-box dd {
    margin-top: 15px;
    font-size: 18px;
    color: #737373;
    margin-left: 125px;
    background: url("../images/arc_71.png") left center no-repeat;
    padding-left: 30px;
}

.arc-jc {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-jc ul {
    border: 1px solid #d92e34;
    width: 645px;
    padding-bottom: 15px;

    margin-top: 15px;
}

.arc-jc ul li {
    margin-top: 15px;
    font-size: 18px;
    color: #4f4f4f;
    margin-left: 65px;
    background: url("../images/arc_71.png") left center no-repeat;
    padding-left: 30px;
}

.arc-bx {
    margin-top: 25px;
    width: 700px;
    background: #d61419;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
}

.arc-bx table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

.arc-bx td, .arc-bx th {
    border: 1px solid #d61419;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #626262;
    min-width: 190px;
}

.arc-bx th {
    font-size: 20px;
    color: #595757;
}

.arc-bx th:first-child {

}

.arc-bx th:nth-of-type(2) {

}

.arc-bx td:first-child, .arc-bx td:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
    color: #d61419;
}

.arc-bx tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 25px;
}


.arc-hj {
    margin-top: 20px;
    text-align: center;
}

.arc-hj h3 {
    color: #262626;
    font-size: 20px;
    margin-bottom: 10px;
}

.arc-hj .arc-hj-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: left;
}

.arc-hj dl {
    width: 25%;
    padding-right: 10px;
    margin-top: 30px;
}

.arc-hj dl:nth-of-type(4n) {
    padding-right: 0px;
}

.arc-hj dt {
    font-size: 18px;
    color: #d61419;
    font-weight: bold;
    margin-bottom: 10px;
}

.arc-hj dd {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 1.5;
}

.arc-hjpic {
    margin-top: 20px;
    text-align: center;
}

.commitment {
    background: url("../images/cb_bg.png") bottom no-repeat;
}

.commitment .commitment-box {
    width: 300px;
    margin-left: 70px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px #e4e4e4;;
}

.commitment .commitment-box {
    padding: 30px;
}

.commitment .commitment-box dl {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 90px;

}

.commitment .commitment-box dl:nth-of-type(1) {
    background: url("../images/m.jpg") 8px center no-repeat;
}

.commitment .commitment-box dl:nth-of-type(2) {
    background: url("../images/d.jpg") 8px center no-repeat;
}

.commitment .commitment-box dl:nth-of-type(3) {
    background: url("../images/t.jpg") 8px center no-repeat;
    border-bottom: none;
}

.commitment .commitment-box dt {
    font-size: 20px;
    color: #d8383d;
    font-weight: bold;
    padding-bottom: 3px;
}

.commitment .commitment-box dd {
    font-size: 16px;
    color: #4a4a4a；
}

#list2 {

}

.item-list {
    margin-top:40px;
}
.item-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.item-list li:hover{
    box-shadow: 0px 0px 10px 0px #dddddd;
}
.item-list li .item-info {
    padding-left: 15px;
    display: flex;
    flex-flow: column;
}
.item-list li .item-info .tit{
    color:#3a3a3a;
    font-size: 16px;
}
.item-list li .item-info p{
    color:#747474;
    font-size: 14px;
    padding: 8px 0;
}
.item-list li .item-info span{color:#a3a3a3;}

/*新闻列表分页*/
.dede_pages {
    clear: both !important;
    padding: 20px 0 0;
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    font-size: 14px;
    color:#747474;
}

.dede_pages ul {
    text-align: center;
    list-style: none;
}

.dede_pages ul li {
    list-style: none;
    text-align: center;
    height: 24px;
    display: inline;
     
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
}

.dede_pages ul li a {
    background: #e6e6e6;
    color: #d61419;
    display: inline;
    height: 24px;
    overflow: hidden;
    padding: 5px 15px;
    margin: 0 2px;
    border: #d61419 1px solid;
    font-size: 14px;
    border-radius: 5px;
}

.dede_pages ul li a:hover {
    color: #fff;
    background: #d61419;
    border: #d61419 1px solid;
    height: 24px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.dede_pages ul li a.page-num-current{
    background: #d61419;
    border: #d61419 1px solid;
    height: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
}
/*文章详情*/
.news-xq {
    margin: 45px 15px 0;
}
.news-xq h1 {
    color: #373737;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.news-xq .info {
    font-size: 14px;
    color: #959595;
    text-align: center;
    margin: 10px auto;
}

.news-xq .info span {
    padding: 0px 5px;
}

.news-xq .art-con {
    line-height: 1.6;
    color: #515151;
    font-size: 14px;
    padding-bottom: 20px;

}

.news-xq .tags {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #515151;
    line-height: 35px;
}

.news-xq .tags a {
    color: #515151;
    padding: 0 5px;
}

.pian {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #d83336;
}

.pian a {
    color: #d83336;
}

.xgwz {
    overflow: hidden;
}

.xgwz h2 {
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    color: #373737;
    display: flex;
    align-items: center;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}

.xgwz h2 i {
    display: block;
    width: 5px;
    height: 20px;
    background: #d83336;
    margin-right: 6px;
}

.xgwz ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    background: url("../images/arc_40.jpg") left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xgwz ul li a {
    font-size: 16px;
    color: #373737;
}

.xgwz ul li a:hover {
    color: #d61419;
}
/*频道页*/
.list-left{
    width: 858px;
}
.list-left .news-xq{
    margin: 0px;
    padding: 20px;
    background: #eee;
}
.list-left .news-xq h1{
    font-size: 28px;
    font-weight: normal;
}

.list-left .news-xq .art-con{
    border-top:1px solid #d9d9d9;
    padding-top: 18px;
}

.list-left .xgwz ul li{
    background: url(../images/user.png) left center no-repeat;
    padding-left: 23px;
}

/*右边栏*/
.content .c-right {
    width: 295px;
}

.c-right .side-form {
    background: url("../images/arc_07.png") top no-repeat;
    height: 399px;

}

.c-right .side-form h2 {
    font-size: 27px;
    color: #ed3740;
    padding-top: 40px;
    text-align: center;
}

.c-right .side-form form {

    width: 217px;
    margin: 30px auto;
}

.c-right .side-form input[type="text"] {
    width: 217px;
    height: 35px;
    border: 1px solid #ff6d3f;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    text-indent: 10px;
    line-height: 35px;
}

.c-right .side-form .btn {
    width: 185px;
    height: 35px;
    line-height: 35px;
    background: #ffdb7b;
    color: #ff3e58;
    font-size: 20px;
    border-radius: 35px;
    border: none;
    outline: none;
    box-shadow: 1px 2px 0px 0px #b5422a;
    margin: 5px auto;
    display: block;
}

.text-radio {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.text-radio label {
    float: left;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    width: 95px;
    cursor: pointer;
    border: 1px solid #f04e34;
    color: #f04e34;
    border-radius: 5px;
}

.text-radio label.on {
    color: #fff;
    background: #f04e34;

}

.text-radio label input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.text-radio label span {
    padding: 10px 10px 10px 10px;
    position: relative;
}

.side-box {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.side-box h2 {
    font-size: 27px;
    color: #ed3740;
    text-align: center;
    margin: 5px auto 15px;
}

.side-box .zixun-box li {
    margin-top: 10px;
}

.side-box .zixun-box li img {
    display: block;
}

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

.js-zx img {
    display: block;
}

.side-box2 {
    border: 1px solid #dcdcdc;
}

.side-box2 h3 {
    font-size: 16px;
    color: #575757;
    display: flex;
    margin: 14px 0;
    align-items: center;
    font-weight: normal;
}

.side-box2 h3 i {
    display: block;
    width: 5px;
    height: 20px;
    background: #d83336;
    margin-right: 6px;
}

.side-box2 ul {
    margin: 15px;
}

.side-box2 ul li {
    background: url("../images/arc_43.jpg") left center no-repeat;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
}

.side-box2 ul li a {
    color: #575757;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    flex: 1;
}

.side-box2 ul li span {
    color: #575757;
    font-size: 12px;
}

.side-box2 ul li:hover {
    background: url("../images/arc_40.jpg") left center no-repeat;
    color: #d61419;
}

.side-box2 ul li:hover a, .side-box2 ul li:hover span {
    color: #d61419;
}

/*留言弹出框*/
.ly-box {
    width: 540px;
    height: 655px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    visibility:hidden
}

.ly-box .ly-form {
    width: 450px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(31, 31, 31, 0.5);
    border: 1px solid #ffdea2;
    border-radius: 20px;
    margin: 0 auto;
}

.ly-box .ly-form form {
    width: 290px;
    margin: 0 auto;
}

.ly-box .ly-form form h2 {
    font-size: 32px;
    color: #d8383d;
    text-align: center;
}

.ly-box .ly-form form .p1 {
    position: relative;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}

.ly-box .ly-form form .p1 b {
    font-size: 18px;
    color: #363636;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.ly-box .ly-form form .p1 span {
    width: 250px;
    height: 8px;
    background: #ffc761;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    z-index: 1;
}

.ly-box .ly-form form input[type="text"] {
    width: 285px;
    height: 50px;
    border: 1px solid #969696;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 15px;
    outline: none;
}

.ly-box .ly-form form .p2 {
    font-size: 13px;
    color: #7f7f7f;
}

.ly-box .ly-form form .btn {
    background: #d8383d;
    width: 285px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    letter-spacing: 5px;
    cursor: pointer;
}

.notice {

    height: 38px;
    line-height: 38px;

    background: #ffdea2;
    margin-top: 10px;
    width: 449px;
    text-align: center;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 20px;
}

.notice span {
    color: #da262a;
    font-size: 18px;
    background: url("../images/notice.png") left center no-repeat;
    padding-left: 30px;
}

.text-radio2 {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.text-radio2 label {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    width: 130px;
    cursor: pointer;
    border: 1px solid #969696;
    cborder: 1px solid #969696;
    olor: #222222;
    border-radius: 5px;
}

.text-radio2 label.on {
    color: #fff;
    background: #f04e34;
    border: 1px solid #f04e34;

}

.text-radio2 label input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.text-radio2 label span {
    padding: 10px 10px 10px 10px;
    position: relative;
}

.ly-box .close {
    height: 70px;
    text-align: right;
    width: 450px;
    margin: 0 auto;
}

.bgfix {
    background: rgba(0, 0, 0, 0.54);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 888;
    display: none;
}

/*底部*/
.footer {
    margin: 20px auto 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex;

}

.foot-logo b {
    color: #d61419;
    font-size: 36px;
}

.foot-logo p {
    color: #454545;
    font-size: 20px;
}

.foot-nav {
    margin-left: 40px;
}

.foot-nav ul li {
    padding-right: 40px;
    float: left;
    line-height: 33px;
}

.foot-nav ul li a {
    color: #454545;
    font-size: 18px;
}

.foot-nav .sitemap, .foot-nav .sitemap a {
    color: #737373;
    font-size: 16px;
    padding-top: 10px;
    clear: both;
}

.powerby {
    font-size: 12px;
    color: #817e7e;
    text-align: center;
    margin-bottom: 180px;
}

/*底部浮层*/
.content_flash {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: url(../images/bg_black07.png);
    width: 100%;
}

.content_main {
    width: 1190px;
    margin: 0 auto;
    height: 150px;
}

.cf-classes a {
    width: 126px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #ffb3b3;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    display: block;
    float: left;
    margin-right: 5px;
}

.cf-classes .cfc-select {
    color: #ff6b6b;
    background: #fff url("../images/icon05.png") no-repeat top right;
}

.cf-prompt {
    width: 166px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #58b850;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin: 5px 0 2px 0;
}

.cf-prompt img {
    vertical-align: top;
    margin-top: 4px;
}

.content_main .content_form {
    margin-right: 20px;
    margin-top: 35px;
    float: right;
    width: 700px;
    position: relative
}

.content_main .content_form .form_phone {
    width: 270px;
    height: 35px;
    overflow: hidden;
}

.content_main .content_form .inp_text {
    float: left;
    padding-left: 10px;
    width: 248px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    color: #333;
}

.content_main .content_form .btn {
    width: 100px;
    height: 85px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background: #fa474b;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_main .content_form .err {
    float: left;
    width: 248px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 14px;
    color: #fff !important;
    background-color: #999;
    margin-top: 0;
}

.content_main .content_form .form_nasj {
    width: 270px;
    height: 35px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 16px;
}

.content_main .form_nasj .inp_text2 {
    float: left;
    padding-left: 10px;
    width: 248px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    color: #333;
}

.content_main .form_nasj .err {
    float: left;
    width: 250px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 14px;
    color: #fff !important;
    background-color: #999;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 35px;
}

.content_main .content_form .number {
    display: none;
    width: 351px;
    height: 36px;
    background-color: #fff;
    font-size: 30px;
    line-height: 36px;
    color: #3398ff;
    text-indent: 20px;
}

.content_main .content_form .dialog {
    display: none;
    position: absolute;
    background: #fff;
    width: 320px;
    height: 78px;
    padding: 15px 10px 10px 40px;
    z-index: 10;
    margin-top: -115px;
    border: 1px solid #deddde;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

.content_main .content_form .dialog .dialog_arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 7px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
    position: absolute;
    left: 40px;
    bottom: -7px;
}

.content_main .content_form .dialog .sigh {
    position: absolute;
    margin-left: -25px;
}

.content_main .left_img_01 {
    margin-top: -78px;
}

.content_main .left_img_02 {
    margin-bottom: 25px;
}

.content_main .close_btn {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
}

.content_flash .increase {
    width: 248px;
    height: 34px;
    background-color: #fff;
    color: #ff6b6b;
    line-height: 34px;
    text-indent: 20px;
    font-size: 30px;
    display: none;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 270px;
    z-index: 1;
}

.flash_title {
    display: none;
    position: fixed;
    bottom: 70px;
    left: -100%;
    width: 301px;
    height: 144px;
    background: url(../images/flash_title.png) no-repeat left center;
    cursor: pointer;
    z-index: 11
}

.sigh {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    vertical-align: top;
    width: 19px;
    height: 17px;
    background: url(../images/icon_tirblue.png) center center no-repeat;
}

.black_close {
    width: 39px;
    height: 39px;
    background: url(../images/icon_clofu.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    zoom: 1;
    vertical-align: top;
}

.btn-red {
}

.btn-red:hover {
    background-color: #fb5858;
}

.bfc-btn .btn-red {
    height: 60px;
    width: 646px;
    border: none;
    font-size: 20px;
}

.cls {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    border: 0px;
    overflow: hidden;
}

.content_main .content_form .form_nasj.mt0 {
    margin-bottom: 0px;
}

.content_main .form_nasj .text-radio {
    width: 248px;
}

.content_main .form_nasj .text-radio label {
    width: 115px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
    height: 33px;
    line-height: 33px;
}

.content_main .form_nasj .text-radio label.on {
    background: #fff;
    color: #696969
}

.tips {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 14px;
    color: #ffeced;
}
/* 首页 Banner 与简介：只影响 PC 首页 */
.home-page .home-hero { height: 640px; background: #d70d18; }
.home-page .home-hero .slides a img { background-position: center center !important; background-size: auto 540px !important; background-color: #d70d18 !important; }
.home-page .home-hero .flex-control-nav { bottom: 58px; }
.home-page .home-hero .flex-direction-nav a { background-color: rgba(20,20,20,.14); }
.home-page .home-about { margin-top: 115px; padding: 80px 0; background: #f7f8fa; }
.home-page .home-about-inner { display: grid; grid-template-columns: 545px 1fr; gap: 80px; align-items: center; }
.home-page .home-about-photo { height: 390px; position: relative; }
.home-page .home-about-photo::after { content: ''; position: absolute; width: 75%; height: 80%; right: -18px; bottom: -18px; border: 2px solid #cf1a25; z-index: 0; }
.home-page .home-about-photo img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; box-shadow: 0 16px 35px rgba(30,37,48,.12); }
.home-page .home-about-copy { padding: 10px 0; }
.home-page .home-about-eyebrow { color: #ba1e27; font-size: 14px; font-weight: 700; letter-spacing: 2px; }
.home-page .home-about-copy h2 { margin: 14px 0 0; color: #202a36; font-size: 34px; line-height: 1.35; font-weight: 700; }
.home-page .home-about-rule { display: block; margin: 23px 0 28px; width: 56px; height: 4px; background: #ca1924; }
.home-page .home-about-copy p { margin: 0 0 16px; color: #52606e; font-size: 16px; line-height: 1.9; }
.home-page .home-about-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 17px; padding: 12px 23px; color: #fff; background: #c71622; border-radius: 4px; font-size: 15px; font-weight: 700; }
.home-page .home-about-link:hover { color: #fff; background: #a90f1a; }

/* 校园照片与网页文字组成的新版首页主视觉 */
.home-page .home-hero { height: 680px; background: radial-gradient(circle at 80% 18%, #ed2732 0, #d81220 32%, #a90917 100%); }
.home-page .home-hero::before { content: ''; position: absolute; width: 590px; height: 590px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; left: -280px; top: -240px; pointer-events: none; }
.home-page .home-hero .slides, .home-page .home-hero .slides li { height: 100%; }
.home-page .hero-slide { display: grid; grid-template-columns: minmax(0,1fr) 515px; align-items: center; gap: 64px; height: 100%; padding-bottom: 35px; }
.home-page .hero-copy { color: #fff; padding-left: 6px; }
.home-page .hero-eyebrow { display: inline-block; margin-bottom: 27px; padding: 9px 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 40px; color: #fff; font-size: 14px; letter-spacing: 2px; }
.home-page .hero-copy h1 { font-size: 62px; line-height: 1.26; font-weight: 800; letter-spacing: 2px; }
.home-page .hero-copy p { margin-top: 24px; color: #ffe6e7; font-size: 18px; }
.home-page .hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.home-page .hero-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 168px; height: 49px; padding: 0 22px; border-radius: 4px; font-size: 15px; font-weight: 700; }
.home-page .hero-action-primary { background: #fff; color: #ae0d18; }
.home-page .hero-action-primary b { margin-left: 13px; }
.home-page .hero-action-secondary { border: 1px solid rgba(255,255,255,.72); color: #fff; }
.home-page .hero-photo { position: relative; display: block; height: 385px; padding: 9px; background: #fff; border-radius: 8px; transform: rotate(1.5deg); box-shadow: 0 25px 56px rgba(70,4,12,.3); }
.home-page .hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 4px; }
.home-page .hero-photo span { position: absolute; bottom: 22px; left: 24px; display: flex; align-items: center; gap: 25px; padding: 12px 17px; background: rgba(255,255,255,.96); color: #9d0a15; font-size: 14px; font-weight: 700; border-radius: 3px; }
.home-page .home-hero .flex-control-nav { bottom: 20px; }

@media (max-width: 1199px) {
 .home-page { min-width: 0; }
 .home-page .w1200 { width: calc(100% - 40px); max-width: 1200px; }
 .site-header-inner { width:calc(100% - 40px); max-width:1200px; }
 .site-header .site-nav { overflow-x:auto; scrollbar-width:none; }
 .site-header .site-nav::-webkit-scrollbar { display:none; }
 .home-page .hero-slide { grid-template-columns: minmax(0,1fr) 44%; gap: 30px; }
 .home-page .hero-copy h1 { font-size: clamp(40px,5vw,58px); }
 .home-page .hero-photo { height: 340px; }
 .home-page .home-about-inner { grid-template-columns: 46% minmax(0,1fr); gap: 45px; }
 .home-page .index-kskc li { width: 32%; }
 .home-page .index-kskc li img { max-width: 100%; height: auto; }
 .home-page .pk img { max-width: 100%; height: auto; }
}
@media (max-width: 1050px) {
 .site-header .site-phone { display: none; }
}

/* 首页 Banner 右侧咨询表单 */
.home-page .home-hero { background: #c91624; }
.home-page .home-hero::before { display: none; }
.home-page .home-hero .slides li { background-position: center; background-repeat: no-repeat; background-size: cover; }
.home-page .home-hero .slides li::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(182,10,27,.97) 0%, rgba(201,22,36,.92) 30%, rgba(214,45,55,.48) 55%, rgba(214,45,55,.04) 82%); pointer-events: none; }
.home-page .hero-slide { position: relative; z-index: 1; display: flex; align-items: center; height: 100%; padding-bottom: 25px; }
.home-page .hero-copy { max-width: 575px; color: #fff; }
.home-page .hero-eyebrow { padding: 0 0 0 12px; border: 0; border-left: 3px solid #fff; border-radius: 0; color: #fff; background: none; }
.home-page .hero-copy h1, .home-page .hero-copy h2 { color: #fff; font-size: 58px; line-height: 1.22; font-weight: 800; letter-spacing: 1px; white-space: pre-line; text-shadow: none; }
.home-page .hero-copy p { max-width: 540px; color: #fff; line-height: 1.7; text-shadow: none; }
.home-page .hero-action-primary { background: #fff; color: #b91020; }
.home-page .home-hero > .hero-consult { position: absolute; z-index: 5; top: 50%; right: max(calc((100% - 1200px)/2), 34px); transform: translateY(-50%); width: 460px; }
.home-page .hero-consult { width: 100%; padding: 36px 34px 29px; border-radius: 12px; background: #fff; color: #24303c; box-shadow: 0 25px 56px rgba(70,4,12,.23); }
.home-page .hero-consult-heading { text-align: center; }
.home-page .hero-consult-heading span { color: #c71622; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.home-page .hero-consult-heading h2 { margin-top: 10px; color: #202a36; font-size: 25px; line-height: 1.35; }
.home-page .hero-consult-heading p { margin-top: 8px; color: #74808c; font-size: 13px; }
.home-page .hero-consult-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 12px; margin-top: 28px; }
.home-page .hero-consult-fields label { display: flex; flex-direction: column; gap: 8px; color: #263240; font-size: 13px; font-weight: 600; }
.home-page .hero-consult-fields input, .home-page .hero-consult-fields select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #d9e0e7; border-radius: 5px; outline: none; background: #fff; color: #27313b; font: 14px 微软雅黑, sans-serif; }
.home-page .hero-consult-fields input:focus, .home-page .hero-consult-fields select:focus { border-color: #c71622; box-shadow: 0 0 0 3px rgba(199,22,34,.12); }
.home-page .hero-consult-fields input::placeholder { color: #9ca6b1; }
.home-page .hero-consult-form button { display: flex; justify-content: center; align-items: center; gap: 14px; width: 100%; height: 49px; margin-top: 20px; border: 0; border-radius: 5px; background: #c71622; color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; }
.home-page .hero-consult-form button:hover { background: #a90f1a; }
.home-page .hero-consult-privacy { margin-top: 13px; color: #909ba6; font-size: 12px; text-align: center; }
.home-page .home-hero .flex-control-paging li a { width: 10px; height: 10px; margin: 0 4px; border-radius: 50%; background: rgba(255,255,255,.55); }
.home-page .home-hero .flex-control-paging li.active a { background: #fff; }
@media (max-width: 1199px) { .home-page .hero-consult { padding: 28px 22px 23px; } .home-page .hero-consult-heading h2 { font-size: 22px; } }
@media (max-width: 1199px) {
 .home-page .hero-copy { max-width: calc(100% - 470px); }
 .home-page .hero-copy h1, .home-page .hero-copy h2 { font-size: clamp(38px,4vw,52px); }
 .home-page .home-hero > .hero-consult { right: 20px; width: 400px; }
 .home-page .home-hero .flex-direction-nav { display: none; }
}

/* 首页板块白色与浅灰色交替 */
.home-page > main > section { background-color:#fff; }
.home-page > main > section:nth-of-type(even) { background-color:#f8f9fa; }
.home-page > main > section:nth-of-type(4) { margin-top:90px; padding:1px 0 60px; }
.home-page > main > section:nth-of-type(4) > .ihead { margin-top:60px; }
.list-page-title { font-size:26px; line-height:1.5; color:#333; margin:24px 20px; }
.listing-page .list-page-title { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.listing-page .item-list { margin-top:40px; }
.listing-page .item-list li { justify-content:flex-start; gap:12px; padding:15px 8px; }
.listing-page .item-list li > a:first-child { flex:0 0 140px; }
.listing-page .item-list li > a:first-child img { display:block; width:140px; height:84px; object-fit:cover; }
.listing-page .item-list li .item-info { flex:1; min-width:0; padding-left:0; }
.listing-page .item-list li .item-info p { padding:3px 0; }
.listing-page .list-hero { position:relative; overflow:hidden; height:210px; background:linear-gradient(110deg,#ae0b19 0%,#ce1423 58%,#e33139 100%); color:#fff; }
.listing-page .list-hero::before { content:""; position:absolute; width:380px; height:380px; left:-175px; top:-225px; border:44px solid rgba(255,255,255,.07); border-radius:50%; }
.listing-page .list-hero::after { content:""; position:absolute; width:430px; height:430px; right:-115px; bottom:-365px; border:38px solid rgba(255,255,255,.07); border-radius:50%; }
.listing-page .list-hero-inner { position:relative; z-index:1; height:100%; display:flex; flex-direction:column; justify-content:center; }
.listing-page .list-hero-eyebrow { color:#ffe2e3; font-size:13px; letter-spacing:2px; }
.listing-page .list-hero h1 { margin:11px 0 8px; font-size:38px; line-height:1.25; color:#fff; font-weight:700; }
.listing-page .list-hero p { color:#fff2f2; font-size:15px; }
@media (max-width:1199px) { .listing-page .list-hero-inner { padding:0 30px; } }

.form-result { min-height: 1.4em; margin: 8px 0 0; font-size: 13px; line-height: 1.4; }
.form-result.is-success { color: #176b36; }
.form-result.is-error { color: #ba1522; }
