* {
    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;
}

.pchead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pchead .headflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pchead .logo img {
    max-width: 100%;
}

.pchead .nav .firstul {
    display: flex;
}

.pchead .nav .firstul>li {
    position: relative;
}

.pchead .nav .firstul>li>a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 84px;
    width: 140px;
    text-align: center;
}

.pchead .nav .firstul>li.active>a,
.pchead .nav .firstul>li:hover>a {
    color: #1a4782;
}

.pchead .nav .firstul>li .twoul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 12rem;
    display: none;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.pchead .nav .firstul>li .twoul>li {
    position: relative;
}

.pchead .nav .firstul>li .twoul>li>a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
    font-size: 14px;
}

.pchead .nav .firstul>li .twoul>li:hover>a {
    background-color: #1a4782;
    color: #fff;
}

.pchead .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%);
}

.pchead .nav .firstul>li .twoul>li:hover span {
    background: url(../images/jt16.png) no-repeat;
}

.pchead .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;
}

.pchead .nav .firstul>li .twoul>li .threeul>li>a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
    font-size: 14px;
}

.pchead .nav .firstul>li .twoul>li .threeul>li:hover>a {
    background-color: #1a4782;
    color: #fff;
}

footer {
    background-color: #1a4782;
}

.foot {
    padding: 80px 0 40px 0;
    display: flex;
    justify-content: space-between;
}

.foot .leftfoot {
    width: 50%;
}

.foot .leftfoot img {
    max-width: 100%;
    margin-bottom: 50px;
}

.foot .leftfoot .footnav {
    display: flex;
    justify-content: space-between;
}

.foot .leftfoot .footnav dl dt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.foot .leftfoot .footnav dl dd a {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 2;
}

.foot .rightfoot ul li {
    line-height: 2;
    color: #fff;
}

.copy {
    border-top: solid #b5b2b2 1px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.copy p {
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.copy a {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

/* 内页 */
/* banner */
.inside-banner {
    padding-top: 84px;
}

.innerbanner {
    height: 460px;
    position: relative;
}

.inside-banner .innerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside-banner .con {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    box-sizing: border-box;
    text-align: left;
    transform: translateY(-50%);
}

.inside-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%;
}

.inside-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%;
}

.position {
    width: 100%;
    height: auto;
    clear: both;
    z-index: 888;
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.pocur {
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.pocur img {
    margin-right: 10px;
}

.pocur a {
    color: #fff;
    margin: 0 5px;
}

.pocur a:hover {
    color: #1a4782;
    text-decoration: underline;
}

/* 导航 */
.pub_crumbs {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.pub_crumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.pub_crumbs ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    display: block;
    margin: 5px 10px;
    position: relative;
    padding: 0px 40px;
}

.pub_crumbs ul li:first-child a {
    margin-left: 0;
}

.pub_crumbs ul li a::after {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #ccc;
    content: "";
}

.pub_crumbs ul li:first-child a::after {
    display: none;
}

.pub_crumbs ul li.active a,
.pub_crumbs ul li:hover a {
    color: #fff;
    background: #1a4782;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub_crumbs.fix {
    position: fixed;
    top: 84px;
    border-top: 1px solid #eee;
    border-bottom: 0px;
    width: 100%;
    z-index: 20;
    background: #f7f7f7;
    animation: pub_crumbsfix .4s ease-in-out;
    -webkit-animation: pub_crumbsfix .4s ease-in-out;
}

.H70 {
    display: none;
    height: 70px;
}

@keyframes pub_crumbsfix {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

/* 上一页 下一页 */
.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
    margin-bottom: 1rem;
}

.content_text p:last-child {
    margin-bottom: 0;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

/* 分页 */
.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: #1a4782;
    border: 1px solid #1a4782;
}

.pagination a.page-num-current {
    color: #fff;
    background: #1a4782;
    border: 1px solid #1a4782;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

/* 内页公共部分 */
.aboutcontent,
.honorcontent,
.contactcontent,
.casecontent,
.newscontent,
.news_details,
.productcontent {
    padding: 80px 0;
}

.innertext .ind-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
}

.innertext .ind-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #1a4782;
    margin-left: -20px;
}

.aboutcontent .info img,
.news_details .news_detailstxt img {
    max-width: 100%;
    height: auto;
}