* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.herder {
    width: 100%;
    height: 100px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.herder img {
    display: block;
}

.banner img {
    width: 100%;
}

.banner {
    position: relative;

}

.sub1 {
    width: 464px;
    height: 488px;
    position: absolute;
    background: url(images/jqr1.png) no-repeat center;
    top: 27%;
    right: 23%;
}

.bg9_rh1 input {
    width: 375px;
    height: 44px;
    display: block;
    border: 2px solid #015d8c;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 16px;
    outline: none;
    text-indent: 1em;
    font-size: 20px;
}

.bg9_rh {
    margin-top: 92px;
}

.bg9_rh1 #hj_content {
    width: 375px;
    height: 62px;
    display: block;
    border: 2px solid #015d8c;
    border-radius: 15px;
    margin: 0 auto;
    outline: none;
    text-indent: 1em;
    font-size: 20px;
}

.bg9_zx input {
    width: 375px;
    height: 66px;
    display: block;
    margin: 0 auto;
    background-color: #f6b730;
    text-align: center;
    line-height: 66px;
    font-size: 32px;
    color: #fff;
    border: none;
    border-radius: 40px;
}
.bg9_zx input:hover{
       background-color: #015d8c;    color: #fff;
}

.bg9_le a {
    text-decoration: none;
    width: 375px;
    height: 66px;
    display: block;
    margin: 0 auto;
    background-color: #f6b730;
    text-align: center;
    line-height: 66px;
    font-size: 32px;
    color: #fff;
    border: none;
    border-radius: 40px;
}
.bg9_le a:hover{
       background-color: #015d8c;    color: #fff;
}

.qy1 {
    width: 100%;
    height: 650px;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.qy1-top p:nth-child(1) {
    font-size: 45px;
    color: #414141;
    font-weight: bold;
    margin-top: 70px;
    text-align: center;
}

.qy1-top p:nth-child(2) {
    width: 50px;
    height: 2px;
    background-color: #f6b730;
    margin: 0 auto;
    margin-top: 5px;
}

.qy1-top p:nth-child(3) {
    font-size: 20px;
    color: #787777;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 55px;
}

.qy1 ul {
    width: 1400px;
    height: 400px;
}

.qy1 ul li {
    width: 348px;
    height: 400px;
    float: left;
    border: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
}

.qy1 ul li img {
    display: block;
    width: 100%;
    height: 136px;
    margin-bottom: 20px;
}

.qy1 ul li p:nth-child(2) {
    font-size: 24px;
    text-align: center;
    color: #414141;
    font-weight: bold;
}

.qy1 ul li p:nth-child(3) {
    width: 262px;
    margin: 0 auto;
    font-size: 16px;
    color: #787777;
    margin-top: 20px;
}

.qy1 ul li a {
    display: block;
    width: 199px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #015d8c;
    border: 1px solid #015d8c;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
    display: none;
}

.qy1 ul li div {
    position: absolute;
    top: 15px;
    transition: transform 0.5s ease-in-out;
}

.qy1 ul li:hover div {
    transform: translateY(-14px);
}

.qy1 ul li:hover a {
    display: block;
}

.qy1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qy1 li {
    position: relative;
    /* 确保伪元素定位正确 */
    list-style: none;
    /* 移除默认的列表符号 */
    /* 添加一些内边距 */
}

.qy1 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    /* 初始位置在左侧外部 */
    width: 100%;
    height: 2px;
    /* 边框高度 */
    background-color: #3498db;
    /* 边框颜色 */
    transition: left 0.5s ease-in-out;
    /* 添加过渡效果 */
    z-index: 1;
    /* 确保伪元素在内容之下 */
}

.qy1 li:hover::before {
    left: 0;
    /* 鼠标悬停时从左到右显示 */
}

.qy2 {
    width: 100%;
    height: 338px;
    background: url(images/jqr11.jpg) no-repeat center;
}



.qy2-l {
    width: 1005px;
    height: 284px;
    float: left;
    margin-top: 22px;
    background-color: #fff;
    border-radius: 20px;
}

.clrar {
    clear: both;
}

