body {
    width: 100%;
}

.top {
    width: 100%;
    background: url(../images/logo_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-top: 32px;
    margin-bottom: 30px;
}

.logo a {
    display: block;
}

.search {
    /* width: 270px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* height: 43px; */
    /* margin-top: 60px; */
}

.search_int {
    width: 180px;
    height: 42px;
    vertical-align: top;
    background-color: white;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    transform: translateX(10px);
}

.search_sub {
    width: 49px;
    height: 42px;
    /* border-top-right-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
    background: url(../images/search.png) no-repeat #f8b551;
    /* background-color: white; */
    cursor: pointer;
    vertical-align: top;
    background-size: 100%;
}

.nav {
    height: 56px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* transform: perspective(50rem); */
    height: 56px;
    line-height: 56px;
    width: 100%;
    z-index: 111111111111111111111111111111111;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 22px;
    display: block;
    position: relative;
    width: 100%;
    color: black;
    /* text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; */
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    left: 0rem;
    /* transform: translateY(15%); */
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #f5f3f2;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.nav-item:hover>a {
    color: #b90003;
}

.nav-item:hover {
    background-color: #f5f3f2;
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: #b90003;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
}

.top_nav p {
    font-size: 17px;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 1px 9px;
    position: relative;
    z-index: 11111111;
}


/* banner ----------------- 开始 */

.banner,
.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
    height: 24.84375vw !important;
    overflow: hidden;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 40%;
    background-size: 100%;
    z-index: 11111111;
    cursor: pointer;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 800px) {
    body {
        width: 1920px;
    }
    .banner {
        height: 100% !important;
        overflow: hidden;
    }
}

.banner-hd {
    position: absolute;
    bottom: 40%;
    right: 17%;
}

.banner-hd ul li a {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #f19149;
    text-align: center;
    line-height: 35px;
    color: #f19149;
    font-family: "fzch";
    font-style: italic;
}

.banner-hd ul .on a {
    width: 25px;
    height: 25px;
    padding: 5px;
    background-color: #b90003;
    text-align: center;
    line-height: 25px;
}

.banner-hd ul li {
    margin-top: 44px;
    position: relative;
}

.banner-hd ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    background-color: #f19149;
    bottom: -37px;
    left: 18px;
}

.banner-hd ul li:last-child::after {
    display: none;
}

.s01_box_1 {
    width: 835px;
}

.section01 {
    width: 100%;
    background: url(../images/section01_bg.png) no-repeat bottom;
    background-size: 100% 100%;
    overflow: hidden;
}

.s01_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.section_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_tit p {
    font-size: 24px;
    position: relative;
    padding-left: 42px;
}

.section_tit p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.section_tit p::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 10px;
    background: url(../images/tit_bg2.png) no-repeat center;
    right: -65px;
    bottom: 11px;
}

.s01_box_1 .section_tit p::before {
    width: 32px;
    height: 32px;
    background: url(../images/xww.png) no-repeat center;
    background-size: 100%;
}

.section_tit a {
    font-size: 13px;
    width: 80px;
    height: 25px;
    border: 1px solid #b90003;
    text-align: center;
    line-height: 25px;
    color: #b90003;
}

.s01_box_1_1 {
    width: 100%;
}

.s01_box_1_1 ul {
    display: flex;
    justify-content: space-between
}

.s01_box_1_1 ul li {
    width: 400px;
}

.s01_box_2_1_img {
    width: 400px;
    height: 280px;
    overflow: hidden;
}

.s01_box_2_1_img img {
    width: 100%;
    height: 100%;
}

.s01_box_1_1 {
    margin-top: 23px;
}

.s01_b_2_1_info {
    width: 100%;
    padding: 0 20px;
}

.s01_b_2_1_info span {
    display: block;
    font-size: 20px;
    color: #b90003;
    font-family: "candara";
    margin-top: 18px;
    margin-bottom: 11px;
}

.s01_b_2_1_info p {
    font-size: 20px;
    font-weight: 700;
}

.s01_box_1_1 ul li:hover img {
    transform: scale(1.1);
}

.s01_box_1_1 ul li img {
    transition: all .5s;
}

.s01_box_1_2 {
    width: 100%;
    margin-top: 32px;
}

.s01_box_1_2 ul {
    display: flex;
    flex-wrap: wrap;
}

