* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: normal;
}

table,
th,
td {
    vertical-align: middle
}

body,
body * {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.xymob-head {
    display: none;
}

.pc-head .headtop {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.pc-head .headtop .logo h3 {
    font-weight: 700;
    font-size: 32px;
}

.pc-head .headtop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pc-head .headtop .headright {
    display: flex;
    align-items: center;
}

.pc-head .headtop .headright .l1 {
    display: flex;
    align-items: center;
}

.pc-head .headtop .headright .l1 .toptel {
    margin-left: 5px;
}

.pc-head .headtop .headright .l1 .toptel span {
    color: #02347b;
    font-weight: 700;
}

.pc-head .headtop .headright .l1 .toptel p {
    margin-bottom: 0;
    font-size: 24px;
    color: #02347b;
}

.pc-head nav {
    background-color: #02347b;
}

.pc-head nav .firstul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pc-head nav .firstul li {
    position: relative;
}

.pc-head nav .firstul>li>a {
    display: block;
    color: #fff;
    line-height: 63px;
    font-weight: 700;
    font-size: 18px;
    width: 170px;
    text-align: center;
}

.pc-head nav .firstul>li:hover>a {
    background-color: #0952b9;
}

.pc-head nav .firstul>li .twoul {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.pc-head nav .firstul>li .twoul>li {
    position: relative;
}

.pc-head nav .firstul>li .twoul>li>a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
}

.pc-head nav .firstul>li .twoul>li:hover>a {
    background-color: #0952b9;
    color: #fff;
}

.pc-head nav .firstul>li .twoul>li span {
    background: url(../images/jt2.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pc-head nav .firstul>li .twoul>li:hover span {
    background: url(../images/jt16.png) no-repeat;
}

.pc-head nav .firstul>li .twoul>li .threeul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    display: none;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.pc-head nav .firstul>li .twoul>li .threeul>li>a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
}

.pc-head nav .firstul>li .twoul>li .threeul>li:hover>a {
    background-color: #0952b9;
    color: #fff;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.title h5 {
    color: #979797;
    font-weight: 700;
}

.title h3 {
    color: #373b84;
    font-weight: 700;
    font-size: 38px;
}

.slide img {
    width: 100%;
    height: 100%;
}

footer {
    background-color: #26258c;
}

.foottop {
    border-bottom: 1px solid #fff;
    padding: 70px 0 30px 0;
}

.foottop .tel {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

.foottop .tel span {
    margin-left: 10px;
}

.footbottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 80px 0;
}

.footbottom .leftnav {
    width: 50%;
    display: flex;
}

.footbottom .leftnav dl {
    margin-right: 5vw;
}

.footbottom .leftnav dl:last-child {
    margin-right: 0;
}

.footbottom .leftnav dl dt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1.5vw;
}

.footbottom .leftnav dl dd {
    margin-bottom: 10px;
}

.footbottom .leftnav dl dd a {
    color: rgba(255, 255, 255, .7);
}

.footbottom .rightcontact {
    width: 30%;
}

.footbottom .rightcontact h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.footbottom .rightcontact ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.footbottom .rightcontact ul li:last-child {
    margin-bottom: 0;
}

.footbottom .rightcontact ul li a {
    color: #fff;
}

.copy {
    color: #fff;
    text-align: center;
    padding: 0 10px 10px 10px;
}

.copy a {
    color: #fff;
    margin-left: 10px;
}

.banner {
    position: relative;
}

.innerbanner {
    height: 460px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .con {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    box-sizing: border-box;
    text-align: left;
    transform: translateY(-50%);
}

.banner .con h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 56px;
    margin-top: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, .35);
    padding: 0 10%;
}

.banner .con p {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .45);
    line-height: 40px;
    padding: 10px 10% 0 10%;
}

.content_text * {
    transition: unset;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

.content_text p a {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #373b84;
    border: 1px solid #373b84;
}

.pagination a.page-num-current {
    color: #fff;
    background: #373b84;
    border: 1px solid #373b84;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}