/***** 公共文件 *****/

html {
    font-size: 625%;
}

body {
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    min-width: 1280px;
    width: 100%;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #333;
    font-family: 微软雅黑;
}

a {
    list-style: none;
    text-decoration: none;
}

body {
    background-color: #fff;
}

img {
    display: block;
    width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

.pcwl_content {
    width: 65%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    min-width: 1200px;
}

@media screen and (max-width: 1600px) {
    .pcwl_content {
        width: 90%;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
    }
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}


/***** End 公共文件 *****/


/* 闪动字体 */

@keyframes bun-suofang {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.02);
    }
    20% {
        transform: scale(1.04);
    }
    30% {
        transform: scale(1.06);
    }
    40% {
        transform: scale(1.08);
    }
    40% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.08);
    }
    60% {
        transform: scale(1.06);
    }
    70% {
        transform: scale(1.04);
    }
    80% {
        transform: scale(1.02);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}


/* header */

.header {}

.header_top {
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
    display: flex;
    padding: 0 10px;
}

.header_top .pcwl_content {
    display: flex;
}

.header_top .header_top_L {
    font-size: 13px;
}

.header_top .header_top_R {
    margin-left: auto;
    display: flex;
}

.header_top .header_top_R a {
    display: flex;
    align-items: center;
    color: #666;
    transition: 1s;
    font-size: 13px;
}

.header_top .header_top_R a:hover {
    color: #0558b5;
    transition: 1s;
}

.header_top .header_top_R a:first-of-type {
    margin-right: 15px;
}

.header_top .header_top_R a img {
    width: 23px;
    height: 22px;
    display: block;
    margin-right: 3px;
}

.header_txt {
    display: flex;
    height: 100px;
    align-items: center;
}

.header_txt h1 {
    display: flex;
    align-items: center;
}

.header_txt h1 img {
    width: 200px;
    height: 66px;
}

.header_txt p {
    font-size: 16px;
    color: #888;
    font-weight: lighter;
    line-height: 26px;
    letter-spacing: 2px;
    padding-left: 15px;
}

.header_txt .tel {
    width: 249px;
    line-height: 26px;
    margin-left: 30px;
    margin-left: auto;
}

.header_txt .tel b {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.header_txt .tel span {
    color: #1c2239;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: arial;
    display: inline-block;
}

.header_txt .tel s {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    background-position: 0 0;
}

.header_txt .tel s.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}


/* nav */

.nav {
    margin: 0 auto;
    margin: 0 auto;
    background: #1c2239;
}

.nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.nav ul li {
    height: 50px;
    display: block;
}

.nav ul li:hover {
    background: #48506d;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul li a {
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.nav ul li ul {
    display: none;
    position: relative;
    top: 0px;
    z-index: 99999999999;
    /* left: 121px; */
}

.nav ul li ul li {
    padding: 0px;
    background-color: #ffffff;
    height: 40px;
    /* background: #48506d; */
    background: rgba(28, 34, 57);
}

.nav ul li ul li a {
    line-height: 40px;
    font-size: 14px;
}


/* .sech {
    background-color: pink;
} */

.nav ul li ul li:hover {
    background: #48506d;
}

.nav ul li ul li:hover ul {
    visibility: visible;
}

.nav ul li ul li ul {
    visibility: hidden;
    position: relative;
    top: -50px;
    left: 100%;
}

.nav ul li ul li ul li {
    background: rgba(28, 34, 57);
}

.nav ul li ul li ul li:hover {
    background: #48506d;
}

.thirdh {
    background-color: #1e90ff;
}

.hover {
    background: #48506d;
}


/* footer */

.footer {
    height: 180px;
    /* background-color: rgba(255, 255, 255, 0.37); */
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer .pcwl_content {
    border-top: 1px solid #464a50;
    display: flex;
    align-items: center;
    background-color: #1c2239;
    height: 100%;
    padding: 0 10px;
}

.footer .pcwl_content .footer_L {
    margin-right: auto;
}

.footer .pcwl_content .footer_L em {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.footer .pcwl_content .footer_L p {
    color: #fff;
}

.footer .pcwl_content .footer_L p:first-of-type {
    margin-bottom: 15px;
}

.footer .pcwl_content .footer_R {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .pcwl_content .footer_R .footer_R_box {
    margin-top: 15px;
}

.footer .pcwl_content .footer_R .footer_R_box:first-of-type {
    margin-right: 20px;
}

.footer .pcwl_content .footer_R .footer_R_box img {
    width: 110px;
    margin: 0 auto;
}

.footer .pcwl_content .footer_R .footer_R_box p {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color: #fff;
}


/* 面包屑 */

.bread {
    background-color: rgba(247, 247, 247, 1);
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
    padding: 10px 15px;
}

.bread_box {
    display: flex;
}

.bread_nav {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.bread_nav img {
    margin-right: 5px;
    width: 20px;
}

.bread_nav a {
    color: #555;
    font-size: 14px;
}


/* 轮播 */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}