.head {
    width: 100%;
    background: url(../images/head_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.head_box {
    display: flex;
    justify-content: space-between;
    /* margin-top: 40px; */
    margin-bottom: 37px;
    align-items: center;
}
.gb_main{width: 100%;margin: 0 auto;min-width: 1400px;}
.logo {
    width: 712px;
    height: 95px;
    overflow: hidden;
    margin-top: 40px;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

.stx {
    width: 230px;
    height: 45px;
    vertical-align: top;
    font-size: 18px;
    outline: none;
    padding-left: 20px;
    transform: translateX(5px);
}

.sub {
    width: 45px;
    height: 45px;
    background: url(../images/search.png) no-repeat center;
    background-size: 100%;
    vertical-align: top;
    /* transform: translateX(-4px); */
}

.top_info {
    width: 23%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.top_link ul {
    display: flex;
    justify-content: center;
}

.top_link ul li a {
    font-size: 16px;
    color: white;
    display: block;
    width: 100%;
    position: relative;
}

.top_link ul li:first-child a {
    padding-left: 30px;
}

.top_link ul li:first-child a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 26px;
    background: url(../images/home.png) no-repeat center;
    background-size: 100%;
    left: 0;
}

.top_link ul li:last-child {
    margin-left: 30px;
    position: relative;
}

.top_link ul li:last-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: white;
    left: -15px;
    bottom: 3px;
}

.top_link {
    margin-bottom: 20px;
    width: 100%;
}

.nav {
    height: 63px;
    line-height: 63px;
    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: 100%;
    line-height: 63px;
    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;
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
}

.subNav li a {
    line-height: 48px;
    height: 44px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 70px;
    width: 100%;
    background: #c00000;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: white;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #efdadbd9;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 63px;
    color: white;
}

.nav-item:hover {
    background-color: #c41019;
}

.nav-item:hover a {
    color: white;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
    /* height: 1.9rem; */
}

.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;
}

.center {
    width: 100%;
    background: url(../images/center_box.png) no-repeat center;
    background-size: 100% 100%;
}

.banner {
    margin: 35px 0px;
}

.center_box {
    overflow: hidden;
}

.banner_swiper:hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.banner_prev {
    background: url(../images/b_prev.png) no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner_next {
    background: url(../images/b_next.png) no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    background: white;
    width: 55px;
    border-radius: 20px;
}

.banner_swiper .banner_pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 10px;
    left: 0;
    transform: translateX(656px);
    width: auto;
}

.conmmon_title {
    margin-bottom: 25px;
}

.conmmon_title a {
    display: block;
    position: relative;
}

.conmmon_title a::after {
    content: '';
    width: 44%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #b60000;
}

.conmmon_title a::before {
    content: '';
    width: 38%;
    position: absolute;
    right: 6%;
    top: 50%;
    height: 1px;
    background: #b60000;
}

.conmmon_title a p {
    display: table;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
    color: #262626;
    padding-left: 30px;
    background: url(../images/section1_icon.png)no-repeat left center;
    font-weight: 600;
}

.conmmon_title a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #262626;
}

.section1_cont {
    display: flex;
    justify-content: space-between;
}

.section1_l {
    width: 680px;
    min-height: 480px;
    overflow: hidden;
}

.section1 .section1_pagination {
    position: absolute;
    left: 0;
    bottom: 12%;
    z-index: 2;
    text-align: right;
}

.section1 .swiper-pagination-bullet-active {
    background: #b60000;
}

.section1_r {
    width: calc(100% - 720px);
}

.section1_l a {
    display: block;
    position: relative;
}

.section1_l_img {
    width: 680px;
    height: 380px;
    overflow: hidden;
}

.section1_l_img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.section1_l:hover .section1_l_img img {
    transform: scale(1.1);
}

.section1_l_time {
    position: absolute;
    left: 32px;
    top: 0;
    background: #b60000;
    padding: 5px 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section1_l_time p {
    font-size: 30px;
    color: #fff;
    font-family: "cket";
}

.section1_l_time span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: "cket";
}

.section1_l a>p {
    position: absolute;
    box-shadow: 0.347px 1.97px 4.75px 0.25px rgba(0, 0, 0, 0.1);
    width: 90%;
    height: 89px;
    border-bottom: 1px solid #b60000;
    padding: 10px 28px;
    font-size: 20px;
    color: #262626;
    left: 50%;
    bottom: -56px;
    transform: translateX(-50%);
    background: #fff;
    transition: all .3s;
}

.section1_l:hover a>p {
    background: #b60000;
    color: #fff;
}

.section1_r ul li {
    transition: all .3s;
    margin-bottom: 24px;
}

.section1_r ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0.347px 1.97px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}

.section1_r ul li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.section1_r ul li a div {
    width: 85px;
    background: #e0b727;
    text-align: center;
    transition: all .3s;
    padding: 2px 0;
}

.section1_r ul li:hover a div {
    background: #b60000;
}

.section1_r ul li a div p {
    font-size: 30px;
    color: #fff;
}

.section1_r ul li a div span {
    font-size: 18px;
    color: #fff;
}

