@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
* {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
/*banner*/
.index-banner{
    width: 100%;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    color:#000000;
}
.index-banner .banner-text img{
    margin: 0 auto;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 55px;
    letter-spacing: 4px;
    color: #333;
    font-weight: bold;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 26px;
    margin: 20px 0;
    color: #333;
    letter-spacing: 3px;
}
/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background-color: #fff;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #9e0a0a;
    width: 30px;
    
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
	/*animation:mymove 7s infinite;
	-webkit-animation:mymove 7s;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove 7s infinite;
	-webkit-animation-timing-function: ease-in-out; */
}
@keyframes mymove

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }



}
@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }

}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}

.p70{
    padding: 70px 0;
}
.margin-t-70{
    margin-top: 70px;
}

/*标题*/
.title{
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.title h2{
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}
.title p{
    color: #666666;
    font-size: 16px;
}

/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: 5px;
    bottom: 82px;
    padding: 9px;
    z-index: 9;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.s_spserv__wrap-morebottom {
    bottom: 115px
}
.s_spserv__wrap-morebottom p{
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    cursor: pointer;
}
.s_spserv__wrap-morebottom p:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.s_spserv__wrap-backtop {
    bottom: 117px
}
.s_spserv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px auto;
    cursor: pointer;
    position: relative;
}
.s_spserv__item:first-child{
    margin-top: 10px;
}
.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    text-align: center;
    transition: .4s;
}
.s_spserv__pic .iconfont{
    font-size: 30px;
    color: #9e0a0a;
}
.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}

.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 9px auto
}

