* {
    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::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.container {
    max-width: 94%;
    margin: 0 auto;
}

.xymob-head {
    display: none;
}

.pcHead {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgb(0, 51, 102);
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    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 {
    display: flex;
    align-items: center;
}

.pcHead .headBox .logo .pagelogo {
    height: 3.125vw;
    width: 2.34375vw;
    margin-right: .78125vw;
}

.pcHead .headBox .logo .pagelogo img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.pcHead .headBox .logo h3 {
    margin: 0;
    font-size: 1.3vw;
    color: #fff;
    font-weight: 700;
}

.pcHead .headBox .navbox {
    display: flex;
    align-items: center;
    height: 100%;
}

.pcHead .headBox .navbox .navtel {
    display: flex;
    align-items: center;
}

.pcHead .headBox .navbox .navtel svg {
    width: 1.5vw;
    height: 1.3vw;
    animation: navtel .8s ease-in-out infinite,
        rotate-roll 2s linear infinite;
}

@keyframes navtel {

    0%,
    100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.pcHead .headBox .navbox .navtel h4 {
    padding-left: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.pcHead .headBox .navbox>ul {
    display: flex;
    align-items: center;
    margin-right: 2.08333vw;
}

.pcHead .headBox .navbox>ul>li {
    position: relative;
    width: 7vw;
    text-align: center;
}

.pcHead .headBox .navbox>ul>li>a {
    display: block;
    color: #fff;
    line-height: 100px;
}

.pcHead .headBox .navbox>ul>li:hover,
.pcHead .headBox .navbox>ul>li.active {
    background: #0056B3;
}

.pcHead .headBox .navbox>ul>li:hover a,
.pcHead .headBox .navbox>ul>li.active a {
    color: #e4e7ed;
}

.pcHead .headBox .navbox>ul>li:first-child {
    margin-left: 0;
}

.pcHead .headBox .navbox>ul>li:last-child {
    margin-right: 0;
}

.pcHead .headBox .navbox>ul>li>div {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    width: 100%;
    z-index: 9999;
    line-height: normal;
    visibility: hidden;
    opacity: 0;
}

.pcHead .headBox .navbox>ul>li>div>ul {
    overflow: hidden;
    background: #0056B3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: 10px;
}

.pcHead .headBox .navbox>ul>li>div>ul>li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pcHead .headBox .navbox>ul>li>div>ul>li>a {
    display: block;
    line-height: 80px;
    font-size: 15px;
    transition: all 0.3s;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.pcHead .headBox .navbox>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.navbox 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;
}

.navbox ul .sub-menu1 li {
    position: relative;
    transition: .5s;
}

.navbox 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;
}

.navbox ul .sub-menu li:hover>a,
.navbox ul .sub-menu .sub-menu li:hover>a,
.navbox ul .sub-menu .sub-menu .sub-menu li:hover>a,
.navbox ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #0064b2;
}

.navbox ul .sub-menu li:hover {
    margin-left: 16px;
}

.navbox ul .sub-menu li:before {
    left: -18px;
}

.navbox ul .sub-menu li:hover:before {
    opacity: 1;
}

.navbox ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbox ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a,
.navbox ul .sub-menu .sub-menu .sub-menu li:hover>a,
.navbox ul .sub-menu .sub-menu li:hover>a,
.navbox ul .sub-menu li:hover:before,
.navbox ul .sub-menu li:hover>a {
    color: #4d649f;
}

.hometitle {
    position: relative;
    text-align: center;
}

.hometitle h3 {
    font-size: 1.77083vw;
    font-weight: 600;
    color: #333;
    text-align: center;
    position: relative;
}

.hometitle .point {
    position: absolute;
    top: 100%;
    margin-top: 1.04167vw;
    left: 50%;
    transform: translate(-5.57292vw);
    width: 11.14583vw;
    height: .10417vw;
    background-color: #ebebeb;
}

.hometitle .point .pointspan {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-.625vw);
    width: 1.25vw;
    height: .15625vw;
    background: #0056B3;
}

/* footer .foot {
    background: rgb(0, 51, 102);
}

footer .foot .foottitle {
    padding-top: 3.64583vw;
    color: #fff;
    text-align: center;
    font-size: 1.77083vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .foot .footbox {
    margin-top: 3.64583vw;
    width: 100%;
    height: 100%;
    display: flex;
}

footer .foot .footbox .boxleft {
    width: 50%;
    height: 100%;
    display: flex;
}

footer .foot .footbox .boxleft .boxlefta {
    width: 30%;
    height: 75%;
}

footer .foot .footbox .boxleft .boxlefta .leftatop {
    color: #fff;
    font-family: PingFang SC;
    font-size: 1.35417vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .foot .footbox .boxleft .boxlefta .line {
    width: 1.66667vw;
    height: .26042vw;
    margin-top: 1.04167vw;
    background: #fff;
}

footer .foot .footbox .boxleft .boxlefta .footnav {
    margin-top: 1.40625vw;
    color: #fff;
    font-size: .9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .foot .footbox .boxleft .boxlefta .footnav a {
    display: block;
    color: #fff;
    margin-top: 1.5625vw;
}

footer .foot .footbox .boxleft .boxleftb {
    width: 70%;
    height: 75%;
    padding-left: 5.20833vw;
    border-left: 1px solid white;
}

footer .foot .footbox .boxleft .boxleftb h3 {
    color: #fff;
    font-size: 1.35417vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 2%;
}

footer .foot .footbox .boxleft .boxleftb .line {
    width: 1.66667vw;
    height: .26042vw;
    margin-top: 1.04167vw;
    margin-left: 2%;
    background: #fff;
}

footer .foot .footbox .boxleft .boxleftb .footcon {
    margin-top: 1.40625vw;
    color: #fff;
    font-size: .9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .foot .footbox .boxleft .boxleftb .footcon .footconitem {
    display: flex;
    margin: 1.30208vw 0;
}

footer .foot .footbox .boxleft .boxleftb .footcon .footconitem img {
    width: 2.4375vw;
    height: 2.4375vw;
}

footer .foot .footbox .boxleft .boxleftb .footcon .footconitem .footcontxt {
    margin-left: 1.04167vw;
}

footer .foot .footbox .boxleft .boxleftb .footcon .footconitem .footcontxt span {
    color: #fff;
    font-size: .72917vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .foot .footbox .boxleft .boxleftb .footcon .footconitem .footcontxt p {
    margin-top: .52083vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

footer .foot .footbox .boxright {
    width: 50%;
    height: 100%;
    padding-left: 10%;
} */

.pagefoot {
    background-color: rgb(0, 51, 102);
    padding: 4rem 0;
}

.foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .footleft {
    width: 30%;
}

.foot .footleft .footlo {
    display: flex;
    align-items: center;
}

.foot .footleft .footlogo {
    max-height: 40px;
}

.foot .footleft .footlo h3 {
    color: #fff;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
}

.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: 5;
    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: #0056B3;
    border: 1px solid #0056B3;
    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;
    color: rgba(255, 255, 255, .8);
}