.section1_r ul li a>p {
    flex: 1;
    padding: 2px 15px;
    font-size: 18px;
    color: #404040;
    display: flex;
    justify-content: left;
    align-items: center;
}

.section2 {
    display: flex;
    justify-content: space-between;
    background: #f8f1f1;
    padding: 30px;
}

.section2>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
    position: relative;
}
.section2>div:first-child{
    width: 54%;
}
.section2>div:first-child::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #b60000;
    right: -41px;
}

.section2_title {
    font-weight: 600;
    font-size: 22px;
    color: #191919;
    padding-left: 62px;
    position: relative;
}

.section2_title::after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/tz.png)no-repeat center center #b60000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section2 ul {
    width: 76%;
}

.section2 ul li {
    transition: all .3s;
    position: relative;
}

.section2 ul li:hover {
    transform: translateY(-5px);
}

.section2 ul li a {
    display: block;
}

.section2 ul li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #191919;
    width: 78%;
    padding-left: 15px;
    line-height: 40px;
    position: relative;
    background: url(../images/section2_li.png)no-repeat left center;
}

.section2 ul li:hover a p {
    color: #b60000;
    font-weight: 600;
    background: url(../images/section2_li_on.png)no-repeat left center;
}

.section2 ul li a span {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.section2 ul li:hover a span {
    color: #b60000;
}

.section3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.section3>div {
    width: 48%;
}
.s03_box2 .s03_box1_list{
    
height: 327px;
    
margin-top: 0px;
}
.s03_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s03_tit p {
    font-size: 22px;
    position: relative;
    padding-left: 38px;
    width: 20%;
}

.s03_tit p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 26px;
    background: url(../images/ywjt.png) no-repeat center;
    background-size: 100%;
    left: 0px;
}

.line {
    width: 67%;
    height: 1px;
    background-color: #b60000;
}

.s03_tit a {
    display: block;
    font-size: 14px;
}

.s03_box2 {
    width: 100%;
}

.s03_box1_list {
    width: 100%;
    margin-top: 25px;
    height: 284px;
}
.s03_box1_list img{
    width:100%;
}
.s03_box1_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s03_box1_list ul li a p {
    font-size: 18px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

.s03_box1_list ul li a p::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #b60000;
    left: 0px;
    bottom: 8px;
}

.s03_box1_list ul li a span {
    display: block;
    font-size: 16px;
}

.s03_box1_list ul li {
    margin-top: 28px;
    transition: all .3s;
}

.s03_box1_list ul li:first-child {
    margin-top: 0px;
}

.s03_box1_list ul li:hover {
    transform: translateY(-4px);
}

.s03_box1_list ul li:hover p {
    color: #b60000;
}

.s03_box1_list ul li:hover span {
    color: #b60000;
}

.s03_box2 .s03_tit p::before {
    background: url(../images/jdjb.png) no-repeat center;
    background-size: 100%;
}

.section6 {
    margin-top: 30px;
}

.section6 .conmmon_title a p {
    background: url(../images/section6_icon.png)no-repeat left center;
}

.section6_swiper {
    overflow: hidden;
}

.section6_carousel {
    padding: 0 60px;
    position: relative;
    margin-bottom: 30px;
}

.section6_prev {
    background: url(../images/section6_prev.png) no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    /* -webkit-transform: translateX(-10px); */
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    /* transform: translateX(-10px); */
    opacity: 1;
    /* visibility: hidden; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section6_prev:hover {
    background: url(../images/section6_prev2.png) no-repeat;
}

.section6_next {
    background: url(../images/section6_next.png) no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    /* -webkit-transform: translateX(10px); */
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    /* transform: translateX(10px); */
    opacity: 1;
    /* visibility: hidden; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section6_next:hover {
    background: url(../images/section6_next2.png) no-repeat;
}

.section6:hover .section6_prev,
.section6:hover .section6_next {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.section6_swiper a {
    display: block;
    position: relative;
    width: 413px;
    height: 258px;
}

.section6_swiper a img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.section6_swiper a p {
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.section6_swiper .swiper-slide:hover a p {
    background: rgba(182, 0, 0, 0.5);
    white-space: initial;
    text-overflow: initial;
}

.f_links {
    background: #fcf5f5;
    padding: 15px 0;
}

.f_links .w {
    display: flex;
    justify-content: start;
}

.f_links .w div {
    line-height: 50px;
    font-size: 18px;
    color: #404040;
    position: relative;
    margin-right: 15px;
    font-weight: 600;
    padding-left: 55px;
}

.f_links .w div::after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/links_icon.png)no-repeat center center #e3bd3b;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.f_links ul {
    display: flex;
    justify-content: start;
}

.f_links ul li {
    margin-right: 15px;
}

.f_links ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #404040;
}

.f_links ul li:hover a {
    color: #AB0006;
}

.footer .w {
    display: flex;
    justify-content: space-between;
}

.footer {
    padding: 50px 0;
    background: url(../images/footer_ng.jpg)no-repeat center bottom #c0000d;
    background-size: cover;
}

.footer p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.f_box {
    display: flex;
    justify-content: space-between;
}

.f_l_box {
    display: flex;
    justify-content: left;
}