.s01_box_1_2 ul li {
    width: 400px;
    height: 60px;
    background-color: white;
    background: url(../images/s01_box_1_2.png) no-repeat left;
    transition: all .3s;
}

.s01_box_1_2 p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
    line-height: 60px;
}

.s01_box_1_2 ul li:nth-child(2n) {
    margin-left: 35px;
}

.s01_box_1_2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.s01_box_1_2 ul li:nth-child(n+3) {
    margin-top: 32px;
}

.s01_box_1_2 ul li:hover {
    transform: translateX(4px);
}

.s01_box_2 {
    width: 500px;
}

.s01_box_2_list {
    width: 100%;
    margin-top: 23px;
    padding: 0 20px;
}

.s01_box_2 .section_tit p::before {
    background: url(../images/szw.png) no-repeat center;
    width: 30px;
    height: 33px;
    background-size: 100%;
}

.s01_box_2_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 1px dashed #e5e5e5;
    padding: 12px 0;
}

.s01_box2_time {
    width: 74px;
    height: 63px;
}

.s01_box2_time span {
    font-size: 35px;
    font-family: "candara";
}

.s01_box2_time p {
    font-size: 16px;
}

.s01_box2_info {
    height: 63px;
    display: flex;
    align-items: center;
    width: 84%;
}

.s01_box2_info p {
    font-size: 18px;
}

.s01_box_2_list ul li:hover a {
    border-top: 1px solid #b90003;
}

.s01_box_2_list ul li:hover .s01_box2_time {
    color: #b90003;
}

.s01_box_2_list ul li:hover .s01_box2_info p {
    color: #b90003;
}

.s01_box_2_list ul li:hover {
    transform: translateY(-4px);
}

.s01_box_2_list ul li {
    transition: all .3s;
}

.section02 {
    width: 100%;
    margin-top: 60px;
    background: url(../images/section02_bg.png) no-repeat bottom;
    background-size: 100% 100%;
}

.s02_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.s02_1,
.s02_2 {
    width: 673px;
}

.s02_1 .section_tit p::before {
    background: url(../images/wjmt.png) no-repeat center;
    width: 34px;
    height: 29px;
    background-size: 100%;
}

.s02_2 .section_tit p::before {
    background: url(../images/xywh.png) no-repeat center;
    width: 33px;
    height: 33px;
}

.s02_1_list {
    width: 100%;
    margin-top: 23px;
}

.s02_1_list ul {
    display: flex;
    flex-wrap: wrap;
}

.s02_1_list ul li {
    width: 320px;
    height: 220px;
    padding: 25px 30px;
}

.s02_1_list ul li a {
    display: block;
    height: 100%;
}

.s02_1_list ul li span {
    font-size: 20px;
    display: block;
    color: #b90003;
    height: 90px;
    padding-top: 50px;
}

.s02_1_list ul li p {
    font-size: 20px;
    font-style: italic;
    font-family: "candara";
    color: #b90003;
    margin-top: 10px;
}

.s02_1_list ul li i {
    font-style: normal;
    display: block;
    font-size: 18px;
    margin-top: 19px;
    line-height: 31px;
    height: 93px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s02_1_list ul li:hover {
    background: url(../images/s02_1_bg.png) no-repeat;
    background-size: 100% 100%;
    border-bottom: 5px solid #b90003;
}

.s02_1_list ul li:nth-child(2n) {
    margin-left: 32px;
}

.s02_02_list {
    width: 100%;
    margin-top: 23px;
}

.swiper_s02 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.s02_02_list a {
    width: 673px;
    height: 420px;
    display: block;
    position: relative;
    overflow: hidden;
}

.s02_02_list a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.s02_02_list a p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #b90003;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.section2_prev,
.section2_next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    z-index: 11;
    cursor: pointer;
}

.section2_prev {
    left: 0px;
    background: url(../images/section2_prev.png) no-repeat center;
    background-size: 100%;
}

.section2_next {
    right: 0px;
    background: url(../images/section2_next.png) no-repeat center;
    background-size: 100%;
}

.s02_1_2_pagination {
    text-align: center;
    margin-top: 10px;
}

.s02_1_2_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    outline: 1px solid #b90003;
    background-color: #ffffff00;
    margin: 0 10px !important;
}

.s02_1_2_pagination .swiper-pagination-bullet-active {
    background-color: #b90003;
}

.s02_02_list a:hover img {
    transform: scale(1.1);
}