.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 15px 15px
}
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 124px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: #4185a6;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
/*内页banner*/
.banner2{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.banner2 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.banner2 .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
}
.banner2 .text-box .flex-c{
    position: relative;
}
.banner2 .text-box h5{
    font-size: 46px;
    position: relative;
    padding: 0 20px;
    display: inline;
    font-weight: 700;
}
.banner2 .text-box h5::after{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    right: -5px;
}
.banner2 .text-box h5::before{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    left: -5px;
}
.banner2 .text-box h3{
    font-size: 180px;
    color: #ffffff4f;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    font-family: 'myFont6';
    width: 100%;
    z-index: 1;
    top: -106px;
}
.c1-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px 30px;
}
.c1-box dl{
    border: 1px solid #bdbdbd;
    padding: 12px;
    transition: .4s;
}
.c1-box dl dt{
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.c1-box dl dd{
    text-align: center;
    padding: 20px 0 15px 0;
}
.c1-box dl dd h3{
    color:#9e0a0a;
    font-size: 22px;
    font-weight: bold;
}
.c1-box dl dd p.text{
    margin:10px;
    font-size: 15px;
    line-height: 25px;
    color:#333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.c1-box dl dd p{
    color:#666666;
    text-transform: uppercase;
    font-size: 13px;
}
.c1-box dl dd>div{
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}
.c1-box dl dd>div a{
    display: block;
    width: 48%;
    background:#cccccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    transition: .4s;
}
.c1-box dl dd>div a:last-child{
    background: #9e0a0a;
}
.c1-box dl:hover{
    border: 1px solid #9e0a0a;
}
.c1-box dl a:hover{
    background: #f39300;
}
.c1-item .swiper-slide{
    width: 100%;
}
.c1-item .swiper-slide a{
    display: block;
}
.c1-item .swiper-slide .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.c1-item .swiper-slide .text{
    text-align: center;
    margin-top: 15px;
    color:#333;
    font-size: 18px;
}

/* 关于我们 */
.c2{
    background: #9e0a0a;
}
.c2 .title h2,
.c2 .title p{
    color:#fff;
}
.c2-text{
    font-size: 17px;
    color:#fff;
    line-height: 35px;
    text-align: center;
    margin-bottom: 40px;
}
.c2-list .swiper-slide{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.link-box{
    width: 250px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #ff7f00;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 15px;
    transition: .4s;
}
.link-box a{
    color:#fff;
    display: block;
}
.link-box a .iconfont{
    margin-left: 10px;
    font-size: 20px;
    transition: .4s;
}
.link-box:hover{
    background: #fff;
}
.link-box:hover a{
    color:#9e0a0a;
}
.link-box:hover .iconfont{
    margin-left: 20px;
}

/* 我们的优势 */
.c3{
    width: 100%;
    background: url(../images/ys-bg.png) no-repeat 100% 100%;
    background-size: cover;
}
.c3-top{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px 30px;
}
.c3-top dl{
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 10px #ececec;
}
.c3-top dl dt .iconfont{
    font-size: 45px;
    color:#9e0a0a;
    display: inline-block;
    transition: transform 0.4s ease;
}
.c3-top dl dt{
    margin-bottom: 15px;
}
.c3-top dl:hover{
    background: #9e0a0a;
    color:#fff;
}
.c3-top dl:hover dt .iconfont{
    color:#fff;
    /* transform: rotate(360deg); */
}

/* 最新动态 */
.c4-list .left{
    width: 55%;
}
.c4-list .right{
    width: 40%;
}
.c4-list .left .c4-top a{
    display: flex;
    background: #9e0a0a;
    height: 325px;
    overflow: hidden;
}
.c4-list .left .c4-top a .img{
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: .4s;
}
.c4-list .left .c4-top a .text{
    width: 45%;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:#fff;
}
.c4-list .left .c4-bottom{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 45px 50px;
    margin-top: 40px;
}
.c4-list h5,
.c4-list .left dt{
    font-size: 18px;
    font-weight: bold;
}
.c4-list .des{
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
}
.c4-list .left .date{
    font-size: 14px;
    margin-top: 12px;
}
.c4-list .left dt{
    color:#333;
}
.c4-list dl dd .des{
    color:#818181;
}
.c4-list .right dl a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.c4-list .right dl dt{
    font-size: 42px;
    color:#333;
    width: 15%;
    border-right: 1px solid #e2e2e2;
}
.c4-list .right dl dt p{
    font-size: 14px;
    color:#ababab;
}
.c4-list .right dl dd{
    width: 79%;
}
.c4-list .right dl dd h5{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333;
}
.c4-list .right dl:last-child a{
    margin-bottom: 0;
}
.c4-list dl:hover dd h5,
.c4-list .left dl:hover dt{
    color:#9e0a0a;
}
.c4-type{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.c4-type a{
    display: inline-block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #dbdbdb;
    color:#333;
    margin-left: 30px;
}
.c4-type a:first-child{
    margin-left: 0;
}
.c4-type a:hover{
    background:#9e0a0a;
    color:#fff;
}



/* 内页banner */
.ny-banner{
    width: 100%;
    height: 400px;
    min-width: 1200px;
}
.ny-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ny-banner .area-box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    /* text-align: center; */
}
.ny-banner .area-box h5{
    font-size: 48px;
    color:#fff;
    font-family: myFont4;
}
.ny-banner .area-box i{
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}
.ny-banner .area-box p{
    font-family: myFont;
    text-transform: uppercase;
    font-size: 25px;
    color:#fff;
}

/* 关于我们 */
.about_cont1{
    background:#f2f2f2;
    padding:100px 0 80px 0;
}
.about_cont1 .about_list{
    background:#fff;
    height: 480px;
    padding:45px 160px 0 0;
}
.about_cont1 .about_list .img{
    width: 43%;
    height: 460px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -50px;
}
.about_cont1 .about_list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_cont1 .about_list .text{
    width: 46%;
    float: right;
}
.about_cont1 .about_list .text h5{
    font-size: 26px;
    font-family: myFont4;
}
.about_cont1 .about_list .text .des{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-top: 15px;
}
.about_cont1 .about_list .en{
    writing-mode: tb-rl;
    font-size: 100px;
    font-family: Impact;
    letter-spacing: 13px;
    color: #efefef;
    width: 20%;
    position: absolute;
    top: 30px;
    right: 0;
    text-transform: uppercase;
}
.about_cont1 .about-sz{
    background:#fff;
    border-top: 1px solid #eee;
    padding:40px 0;
}
.about_cont1 .about-sz .digital p,
.about_cont1 .about-sz .digital em{
    color:#333;
}
.about_cont1 .about-sz .digital p strong{
    color:#9e0a0a;
}
.about_cont1 .about-sz .digital em{
    font-family: myFont1;
}


/* 特色服务 */
.title-i{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}
.title-i i{
    display: block;
    width: 50px;
    height: 3px;
    background:#9e0a0a;
    border-radius: 50px;
    margin:0 auto;
    margin-top: 15px;
}
.title-i span{
    color:#0474f6;
    font-family: myFont4;
}
.about_cont2 .ts_service dl{
    width: 20%;
    padding:75px 40px 60px 40px;
    box-shadow: 0px 8px 24px rgba(4, 111, 232, .1);
    border-radius: 10px;
    position: relative;
    background:#fff;
}
.about_cont2 .ts_service dl dt{
    width: 167px;
    height: 62px;
    background:url(../images/service.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left top;
    position: absolute;
    top: 66px;
    left: -23px;
    font-size: 20px;
    color:#fff;
    line-height:47px;
    text-align: center;
}
.about_cont2 .ts_service dl dd{
    font-size: 16px;
    color: #666666;
    font-family: myFont1;
    margin-top: 67px;
    line-height: 28px;
}
.about_cont2 .ts_service dl i{
    display: block;
    font-size: 100px;
    background-image: -webkit-linear-gradient(top, rgba(4, 116, 246, .55), rgba(4, 116, 246, .0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    font-family: myFont4;
    position: absolute;
    top: -21px;
    left: 23px;
}


/* 痛点 */
.about_cont3{
    margin-top: 70px;
}
.about_cont3 .fltd-list dl{
    background:#fff;
    height: 320px;
    margin-top: 30px;
    box-shadow: 0px 8px 24px rgba(45, 45, 45, .1);
}
.about_cont3 .fltd-list dl:first-child{
    margin-top: 0;
}
.about_cont3 .fltd-list dl dt{
    width: 55%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.about_cont3 .fltd-list dl dd{
    width: 45%;
    float: right;
    padding: 50px 30px 30px 50px;
}
.about_cont3 .fltd-list dl:nth-child(2n) dt{
    float: right;
}
.about_cont3 .fltd-list dl:nth-child(2n) dd{
    float: left;
}
.about_cont3 .fltd-list dl dd h5{
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    border-left: 3px solid transparent;
    position: relative;
    padding-left: 14px;
}
.about_cont3 .fltd-list dl dd .des{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    padding-left: 14px;
}
.about_cont3 .fltd-list dl dd h5::before {
    position: absolute;
    left: 0;
    bottom: 6px;
    content: '';
    width: 3px;
    height: 0px;
    background: #0474f6;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    /* Firefox 4 */
    -webkit-transition: all 0.25s;
    /* Safari 和 Chrome */
    -o-transition: all 0.25s;
    /* Opera */
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.25s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.25s;
    /* Opera */
}

.about_cont3 .fltd-list dl dd h5::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 3px;
    background: #0474f6;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    /* Firefox 4 */
    -webkit-transition: all 0.25s;
    /* Safari 和 Chrome */
    -o-transition: all 0.25s;
    /* Opera */
}
.about_cont3 .fltd-list dl:hover dd h5::after{
    width: 50%;
}
.about_cont3 .fltd-list dl:hover dd h5::before{
    height: 21px;
}
/* .about_cont3 .fltd-list dl:hover{
    box-shadow: 0px 8px 24px rgba(45, 45, 45, .1);
    transition: .5s;
} */


/* 提供的服务 */
.about_cont4{
    margin-top: 70px;
    padding:0 0 140px 0;
}
.about_cont4 .tgfw_list .img{
    width: 40%;
    height: 400px;
    float: left;
}
.about_cont4 .tgfw_list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_cont4 .tgfw_list .text{
    width: 50%;
    float: right;
    /* padding:50px 0; */
}
.about_cont4 .tgfw_list .text .title-se{
    display: flex;
    align-items: center;
}
.about_cont4 .tgfw_list .text .title-se .is h5{
    font-size: 27px;
    font-family: myFont4;
}
.about_cont4 .tgfw_list .text .title-se .is p{
    text-transform: uppercase;
    font-size: 18px;
    color:#333;
    margin-top: 6px;
}
.about_cont4 .tgfw_list .text .title-se .math{
    font-size: 100px;
    background-image: -webkit-linear-gradient(top, rgba(4, 116, 246, .55), rgba(4, 116, 246, .0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    font-family: myFont4;
}
.about_cont4 .tgfw_list .line{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0474f6 0%, rgba(234, 85, 20, 0.00) 100%);
}
.about_cont4 .tgfw_list .des i{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(4, 116, 246, .2);
    margin-right: 10px;
    margin-top: 8px;
}
.about_cont4 .tgfw_list .des i::before{
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    background: #0474f6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.about_cont4 .tgfw_list .des>div h5{
    font-size: 20px;
    color:#333;
    font-family: myFont4;
}
.about_cont4 .tgfw_list .des p{
    font-size: 17px;
    color:#666;
    line-height: 30px;
    margin-top: 15px;
}
/* 按钮 */
.tgfw_list .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: -80px !important;
    width: 100%;
}
.tgfw_list .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background:#0474f6;
	border-radius: 50px;
    margin:0 9px !important;
    opacity: 1;
}
.tgfw_list .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 50px;
	height: 20px;
	background:#f67d42;
}


/* 我们的优势 */
.about_cont5,
.ws-gylYs,
.shbnl-box,
.flpt-box{
    background:url(../images/salary4.png) no-repeat 100% 100%;
    background-position: top right;
    background-size: cover;
}
.about_cont5 .advan_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 45px 20px;
}
.about_cont5 .advan_list dl{
    background:#fff;
    border-radius: 10px;
    padding:20px;
    position: relative;
}
.about_cont5 .advan_list dl dd{
    width: 75%;
    float: right;
}
.about_cont5 .advan_list dl dt{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #d12525, #9e0a0a);
    position: absolute;
    top: -20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.about_cont5 .advan_list dl dt .iconfont{
    font-size: 40px;
    transition: .5s;
}
.about_cont5 .advan_list dl dd h5{
    font-size: 20px;
    color:#333;
    font-family: myFont4;
}
.about_cont5 .advan_list dl dd .des{
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    color: #666;
}
.about_cont5 .advan_list dl:hover dt .iconfont{
    transform: rotateY(180deg);
}

/* 星辉大事记 */
.xhdsj-box .swiper-container{
    width: 80%;
    margin:0 auto;
}
.xhdsj-box .swiper-button-prev,
.xhdsj-box .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background:#9e0a0a;
    text-align: center;
    line-height: 40px;
    transition: .4s;
    position: absolute;
    top: 88px;
}
.xhdsj-box .swiper-button-prev .iconfont,
.xhdsj-box .swiper-button-next .iconfont{
    font-size: 25px;
    color:#fff;
    display: inline-block;
}
.xhdsj-box .swiper-button-prev .iconfont{
    transform: rotate(180deg);
}
.xhdsj-box .swiper-button-prev:hover,
.xhdsj-box .swiper-button-next:hover{
    background: #f39300;
}
.xhdsj-box .swiper-button-prev:hover .iconfont,
.xhdsj-box .swiper-button-next:hover .iconfont{
    color:#fff;
}

.xhdsj-box .swiper-slide .year{
    color:#333;
    font-size: 35px;
}
.xhdsj-box .swiper-slide .year span{
    font-size: 17px;
    font-family: myFont1;
    margin-left: 7px;
}
.xhdsj-box .swiper-slide .iconfont{
    display: block;
    margin: 21px 0;
    font-size: 35px;
    color: #9e0a0a;
}
.xhdsj-box .swiper-slide .des{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.xhdsj-box .line{
    width: 100%;
    height: 2px;
    background:#9e0a0a;
    position: absolute;
    left: 0;
    top: 87px;
}

/* 关于我们新增 */
/* 数字滚动 */
.digital-box{
    background:url(../images/digital.png) no-repeat 100% 100%;
    background-position: top;
    padding:60px 0;
    width: 100%;
    background-size: cover;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.digital li{
    font-size: 20px;
    color:#fff;
    width: 25%;
    position: relative;
    border-right: 1px solid #fff;
}
.digital li em{
    color: #fff;
    font-size: 17px;
    font-family: 'myFont';
    font-weight: normal;
    margin-top: 5px;
    display: inline-block;
}
.digital li span{
    font-size: 20px;
    margin-left: 2px;
}
.digital li p{
    color:#fff;
    line-height: 38px;
}
.digital li strong{
    font-size: 48px;
    font-family: myFont1;
}
.digital li:last-child{
    border-right: 0;
}

.cont2-box{
    background:#9e0a0a;
    padding:70px 0;
}
.cont2-box .form-box ul li{
    width: 17.5%;
    height: 45px;
    background:#fff;
    border-radius: 5px;
}
.cont2-box .form-box ul li input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding:0 10px;
    font-size: 16px;
}
.cont2-box .form-box ul li:nth-child(4){
    width:27.1%;
}
.cont2-box .form-box ul li:last-child{
    width:15.4%;
}
.cont2-box .form-box ul li:last-child input{
    background:#f67d42;
    color:#fff;
    cursor: pointer;
    transition: .5s;
}
.cont2-box .form-box ul li:last-child input:hover{
    background:#1d97ff;
}
.cont2-box .title{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
/* 名师风采 */


/* 关于我们新增结束 */
.msfc-list .img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.msfc-list .swiper-slide{
    background: #f5f5f5;
    padding: 15px;
}
.msfc-list .img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.msfc-list .text{
    text-align: center;
    padding: 20px 0;
}
.msfc-list .text h5{
    font-size: 24px;
    font-weight: bold;
    color:#9e0a0a;
}
.msfc-list .text h6{
    font-size: 18px;
    margin: 7px 0 10px 0;
    font-family: 楷体;
}
.msfc-list .text p{
    font-size: 14px;
    line-height: 25px;
}

/* 建筑荣誉 */
.jzry-list .swiper-slide{
    width: 100%;
}
.jzry-list .img{
    height: 260px;
}
.jzry-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jzry-list .text{
    font-size: 16px;
    line-height: 25px;
    margin-top: 12px;
}

/*联系我们*/
.hz{
    background: #f7f7f7;
}
.hz-bg{
    position: relative;
    margin-top: -80px;
}
.hz ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 30px;
}
.hz ul li{
    transition: .5s;
    cursor: pointer;
}
.hz ul li div{
    padding: 20px;
    height: 266px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.hz ul li i{
    color: #9e0a0a;
    font-size: 50px;
    margin-top: 40px;
    display: block;
    margin-bottom: 20px;
}
.hz ul li h3{
    font-size: 18px;
    color: #000;
}
.hz ul li p{
    font-size: 18px;
    color: #808080;
    margin: 0 0 15px 0;
}
.hz ul li p b{
    color: #000;
}
.hz ul li em{
    width: 45px;
    height: 1px;
    background: #9e0a0a;
    display: block;
    margin: 40px auto 20px auto;
}
.hz ul li:hover{
    transform: translateY(-10px);
}
.hz-form{
    background: #f7f7f7;
    padding-bottom: 80px;
}
.hz-title{
    padding: 60px 0;
}
.hz-title h5{
    font-size: 35px;
    color: #808080;
    text-align: center;
    text-transform: uppercase;
}
.contact-box{
    width: 100%;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 50px;
    border-radius: 10px;
}
.hz-form .contact-form-box{
    margin-bottom: 20px;
}
.hz-form .contact-form-box li{
    width: 31%;
}
.hz-form ul li label{
    font-size: 18px;
    color: #000000;
    font-family: 'myFont2';
    margin-bottom: 10px;
    display: block;
}
.hz-form .contact-form-box li input{
    height: 54px;
    line-height: 54px;
    display: block;
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    color: #000;
    padding-left: 21px;
    cursor: pointer;
    box-sizing: border-box;
    
}
.hz-form .contact-form-box li div,.contact-box ul li div{
    position: relative;
}
.hz-form .contact-form-box li div::after{
    position: absolute;
    left: 8px;
    top: 20px;
    content: "*";
    color: red;
}
.contact-box ul li div::after{
    position: absolute;
    left: 8px;
    top: 25px;
    content: "*";
    color: red;
}
.hz-form ul li textarea{
    height: 200px;
    background: #f8f8f8;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding-left: 21px;
    padding-top: 21px;
    font-family: 'myFont1';
    cursor: pointer;
    box-sizing: border-box;
}
.hz-form ul li textarea:hover,.hz-form .contact-form-box li input:hover{
    /*border: 1px solid #951a22;*/
    box-sizing: border-box;
}
.hz-form .contact-box input[type="button"]{
    width: 100%;
    background: #9e0a0a;
    font-size: 20px;
    color: #fff;
    height: 54px;
    font-family: 'myFont2';
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    transition: .5s;
}
.hz-form .contact-box input[type="button"]:hover{
    transform: translateY(-5px);
}

/* 新闻中心 */
.column-type{
    height: 70px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 70px;
}
.column-type .w1200{
    display: flex;
    justify-content: center;
}
.column-type a{
    display: block;
    margin-right: 70px;
    font-size: 18px;
    color:#333;
    position: relative;
}
.column-type a:last-child{
    margin-right: 0;
}
.column-type a::before{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #9e0a0a;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
}
.column-type a:hover::before,
.column-type a.cur::before{
    width: 100%;
}
.column-type a:hover,
.column-type a.cur{
    color:#9e0a0a;
}
.news-top{
    background:#f7f7f7;
    padding: 70px 0;
}
.news-top ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 20px;
}
.news-top ul li{
    /* width: 32%; */
    background: #fff;
    padding: 25px;
}
.news-top ul li .date{
    color:#666;
    font-size: 14px;
    display: block;
}
.news-top ul li .title{
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin: 15px 0;
    color:#333;
}
.news-top ul li .img{
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news-top ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-top ul li .text{
    margin: 15px 0 20px 0;
    font-size: 15px;
    color:#666;
    line-height: 25px;
}
.news-top ul li .link{
    border-top: 1px solid #eee;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    color:#666;
}
.news-top ul li:hover{
    background: #9e0a0a;
}
.news-top ul li:hover .date,
.news-top ul li:hover .title,
.news-top ul li:hover .text,
.news-top ul li:hover p{
    color:#fff;
}
.news-bottom{
    padding: 30px 0 80px 0;
}
.news-bottom dl{
    border-bottom: 1px solid #eee;
    padding: 35px 0;
    transition: .4s;
}
.news-bottom dl dt .title-n{
    font-size: 20px;
    color:#333;
    font-weight: 700;
}
.news-bottom dl dt{
    width: 78%;
}
.news-bottom dl dt .des{
    font-size: 15px;
    color:#666;
    line-height: 25px;
    margin-top: 15px;
}

.news-bottom dl dd{
    font-size: 40px;
    color:#333;
    text-align: center;
    color:#9e0a0a;
}
.news-bottom dl dd span{
    display: block;
    color:#666;
    font-size: 14px;
}
.news-bottom dl:hover{
    padding-left: 15px;
}
.news-bottom dl:hover dt .title-n{
    color:#9e0a0a;
}


/*新闻详情页*/
.news-nr{
    padding: 0 0 60px 0;
}
.news-nr h5{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 60px;
}
.news-nr .news-nr-time{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0 auto 60px auto;
    width: 60%;
}
.news-nr .news-nr-time p{
    font-size: 16px;
}
.news-nr .news-nr-time p:nth-child(2){
    margin: 0 30px;
}
.news-nr .des-fan{
    margin-top: 20px;
}
.news-nr .des-fan i{
    font-size: 1.5rem;
    color: #fff;
    width: 40px;
    display: block;
    height: 40px;
    background:#9e0a0a;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.news-nr .des-fan p{
    text-align: center;
    font-size: .8rem;
    color: #105bb9;
}
.news-nr .des-nr p{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
}
.news-nr .des-nr img{
    max-width: 100%;
    margin: 0 auto;
}