* {
    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, Helvetica, 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;
}

.clearfix::before {
    content: '';
    display: table;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 滚动条样式 */
*::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

*::-webkit-scrollbar-thumb {
    background: #000;
}

*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.xymob-head {
    display: none;
}

.pcHead {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 0 7.29vw;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}

.pcHead .headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.pcHead .headBox .logo {
    width: 35%;
}

.pcHead .headBox .logo img {
    max-width: 100%;
}

.pcHead .headBox .nav {
    width: 55%;
}

.pcHead .headBox .nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pcHead .headBox .nav>ul>li {
    position: relative;
}

.pcHead .headBox .nav>ul>li>a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 100px;
    font-weight: bold;
}

.pcHead.head-active,
.pcHead:hover,
.innerHead,
.pcHead.innerhead-active {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.innerHead {
    box-shadow: none !important;
    border-bottom: 1px solid #f0f0f0;
}

.pcHead.head-active .headBox .nav>ul>li>a,
.pcHead:hover .headBox .nav>ul>li>a,
.innerHead .headBox .nav>ul>li>a,
.pcHead.innerhead-active .headBox .nav>ul>li>a {
    color: #333;
}

.pcHead .headBox .nav>ul>li:hover>a,
.pcHead .headBox .nav>ul>li.active>a {
    color: #0064b2;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
}

.nav ul .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    display: none;
}

.sub-menu1 {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    display: none;
}

.nav ul .sub-menu1 li {
    position: relative;
    transition: .5s;
}

.nav ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    color: #272727;
    visibility: inherit !important;
    padding: 4px 0px;
}

.nav ul .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #0064b2;
}

.nav ul .sub-menu li:hover {
    margin-left: 16px;
}

.nav ul .sub-menu li:before {
    left: -18px;
}

.nav ul .sub-menu li:hover:before {
    opacity: 1;
}

.nav ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu .sub-menu li:hover>a,
.nav ul .sub-menu li:hover:before,
.nav ul .sub-menu li:hover>a {
    color: #4d649f;
}

.homeabout,
.homechoose,
.homeproduct {
    padding: 5vw 7.29vw;
}

.homehonor {
    padding: 5vw 0;
}

.hometitle {
    text-align: center;
}

.hometitle h3 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hometitle h6 {
    font-size: 24px;
}

.footer {
    padding: 45px 0;
    background: #0064b2;
    color: #afd6f5;
    font-size: 14px;
}

.footer .tits {
    position: relative;
    border-bottom: 1px solid #69b2ec;
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #fff
}

.footer .tits:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    background: #fff;
    content: ''
}

.footer .fnav {
    float: left;
    width: 20%;
}

.footer .fnav li {
    float: left;
    width: 50%
}

.footer .fnav li a {
    color: #afd6f5;
    line-height: 30px
}

.footer .contact {
    float: left;
    width: 40%;
    margin-left: 100px
}

.footer .contact .tel {
    font-size: 24px;
    color: #fff
}

.footer .contact .tel span {
    margin-left: 20px
}

.footer .contact p {
    margin: 0;
    line-height: 30px
}

.footer .contact p a {
    color: #afd6f5
}

.footer .ewm {
    float: right;
    width: 20%;
}

.footer .ewm .pic {
    width: 125px;
    text-align: center
}

.footer .ewm .pic img {
    width: 100%
}

.footer .ewm .pic p {
    margin: 0
}

.copy {
    background-color: #0064b2;
    border-top: 1px solid #69b2ec;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
}

.copy span {
    color: #fff;
    margin: 0 10px;
}

.copy a {
    display: flex;
    align-items: center;
    color: #fff;
}

.copy a p {
    margin: 14px 0;
}

/* 当前位置 */
.position {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    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: #0064b2;
}

/* 内页主体 */
.innerbanner {
    position: relative;
    padding-top: 100px;
}

.innerbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerbanner .bantext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.innerbanner .bantext h2 {
    font-size: 42px;
    color: #fff;
}

.innerbanner .bantext h5 {
    color: #fff;
    line-height: 2;
    font-size: 18px;
}

.bgmain {
    background: rgba(245, 245, 245, 1);
}

.innerbox {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.innerbox .nyleft {
    width: 20%;
}

.nyleft {
    width: 20%;
}

.nyleftList {
    background: #fff;
    border-bottom: 3px solid #0064b2;
    padding: 30px 20px;
}

.nyleftList h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 22px;
    color: #333;
}

.nyleftList>li {
    border-bottom: 1px solid #e5e5e5;
}

.nyleftList>li>p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    font-size: 15px;
    transition: allease .3s;
    width: 100%;
    color: #1b242b;
    align-items: center;
}

.nyleftList>li>p a {
    color: #333;
    display: block;
    width: 74%;
    margin-left: 5px;
}

.nyleftList>li>p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    height: 20px;
}

/* .nyleftList>li:hover>p span {
    background: url(../images/mulu2.png) center center no-repeat;
} */

.nyleftList>li.on>p span {
    background: url(../images/mulu3.png) center center no-repeat;
}

.nyleftList>li>p a {
    color: #333;
    display: block;
    width: 74%;
    margin-left: 5px;
}