.section03 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat bottom;
    background-size: 100% 100%;
}

.s03_list {
    width: 100%;
    height: 310px;
}

.s03_list ul {
    display: flex;
    justify-content: space-between;
}

.s03_list ul li a {
    position: relative;
    display: block;
    width: 310px;
    height: 248px;
}

.s03_list ul li {
    width: 290px;
    position: relative;
}

.zs1,
.zs2 {
    position: absolute;
    width: 275px;
    height: 217px;
    padding-left: 54px;
    transition: all 1s;
    opacity: 0;
}

.s03_list ul li a p {
    font-size: 24px;
    position: absolute;
    z-index: 3;
    bottom: 68px;
    width: 100%;
    text-align: center;
}

.zs1 {
    z-index: 2;
}

.zs2 {
    z-index: 1;
}

.s03_list {
    margin-top: 60px;
}

.s03_list ul li a p::before {
    position: absolute;
    content: "";
    bottom: 36px;
    left: 36%;
}

.s03_list ul li:first-child a p::before {
    background: url(../images/s03_1.png) no-repeat center;
    width: 74px;
    height: 70px;
    bottom: 67px;
}

.s03_list ul li.on:first-child a p::before {
    background: url(../images/s03_1_2.png) no-repeat center;
    bottom: 68px;
}

.s03_list ul li:nth-child(2) a p::before {
    background: url(../images/s03_2_2.png) no-repeat center;
    width: 92px;
    height: 72px;
}

.s03_list ul li.on:nth-child(2) p::before {
    background: url(../images/s03_2.png) no-repeat center;
}

.s03_list ul li:nth-child(3) a p::before {
    background: url(../images/s03_3.png) no-repeat center;
    width: 70px;
    height: 70px;
}
.s03_list ul li:nth-child(4) a p::before {
    background: url(../images/xsg.png) no-repeat center;
    width: 74px;
    height: 70px;
}

.s03_list ul li.on:nth-child(3) a p::before {
    background: url(../images/s03_3_2.png) no-repeat center;
}
.s03_list ul li.on:nth-child(4) a p::before {
    background: url(../images/xsg2.png) no-repeat center;
}
.s03_list ul li:hover .zs1 {
    transform: rotate(80deg);
    transform-origin: 53% 52%;
}

.s03_list ul li:hover .zs2 {
    transform: rotate(-80deg);
    transform-origin: 73% 44%;
}

.s03_list ul .on .zs1,
.s03_list ul .on .zs2 {
    opacity: 1;
}

.s03_list ul .on p {
    color: white;
}
.s03_list ul li:first-child p{
    
bottom: 60px;
} 
.s03_list ul li:nth-child(2):before {
    position: absolute;
    content: "";
    background: url(../images/line.png) no-repeat center;
    width: 82px;
    height: 11px;
    left: -56px;
    bottom: 123px;
}

.s03_list ul li:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(../images/line.png) no-repeat center;
    width: 162px;
    height: 11px;
    right: -139px;
    bottom: 123px;
}
.s03_list ul li:nth-child(3)::after {
    position: absolute;
    content: "";
    background: url(../images/line.png) no-repeat center;
    width: 162px;
    height: 11px;
    right: -139px;
    bottom: 123px;
}
.footer {
    width: 100%;
    background: url(../images/f_bg.png) no-repeat center;
    background-size: 100% 100%;
    /* overflow: hidden; */
}

.f_box {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 65px;
    align-items: center;
}

.f_1 {
    width: 540px;
}

.f_1 p {
    font-size: 20px;
    color: white;
}

.f_1 p:nth-child(n+2) {
    margin-top: 25px;
}

.f_2 {
    width: 430px;
}

.f_2 ul {
    display: flex;
    justify-content: space-between;
}

.f_xtb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}
.f_xtb img{
    width:100%;
    height:100%;
}
.f_2 ul li p {
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 15px;
}
.evm{
    width: 100px;
    position: absolute;
    top: -120px;
    left: -20px;
    visibility: hidden;
    transform: translateY(20px);
    transition:all .5s;
    opacity:0;
}
.evm img{
    width: 100%;
}

.f_2 ul li a{
    position: relative;
}
.f_2 ul li:hover .evm{
    visibility:visible;
     transform: translateY(0px);
    opacity:1;
}
.f_2 ul li:first-child .evm{
    left: -6px;
}