.hdRoot{
    width: 100%;
    height: auto;}

.sameWidth{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;}

/* 系统自带分页的样式 start */
.p_pages{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;}

.p_no, .p_fun, .p_fun_d, .p_no, .p_no_d{
    display: block;
    width: 30px;
    height: 28px;
    background: #f4f4f5;
    color: black;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin: 0 3px;}

.p_no a, .p_fun a, .p_fun_d a, .p_no a, .p_no_d a{
    color: black;}

.p_no_d{
    background:#d0191b;
    color: white !important;}

.p_no_d a{
    color: white !important;}

.p_first,.p_first_d, .p_last, .p_last_d{
    display:none;}
/* 系统自带分页的样式 end */

/* swiper start */
.swiperBox{
    position: relative;}

/* swiper */
.hdSwiper{
    height: 465px;}

.slideImg{
    width: 1920px;
    height: 465px;
    background-size: cover !important;
    background-position: center center !important;}

.slideImg img{
    width: 100%;
    height: inherit;}

.swiper-listcontentBox{
    position: relative;}

/* swiper */
.hd-listcontentSwiper{
    height: 225px;}

.slide-listcontentImg{
    width: 1920px;
    height: 425px;
    background-size: cover !important;
    background-position: center center !important;}

.slideImg img{
    width: 100%;
    height: inherit;}
/* navheader */
.navHeader{
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    z-index: 19;}

.navTop{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;}

.navTop .logo{
    
    height: 60px;
    wight:100%;
}

.searchBox{
    display: flex;
    align-items: center;}

.searchBox input{
    width: 260px;
    height: 45px;
    border-radius: 10px 0 0 10px;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.6);
    border: none;
    padding-left: 20px;
    color: #8A8282;
    font-size: 16px;}