.nyleftList>li:hover,
.nyleftList>li.on {
    color: #0064b2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nyleftList>li:hover>p>a,
.nyleftList>li.on>p>a {
    color: #0064b2;
}

.nyleftList>li .nytwoul {
    background-color: #efefef;
    display: none;
}

.nyleftList>li .nytwoul>li {
    position: relative;
}

.nyleftList>li .nytwoul>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nyleftList>li .nytwoul>li>p .em1 {
    display: block;
    width: 10%;
    height: 10px;
    background: url(../images/icon2.png) 6% no-repeat;
    background-position: center center;
}

.nyleftList>li .nytwoul>li>p .em2 {
    display: block;
    width: 10%;
    height: 10px;
}

.nyleftList>li .nytwoul>li>p>a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList>li .nytwoul>li.on>p em {
    transform: rotate(90deg);
}

.nyleftList li .nytwoul>li:hover>p>a,
.nyleftList li .nytwoul>li.on>p>a {
    color: #0064b2;
}

.nyleftList li .nytwoul>li .nythreeul {
    background-color: #e2e2e2;
    display: none;
}

.nyleftList li .nytwoul>li .nythreeul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    padding: 0 0 0 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList li .nytwoul>li .nythreeul li:hover a,
.nyleftList li .nytwoul>li .nythreeul li.on a {
    color: #0064b2;
}

.product-catelog {
    margin-top: 30px;
    background: #fff;
    padding: 30px 20px;
}

.product-catelog h2 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 22px;
    color: #333;
}

.product-catelog h2 a {
    color: #274d7c;
}

.product-catelog ul {
    margin: 20px 0 0 0;
    padding: 0
}

.product-catelog ul li a {
    padding: 7px 0;
    display: inline-block;
    color: #333;
}

.product-catelog ul li .con {
    color: #1b242b;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-catelog ul li .con a {
    padding: 0;
}

.innerbox .nyleft .stick {
    position: sticky;
    top: 110px;
}

.innerbox .nyleft .nyLeftList {
    background: #fff;
    padding: 30px 20px;
}

.innerbox .nyleft .nyLeftList h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 22px;
    color: #333;
}

.innerbox .nyleft .nyLeftList ul li {
    position: relative;
}

.innerbox .nyleft .nyLeftList ul li p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #1b242b;
    background: #ffffff;
}

.innerbox .nyleft .nyLeftList ul li p svg {
    fill: #999;
    width: 15px;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 0;
}

.innerbox .nyleft .nyLeftList ul li p a {
    color: #1b242b;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.innerbox .nyleft .nyLeftList ul li p:hover svg,
.innerbox .nyleft .nyLeftList ul li p.active svg {
    fill: #0064b2;
}

.innerbox .nyleft .nyLeftList ul li p:hover a,
.innerbox .nyleft .nyLeftList ul li p.active a {
    color: #0064b2;
}

.innerbox .nyleft .nyContact {
    margin-top: 30px;
    background: #fff;
    padding: 30px 20px;
}

.innerbox .nyleft .nyContact h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 22px;
    color: #333;
}

.innerbox .nyleft .nyContact .nycontactList .nycontactitem {
    color: #1b242b;
    font-size: 15px;
    margin-bottom: 10px;
}

.innerbox .nyleft .nyContact .nycontactList .nycontactitem:last-child {
    margin-bottom: 0;
}

.innerbox .m_nyleft {
    display: none;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.innerbox .m_nyleft button {
    display: block;
    background: #0064b2;
    color: rgba(255, 255, 255, .8);
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0;
}

.innerbox .m_nyleft .m-nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 9999999;
}

.innerbox .m_nyleft .m-nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.innerbox .m_nyleft .m-nav .menu-close {
    color: #fff;
}

.innerbox .m_nyleft .m-nav .closeicon {
    position: absolute;
    width: 10%;
    left: 15%;
    top: 1%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.innerbox .m_nyleft .m-nav .m-navList {
    position: absolute;
    width: 70%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%;
    /* overflow-y: scroll; */
}

.innerbox .m_nyleft .m-nav .m-navList ul {
    list-style: none;
}

.innerbox .m_nyleft .m-nav .m-navList ul li {
    border-bottom: 1px solid #ebebeb;
}

.innerbox .m_nyleft .m-nav .m-navList ul li .m-nav-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.innerbox .m_nyleft .m-nav .m-navList ul li a {
    display: block;
    height: 45px;
    color: #666;
    line-height: 45px;
    padding-left: 5%;
    font-size: 15px;
}

.innerbox .m_nyleft .m-nav .m-navList ul li a.active {
    color: #0064b2;
}

.innerbox .m_nyleft .m-nav .m-navList ul li .m-nav-f a {
    flex: 1;
}

.innerbox .nyright {
    width: 77%;
    margin-left: 3%;
    background: #fff;
}

.innerbox .nyright .nybox {
    padding: 25px;
}

.innerbox .nyright .nybox .pBoxTitle {
    margin-bottom: 35px;
    padding-left: 15px;
    position: relative;
}

.innerbox .nyright .nybox .pBoxTitle::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 25px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0064b2;
}

.innerbox .nyright .nybox .pBoxTitle::after {
    content: '';
    position: absolute;
    background: #ddd;
    height: 1px;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

.innerbox .nyright .nybox .pBoxTitle h3 {
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
}

.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;
}

.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: #0064b2;
    border: 1px solid #0064b2;
}

.pagination a.page-num-current {
    color: #fff;
    background: #0064b2;
    border: 1px solid #0064b2;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}