﻿html,
body,
div,
p,
span,
dl,
dt,
dd,
ul,
li,
em,
i,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  user-select: none;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  min-width: 1200px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 460px;
  color: aqua;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.zyjs,
.zyys,
.xxnr,
.zpzs,
.zxbm,
.xyhj,
.cybf,
.qtzy{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  h1 {
    text-align: center;
    color: rgb(255, 70, 70);
    margin: 30px auto;
  }
  h2{
    color: rgb(255, 70, 70);
    text-align: center;
    font-weight: 800;
    line-height: 80px;
  }
  h3 {
    text-align: center;
  }
  .c1 {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
  }
}

.c1 .c1-left {
  width: 50%;
  margin: auto 30px;
}
.c1 .c1-left .c4cell {
  margin: 40px auto;
  p{
    line-height: 25px;
  }
}
.c1 .c1-left .c4cell_a{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 10px auto;
    line-height: 50px;
    overflow: hidden;
    a{
        outline: none;
        width: 150px;
        height: 50px;
        background-color: #EE2D00;
        color: #FFF;
        border-radius: 15px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
      }
}
.c1 .section-left {
  margin: auto;
  img {
    width: 564px;
    height: 342px;
  }
}
.c1 .section-img {
  margin: auto 0;
  display: flex;
  flex-direction: row;
  margin: 10px;
}
.c1 .section-img .section-imgs {
  width: 240px;
  padding-left: 20px;
}
.zpzs .c1 {
    gap: 5px;
    .c1-img{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
.zxbm{
    width: 1920px;
    height: 392px;
    background-image: url(../images/35.jpg);
    background-repeat: no-repeat;
}
.ksxxyy{
    height: 90%;
    width: 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-left: 48%;
    background-color: #FFF;
    border-radius: 10px;
  }
  .ksxxyy input{
    width: 300px;
    height: 30px;
  }
  .ksxxyy .yybt{
    font-size: 25px;
    font-weight: 800;
    color: #FD7855;
  }
  .ksxxyy .yyfbt{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .ksxxyy .yyfbt div{
    margin: auto;
    height: 10px;
    width: 10px;
    background-color:#FD7855;
  }
  .ksxxyy button{
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background-color: #FD7855;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .ksxxyy .yybm{
    font-size: 15px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #9b9b9b;
    span{
        color: #EE2D00;
        font-weight: 500;
    }
  }
  .xyhj .c1 {
    display: flex;
    flex-direction:column;
    gap: 3px;
    .c1-img{
        display: flex;
        flex-direction: row;
        gap: 3px;
    }
}
.cybf .c1{
    display: flex;
    flex-direction: column;
    .c1-bf{
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    a{
        outline: none;
        width: 150px;
        line-height: 50px;
        background-color: #EE2D00;
        color: #FFF;
        border-radius: 15px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        margin: 40px auto;
      }
}
.c1-bf .img-bf{
    width: 350px;
}
.qtzy .c1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.c1 .item{
    height: 300px;
    overflow: hidden;
    a{
        outline: none;
    }
    p{
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        color: #000;
    }
}
.c1 .item:hover{
    p{
        background-color: #EE2D00;
        color: #FFF;
        font-size: 19px;
        font-weight: 800;
    }
}