.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: rgb(0, 51, 102);
    border-top: 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;
}

/* 当前位置 */
.position {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 14px;
}

.position span {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(../images/dqtb.png) no-repeat left center;
}

.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 .proone {
    list-style: none;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .m-nav-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .m-nav-f a {
    display: block;
    height: 50px;
    color: #666;
    line-height: 50px;
    padding-left: 5%;
    font-size: 17px;
    font-weight: bold;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .m-nav-f.active a {
    color: #0064b2;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .m-nav-f a {
    flex: 1;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .protwo>li>a {
    display: block;
    height: 45px;
    color: #666;
    line-height: 45px;
    padding-left: 5%;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    text-indent: 2em;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .protwo>li.active>a {
    color: #0064b2;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .protwo>li .prothree>li>a {
    display: block;
    height: 40px;
    color: #666;
    line-height: 40px;
    padding-left: 5%;
    font-size: 15px;
    border-bottom: 1px dotted #ddd;
    text-indent: 4em;
}

.innerbox .m_nyleft .m-nav .m-navList .proone>li .protwo>li .prothree>li.active>a {
    color: #0064b2;
}

.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%;
}

.pagination * {
    transition: unset;
}

.pagination a:first-child,
.pagination a:first-child:hover {
    border-right: 0;
}

.pagination a:last-child,
.pagination a:last-child:hover {
    border-left: 0;
}

.pagination a {
    color: #555;
    display: block;
    padding: 6px 12px;
    border: 1px solid #e2e2e2;
    float: left;
    font-size: 12px;
}

.pagination a.page-num-current,
.pagination a:hover {
    color: #fff;
    background: #0056B3;
    border: 1px solid #0056B3;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}