* {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
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
}

table,
th,
td {
    vertical-align: middle
}

body,
body * {
    font-family: Arial, sans-serif;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #002777;
}

.t {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sideNav {
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}

.sideNav ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/dian2.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(../images/dian1.png) no-repeat center;
}

.dowebok {
    position: relative;
}

/* 首页头部 */
.head1 {
    width: 100%;
    position: fixed;
    top: -104px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.head1.down {
    top: 0 !important
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.xymob-head {
    display: none;
}

.head1 {
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

.head1 .logo img {
    max-height: 100px;
}

.head1 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head1 .nav>ul {
    display: flex;
    align-items: center;
}

.head1 .nav>ul>li {
    position: relative;
}

.head1 .nav>ul>li>a {
    color: #333;
    font-size: 18px;
    margin: 0 30px;
    font-weight: 700;
    line-height: 100px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.head1 .nav>ul>li:hover>a {
    color: #002777;
}

.head1 .nav>ul>li.active>a {
    font-weight: 700;
    color: #002777;
}

.head3 {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}

.head1 .nav>ul>li ul {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.head1 .nav>ul>li ul li a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
}

.head1 .nav>ul>li ul li a:hover {
    background-color: #002777;
    color: #fff;
}

.head1 select {
    border: 1px solid #002777;
    padding: 5px 10px;
    outline: none;
    color: #002777;
}

/* 内页头部 */
.pchead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pchead {
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

.pchead .logo img {
    max-height: 100px;
}

.pchead .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pchead .nav>ul {
    display: flex;
    align-items: center;
}

.pchead .nav>ul>li {
    position: relative;
}

.pchead .nav>ul>li>a {
    color: #333;
    font-size: 18px;
    margin: 0 30px;
    font-weight: 700;
    line-height: 100px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pchead .nav>ul>li:hover>a {
    color: #002777;
}

.pchead .nav>ul>li.active>a {
    font-weight: 700;
    color: #002777;
}

.pchead .nav>ul>li ul {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.pchead .nav>ul>li ul li a {
    display: block;
    text-align: center;
    color: #333;
    padding: 10px 0;
}

.pchead .nav>ul>li ul li a:hover {
    background-color: #002777;
    color: #fff;
}

.pchead select {
    border: 1px solid #002777;
    padding: 5px 10px;
    outline: none;
    color: #002777;
}

.btnmore a {
    display: flex;
    align-items: center;
    background: #002777;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    padding: 15px 30px;
}

.btnmore a span {
    margin-right: 20px;
}

/* 内页底部 */
.innerfooter {
    background-color: #002777;
    padding: 4rem 0;
}

.foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .footleft {
    width: 30%;
}

.foot .footleft .footlogo {
    max-height: 90px;
}

.foot .footleft p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.8;
    font-size: 14px;
    margin: 20px 0;
    width: 80%;
}

.foot .footleft .footbtn a {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    width: fit-content;
    padding: 8px 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.foot .footleft .footbtn a span {
    position: relative;
    z-index: 3;
}

.foot .footleft .footbtn a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 0, 1);
    border: 1px solid rgba(255, 126, 0, 1);
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.foot .footleft .footbtn a:hover {
    border: 1px solid rgba(255, 255, 255, .5);
}

.foot .footleft .footbtn a:hover::after {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.foot .footcontact {
    width: 20%;
}

.foot .footcontact h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.foot .footcontact ul li {
    margin-bottom: 15px;
}

.foot .footcontact ul li:last-child {
    margin-bottom: 0;
}

.foot .footcontact ul li p {
    font-size: 14px;
}

.foot .footcontact ul li p:first-child {
    color: #fff;
}

.foot .footcontact ul li p:last-child {
    color: rgba(255, 255, 255, .8);
}

.foot .footpro {
    width: 15%;
}

.foot .footpro h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.foot .footpro ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot .footpro ul li a {
    line-height: 2;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.foot .footlink {
    width: 15%;
}

.foot .footlink h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.foot .footlink ul li a {
    line-height: 2;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.foot .footewm {
    width: 10%;
}

.foot .footewm h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.foot .footewm img {
    max-width: 100%;
}

/* 内页 */
.innerbanner {
    position: relative;
    padding-top: 100px;
}

.innerbanner img {
    width: 100%;
    height: 100%;
}

.position {
    height: 60px;
    line-height: 60px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.position .positioncur {
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.position a {
    color: #333;
}

.main {
    margin: 20px 0 50px 0;
}

.sidebar {
    top: 100px;
    z-index: 1000;
}

.sidebar .submenu {
    margin-bottom: 1rem;
}

.sidebar .submenu>dl>dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #002777;
    border: 1px solid #d2d2d2;
}

.sidebar .submenu>dl>dd {
    margin: 0;
    border: 1px solid #d2d2d2;
    border-top: none;
    position: relative;
}

.sidebar .submenu>dl>dd>a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .submenu>dl>dd a.on {
    background-color: #002777;
    color: #fff;
}

.sidebar .submenu>dl>dd>a:last-child {
    border-bottom: 0;
}

.sidebar .submenu>dl>dd .first-nav-btn {
    background: url(../images/righticon.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.sidebar .submenu>dl>dd>a.on .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.sidebar .submenu>dl>dd>a:hover {
    background-color: #002777;
    color: #fff;
}

.sidebar .submenu>dl>dd>a:hover .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center;
}

.slider-news {
    margin-bottom: 1rem;
}

.slider-news .newssubmenu dl {
    border: 1px solid #eee;
}

.slider-news .newssubmenu dl dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #002777;
}

.slider-news .newssubmenu dl dd {
    margin: 0;
    border-top: none;
}

.slider-news .newssubmenu dl dd a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5a5a5a;
    padding: 8px 18px;
    display: block;
}

.slider-news .newssubmenu dl dd a::before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.slider-news .newssubmenu dl dd a:hover {
    color: #000;
}

.contactbox .contacttop {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #002777;
}

.contactbox .contact-text {
    margin: 0;
    border-top: none;
    border: 1px solid #eee;
}

.contactbox .contact-text p {
    font-size: 16px;
    color: #5a5a5a;
    padding: 0.8rem 18px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.lnnertitle {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: unset;
}

.lnnertitle .lnnertitleline {
    margin-bottom: 0;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
}

.lnnertitle .lnnertitleline::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #002777;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.aboutcontent,
.contact,
.newscontent,
.product {
    margin: 15px 0;
}

.honorcontent,
.honorlist,
.newslist {
    margin: 30px 0;
}

.aboutcontent img,
.honorlist .honorlist-content img,
.newslist .newslisttext img,
.pro-bottom img {
    max-width: 100%;
    height: auto;
}

.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;
}

.content_text p a {
    color: #333;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.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: #002777;
    border: 1px solid #002777;
}

.pagination a.page-num-current {
    color: #fff;
    background: #002777;
    border: 1px solid #002777;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}