.qy2-l1 ul li {
    width: 114px;
    height: 108px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.qy2-l1 ul li img {
    width: 95px;
    height: 74px;
    display: block;
    margin: 0 auto;
}

.qy2-l1 ul li p {
    font-size: 22px;
    color: #323232;
    text-align: center;
}

.qy2-l1 {
    width: 280px;
    height: 284px;
    float: left;
}

.qy2-l2 {
    width: 648px;
    float: left;
    margin-left: 30px;
}

.tit p {
    float: left;
}

.tit p:nth-child(1) {
    font-size: 30px;
    color: #323232;
    font-weight: bold;
    line-height: 80px;
}

.tit p:nth-child(2) {
    font-size: 16px;
    color: #787777;
    line-height: 90px;
    margin-left: 10px;
}

.tit {
    width: 100%;
    height: 80px;
}

.mess2 {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.mess2 label,
.mess2 input {
    display: inline-block;
    float: left;
}

.mess21 {
    height: 48px;
    margin-bottom: 15px;
}

.mess2 input {
    width: 210px;
    height: 46px;
    background-color: #d4d4d4;
    border: none;
    outline: none;
}

.mess2 label {
    width: 80px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-left: 40px;
}

.mess211 input {
    width: 290px;
    height: 48px;
    background-color: #015d8c;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    display: block;
    float: left;
    margin-left: 48px;
}

.qy2-r {
    width: 370px;
    height: 285px;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 18px;
    margin-top: 22px;
}

.carousel-container {
    height: 200px;
    /* 容器高度，根据需求调整 */
    overflow: hidden;
    /* 隐藏超出部分 */
    position: relative;
}

.carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.5s ease-in-out;
    /* 添加滑动过渡效果 */
}

.carousel-item {
    height: 40px;
    /* 每个订单详情的高度 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.qy2-r p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #f6b730;
    margin-bottom: 10px;
}

.carousel-item span:nth-child(2) {
    margin-left: 43px;
    margin-right: 52px;
}

.qy3-t2 {
    width: 100%;
    height: 38px;
    background: url(images/jqr12.jpg) no-repeat center;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
}

.qy3-c1 {
    width: 435px;
    float: left;
}

.qy3-c1 ul li {
    width: 430px;
    height: 190px;
    background-color: #f2f2f2;
    margin-bottom: 28px;
}

.qy3-c1 ul li:hover {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.qy3-c1 ul li img {
    display: block;
    width: 102px;
    height: 39px;
    margin: 0 auto;
    padding-top: 26px;
    margin-bottom: 5px;
}

.qy3-c1 ul li p:nth-child(2) {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
}

.qy3-c1 ul li p:nth-child(3) {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #121212;
}

.qy3-c2 {
    width: 438px;
    float: left;
    margin: 0 45px;
}

.qy3-t1 {
    font-size: 18px;
    text-indent: 2em;
    line-height: 25px;
    margin-bottom: 30px;
}

.qy3-t1 span {
    color: #015c8b;
    font-weight: bold;
}



.qy3-t3l {
    width: 228px;
    float: left;
    height: 141px;
    background-color: #f6b730;
}


.qy3-t3l p:nth-child(1) {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    text-align: center;
}

.qy3-t3l p:nth-child(2) {
    font-size: 16px;
    width: 176px;
    color: #414141;
    margin: 0 auto;
}

.qy3-b a {
    width: 377px;
    height: 66px;
    line-height: 66px;
    display: block;
    font-size: 32px;
    text-align: center;
    color: #f6b730;
    border: 2px solid #f6b730;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.qy3-b a:hover {
    background-color: #f6b730;
    color: #fff;
}

.clear {
    clear: both;
}

.qy4 {
    width: 100%;
    height: 902px;
    background: url(images/jqr19.jpg) no-repeat center;
}

.qy4-b ul li {
    width: 348px;
    height: 332px;
    background-color: #fff;
    float: left;
    margin-left: 2px;
    border-radius: 10px;
}

.qy4-b ul li img {
    display: block;
    width: 337px;
    height: 213px;
    overflow: hidden;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.qy4-i {
    width: 337px;
    height: 213px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
}

.qy4-b ul li:hover img {
    transform: scale(1.1);
}

.qy4-b ul li:hover .qy4-b2 p:nth-child(1) {
    color: #015d8c;
}

.qy4-b ul li:hover .qy4-b3 p:nth-child(2) {
    color: #015d8c;
    transform: translateX(30px);
    /* 向右移动 20px */
    transition: all 0.3s ease;
    /* 添加过渡效果，0.3 秒完成 */
}

.qy4-b2 p:nth-child(1) {
    font-size: 20px;
    color: #414141;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.qy4-b2 p:nth-child(2) {
    font-size: 16px;
    color: #9d9c9c;
}

.qy4-b3 a {
    width: 334px;
    height: 39px;
    border-top: 1px solid #f5f5f5;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}


.qy4-b3 a p:nth-child(1) {
    font-size: 16px;
    color: #9d9c9c;
    float: left;
    height: 39px;
    line-height: 39px;
}

.qy4-b3 a p:nth-child(2) {
    font-size: 30px;
    color: #9d9c9c;
    float: right;
    margin-right: 30px;
}

.qy4-btm a {
    width: 377px;
    height: 66px;
    line-height: 66px;
    display: block;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 60px;
}
.qy4-btm a:hover{
      background-color: #f6b730;
    color: #fff;
    border: 2px solid #f6b730;
}
.qy7-t3 a:hover{
      background-color: #f6b730;
    color: #fff;
    border: 2px solid #f6b730;
}
.qy5 {
    width: 100%;
    height: 228px;
    margin-top: 32px;
    overflow: hidden;
    /* 隐藏超出部分 */
    position: relative;
}

.qy5 ul {
    display: flex;
    width: max-content;
    /* 使ul宽度适应内容 */
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
    overflow: hidden;
}

.qy5 ul li {
    width: 354px;
    height: 227px;
    margin-left: 16px;
    position: relative;
    flex-shrink: 0;
    /* 防止li被压缩 */
}

.qy5 ul li img {
    display: block;
    width: 354px;
    height: 227px;
}

.qy5 ul li p {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-color: rgba(49, 80, 97, 0.8);
}

.qy6-t>img {
    display: block;
    width: 710px;
    height: 667px;
    float: left;
}

.qy6-t .qy6-tr {
    width: 490px;
    height: 667px;
    float: left;
    margin-left: 85px;
}

.qy6-tr>p:nth-child(1) {
    margin-top: 190px;
    font-size: 36px;
    color: #015d8c;
    margin-left: 8px;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.qy6-tr>p:nth-child(2) {
    font-size: 36px;
    color: #4e4e4e;
    margin-left: 8px;
}

.qy6-tr>p:nth-child(3) {
    font-size: 30px;
    color: #9c9c9c;
    margin-top: 48px;
    margin-bottom: 40px;
}

.qy6-tr ul {
    width: 500px;
    height: 128px;
}

.qy6-tr ul li:nth-child(1) {
    margin-left: 8px;
}

.qy6-tr ul li {
    width: 100px;
    float: left;
    margin-left: 30px;
}

.qy6-tr ul li img {
    display: block;
    width: 89px;
    margin: 0 auto;
}

.qy6-tr ul li p {
    font-size: 20px;
    text-align: center;
    color: #484848;
}

.qy6-tr a {
    width: 202px;
    height: 50px;
    display: block;
    background-color: #f6b730;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
    margin-left: 8px;
}

.qy6 {
    margin-bottom: 100px;
}

.w1460 {
    width: 1460px;
    margin: 0 auto;
}

.qy7 {
    width: 100%;
    height: 1293px;
    background: url(images/jqr36.jpg) no-repeat center;
}

.qy7-t1 img {
    display: block;
    width: 724px;
    height: 560px;
    float: left;
}

.qy7-t1l {
    width: 635px;
    height: 560px;
    float: left;
    margin-left: 75px;
}

.qy7-t1l p {
    color: #fff;
    font-size: 22px;
}

.qy7-t1l p:nth-child(1) {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}

.qy7-t1l p:nth-child(3) {
    margin-top: 57px;
    margin-bottom: 45px;
}

.qy7-t2 .all {
    width: 1400px;
    margin: 0 auto;
    height: 160px;
    margin-top: 90px;
}

.qy7-t2 .cont {
    width: 280px;
    float: left;
    height: 160px;

}

/* .qy7-t2 .cont1 {
    width: 227px;
    margin: 0 auto;
} */

.qy7-t2 .cont1 .tt1 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    margin-left: 50px;
}

.qy7-t2 .cont1 span:nth-child(2) {
    font-size: 24px;
    color: #fff;
}

.qy7-t2 .cont p {
    font-size: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.qy7-t3 a {
    width: 377px;
    height: 66px;
    line-height: 66px;
    display: block;
    font-size: 32px;
    text-align: center;
    color: #f6b730;
    border: 2px solid #f6b730;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.qy8 {
    width: 100%;
    height: 720px;
}

.qy8 .qy1-top p a {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #214b90;
}

.qy8 .qy1-top p:nth-child(3) {
    margin-bottom: 20px;
}

.qy8-c1 {
    width: 448px;
    height: 426px;
    float: left;
    margin-top: 20px;
}

.qy8-c1 img {
    display: block;
    width: 100%;
}

.qy8-c1 div {
    width: 388px;
    height: 104px;
    background-color: #f6b730;
    padding: 0 30px;
}

.qy8-c1 div p:nth-child(1) {
    font-size: 20px;
    color: #2c2222;
    padding-top: 12px;
    margin-bottom: 5px;
}

.qy8-c1 div p:nth-child(2) {
    font-size: 16px;
    color: #000;
}

.qy8-c ul li {
    width: 450px;
    height: 207px;
    background-color: #f4f4f4;
    float: left;
    margin-left: 24px;
    margin-top: 15px;
}

.qy8-c ul {
    width: 950px;
    height: 428px;
    float: left;
    margin-top: 5px;
}

.qy8-c ul li a {
    display: block;
    width: 450px;
    height: 207px;
}

.qy8-c ul li a>p:nth-child(1) {
    height: 50px;
    font-size: 18px;
    color: #717070;
    width: 375px;
    margin: 0 auto;
    padding-top: 30px;
}

.qy8-c ul li a>p:nth-child(2) {
    width: 375px;
    height: 41px;
    margin: 0 auto;
    font-size: 14px;
    color: #717070;
}

.lir {
    width: 384px;
    height: 74px;
    margin: 0 auto;
}

.lir1 {
    float: left;
}

.lir1 p:nth-child(1) {
    font-size: 30px;
    color: #717070;
    font-weight: bold;
    margin-top: 10px;
}

.lir1 p:nth-child(2) {
    font-size: 14px;
    color: #717070;
}

.lir2 {
    float: right;
    font-size: 50px;
    color: #717070;
    margin-top: 5px;
}

.carousel-container2 {
    height: 150px;
    /* 根据可见项高度设置容器高度 */
    overflow: hidden;
    /* 隐藏超出部分 */
    position: relative;
}

.carousel2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.carousel-item2 {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    /* 设置每个项的高度 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 添加分隔线 */
}
.carousel-item2 span:nth-child(1){
    width: 200px;
}
.carousel-item2 span:nth-child(4){
    width: 100px;
}


.qy9 {
    width: 100%;
    height: 800px;
    background-color: #214b90;
    padding-top: 73px;
}

.qy9 .w1400 {
    height: 870px;
    height: 526px;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 35px;

}

.qy9 .qy9-t1 {
    height: 150px;
    width: 1336px;
    margin: 0 auto;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /* 向内阴影 */
}

.mess3 {
    width: 1200px;
    margin: 0 auto;
    height: 272px;
}

.mess3-l {
    width: 490px;
    float: left;
}

.mess3-l label {
    font-size: 24px;
    color: #6c6c6c;
    margin-right: 40px;
}

.mess3-l p {
    height: 64px;
    margin-bottom: 36px;
}

.mess3-l2 {
    width: 344px;
    float: left;
}

.mess3-l3 {
    width: 270px;
    float: left;
}

.mess3 {
    margin-top: 50px;
}

.mess3-l input {
    width: 317px;
    height: 55px;
    outline: none;
    text-indent: 1em;
    font-size: 20px;

}

.mess3-l2 label {
    font-size: 24px;
    color: #6c6c6c;
    margin-right: 40px;
    margin-bottom: 20px;
}

.mess3-l2 input {
    width: 323px;
    height: 194px;
    outline: none;
    text-indent: 1em;
    font-size: 20px;
    margin-top: 20px;
}

.mess3-l3 {
    margin-left: 50px;
}

.mess3-l3 a {
    display: block;
    width: 258px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 30px;
    border-radius: 10px;
    color: #f6b730;
    border: 2px solid #f6b730;
    margin-bottom: 70px;
}


.mess3-l3 input {
    display: block;
    width: 258px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 30px;
    border-radius: 10px;
    color: #fff;
    background-color: #f6b730;
    border: 0;
}

.qy9 .w1200>div {
    float: left;
}

.qy9 .w1200 {
    margin-top: 64px;
}

.qy9-b1 img {
    display: block;
    margin-left: 5px;
    margin-right: 30px;
}

.qy9-b2 p {
    font-size: 20px;
    color: #fff;
    margin-top: 6px;
}

.qy9-b2 {
    margin-right: 200px;
}

.qy10 {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background-color: #152f4e;
    color: #afbdd5;
}