@media screen and (max-width: 800px) {

body{
min-width: 1920px;}
}
.head {
    width: 100%;
    background: url("../images/head_bg.png") center center / cover no-repeat;
    overflow: hidden;
}

.head_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 37px;
    align-items: center;
}

.logo {
    width: 992px;
    height: 71px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

.stx {
    width: 230px;
    height: 42px;
    vertical-align: top;
    font-size: 18px;
    outline: none;
    padding-left: 20px;
    transform: translateX(5px);
}

.sub {
    width: 49px;
    height: 42px;
    background: url("../images/search.png") center center / 100% no-repeat;
    vertical-align: top;
}

.top_info {
    width: 23%;
    display: flex;
    justify-content: center;
    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") center center / 100% no-repeat;
    left: 0px;
}

.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: 2147483647;
}

a:hover {
    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: 2147483647;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 70px;
    width: 100%;
    background: white;
    opacity: 0;
}

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

.nav .subNav li:hover {
    background-color: rgb(217, 217, 217);
    color: white;
    width: 100%;
}

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

.nav-item:hover {
    background-color: rgb(164, 0, 0);
}

.nav-item:hover a {
    color: white;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: black;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
}

.top_nav p {
    font-size: 17px;
    transition: all 0.3s ease 0s;
}

.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") center center / 100% 100% no-repeat;
}

.banner {
    /* margin: 35px 0px; */
    width: 100%;
    overflow: hidden;
}

.center_box {
    overflow: hidden;
}

.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: 20%;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.banner_next {
    background: url("../images/b_next.png") no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 20%;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.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: 0px;
    /* 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: 0px;
    top: 50%;
    height: 1px;
    background: rgb(0, 87, 198);
}

.conmmon_title a::before {
    content: "";
    width: 38%;
    position: absolute;
    right: 6%;
    top: 50%;
    height: 1px;
    background: rgb(0, 87, 198);
}

.conmmon_title a p {
    display: table;
    position: relative;
    margin: 0px auto;
    font-size: 22px;
    color: rgb(38, 38, 38);
    padding-left: 40px;
    background: url("../images/djzd.png") left center no-repeat;
    font-weight: 600;
}

.conmmon_title a span {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgb(38, 38, 38);
}

.section01 {
    width: 100%;
}

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

.tit_name {
    font-size: 30px;
    font-weight: bold;
}

.tit_name span {
    color: #a40000;
}

.section01 {
    padding-top: 35px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.section_tit a {
    display: block;
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    padding-right: 22px;
}

.section_tit a::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    background: url(../images/more.png) no-repeat center;
    right: 0;
    bottom: 2px;
}

.s01_container {
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s01_1,
.s01_2 {
    width: 49%;
}

.swiper_gzdt {
    position: relative;
    width: 683px;
    overflow: hidden;
}

.s01_img {
    width: 683px;
    height: 444px;
    overflow: hidden;
    position: relative;
}

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

.s01_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 97px;
    padding: 0 29px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 111;
    overflow: hidden;
}

.s01_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
    bottom: 0;
    left: 0;
    z-index: -1;
}

.s01_info p {
    display: block;
    color: white;
    font-size: 19px;
    font-weight: bold;
    margin-top: 37px;
}

.s01_info span {
    font-size: 16px;
    color: white;
    margin-top: 37px;
}

.first_time {
    width: 76px;
    height: 91px;
    background-color: #a40000;
    color: white;
    overflow: hidden;
}

.first_time p {
    font-size: 23px;
    text-align: center;
    margin-top: 20px;
}

.first_time span {
    font-size: 16px;
    /* text-align: center; */
    display: block;
    padding-left: 6px;
}

.first a {
    display: flex;
    justify-content: space-between;
}

.first_info {
    width: 86%;
}

.first_info p {
    font-size: 18px;
    font-weight: bold;
}

.first_info span {
    font-size: 14px;
    display: block;
    color: #b2b2b2;
    margin-top: 15px;
    padding-left: 18px;
}

.s01_2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s01_2 ul li a>p {
    font-size: 18px;
    color: #2a2a2a;
    padding-left: 23px;
}

.s01_2 ul li a>span {
    display: block;
    font-size: 16px;
    color: #616060;
}

.s01_2 ul li {
    position: relative;
    margin-top: 17px;
    transition: all .3s;
}

.s01_2 ul li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/s01_2.png) no-repeat left;
    left: 0;
    background-size: 100%;
    bottom: 6px;
    z-index: 111;
}

.s01_2 ul .first {
    margin-top: 0px;
    position: relative;
}

.s01_2 ul li:nth-child(2) {
    margin-top: 43px;
}

.s01_2 ul .first::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #e4e4e4;
    bottom: -25px;
}

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

.swiper_gzdt a img {
    transition: all .5s;
}

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

.section02 {
    width: 100%;
    margin-top: 60px;
}

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

.s02_1,
.s02_2 {
    width: 49%;
}

.s02_1_time {
    width: 78px;
    height: 86px;
    background: url(../images/s02_2.png) no-repeat center;
    background-size: 100%;
    color: white;
}

.s02_1_time p {
    font-size: 23px;
    text-align: center;
    margin-top: 20px;
}

.s02_1_time span {
    font-size: 14px;
    padding-left: 7px;
}

.s02_1_list a {
    display: flex;
    justify-content: space-between;
}

.s02_2_info {
    width: 86%;
}

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

.s02_2_info span {
    font-size: 14px;
    margin-top: 12px;
    display: block;
    color: #6b6b6b;
}

.s02_1_list ul li {
    margin-top: 24px;
    transition: all .3s
}

.s02_1_list ul li:first-child {
    margin-top: 0px;
}

.s02_1_list {
    margin-top: 45px;
}

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

.s02_1_list ul li:hover .s02_2_info p {
    font-weight: bold;
}

.s02_2_box {
    margin-top: 45px;
}

.s02_2_box a {
    display: block;
    position: relative;
    width: 682px;
    height: 417px;
    overflow: hidden;
}

.s02_2_box a::before {
    position: absolute;
    content: "";
    width: 103px;
    height: 103px;
    background: url(../images/bf.png) no-repeat center;
    background-size: 100%;
    top: 39%;
    left: 42%;
}

.s02_2_box a p {
    position: absolute;
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    bottom: 0px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.s02_2_box a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

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

.footer {
    width: 100%;
    background: url(../images/f_bg.png) no-repeat center;
    background-size: cover;
    height: 230px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* margin-top: 14px; */
    flex-wrap: wrap;
    overflow: hidden;
}

.footer p {
    font-size: 18px;
    color: white;
    width: 100%;
    /* text-align: center; */
    margin-top: 17px;
}
.footer p:first-child{
    /* margin-top: 78px; */
}
.link{
    margin-top: 60px;
    background-color: #a40000d4;
}
.link_box{
    display: flex;
    height: 41px;
    align-items: center;
}
.link_box p{
    font-size: 22px;
    width: 9%;
    color: white;
}
.link_list{
    width: 100%;
}
.link_list ul {
    display: flex;
}
.link_list ul li{
    margin: 0 10px;
}
.link_list ul li:first-child{
    margin-left: 0px;
}
.link_list ul li a{
    font-size: 18px;
    color: white;
}
.f_logo{
    
width: 48%;
}
.f_logo img{
    
width: 100%;
}
.f_info{
    width: 47%;
}
.f_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
