*{margin:0;padding:0;list-style:none;text-decoration:none;font-size:16px;color:#323232;}
body{margin:0;padding:0;font:500 16px Arial,'Times New Roman','Microsoft YaHei',SimHei;}
input{outline:0;border:none;}
a{text-decoration:none;}
img{vertical-align:middle;}
.m-section .section-center{margin:auto;width:1200px;}
.m-section,.m-section .section-center{position:relative;background-position:center;background-repeat:no-repeat;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"";}
.box{width: 1200px;margin: auto;}
.m0{margin: 0px!important;}
.mr0{margin-right: 0px!important;}
.bbn{border-bottom: none!important;}
.brn{border-right: none!important;}
.title{
    font-size: 42px;
    text-align: center;
    height: 113px;
    background: url('../img/tit.png')no-repeat bottom;
    line-height:124px;
}
.tit{
    width:100%;
    height:80px;
    background:url('../img/title.png')no-repeat center;
    text-align:center;
    color:#c30404;
    font-size:50px;
    font-weight:700;
    line-height:90px;
        display: flex;           /* 启用 Flexbox 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    gap: 10px;               /* 可选：为图片和文字之间添加间距 */
}
.tit img {
    vertical-align: middle; /* 确保图片与文字基线对齐 */
    /* 或者使用 align-self: center; 如果 Flexbox 中需要特殊对齐 */
}
.banner{
    width: 100%;
    height: 500px;
    background: url('../img/banner.png')no-repeat center;
}
/* .banner_btn{
    width:283px;
    height:83px;
    cursor: pointer;
    margin:460px 458px 0px 458px;
    background: url('../img/banner_btn.png')no-repeat center;
    line-height: 83px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
} */

.btns:hover{background: #4066d0;border-radius: 100px;}
.one{
    width: 100%;
    padding: 50px 0px 0px 0px;
    background: #fff;
}
.one_info{
    margin-top:40px;
    width: 1200px;
    height:540px;
    background: url('../img/one-left.png')no-repeat  right;
    background-size: 27%;
}
.one_info_lt{
    width: 830px;
    margin-top: 0px;
        cursor:pointer;
}
.one_icon{
    margin-top:5px;
    width:520px;
    height:60px;
    font-size:18px;
    line-height:35px;
     cursor: pointer;
    background: none;
    position: relative;
    transition: background 0.3s ease;
    padding:12px 0px 10px 20px;
    box-sizing: border-box;
}


  /* Hover effect: Only the hovered item gets the background */
  .one_icon.hover {
    background: url('../img/one-hover.png')no-repeat  left;
    background-repeat: no-repeat;
    background-size: cover;
  }


.one_icon span{
    font-size:18px;
    font-weight:700;
}
.one_icon img{
    margin-right:10px;
}
.one_info_lt h5{
    margin-top:20px;
    float: left;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
}
.one_info_lt p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}


.one_info_btn{
    width: 395px;
    height: 75px;
    background: url('../img/one_info_btn.png')no-repeat center;
    text-align: center;
    color:#8b4a0a;
    font-size: 36px;
    font-weight:700;
    line-height: 75px;
    margin: 50px 405px 0px 405px;
    cursor: pointer;
}
.one_info_btn span{
        font-size: 36px;
    font-weight:700;

        background: linear-gradient(to right, #ba7316, #eba139, #ba7316); /* 自定义渐变颜色 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.one_info_btn:hover{
    background:url('../img/one_info_btn_hover.png')no-repeat center;
}
.two{
    width:100%;
    margin-top:40px;
    padding:50px 0px;
    background:#fcfcfc;
}
.two .tit{
    color:#2f2f2f;
}
.two_info{
    width:1200px;
    margin-top:50px;
}
.two_box{
    width:287px;
    height:437px;
    margin-right:17px;
    text-align: center;
        cursor:pointer;
    background:url('../img/two-icon5.png')no-repeat center bottom;
}
.two_box.hover{
     background:url('../img/two-icon5-hover.png')no-repeat center bottom;
}

.two_box span {
    display: block; /* 让 span 变成块级元素，独占一行 */
    margin: 15px 0px 20px 0px; /* 可选：调整上下边距 */
    font-weight:700;
    font-size:24px;
    color:#fff;
}

.two_box img{
    margin:0px 50px 0px 50px;
}
.two_box img.hover{
    border-radius:90px;
    box-shadow: 0 0 15px rgba(116, 8, 8, 0.4); /* 水平偏移 0，垂直偏移 0，模糊 15px，颜色 #740808 */
}
.two_box:nth-child(4){
    margin-right:0px;
}
.two_box p{
    margin:0px 15px 0px 15px;
    font-weight:500;
    font-size:18px;
    line-height:28px;
    color:#fff;
    text-align:left;
}
.sreen{
    width:100%;
    padding:50px 0px;
    background:#fff;
}
.sreen_info{
    width:1200px;
    height:520px;
    margin-top:35px;
    background:url('../img/sreen_info.png')no-repeat right;
}
.sreen_info_lt{
    width:720px;
}
.sreen_info_list{
    width:720px;
    margin:0px 1px 1px 0px;
    cursor:pointer;
}
.sreen_info_list span{
    float:left;
    font-size:24px;
    font-weight:700;
    color:#333333;

}
.sreen_info_list span.hover{
    color:#c30404;
}
.sreen_info_list p{
    float:left;
    font-size:18px;
    color:#666666;
    line-height:28px;
    margin:9px 0px 15px 49px;
}
.sreen_info_list p.hover{
    color:#c30404;
}

.sreen_info_btn{
    width:343px;
    height:80px;
    background:url('../img/sreen_info_btn.png')no-repeat center;
    line-height:80px;
    text-align:center;
    font-size:24px;
    margin:50px 428px 0px 428px;
    cursor: pointer;
}
.sreen_info_btn:hover,.five_info_btn:hover{
    background:url('../img/sreen_info_btn_hover.png')no-repeat center;
}
.four{
    width:100%;
    padding:50px 0px 50px 0px;
    background:url('../img/four.png')no-repeat center;
}
.four .tit{
    color:#2f2f2f;
}
.four_info{
    width:100%;
    margin-top:50px;
}
.four_info_list{
    width:590px;
    height:350px;
    margin-right:20px;
    background:#fff;
}
.four_info_list.hover{
    box-shadow: 5px 5px 10px rgba(57, 1, 1, 0.1);
}
.four_info_list:nth-child(2){
    margin-right:0px;
}

.four_info_list h4{
    margin-top:40px;
    margin-bottom:25px;
    text-align:center;
    font-size:28px;
    font-weight:700;
    background: linear-gradient(40deg, #ad0b0b 0% 40%, #fa4848 48% 52%, #ad0b0b 60% 100%);
    -webkit-background-clip: text; /* 关键：背景裁剪到文字 */
    -webkit-text-fill-color: transparent; /* 关键：文字透明，显示背景 */
    animation: gradient-shift 5s ease infinite;
    position:relative;
}
.four_info_list h4:before{
      content: "";
    position: absolute;
    top: 0px;
    left: -110px;
    width: 100%;
    height: 100%;
     background:url('../img/four_icon1.png')no-repeat center;

}
.four_info_list:nth-child(2) h4:before{
      content: "";
    position: absolute;
    top: 0px;
    left: -110px;
    width: 100%;
    height: 100%;
     background:url('../img/four_icon2.png')no-repeat center;

}
.four_info_list_p{
    margin:0px 0px 35px 25px;
}
.four_info_list_p span{
    float: left;
    width:120px;
    font-size:24px;
    font-weight:700;
    color:#af0d0d;
}
.four_info_list_p p{
    float: left;
    width:435px;
    line-height:35px;
        font-size:18px;
    font-weight:400;
    color:#333333;
}



.five{
    width:100%;
    padding:50px 0px 80px 0px;
    background:#fff;
}
.tit_p{
    font-size:24px;
    text-align:center;
    margin-top:10px;
}
.five_info{
    width:100%;
}
.five_info_list{
    margin-top:30px;
    width:1200px;
    height:442px;
        background:url('../img/five_info.png')no-repeat center;
    position:relative;
}
.five_info_box{
    position:absolute;
    width:188px;
    height:205px;
    text-align:center;
    background:url('../img/five_box.png')no-repeat center;
    box-sizing:border-box;
}
.five_info_box.hover{
     filter: drop-shadow(3px 3px 5px rgba(127, 9, 9, 0.4));
}
.five_info_box img{
    margin-top:30px;
}
.five_info_box p{
    margin:20px 25px 0px 25px;
    font-size:20px;
    color:#fff;
    line-height:32px;
    text-align: center;
}

.five_info_box:nth-child(1){
    left:53px;
}
.five_info_box:nth-child(1) p{
    margin:20px 15px 0px 30px;
    text-align:left;
}
.five_info_box:nth-child(2){
    left:350px;
}
.five_info_box:nth-child(3){
    left:645px;
}
.five_info_box:nth-child(4){
    left:940px;
}
.five_info_box:nth-child(4) p{
     margin:20px 15px 0px 15px;
}
.five_info_box:nth-child(5){
    padding-top:25px;
    left:203px;
    top:240px;
    background:url('../img/five_box2.png')no-repeat center;
}
.five_info_box:nth-child(6){
    padding-top:25px;
    left:500px;
    top:240px;
    background:url('../img/five_box2.png')no-repeat center;
}
.five_info_box:nth-child(7){
    padding-top:25px;
    left:795px;
    top:240px;
    background:url('../img/five_box2.png')no-repeat center;
}
.five_info_btn{
    width:400px;
    height:80px;
    background:url('../img/five_info_btn.png')no-repeat center;
    line-height:80px;
    text-align:center;
    font-size:24px;
    margin:50px 428px 0px 428px;
    cursor: pointer;
}
.five_btn {
    float: left;
    width: 191px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to top, #1a18ad, #4c31d1);
    font-size: 18px;
    border-radius:50px;
    color: #fff;
    margin-left: 20px;
}
.five_btn:hover{
    border-radius: 100px;
    background: #952a24;
    color:#fff;
}
.eight{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}
.five_info_two{
    width: 100%;
    height: 762px;
    background: url('../img/five_info_two.png')no-repeat center;
    margin-top: 0px;
}
.five_info_two .one_info_btn{
    margin:-35px 405px 0px 405px;
}
.five_info_two_tj{
    width: 380px;
    height: 170px;
    background: rgba(30,7,7,0.7);
    margin-top: 450px;
    padding: 30px 60px 0px 60px;
    border-radius: 0px 200px 200px 0px;
}
.five_info_two_tj h6{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
.five_info_two_tj h6 span{
    width: 50px;
    height: 1px;
    background: #952a24;
    display: block;
    margin:7px 0px;
}
.five_info_two_text{
    width: 500px;
    height: 300px;
    margin-top: 280px;
}
.five_info_two_text h3{
    font-size: 42px;
    color: #fff;
    background: url('../img/five_two_h3.png')no-repeat center;
    float: left;
    line-height: 140px;
    width: 306px;
    height: 106px;
    margin-left: 50px;
}
.five_info_two_text p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    float: left;
    margin: 40px 50px;
}
.five_info_sreen{
    width: 100%;
    padding: 40px 0px;
    background: #f4f3f3;
}
.five_info_sreen h6{
    font-size: 24px;
    font-weight: normal;
    margin-left: 40px;
    float: left;
}
.five_info_sreen h6 span{
    width: 40px;
    height: 1px;
    background: #952a24;
    display: block;
    margin:10px 0px;
}
.five_info_sreen_box{
    width: 100%;
    height: 60px;
    margin-top: 20px;
}
.five_info_sreen_ul{
    width: 430px;
    height: 60px;
    margin-left: 40px;
    overflow: hidden;
}
.five_info_sreen_ul li{
    height:24px;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
}
.five_info_sreen_ul li em{
    color: #952a24;
    font-size: 18px;
    margin-right: 10px;
}
.five_btns{
    float: left;
    width: 191px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url('../img/five_btns.png')no-repeat center;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}
.five_btns:hover{
    border-radius: 100px;
    background: #952a24;
}
.ym_form_text{
    width: 100%;
    height: 80px;
    margin-top: 65px;
}
.ym_form_input{
    width: 100%;
}
.ym_form_text input{
    width: 330px;
    height: 70px;
    line-height: 70px;
    background: #ede8e7;
    border-radius: 5px;
    float: left;
    padding-left: 40px;
    font-size: 18px;
    margin-right: 35px;
}
.form_btn{
    width: 310px;
    height: 70px;
    background: url('../img/form_btn.png')no-repeat center;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    cursor: pointer;
}
.form_btn:hover{
    background: url('../img/form_btn_hover.png')no-repeat center;
    border-radius: 10px;
    color:#fff;
}
.jqymys {
    width: 100%;
    height: 770px;
    float: left;
    background: #dee1e8;
}