* {
    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, 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;
}

.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: #f35602;
}

.head1 .nav>ul>li.active>a {
    font-weight: 700;
    color: #f35602;
}

.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:nth-child(3) ul {
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
}

.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: #f35602;
    color: #fff;
}

.head1 select {
    border: 1px solid #285dad;
    padding: 5px 10px;
    outline: none;
    color: #285dad;
}

/* 内页头部 */
.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: #f35602;
}

.pchead .nav>ul>li.active>a {
    font-weight: 700;
    color: #f35602;
}

.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:nth-child(3) ul {
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
}

.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: #f35602;
    color: #fff;
}

.pchead select {
    border: 1px solid #285dad;
    padding: 5px 10px;
    outline: none;
    color: #285dad;
}

.xymob-nav>.language a {
    color: #f35602;
    font-weight: 700;
}

/* 波浪 */
.wave-box {
    position: relative;
    height: 60px;
}

.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.marquee {
    width: 8000%;
    height: 60px;
}

.wave-list-box {
    float: left;
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1;
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none;
}

/* 内页底部 */
.pagefoot {
    background-color: #285dad;
    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%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot .footleft .fl1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .footleft .fl1 ul {
    display: flex;
}

.foot .footleft .fl1 ul li {
    margin-right: 15px;
    border: 1px solid #fff;
    padding: 5px;
}

.foot .footleft .fl1 svg {
    color: #fff;
}

.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 a {
    line-height: 1.6;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.foot .footpro ul li:last-child a {
    margin-bottom: 0;
}

.foot .axian a span {
    background: linear-gradient(to right, #fff, #fff) no-repeat left bottom;
    background-size: 0px 1px;
    transition: background-size 500ms;
    padding-bottom: 2px;
}

.foot .axian a span:hover {
    background-size: 100% 1px;
}

.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%;
}

.copy {
    background-color: #285dad;
    border: solid #b5b2b2 1px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.copy p {
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.copy a {
    color: #fff;
    font-size: 14px;
}

/* 右侧浮动 */
.float_qq {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -101px;
    width: 50px;
    height: 203px;
    z-index: 6666;
}

.float_qq li {
    width: auto;
    height: 50px;
    z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 {
    position: absolute;
    left: 0;
    width: 62px;
}

.float_qq li.float_qq1 {
    top: 0;
}

.float_qq li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #000;
    opacity: .8;
    border-radius: 6px;
}

.float_qq li a img {
    object-fit: contain;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.float_qq ul li.relEwm {
    top: 51px;
    width: 62px;
    position: absolute;
}

.sideBar-wrapper-ewm {
    position: absolute;
    top: -50px;
    left: -144px;
    background: url(../images/side-arr.png) no-repeat bottom right;
    width: 140px;
    height: 149px;
    padding-bottom: 9px;
    display: none;
}

.sideBar-wrapper-ewm img {
    display: block;
    background-color: #FFF;
    width: 140px;
    height: 140px;
}

.float_qq li.float_qq3 {
    position: absolute;
    top: 102px;
    left: 0;
    width: 172px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.float_qq li.float_qq3:hover {
    left: -116px;
}

.float_qq li.float_qq4 {
    top: 153px;
}

.float_qq li a:hover {
    background-color: #316fcd;
    opacity: 1;
}

.float_qq ul li.relEwm:hover .sideBar-wrapper-ewm {
    display: block;
}

/* 内页 */
.innerbanner {
    position: relative;
    padding-top: 100px;
    height: 600px;
}

.innerbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub_crumbs.fix {
    position: fixed;
    top: 100px;
    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;
    }
}

.position {
    padding: 20px 0;
    background-color: #f3f3f3;
    font-size: 14px;
}

.position a {
    color: #333;
    margin: 0 5px;
}

.position a:first-child {
    margin-left: 0;
}

.position a:last-child {
    margin-right: 0;
}

.position a:hover {
    color: #f35602;
}

.aboutcontent,
.contactcontent,
.honorcontent,
.zjxycontent {
    padding: 80px 0;
}

.newscontent,
.newsdetail,
.productcontent,
.search {
    padding: 80px 0 100px 0;
}

.aboutcontent .info img,
.newsdetail .newsdetailtext img,
.prodetail .itemlibox 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: 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: #285dad;
    border: 1px solid #285dad;
}

.pagination a.page-num-current {
    color: #fff;
    background: #285dad;
    border: 1px solid #285dad;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}