* {
    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
}

html {
    overflow-x: hidden !important;
}

body,
body * {
    font-family: Arial, Helvetica, 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;
}

.sil-particles {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

/* 首页 */
.sideNav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-bottom: 60px;
    position: relative;
}

.sideNav ul li::after {
    content: '';
    width: 1px;
    height: 60px;
    background: #0b419a;
    opacity: 0.6;
    position: absolute;
    left: 8px;
    top: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.sideNav ul li:last-child::after {
    display: none;
}

.sideNav ul li .tu {
    position: absolute;
    left: -26px;
    top: -26px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #0b419a;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.sideNav ul li .tu span {
    color: #fff;
    font-size: 14px;
}

.sideNav ul li a {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0b419a;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.sideNav ul li.active .tu {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

body.fp-viewing-page1 .head3 .head1 {
    background: transparent;
    box-shadow: none;
}

body.fp-viewing-page1 .head3 .head1 .nav>.firUl>li>a {
    color: #fff;
}

.dowebok {
    position: relative;
}

/* 首页头部 */
.head1 {
    width: 100%;
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
    background: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pchead {
    top: auto;
}

.head1.down {
    top: 0 !important
}

.xymob-head {
    display: none;
}

.headbox {
    display: flex;
    justify-content: space-between;
    width: 95.3%;
    height: 100%;
    margin: 0 auto;
}

.head1 .row {
    align-items: center;
    justify-content: space-between;
}

.head1 .logo {
    display: flex;
    align-items: center;
}

.head1 .logo img {
    max-width: 80%;
}

.head1 .pcnav {
    display: flex;
    width: 70%;
}

.head1 .pcnav>.firUl {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.head1 .pcnav>.firUl .p_navItem1 {
    padding: 0 2%;
}

.head1 .pcnav>.firUl .p_navItem1:first-child {
    padding-left: 0;
}

.head1 .pcnav>.firUl>.p_navItem1 .navCon {
    margin-bottom: 0;
    display: flex;
    position: relative;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none;
}

.head1 .pcnav>.firUl>.p_navItem1 .firA {
    display: block;
    height: 100%;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    position: relative;
}

.head1 .pcnav>.firUl>.p_navItem1 .firA::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #01468b;
    content: "";
    transition: all 0.6s;
}

.head1 .pcnav>.firUl>.p_navItem1:hover .firA::after,
.head1 .pcnav>.firUl>.p_navItem1.act .firA::after {
    width: 100%;
}

.head1 .pcnav>.firUl>.p_navItem1:first-child .firA {
    margin-left: 0;
}

.head1 .pcnav>.firUl>.p_navItem1:last-child .firA {
    margin-right: 0;
}

body.fp-viewing-page1 .head3 .head1:hover {
    background: #fff;
}

body.fp-viewing-page1 .head3 .head1:hover .pcnav>.firUl>li .firA {
    color: #333;
}

.txt_re {
    display: flex;
}

.txt_re .re1 {
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
}

.txt_re .re1::before {
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.txt_re .re1::after {
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(20, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.txt_re .re1 a {
    display: block;
    color: #333;
    margin: 0 10px;
}

.head3 {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 9999;
}

.p_navBox1 * {
    transition: none;
}

.p_navBox1 .p_navItem1 .navCon {
    margin-bottom: 0;
    display: flex;
    position: relative;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none;
}

.p_navBox1 .p_navItem1 .p_navBox2 {
    background: #f2f3f1;
    border-bottom: 4px solid #01468b;
    width: 100%;
    position: absolute;
    left: 50%;
    padding: 60px 0px;
    transform: translateX(-50%);
    top: 100%;
    /* display: flex; */
    display: none;
    justify-content: center;
    z-index: 10;
    /* transition: all ease .3s; */
    /* pointer-events: none; */
    /* visibility: hidden; */
    /* opacity: 0; */
}

.p_navBox1 .p_navItem1 .p_navBox2 .prowrap {
    display: none;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 7.29vw;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left {
    width: 60%;
    padding: 0px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left .title {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left .jieshao {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left .jieshao p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 {
    width: 33.33%;
    padding-right: 5%;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    color: #333;
    transition: all ease .15s;
    display: flex;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all ease .3s;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a span.p_img {
    display: none;
    width: auto;
    margin-right: 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    letter-spacing: 0px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a span.p_img img {
    margin-right: 20px;
    width: 100%;
    max-width: 100px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a svg {
    width: 12px;
    height: 12px;
    font-size: 16px;
    margin-right: 3px;
    margin-top: -3px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a:hover {
    color: #01468b;
    border-bottom: 1px solid #01468b;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .left ul .p_navItem2 .navCon2 a:hover svg {
    fill: #01468b;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .center {
    width: 33%;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .center .nav_img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .center .nav_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: auto;
    transition: all 0.8s ease .1s;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right {
    width: 28.6%;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .tit {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .con {
    display: flex;
    flex-direction: column;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .con .jieshao {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .tel {
    padding-top: 10px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .tel .t {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .tel .c {
    font-size: 30px;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .tel .c a {
    color: #01468b;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .con a {
    width: 220px;
    height: 46px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #bfbfbf;
    margin-bottom: 15px;
    transition: all .5s ease;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .con a:hover {
    color: #fff;
    background: #01468b;
    border: 2px solid #01468b;
}

.p_navBox1 .p_navItem1 .p_navBox2 .wrap .right .con a:hover svg {
    fill: #fff;
}

.p_navBox1 .threeUl .p_navBox2 .wrap {
    display: none;
}

.p_navBox1 .threeUl .p_navBox2 {
    background: #fff;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap {
    display: block;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap {
    display: flex;
    justify-content: space-between;
    padding: 0 7.29vw;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-z {
    width: 15%;
    border-right: #f1f1f1 1px solid;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-z li {
    margin: 3% 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-z li a {
    font-size: 16px;
    color: #999;
    display: flex;
    flex-direction: column;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-z .curr1 a {
    color: #01468b;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y {
    width: 80%;
    padding-top: 2%;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li {
    width: 100%;
    display: none;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li.gcshow {
    display: block;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl:nth-child(5n) {
    margin-right: 0;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl a {
    font-size: 16px;
    color: #999;
    display: block;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl a dt {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 70%;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl a dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl a dd {
    display: flex;
    flex-direction: column;
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl a dd span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p_navBox1 .threeUl .p_navBox2 .prowrap .na-y li .na1 dl:hover a dd {
    color: #01468b;
}

/* 首页底部 */
.home-foot {
    background: #333;
}

.home-foot .footbox {
    padding: 0 7.29vw;
}

.home-foot .con_top {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.home-foot .con_top .top_le {
    width: 30.5%;
    color: rgba(255, 255, 255, 0.7);
}

.home-foot .con_top .top_le .logo2 {
    margin-bottom: 10px;
}

.home-foot .con_top .top_le .logo2 img {
    max-width: 100%;
}

.home-foot .con_top .top_re {
    width: 61.375%;
}

.home-foot .con_top .top_le .le_le {
    width: 100%;
    margin-right: 20px;
}

.home-foot .con_top .top_le .le_le li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.home-foot .con_top .top_le .le_re {
    width: 100%;
}

.home-foot .con_top .top_le .le_le img {
    margin: 0 auto 10px auto;
    width: 100px;
    height: 100px;
}

.home-foot .con_top .top_le .re1 {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    margin-bottom: 17px;
}

.home-foot .con_top .top_le .re1 span:first-child {
    display: flex;
    align-items: center;
}

.home-foot .con_top .top_le .re1 .ls {
    width: calc(100% - 90px);
}

.home-foot .con_top .top_le .re1 s {
    display: block;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 7px 0 10px;
}

.home-foot .con_top .top_le .re1 a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.home-foot .con_top .top_re .ul {
    display: flex;
    justify-content: space-between;
}

.home-foot .con_top .top_re .li {
    width: 19%;
}

.home-foot .con_top .top_re .li h3 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    line-height: normal;
}

.home-foot .con_top .top_re .li a {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.home-foot .con_bot {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-foot .con_bot a,
.home-foot .con_bot span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.home-foot .con_bot .bot_le {
    display: flex;
}

.home-foot .con_bot .bot_re {
    display: flex;
}

.home-foot .con_bot .bot_le a {
    margin: 0 5px;
}

.home-foot .con_top .top_le .re1 a:hover {
    color: #fff;
}

.home-foot .con_top .top_re .li a:hover {
    color: #fff;
}

.home-foot .con_bot a:hover {
    color: #fff;
}

.home-foot .con_bot .bot_re img {
    max-width: 100%;
}

/* 右侧浮动 */
.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;
}

/* 内页 */
/* banner */
.inside-banner {
    padding-top: 80px;
}

.innerbanner {
    height: 460px;
    position: relative;
}

.inside-banner img {
    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: 42px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .45);
    line-height: 40px;
    padding: 10px 10% 0 10%;
}

.backban .innerbanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(17, 23, 29, 0.4);
    width: 100%;
    height: 100%;
}

/* 导航 */
.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;
    font-size: 16px;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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: #01468b;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub_crumbs.fix {
    position: fixed;
    top: 80px;
    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 a {
    color: #333;
    margin: 0 5px;
}

.position a:first-child {
    margin-left: 0;
}

.position a:last-child {
    margin-right: 0;
}

.position a:hover {
    color: #01468b;
}

/* 上一页 下一页 */
.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;
}

/* 分页 */
.pagination * {
    transition: unset;
}

.pagination a {
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px rgba(0, 0, 0, 0.4) solid;
    font-size: 15px;
    color: #666;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    background-color: #f4f4f4;
}

.pagination span {
    font-weight: 700;
    line-height: 40px;
}

.pagination a:hover,
.pagination a.page-num-current {
    background-color: #0064b2;
    border-color: #0064b2;
    color: #fff;
}

/* 内页公共部分 */
.aboutcontent,
.honorcontent,
.contactcontent,
.newscontent,
.news_details {
    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;
    display: flex;
    flex-direction: column;
}

.innertext .ind-tit span:first-child {
    margin-bottom: 5px;
}

.innertext .ind-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #01468b;
    margin-left: -20px;
}

/* 产品列表导航 */
.nyleft {
    width: 20%;
}

.nyleft .stick {
    position: sticky;
    top: 100px;
}

.nyleftList {
    background: #f6f6f6;
    border-bottom: 3px solid #01468b;
}

.nyleftList>li {
    border-bottom: 1px solid #e5e5e5;
}

.nyleftList>li:last-child {
    border-bottom: 0;
}

.nyleftList>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nyleftList>li>p a {
    color: #333;
    display: block;
    width: 74%;
    margin: 0 0 0 6%;
    font-size: 16px;
    padding: 20px 0;
}

.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: 0 0 0 6%;
    font-size: 16px;
}

.nyleftList>li:hover,
.nyleftList>li.on {
    background-color: #01468b;
    -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: #fff;
}

.nyleftList>li .nytwoul {
    background-color: #f8f8f8;
    padding: 20px;
    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%;
    line-height: 2;
    margin-bottom: 4px;
    color: #666;
    font-size: 16px;
    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: #01468b;
}

.nyleftList li .nytwoul>li.on>p>a {
    border-bottom: 2px solid #01468b;
}

.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: #01468b;
}

.product-catelog {
    border: 1px solid #dee2e6;
    background: #f6f6f6;
    padding: 1rem;
    margin-bottom: 15px;
    margin-top: 35px;
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.product-catelog h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.product-catelog h2 a {
    color: #274d7c;
}

.product-catelog ul {
    margin: 20px 0 0 0;
    padding: 0
}

.product-catelog ul li {
    border-bottom: 1px solid #dee2e6;
}

.product-catelog ul li a {
    padding: 7px 0;
    display: inline-block;
    color: #888;
}

.product-catelog ul li .con {
    padding: 7px 0;
    color: #888;
    font-size: 15px;
}

.product-catelog ul li .con a {
    padding: 0;
}

/* 产品右侧内容 */
.nyright {
    width: 75%;
}