.searchBox input::placeholder{
    color: #8A8282;}

.searchBox button{
    width: 60px;
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    color: #ffffff;
    outline: none;
    border: none;
    background: #CB1313;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;}

/* slogan */
.slogan{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;}

.slogan h3{
    font-size: 68px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 5px 20px rgba(32,77,8,0.54);
    margin-top: 140px;}
.slogan p{
    font-size: 18px;
    font-family: Clarendon BT;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 19px;
    letter-spacing: 2px;}

/* menu */
.indexMenu{
    width: 100%;
    height: 60px;
    background: url(../images/index/hd_nav_bg_b.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 99;}

.menuBox{
    display: flex;
    align-items: center;}

.menuItem{
    margin-right: 50px;}

.menuItem:last-child{
    margin-right: 0;}

.menuItem a{
    font-size: 19px;
    color: white;}

.activeMenu a{
    font-weight: 700;
    color: #1a429c;}
/* swiper end */

/* main start */
.mainBox{
    width: 100%;
    height: auto;
   background: url(../images/index/hd_bg0.jpg) ;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 5%;}
.mainBox1{
    width: 100%;
    height: auto;
   background: url(../images/index/hd_bg.jpg) ;
    background-size: 100% auto;
    box-sizing: border-box;
 
    }

.mainBox2{
    width: 100%;
    height: auto;
   background: url(../images/index/hd_bg2.jpg) ;
    background-size: 100% auto;
 
       }
.mainBox3{
    width: 100%;
     background: url(../images/index/hd_bg.jpg) ;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 30px 0 20px 0px ;
    }

.wenti{
    width: 100%;
      font-size: 22px;
   font-color:#fff;
background: url(../images/index/gtrain.png) ;
    padding: 5%;
}
.background-overlay {
  width: 100%; /* 设置div的宽度 */
  height: 200px; /* 设置div的高度 */
  background-image: url('../images/index/gtrain.png'), url('../images/index/gtrain.png'); /* 添加两张背景图片 */
  background-position: center, right bottom; /* 设置每张图片的位置 */
  background-size: cover, auto; /* 设置每张图片的大小 */
  background-repeat: no-repeat, no-repeat; /* 设置背景图片不重复 */
padding: 5%;}
/* main end */


/* footer start */
.footer{
    width: 100%;
    height: 553px;
    /*background: url(../images/index/footer.jpg) no-repeat;*/
    background-size: 100% ;
    position: relative; 
  background-image: url('../images/index/footer.jpg'); /* 添加背景图片 */
  background-position: center, right bottom; /* 设置每张图片的位置 */
  background-size: cover, auto; /* 设置每张图片的大小 */
  background-repeat: no-repeatt; /* 设置背景图片不重复 */

}
.footer-copyright{
    width: 100%;
    height: 20px;
    background:#003772;
    position: relative;}
.footer-xy{
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-left: 100px;
    font-size: 16px;

    background: url(../images/index/gtrain.png) no-repeat;
    background-size: 100%;
    position: relative;}


.footerBox{
   display: flex;
  text-align: center;

   align-items: center;
   justify-content: space-between;
   box-sizing: border-box;
   padding: 20px 0;}

.footI{
    font-size: 14px;
    color: white;
    margin-top: 20px;
    display: flex;
    align-items: center;}

.footI:first-child{
    margin-top: 0;}

.footI p{
    margin-right: 20px;}

.footI p:last-child{
    margin-right: 0;}

.qrCode{
    width: fit-content;
    text-align: center;}

.qrCode img{
    width: 110px;
    height: 110px;}

.qrCode p{
    font-size: 14px;
    color: white;
    margin-top: 5px;}

.footBottom{
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;}
/* footer end */

/* 分页 start */
.hdPages{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;}

.hdPages .pages{
    display: flex;
    align-items: center;}

.hdPages a{
    display: block;
    width: 30px;
    height: 28px;
    background-color: #f4f4f5;
    margin: 0 5px;

    font-size: 14px;
    color: #c3c5cc;
    text-align: center;
    line-height: 28px;
    font-weight: 700;}

.activePages a{
    background-color: #ff0000;
    color: white;}
/* 分页 end */

/* 响应式处理开始 */
@media screen and (max-width: 1300px){
    .sameWidth{
        box-sizing: border-box;
        padding: 0 3%;}

    .slogan h3{
        font-size: 40px;}

    .slogan p{
        font-size: 16px;}
}

@media screen and (max-width: 1200px){
    .hdSwiper, .slideImg{
        height: 510px;}

    .indexMenu {
        bottom: 0;}

    .mainBox{
        padding: 3%;}
}

@media screen and (max-width: 768px){
    .hdSwiper, .slideImg{
        height: 465px;}

    .slogan h3{
        margin-top: 40px;
        font-size: 34px;}

    .slogan p{
        font-size: 14px;
        margin-top: 10px;}

    .navTop .logo img{
        width: 1209px;
        height: 189px;}

    .searchBox input{
        width: 200px;
        height: 40px;}

    .searchBox button{
        height: 40px;
        line-height: 40px;
        font-size: 16px;}

    .indexMenu{
        height: 54px;}

    .menuItem a{
        font-size: 16px;}
    
}

@media screen and (max-width: 540px){
    .navTop{
        height: 65px;}

    .navHeader{
        border-bottom: none;}

    .navTop .logo img{
        width: 242px;
        height: 38px;}

    .searchBox input{
        width: 132px;
        height: 36px;
        font-size: 13px;
        border-radius: 5px 0 0 5px;}

    .searchBox button{
        width: 45px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        border-radius: 0px 5px 5px 0px;}

    .hdSwiper, .slideImg{
        height: 331px;}

    .slogan h3{
        margin-top: 0;}

    .slogan p{
        font-size: 9px;}

    .indexMenu{
        height: 40px;
        background: #cb1313;}

    .menuItem{
        flex: 1;
        text-align: center;
        margin-right: 0;}

    .menuItem a{
        font-size: 14px;}
    .footR{
        display: none;}

    .footL{
         align: center;
         background: #CB1313;
}

    .footI{
        font-size: 14px;
       justify-content: center;}

    .hdPages{
        justify-content: center;}

    .hdPages a{
        width: 26px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;}
}

@media screen and (max-width: 450px){
    .navTop .logo img{
        margin-left:100px;
        width: 1000px;
        height: 189px;}

    .searchBox input{
        width: 110px;
        height: 30px;
        font-size: 12px;}

    .searchBox button{
        height: 30px;
        line-height: 30px;
        font-size: 12px;}
}
/* 响应式处理结束 */