* {
    font-family:"微软雅黑", "PingFang SC", Arial;
}

.sj {
    display: none;
}
.mySwiper .kv-swiper-pagination{
    bottom:2.16667vw;
}
.mySwiper .kv-swiper-pagination .swiper-pagination-bullet {
    width: 5.36458vw;
    height: 2px;
    border-radius: 1.04167vw;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    outline: 0;
    margin: 0 .78125vw;
}
.mySwiper .kv-swiper-pagination .swiper-pagination-bullet-active {
    width: 12.1875vw;
    background:rgb(1, 75, 136);
}
.dsj {
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 6;
}

@-webkit-keyframes slideInUpa {
    0% {
        opacity: 0;
        -webkit-transform: translateY(160%);
        transform: translateY(160%);
        visibility: visible
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUpa {
    0% {
        opacity: 0;
        -webkit-transform: translateY(160%);
        transform: translateY(160%);
        visibility: visible
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUpa {
    -webkit-animation-name: slideInUpa;
    animation-name: slideInUpa
}

.ianner {
    position: absolute;
    top: 54%;
    left: 186px;
    transform: translate(0%, -50%);
    margin-top: 30px;
    z-index: 10 !important;
}

.ani {
    color: #fff;
}

.ani1a {
    margin-left: -34px;
}

.ani1 {
    color: rgb(255, 255, 255);
    font-family: 思源黑体 CN;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.ani2 {
    color: rgb(255, 255, 255);
    font-family: 思源黑体 CN;
    font-size: 20px;
    font-weight: 350;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 40px;
}
.ani2.ani2a{
    margin-top:0px;
}

/*allmenu*/
.allMenu {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: rgb(1, 75, 136);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.allMenu :root {
    --vh: 100%;
}

@supports (-webkit-touch-callout: none) {
    .allMenu {
        height: -webkit-fill-available;
        min-height: -webkit-fill-available;
    }
}

.allMenu :root {
    --vh: 100%;
}

.allMenu .inner,
.allMenu .menu {
    width: 100%;
    height: 100%;
}

.allMenu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.allMenu .top,
.allMenu .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.allMenu .top {
    height: 100px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.allMenu .top ul {
    gap: 0 10px;
}

.allMenu .top ul li {
    width: 80px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.allMenu .top ul li:hover {
    background: #ffffff;
}

.allMenu .top ul li:hover a {
    color: rgb(0, 111, 187);
}

.allMenu .top a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.allMenu .top .menuClose {
    width: 100px;
    height: 100%;
    background: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.allMenu .bg {
    width: 32.25%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.allMenu .bg::after {
    content: "";
    display: block;
    background: rgb(1, 75, 136);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    width: 100%;
    height: 100%;
}

.allMenu .bg img {
    min-width: 100%;
    max-width: inherit;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.allMenu .menu {
    padding: 0 6.2% 0 6.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.allMenu .menu * {
    line-height: 40px;
}

.allMenu a {
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.allMenu #snb {
    width: 100%;
}

.allMenu #snb>li {
    padding: 40px 0;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.allMenu #snb>li::before,
.allMenu #snb>li::after {
    content: "";
    display: block;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.allMenu #snb>li::before {
    width: 100%;
    opacity: 0.2;
}

.allMenu #snb>li::after {
    width: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.allMenu #snb>li>a {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.allMenu #snb>li img {
    width: 16px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.allMenu #snb>li:hover::after {
    width: 100%;
}

.allMenu .depth2 {
    width: 100%;
    gap: 0 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.allMenu .depth2>li>a {
    font-size: 18px;
    opacity: 0.6;
}

.allMenu .depth2>li:hover>a,
.allMenu .depth2>li>a:hover {
    opacity: 1;
    color: #fff;
}

.allMenu.on .bg::after {
    width: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menuOpen {
    cursor: pointer;
}

.allMenu.on #snb>li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.allMenu.on #snb>li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.allMenu.on #snb>li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.allMenu.on #snb>li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.allMenu.on #snb>li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.allMenu.on #snb>li:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/*allmenu end*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ty_acontent table th,
.pinfob_b table th ,
.zcontent_zt table th {
    background-color: #f5f2f0;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 2.5;
    min-width: 30px;
    padding: 3px 5px;
}
.ty_acontent table td,
.pinfob_b table td,
.zcontent_zt table td {
    border: 1px solid #ccc;
    line-height: 2.5;
    padding: 3px 5px;
    text-align: left;
    width:auto;
}
.zcontent_zt table td {
    text-align: center;
    width:auto;
    font-size:14px;
}
.zcontent_zt table th,.zcontent_zt table td{
    width: auto !important;
    max-width:200px;
}
.zcontent_zt{
    padding-bottom:80px;
}
.jrwm{
    padding-bottom:60px;
}
.jrwm_list li{
    padding:50px 60px;
    background:rgb(248, 248, 248);
    margin-bottom:18px;
}

.jrwm_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jrwm_listl1{
    font-size:16px;
    line-height:42px;
    text-align:center;
    color:#fff;
    width:152px;
    background:rgb(1, 75, 136);
    border-radius: 25px;
}
.jrwm_listl2{
    font-size:20px;
    color:rgb(0, 0, 0);
    margin-top:30px;
}
.jrwm_listr{
    color:rgb(54, 54, 54);
    font-size:16px;
}

.scroll.scroll_fixed {
    display: none;
}

.arrow-left {
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.arrow-right {
    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
}

.w1603 {
    width: 83.48958333333333vw;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.header_top {
    width: 100%;
    line-height: 56px;
    background: rgb(1, 75, 136);
    color: #fff;
}

.header_topzt {
    display: flex;
    justify-content: space-between;
}

.header_topztr {
    display: flex;
}
.header_topztl{
    font-size:16px !important;
}
.header_topztr li {
    position: relative;
    padding: 0px 16px;
    text-transform:capitalize;
    font-size:16px !important;
}
.header_topztr li:nth-child(3):hover .header_topztr1{
    display:block;
}

.header_topztr a{
    color:#fff;
    font-size:16px !important;
}
.header_topztr1{
    position:absolute;
    top:56px;
    left:-20%;
    width:150px;
    z-index: 1;
    display:none;
    transition: .5s;
}
.header_topztr1 img{
    width:100%;
    display:block;
}

.header_topztr li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    width: 1px;
    background: rgb(255, 255, 255);
    transform: translate(0%, -50%);
}

.header_topztr li:nth-child(3) {
    padding-right: 0px;
}

.header_topztr li:nth-child(3)::after {
    display: none;
}

.header_bottom {
    height: 86px;
    background: #fff;
}

.header_bottomzt {
    display: flex;
    justify-content: space-between;
    height: 86px;
    align-items: center;
}

.header_bottomzt img {
    display: block;
}

.header_bottomztl2 {
    display: flex;
    margin-left: 65.5px;
}

.header_bottomztl {
    display: flex;
    align-items: center;
}

.header_bottomztl2 li {
    padding: 0px 1.69270833333333vw;
    position:relative;
    line-height:86px;
}

.header_bottomztl2 li:hover .header_ztrlb {
    top: 86px;
    height: 100%;
    border-top: 4px solid rgb(1, 75, 136);
    z-index: 10;
    transform: scale(1);
}

.header_bottomztl2a a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.header_ztrlb{
    position: absolute;
    text-align: center;
    width: 120%;
    left: -10%;
    top: 0px;
    visibility: hidden;
    transform: scale(0);
}
.header_ztrlb a{
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(239, 110, 17, 0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: 'syhtr';
}
.header_bottomztl2 li:hover .header_ztrlb {
    visibility: visible;
    
}
.header_bottomztl2 li:hover .header_ztrlb {
    z-index: 10;
    transform: scale(1);
}
.header_ztrlb a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}
.header_bottomztl2 li:hover .header_ztrlb  a  {
    opacity: 1;
    transform: none;
}
.header_bottomztl2 li .header_ztrlb a:hover {
    background: rgb(1, 75, 136);
    color: #fff;
}
.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(1) {
    transition-delay: 0s
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(2) {
    transition-delay: 50ms
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(3) {
    transition-delay: .1s
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(4) {
    transition-delay: 150ms
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(5) {
    transition-delay: .2s
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(6) {
    transition-delay: 250ms
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(7) {
    transition-delay: .3s
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(8) {
    transition-delay: 350ms
}

.header_bottomztl2 li:hover .header_ztrlb  a:nth-child(9) {
    transition-delay: .4s
}

.header_bottomztr {
    display: flex;
}

.header_bottomztr img {
    display: block;
}

.header_bottomztrl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 23px;
    margin-right: 23px;
    position: relative;
}

.header_bottomztrl::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 23px;
    width: 1px;
    background: rgb(0, 0, 0);
    transform: translate(0%, -50%);
}

.header_bottomztrl a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_bottomztrl:hover a .img:nth-child(1){
    display:none;
}
.header_bottomztrl:hover a .img:nth-child(2){
    display:block;
}

.header_bottomztrl a .img:nth-child(2){
    display:none;
}

.header_bottomztrr:hover .img:nth-child(1){
    display:none;
}
.header_bottomztrr:hover .img:nth-child(2){
    display:block;
}

.header_bottomztrr .img:nth-child(2){
    display:none;
}

.header_bottomztrl img {
    margin-left: 5px;
}

.header_bottomztrr {
    cursor: pointer;
}

.w1417 {
    width: 73.80208333333333vw;
    margin: 0 auto;
}

.pinfob_b{
    padding:20px 4%;
    line-height:1.6;
    background:#fff;
}
.pinfob_b img{
    max-width:100%;
}
.about {
    background: url(../images/index/about_bg.png) no-repeat center #fff;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.about_zt {
    display: flex;
    justify-content: space-between;
}

.about_ztl {
    width: 48.02083333333333vw;
    padding-top: 122px;
}

.about_ztl1 {
    color: rgb(1, 75, 136);
    font-size: 20px;
}

.about_ztl2 {
    color: rgb(0, 0, 0);
    font-size: 102px;
    height: 102px;
}

.about_ztl3 {
    font-size: 42px;
    line-height: 55px;
    color: rgb(1, 75, 136);
    margin: 54px 0px 30px;
}

.about_ztl4 {
    font-size: 16px;
    line-height: 32px;
    color: rgb(51, 51, 51);
}

.about_ztl5 {
    margin: 76px 0px 100px;
    border-bottom: 1px solid rgb(0, 0, 0);
    width: 112px;
}

.about_ztl5 a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_ztl5 img {
    display: block;
    height: 24px;
    width: 24px;
}

.about_ztl6 {
    display: flex;
    justify-content: space-between;
}

.about_ztl61 {
    font-size: 50px;
    line-height: 66px;
    color: rgb(1, 75, 136);
}

.about_ztl62 {
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
}

.about_ztr {
    padding-top: 62px;
}

.about_ztr li {
    width: 131px;
    height: 131px;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 5.5px;
    margin-top: 59px;
}

.about_ztr li:hover{
    background:rgb(1, 75, 136);
}
.about_ztr li:hover .about_ztr2{
    color:#fff;
}
.about_ztr1 img:nth-child(2){
    display:none;
}
.about_ztr li:hover .about_ztr1 img:nth-child(1){
    display:none;
}
.about_ztr li:hover .about_ztr1 img:nth-child(2){
    display:block;
}

.about_ztr li a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 131px;

}

.about_ztr1 img {
    display: block;
}

.about_ztr2 {
    color: rgb(0, 0, 0);
    line-height: 32px;
    margin-top: 4px;
}

.ivideo {
    position: relative;
    cursor: pointer;
}

/*.ivideo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 41, 104, 0.6);
    z-index: 1;
    transition: 0.5s;
}*/

#positive .bg {
    height: 600px;
    background: url(../images/index/video_bg.jpg) center no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ivideo_zt {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 600px;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ivideo video{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity: 0;
    background:#000;
}

.ivideo_zt1 {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ivideo_zt1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    opacity: 0.1;
    border-radius: 50%;
    animation: grow1 2s infinite;
}

.ivideo_zt1::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255);
    opacity: 0.2;
    border-radius: 50%;
    animation: grow 2s infinite;
    /* 动画持续2秒，并无限循环 */
}
.fh_top{
    width:2.60416666666667vw;
    height:2.60416666666667vw;
    line-height:2.60416666666667vw;
    text-align:center;
    background:rgb(1, 75, 136);
    position:fixed;
    right:2vw;
    bottom:6vw;
    color:#fff;
    cursor: pointer;
    z-index: 999;
    display:none;
}
.fh_top i{
    font-size:1.67916666666667vw;
}
.ivideo_zt1 i {
    font-size: 32px;
    color: #fff;
}

.ivideo_zt2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 60px;
}

@keyframes grow1 {
    0% {
        width: 100%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 100%;
        opacity: 0.1;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 60%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 60%;
        opacity: 0.2;
        /* 最终透明度 */
    }
}

@keyframes grow {
    0% {
        width: 60%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 60%;
        opacity: 0.2;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 100%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 100%;
        opacity: 0.1;
        /* 最终透明度 */
    }
}
.jrwmzz{
    display:flex;
}
.jrwmzz li{
    width:32%;
    cursor: pointer;
}
.jrwmzz img{
    width:100%;
}
.jrwmzz {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.jrwmzz_text{
    text-align:center;
    line-height:2;
    font-size:20px;
    margin-top:6px;
}
.qqyx_a{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.qqyxr{
    display:flex;
    border:1px solid rgb(1, 75, 136);
}
.qqyxr div{
    cursor: pointer;
    width:150px;
    line-height:45px;
    text-align:center;
    font-size:16px;
    color:rgb(1, 75, 136);
}
.qqyxr div.on{
    background:rgb(1, 75, 136);
    color:#fff;
}
.producta {
    width: 1px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 66px auto 58px;
    background: rgb(180, 180, 180);
}

.producta::after {
    content: '';
    position: absolute;
    height: 30px;
    top: -50%;
    left: 0px;
    width: 1px;
    background: rgb(3, 3, 3);
    animation: producta 3s infinite;
}

@keyframes producta {
    0% {
        top: -50%
    }

    100% {
        top: 100%;

    }
}

.productb {
    font-size: 42px;
    line-height: 60px;
    color: rgb(1, 75, 136);
    text-align: center;
}

.productc {
    padding-top: 85px;
    padding-bottom: 22px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.productc li {
    padding: 0px 68px;
    position:relative;
}
.productc li::after{
    content:'';
    position:absolute;
    bottom:-22px;
    left:50%;
    right:50%;
    width:0%;
    height:2px;
    background:rgb(1, 75, 136);
    transition: .5s;
}

.productc li:hover::after{
    width:100%;
    left:0%;
    right:0%;
}

.productc2 {
    line-height: 50px;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.prlist {
    padding: 60px 20px 0px;
}

.prlist img {
    width: 100%;
    display: block;
}

.prlist .swiper-slide:hover .prlist1 {
    bottom: 0px;
    opacity: 1;
}
.prlist .swiper-slide{
    position:relative;
    background:rgb(248, 248, 248);
    overflow: hidden;
    
}
.prlist .swiper-slide a{
    display:flex;
    height:592px;
    align-items: center;
    justify-content: center;
}
.prlist .swiper-slide:hover img{
    transform: scale(1.04);
}
.prlist .swiper-slide img{
    display:block;
    transition: .5s;
}

.prlist .prlist1 {
    position: absolute;
    bottom: -64px;
    left: 0px;
    width: 100%;
    line-height: 64px;
    background: rgb(1, 75, 136);
    text-align: center;
    color: rgb(255, 255, 255);
    transition: .5s;
    opacity: 0;
}

.w1420 {
    width: 1420px;
    margin: 0 auto;
}

.jsyf_zt {
    margin: 178px 0px;
    height: 688px;
    position: relative;
}

.ty_btn a {
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(1, 75, 136);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.ty_btn a span {
    position: relative;
    z-index: 1;
}

.ty_btn a::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgb(18, 159, 55);
    right: -15px;
    top: -15px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    transition: .5s;
}

.ty_btn a:hover::after {
    transform: rotate(45deg) scale(20);
}

.jsyf_ztl {
    padding: 86px 89px 114px 120px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: #fff;
    box-shadow: 5px 2px 30px 0px rgba(1, 75, 136, 0.1);
    width: 852px;
}

.jsyf_ztl1 {
    color: rgb(1, 75, 136);
    font-size: 42px;
    line-height: 62px;
}

.jsyf_ztl2 {
    color: rgb(91, 91, 91);
    font-size: 16px;
    line-height: 32px;
    padding: 28px 0px 88px;
}

.jsyf_ztr {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.jsyf_ztr img {
    height: 100%;
    display: block;
}

.news {
    background: rgb(247, 247, 247);
    padding: 90px 0px;
}

.w1456 {
    width: 1456px;
    margin: 0px auto;
}

.news_topl1 {
    color: rgb(1, 75, 136);
    font-size: 20px;
    line-height: 32px;
}

.news_topl2 {
    font-size: 42px;
    line-height: 60px;
    color: rgb(0, 0, 0);
}

.news_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_topr {
    display: flex;
    padding: 0px 28px;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.news_topr li {
    padding: 0px 15px 14px;
    line-height: 32px;
    position: relative;
}

.news_topr li::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    background: rgb(1, 75, 136);
    transition: .5s;
    z-index: 1;
}

.news_topr li:hover::after,
.news_topr li.on::after {
    left: 0px;
    right: 0px;
}

.news_topr li:hover a,
.news_topr li.on a {
    color: rgb(1, 75, 136);
}

.news_topr li a {
    color: rgb(0, 0, 0);
}

.news_bottom {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.news_bottom .news_bottom1 {
    width: 455px;
    background: #fff;
}

.news_bottom .news_bottom1:hover .news_bottom1b1,
.news_bottom2ul li:hover .news_bottom1b1{
    color:rgb(1, 75, 136);
}

.news_bottom .news_bottom2 {
    width: 475px;
}

.news_bottom1a img {
    width: 100%;
    display: block;
}

.news_bottom1b {
    padding: 38px 30px 18px;
}

.news_bottom1b1 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.news_bottom1b2 {
    font-size: 16px;
    color: rgb(89, 89, 89);
    line-height: 30px;
    margin: 18px 0px 20px;
}

.news_bottom1b3 {
    font-size: 16px;
    color: rgb(89, 89, 89);
    line-height: 30px;
}

.news_bottom2ul .news_bottom1b2 {
    margin: 10px 0px 6px;
}

.news_bottom2 {
    background: #fff;
}

.news_bottom2ul {
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.news_bottom2ul li {
    border-bottom: 1px solid rgb(228, 228, 228);
}

.news_bottom2ul li:last-child {
    border: none;
}

.news_bottom2ul .news_bottom1b {
    padding: 28px 0px 20px;
}

.shzr {
    height: 760px;
    width: 100%;
    background: url(../images/index/shzr.jpeg) center no-repeat;
    background-size: cover;
}

.shzr_zt {
    width: 612px;
    height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shzr_zt1 {
    font-size: 16px;
    color: rgb(89, 89, 89);
    line-height: 30px;
    text-align: justify;
    margin: 48px 0px 114px;

}

footer {
    background: rgb(1, 75, 136);
}

.w1586 {
    width: 1586px;
    margin: 0 auto;
}

.footer_zta {
    padding: 33px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_ztar1 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align:right;
}

.footer_ztar2 {
    position: relative;
    width: 396px;
    height: 52px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    text-indent: 24px;
    margin-top: 22px;
}

.footer_ztar2 input {
    border: None;
    background: None;
    width: 100%;
    line-height: 52px;
    font-size: 14px;
    color: rgba(39, 39, 39, 0.7);
    font-family: '微软雅黑';
}

.footer_ztar2 button {
    border: none;
    background: none;
    position: absolute;
    right: 19px;
    top: 16px;
}

.footer_ztar2 img {
    display: block;
}

.footer_ztb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0px 43px;
}

.footer_ztbl {
    display: flex;
}

.footer_ztbl li {
    width: 173px;
}

.footer_ztb1 a {
    color: #fff;
}

.footer_ztb2 {
    margin-top: 14px;
}

.footer_ztb2 a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 28px;
    position: relative;
    transition: .5s;
}

.footer_ztb2 a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 1px;
    width: 0px;
    background: rgba(255, 255, 255, 0.7);
    transition: .5s;
}

.footer_ztb2 a:hover {
    padding-left: 13px;
    color:#fff;
}

.footer_ztb2 a:hover::after {
    width: 8px;
}

.footer_ztbr {
    text-align: right;
}

.footer_ztbr1 {
    font-size: 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.7);
}

.footer_ztbr1a {
    margin-top: 18px;
}

.footer_ztbr2 {
    font-size: 26px;
    line-height: 34px;
    color: rgb(255, 255, 255);
}

.footer_ztbr3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
}

.footer_ztbr3 li {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position:relative;
}
.footer_ztbr3 li:nth-child(1):hover .footer_ztbr3b{
    display:block;
}
.footer_ztbr3b{
    position:absolute;
    bottom:48px;
    left:-75px;
    margin-left:24px;
    width:150px;
    z-index: 1;
    display:None;
}
.footer_ztbr3 li:nth-child(2):hover .footer_ztbrd{
    display:block;	
}
.hidden {
    display: none;
}
.ty_input {
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}
.ty_input .ty_tj{
    width:120px;
    line-height:42px;
    text-align:center;
    background:rgb(0, 111, 187);
    color:#fff;
    cursor: pointer;
}
.ty_input input{
    width:20%;
    line-height:38px;
    font-size:16px;
    text-indent:12px;
}
.footer_ztbrd{
    position:absolute;
    top:-150px;
    right:-27px;
    z-index: 1;
    width:200px;
    background:#fff;
    line-height:30px;
    text-align:center;
    display:None;
}
.footer_ztbr3b img{
    width:100%;
    display:block;
}

.footer_ztbr3 li:nth-child(2) {
    margin: 0px 27px;
}

.footer_ztbr3 img {
    display: block;
}

.footer_ztc {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    justify-content: space-between;
    height: 42px;
    align-items: center;
}

.footer_ztc a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.znav {
    background: #fff;
    height: 72px;
    border: 1px solid rgb(230, 230, 230);
}

.w1460 {
    width: 1460px;
    margin: 0 auto;
}

.znav_zt {
    display: flex;
    justify-content: space-between;
}

.znav_ztl {
    display: flex;
}

.znav_ztl li {
    line-height: 72px;
    width: auto;
    text-align: center;
    margin-right: 60px;
    position: relative;
    padding:0px 5px;
}

.znav_ztl li:last-child {
    margin-right: 0px;
}

.znav_ztl li::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 1px;
    height: 2px;
    width: 0px;
    background: rgb(1, 75, 136);
    transition: .5s;
    opacity: 0;
}

.znav_ztl li:hover::after,
.znav_ztl li.on::after {
    width: 100%;
    opacity: 1;
    left: 0px;
    right: 0px;
}

.znav_ztl li:hover a,
.znav_ztl li.on a {
    color: rgb(0, 80, 147);
    font-weight: 700;
    font-family: 黑体;
}

.znav_ztl li a {
    color: rgb(54, 54, 54);
    font-size: 16px;
}

.znav_ztr {
    display: flex;
}

.znav_ztr div {
    display: flex;
    height: 72px;
    align-items: center;
}

.znav_ztr div img {
    display: block;
}

.znav_ztr a {
    color: rgb(81, 81, 81);
    font-size: 16px;
}

.znav_ztr1 {
    margin-right: 9px;
}

.znav_ztr4 img {
    margin-top: 2px;
}

.zgsjj {
    position: relative;
    height: 710px;
    margin-top: 106px;
}

.zgsjj::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 1041px;
    background: rgb(248, 248, 248);
}

.zgsjjl {
    width: 770px;
    height: 710px;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
}

.zgsjjl1 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.zgsjjl2 {
    font-size: 23.6px;
    color: rgb(0, 0, 0);
}

.zgsjjl3 {
    margin-top: 60px;
    font-size: 16px;
    color: rgb(43, 43, 43);
    line-height: 32px;
    text-align: justify;
}

.zgsjjr {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 39.16666666666667vw;
}

.zgsjjr .bg{
    background:url(../images/about/video.jpeg) center no-repeat !important;
    background-size:cover;
}

.zgsjjr_zt {
    position: relative;
}

.zgsjjr_zt img {
    display: block;
    width: 100%;
}

.zgsjja {
    margin: 110px 0px 130px;
}

.zgsjja_zt {
    display: flex;
    justify-content: space-between;
}

.zgsjja_zt li {
    text-align: left;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}

.zgsjja_zt li::after {
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0px;
    height: 100%;
    width: 1px;
    background: rgb(220, 220, 220);
    transition: .5s;
}
.zgsjja_zt li:last-child::after{
    display:none;
}
.count {
    color: rgb(1, 75, 136);
    font-size: 50px;
    font-family: '微软雅黑';
}

.zfzlc {
    background: url(../images/about/fzlc_bg.jpeg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 870px;
}

.zfzlc_zt {
    display: flex;
}

.zfzlc_ztl {
    width: 680px;
    font-size: 40px;
    line-height: 58px;
    color: rgb(255, 255, 255);
    height: 870px;
    display: flex;
    align-items: center;
}

.zfzlc_listzt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}

.zfzlc_ztr {
    padding: 52px 0;
    position: relative;
    width: calc(100% - 605px);
}

.zfzlc_ztr::after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 104px);
    background: rgba(255, 255, 255, 0.3);
    left: 30%;
    top: 52px;
}

.zfzlc_list {
    max-height: 648px;
    height: 100%;
    overflow: hidden;
}

.zfzlc_list .swiper-slide-active .zfzlc_listl {
    font-size: 30px;
    opacity: 1;
}

.zfzlc_list .swiper-slide-active .zfzlc_listr {
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
}

.zfzlc_list .swiper-slide {
    height: 216px;
    display: flex;
    align-items: center;
}

.zfzlc_list .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.zfzlc_listl {
    flex: 0 0 30%;

    line-height: 1.4;
    font-size: 30px;
    font-family: Arial;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    padding-right: 26px;
    position: relative;
    transition: all ease .3s;
    opacity: 0.7;
}

.zfzlc_listr {
    flex: 0 0 70%;
    padding-left: 36px;
    font-size: 18px;
    line-height: 36px;
    color: rgb(255, 255, 255);
}

.zfzlc_ztr .swiper-button-prev,
.zfzlc_ztr .swiper-rtl .swiper-button-next {
    left: 28.18% !important;
    right: auto;
    top: 55px;
    transform: rotate(90deg);
    z-index: 1;
}

.zfzlc_ztr .swiper-button-prev::after,
.zfzlc_ztr .swiper-rtl .swiper-button-next::after {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 20px;
}

.zfzlc_ztr .swiper-button-next:after,
.zfzlc_ztr .swiper-rtl .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 20px;
}

.zfzlc_ztr .swiper-button-next,
.zfzlc_ztr .swiper-rtl .swiper-button-prev {
    left: 28.18% !important;
    right: auto !important;
    top: unset !important;
    bottom: 33px;
    transform: rotate(90deg);
    z-index: 1;
}

.zqywh_zta {
    text-align: center;
    margin: 86px 0px 70px;
}

.zqywh_zta1 {
    font-size: 19px;
    color: rgb(1, 75, 136);
    text-transform: capitalize;
}

.zqywh_zta2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.zqywh_ztb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
}

.zqywh_ztb li {
    background: rgb(241, 241, 241);
    height: 274px;
    display: flex;
    width: 409px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 46px;
    margin-bottom: 32px;
}

.zqywh_ztb li:nth-child(1),
.zqywh_ztb li:last-child {
    width: 580px;
}

.zqywh_ztb1b{
    font-size:20px;
    font-weight:bold;
    font-family: 黑体;
    margin-top:8px;
}
.productc1{
    text-align:center;
}
.zczc {
    height: 100vh;
    width: 100%;
    background: url(../images/about/zczc_bg.jpeg) center no-repeat;
    background-size: cover;
}

.w1270 {
    width: 1270px;
    margin: 0 auto;
}

.zczc_zt {
    padding-top: 108px;
}

.zczc_zt1 {
    text-align: center;
}

.zczc_zt2 {
    margin-top: 35px;
    color: rgb(43, 43, 43);
    line-height: 35px;
    text-indent: 2em;
}

.zczc_zt2 p:nth-child(2) {
    margin: 35px 0px;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

.sljz {
    position: relative;
    padding-top: 107px;
}

.sljz::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 715px;
    background: rgb(248, 248, 248);
}

.sljz_zt {
    position: relative;
    height: 642px;
    z-index: 1;
}

.sljz_ztl {
    width: 590px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 642px;
}

.sljz_ztl1 {
    padding-top: 35px;
}

.sljz_ztl2 {
    padding: 108px 76px;
    background: rgb(1, 75, 136);
}

.sljz_ztl2a {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.sljz_ztl2b {
    margin-top: 30px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 35px;
}

.sljz_ztl1 .zqywh_zta1 {
    letter-spacing: -1px;
}

.sljz_ztr {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sljz_ztr img {
    display: block;
}

.sljza {
    padding: 90px 0px 130px;
}

.sljza_zta {
    width: 934px;
    text-align: center;
    margin: 0 auto;
}

.sljza_zta1 {
    font-size: 30px;
    line-height: 60px;
    color: rgb(0, 0, 0);
}

.sljza_zta2 {
    font-size: 16px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}

.sljza_ztb {
    margin-top: 73px;
    position: relative;
}

.sljza_ztb_list .swiper-slide {
    height: 470px;
    background: rgb(217, 217, 217);
    cursor: pointer;
}

.sljza_ztb_list .swiper-slide img {
    width: 100%;
    display: block;
}

.lg-object.lg-image {
    max-height: 600px !important;
}

.sljza_ztb .swiper-button-next,
.sljza_ztb .swiper-rtl .swiper-button-prev {
    right: -6%;
    left: auto;
}

.sljza_ztb .swiper-button-prev,
.sljza_ztb .swiper-rtl .swiper-button-next {
    left: -6%;
    right: auto;
}

.sljza_ztb .swiper-button-next:after,
.sljza_ztb .swiper-button-prev:after {
    color: #000 !important;
    font-size: 30px !important;
}

.zzry {
    background: rgb(248, 248, 248);
    padding: 1px 0px 100px;
}

.zzry_list {
    display: flex;
    flex-wrap: wrap;
}

.zzry_list li {
    width: 32%;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 30px;
}

.zzry_list li:nth-child(3n) {
    margin-right: 0px;
}

.zzry .zqywh_zta1 {
    letter-spacing: -1px;
}

.zzry_list li {
    padding: 35px 29px;
    cursor: pointer;
}

.zzry_lista1 {
    color: rgb(1, 75, 136);
    font-size: 14px;
}

.zzry_lista2 {
    margin-top: 10px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding-bottom: 42px;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.zzry_listb {
    margin-top: 42px;
    max-height: 268px;
    overflow: hidden;
}

.zzry_listb img {
    width: 100%;
    display: block;
}

.zshzr_zta1 {
    line-height: 30px;
    color: rgb(89, 89, 89);
    margin-top: 38px;
    width: 612px;
    text-align: justify;
}

.zshzr_zta {
    padding: 120px 0px 70px;
}
.zshzr_zt{
    padding-bottom:60px;
}
.zshzr_ztb {
    display: flex;
    flex-wrap: wrap;
}
.zshzr_ztb1 img{
    width:100%;
    display:block;
    transition: .5s;
}
.zshzr_ztb li {
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: rgb(217, 217, 217);
    position: relative;
    overflow: hidden;
}

.zshzr_ztb li:hover img{
    transform:scale(1.04);
}

.zshzr_ztb li:nth-child(3n) {
    margin-right: 0px;
}

.zshzr_ztb2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #000;
    background: rgb(248, 248, 248);
}
.qqyx_ztlt1{
    font-size:52px;
    font-weight:700;
    color:rgb(1, 75, 136);
}
.qqyx_ztlt2{
    font-size:18px;
    line-height:24px;
    color:rgb(0, 0, 0);
}
.qqyx_ztl .qqyx_ztlt{
    margin:4.27083333333333vw 0px;
}
.qqyx_ztl{
    float:left;
}
.qqyx_ztr{
    width:64.11458333333333vw;
    float:right;
    margin-right:-10%;
}
.qqyx_ztr img{
    width:100%;
    display:block;
}
.qqyx{
    padding-bottom:100px;
}

.prnav_zt {
    padding-bottom: 150px;
}

.prnav_ztatl {
    display: flex;
    align-items: flex-end;
}

.prnav_ztatl img {
    max-width: 49px;
    display: block;
}

.prnav_ztat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prnav_ztatl span {
    position: relative;
    bottom: 6px;
}

.prnav_ztatl span:nth-child(2) {
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin-left: 13px;
}

.prnav_ztatl span:nth-child(3) {
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin-left: 8px;
}

.prnav_ztab {
    margin-top: 49px;
}

.prnav_ztab img {
    width: 100%;
    display: block;
    transition: .5s;
}

.prnav_zta {
    margin-top: 93px;
}

.prnav_ztab {
    display: flex;
}
.prnav_ztab li:hover img{
    transform: scale(1.04);
}
.prnav_ztab li {
    background: rgb(248, 248, 248);
    width: 32.8%;
    margin-right: 0.8%;
    position:relative;
    overflow: hidden;
}

.prnav_ztab li:nth-child(3) {
    margin-right: 0px;
}

.pryd .znav {
    display: none;
}

.prcon {
    position: relative;
    display: flex;
    background: rgb(248,248,248);
}

.prcon_lzt_ul {
    margin-top: 40px;
}

.prcon_lzt_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 12px;
}

.prcon_lzt_ul li:hover a{
    color:rgb(1, 75, 136);
}

.prcon_lzt_ul li a {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 22px;
    padding: 24px 0px;
}

.prcon_lzt_ul li a img {
    max-width: 33.3px;
    display: block;
    margin-right: 15px;
}

.prcon_l {
    width: 27.91666666666667vw;
    height: 100vh;
    background: rgb(255, 255, 255);
    transition: .5s;
}

.prcon_r {
    padding: 55px;
    width: 72.08333333333333vw;
    position: relative;
}

.prcon_rw {
    margin-left: 30vw;
}

.fixed-position {
    position: fixed;
    top: 0;
    left: 0;
    /* 其他需要的样式 */
}

.prcon_lzt {
    padding: 54px 54px 0px 54px;
}

.prcon_lzt form {
    position: relative;
    width: 100%;
    height: 52px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    text-indent: 24px;
    margin: 0 auto;
    box-shadow: 4px 4px 9.3px 0px rgba(1, 75, 136, 0.07);
}

.prcon_lzt input {
    border: None;
    background: None;
    width: 100%;
    line-height: 52px;
    font-size: 14px;
    color: rgba(39, 39, 39, 0.7);
    font-family: '微软雅黑';
}

.prcon_lzt button {
    border: none;
    background: none;
    position: absolute;
    right: 19px;
    top: 16px;
}

.prcon_rul {
    display: flex;
    flex-wrap: wrap;
}

.prcon_rul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.35416666666667vw;
    position:relative;
    overflow: hidden;
    background:#fff;
}
.prcon_rul li:hover img{
    transform: scale(1.04);
}
.prcon_rul li:nth-child(3n) {
    margin-right: 0px;
}

.znews_ztblist .swiper-horizontal>.swiper-pagination-bullets,
.znews_ztblist .swiper-pagination-bullets.swiper-pagination-horizontal,
.znews_ztblist .swiper-pagination-custom,
.znews_ztblist .swiper-pagination-fraction {
    bottom: 30px;
    left: unset;
    width: 100%;
    right: 55px;
    text-align: right;
}

.znews_ztblist .swiper-pagination-bullet{
    background: rgb(217, 217, 217);
    width: 100%;
    width:10px;
    height:10px;
    background:rgb(1, 75, 136);
    opacity: 1;
    margin:0px 10px !important;
    position:relative;
}

.znews_ztblist .swiper-pagination-bullet-active::after{
    content:'';
    position:absolute;
    left:-5px;
    top:-5px;
    width:18px;
    height:18px;
    border:1px solid rgb(1, 75, 136);
    border-radius: 50%;
}

.prcon_rul1 img {
    width: 100%;
    display: block;
    transition: .5s;
}

.prcon_rul2 {
    line-height: 60px;
    padding: 0px 28px;
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-top:1px solid rgb(248, 248, 248);
}

.prcon_rul2::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: rgb(1, 75, 136);
    transition: .5s;
}

.prcon_rul li:hover .prcon_rul2 {
    color: rgb(1, 75, 136);
}

.prcon_rul li:hover .prcon_rul2::after {
    width: 100%;
}

.pinfoa_a {
    height: 66px;
    background: rgb(1, 75, 136);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 0px 40px;
}

.pinfoa_al {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pinfoa_al img {
    margin-right: 9px;
}

.pinfoa_ar {
    display: flex;
    align-items: center;
}

.pinfoa_ar a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.pinfoa_ar .znav_ztr1 {
    position: relative;
    top: 2px;
}

.pinfoa_ar .znav_ztr4 {
    position: relative;
    top: 2px;
}

.pinfoa_b {
    background: rgb(255, 255, 255);
    padding: 24px 0px;
    margin: 13px 0px;
}

.pinfoa_b_zt {
    position: relative;
    display: flex;
    align-items: center;
    height:515px;
}

.pinfoa_b_ztl {
    width: 55%;
    height:515px;
}
.pinfoa_b_ztl img{
    display:block;
    width:100%;
}

.pinfoa_b_ztr {
    width: 45%;
    padding: 0px 60px;
}

.pinfoa_b_ztr1 {
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
}

.pinfoa_b_ztr2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: rgb(1, 75, 136);
    margin: 11px 0px 18px;
    display:none;
}

.pinfoa_b_ztr3 {
    line-height: 28px;
    color: rgb(100, 100, 100);
}

.pinfoa_b_ztr4 {
    font-size: 14px;
    color: rgb(100, 100, 100);
    line-height: 28px;
    margin: 39px 0px 88px;
}

.pinfoa_b_ztr5 {
    display: flex;
}

.pinfoa_b_ztr5 a {
    display: flex;
    box-shadow: 3px 4px 15.6px 0px rgba(1, 75, 136, 0.07);
    background: #fff;
    width: 180px;
    line-height: 58px;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    color: rgb(0, 0, 0);
}

.pinfoa_b_ztr5 a img {
    display: block;
    margin-right: 12px;
}

.pinfob {
    background: rgb(248, 248, 248);
}

.pinfob_a {
    display: flex;
    line-height: 66px;
    background: rgb(1, 75, 136);
    text-align: center;
}

.pinfob_a li {
    width: 190px;
    color: rgb(255, 255, 255);
    position: relative;
}

.pinfob_a li:nth-child(2),
.pinfob_a li:nth-child(3){
    display:none;
}

.pinfob_a li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 13px;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
}

.dsfwl_zta{
    position:relative;
    padding:164px 0px 138px;
}
.dsfwl_zta::after{
    content:'';
    position:absolute;
    right:0px;
    top:65px;
    width:865px;
    height:652px;
    background:rgb(248, 248, 248);
}
.dsfwl_zta .w1440 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dsfwl_list img{
    display:block;
    width:100%;
}
.dsfwl_ztal{
    width:645px;
}
.dsfwl_ztal1{
    font-size:18px;
    color:rgb(1, 75, 136);
}
.dsfwl_ztal2{
    font-size:40px;
    font-weight:700;
    color:rgb(0, 0, 0);
}
.dsfwl_ztal3{
    font-size:26px;
    line-height:44px;
    color:rgb(43, 43, 43);
    margin:60px 0px 24px;
}
.dsfwl_ztal4{
    font-size:16px;
    line-height:34px;
    color:rgb(69, 69, 69);
    text-align:justify;
}
.dsfwl_ztar{
    width:705px;
}
.dsfwl_ztb{
    background:rgb(248, 248, 248);
    padding:60px 0px 45px;
}
.dsfwl_ztba{
    text-align:center;
}
.dsfwl_ztbb{
    margin-top:74px;
}
.dsfwl_ztbb ul{
    display:flex;
    text-align:center;
}
.dsfwl_ztbb ul li {
    width: 25%;
    position: relative;
    height: 490px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.dsfwl_ztbb ul li::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:1px;
    height:100%;
    background:url(../images/jrwm/zhixian.png) no-repeat center;
}
.dsfwl_ztbb ul li:last-child::after{
    display:none;
}
.dsfwl_ztbb2{
    font-size:26px;
    line-height:38px;
    margin:25px 0px 24px;
}
.dsfwl_ztbba{
    color:rgb(0, 80, 147);
}
.dsfwl_ztbbb{
    color:rgb(219, 136, 0);
}
.dsfwl_ztbbc{
    color:rgb(18, 159, 55);
}
.dsfwl_ztbbd{
    color:rgb(142, 147, 0);
}
.dsfwl_ztbb3{
    font-size:16px;
    line-height:30px;
    color:rgb(61, 61, 61);
    text-align:center;
    width:70%;
    margin:0 auto;
}
.dsfwl_ztc{
    padding:143px 0px;
}
.dsfwl_ztc_zt{
    position:relative;
}
.dsfwl_ztca{
    width:736px;
    padding:48px 20px 48px 48px;
    background:rgb(248, 248, 248);
}
.dsfwl_ztcl .dsfwl_ztal1,
.dsfwl_ztcl .dsfwl_ztal2{
    margin-left:48px;
}
.dsfwl_ztca1{
    font-size:26px;
    line-height:38px;
    color:rgb(28, 28, 28);
    font-weight:700;
}
.dsfwl_ztca2{
    font-size:16px;
    line-height:38px;
    color:rgb(61, 61, 61);
}
.dsfwl_ztca{
    margin-top:74px;
}
.dsfwl_ztca li{
    margin-bottom:36px;
}
.dsfwl_ztca li:last-child{
    margin-bottom:0px;
}
.dsfwl_ztcl{
    position:relative;
    z-index: 1;
}
.dsfwl_ztcr{
    position:absolute;
    right:0px;
    bottom:36px;
}
.dsfwl_list_text{
    position:absolute;
    right:0px;
    top:0px;
    background:rgba(0,0,0,0.2);
    line-height:40px;
    font-size:14px;
    color:#fff;
    padding:0px 15px;
}

.znews_zta {
    text-align: center;
    padding: 80px 0px;
}

.znews_ztb {
    padding-bottom: 90px;
}

.znews_ztblist .swiper-slide {
    background: rgb(248, 248, 248);
}

.znews_ztblist .swiper-slide a{
    display: flex;
}

.znews_ztblistl img {
    display: block;
}

.znews_ztblistr {
    padding: 0px 54px;
}

.znews_ztblistr_zta {
    padding-top: 66px;
    padding-bottom: 34px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.znews_ztblistr_zta1 {
    color: rgb(1, 75, 136);
    line-height: 30px;
}

.znews_ztblistr_zta2 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 45px;
}

.znews_ztblistr_ztb {
    line-height: 34px;
    color: rgb(89, 89, 89);
}

.znewsa {
    background: rgb(248, 248, 248);
    padding: 106px 0px;
}

.znewsa_zt {
    display: flex;
    flex-wrap: wrap;
}

.znewsa_zt li {
    width: 32.1%;
    margin-right: 1.75%;
    margin-bottom: 26px;
    background: #fff;
}

.znewsa_zt1 img {
    width: 100%;
    display: block;
}

.znewsa_zt2 {
    padding: 30px;
}

.znewsa_zt li:hover .znewsa_zt2a,
.znews_ztblist .swiper-slide:hover .znews_ztblistr_zta2 {
    color: rgb(1, 75, 136);	
}

.znewsa_zt2a {
    font-size: 22px;
    line-height: 32px;
    color: rgb(0, 0, 0);
}

.znewsa_zt2b {
    line-height: 30px;
    color: rgb(89, 89, 89);
    margin: 14px 0px 14px;
    text-align: justify;
}

.znewsa_zt2c {
    line-height: 30px;
    color: rgb(89, 89, 89);
}

.znewsa_zt li:nth-child(3n) {
    margin-right: 0px;
}

.footer_ztcl {
    display: flex;
}

/*caseshow*/
.news_ny{
	width:1200px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	margin:80px auto;
	padding:2% 4%;
    background:#fff;
}
.ty_atitle{
	font-size:32px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	color:#1d1d1d;
	padding:20px 0px;
}
.ty_time{
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #1d1d1d;
	padding-bottom:30px;
}
.ty_acontent{
	margin:30px 0px;
}
.ty_acontent p{
	font-size:16px;
}
/*caseshow end*/

.pc .footer_ztcl a {
    margin: 0px 5px;
}

.zlxwm_zta {
    text-align: center;
    padding: 77px 0px 66px;
    border-bottom: 1px solid rgb(226, 226, 226);
    margin-bottom: 65px;
}

.zlxwm_zta1 {
    font-size: 40px;
    font-weight: 700;
}

.zlxwm_zta2 {
    font-size: 24px;
    color: #000;
}

.zlxwm_ztb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 164px;
}

.zlxwm_ztb li {
    width: 32%;
    margin-right: 2%;
    background: rgb(248, 248, 248);
    height: 308px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
}

.zlxwm_ztb li:nth-child(3) {
    margin-right: 0px;
}

.zlxwm_ztb li:before,
.zlxwm_ztb li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    box-sizing: border-box;
    transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
    opacity: 0;
}

.zlxwm_ztb li:before {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(45, 54, 132,1);
    border-right: 1px solid rgba(45, 54, 132,1);
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.zlxwm_ztb li:after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(45, 54, 132,1);
    border-left: 1px solid rgba(45, 54, 132,1);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.zlxwm_ztb li:hover .lxfs_zt2b1{
    color:rgba(45, 54, 132,1);
}
.zlxwm_ztb li:hover{
    background:#fff;
}

.zlxwm_ztb li:hover:before,
.zlxwm_ztb li:hover:after {
    width: 100%;
    height: 100%;
    transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
    opacity: 1;
}

.zlxwm_ztb1 {
    padding-top: 64px;
}

.zlxwm_ztb2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 36px;
    text-align: center;
}

.lxwm_ztb {
    width: 100%;
    background: url(../images/lxwm/lxwm_bg.jpeg) center no-repeat;
    background-size: cover;
    padding: 65px 0px;
}

.lxwm_ztb_zt {
    background: #fff;
    width: 892px;
    padding: 80px;
    position: relative;
}

.lxwm_ztb1 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.lxwm_ztb2 {
    font-size: 16px;
    line-height: 30px;
    color: rgb(81, 81, 81);
    width: 86%;
    margin: 29px 0px 38px;
}

.lxwm_ztb3 li {
    margin-bottom: 18px;
}

.lxwm_ztb3 input {
    border: 1px solid rgb(175, 175, 175);
    background: none;
    line-height: 56px;
    width: 100%;
    text-indent: 25px;
    font-size:16px;
}

.lxwm_ztb3 textarea {
    border: 1px solid rgb(175, 175, 175);
    background: none;
    line-height: 56px;
    width: 100%;
    text-indent: 25px;
    font-size:16px;
}

.lxwm_yzm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lxwm_yzm input {
    width: 50%;
    border: 1px solid rgb(175, 175, 175);
    background: none;
    line-height: 48px;
    text-indent: 25px;
    font-size:16px;
}
.lxwm_yzm1{
    display:flex;
}

.btna {
    margin-top: 0px;
}

.lxwm_yzm img {
    height:50px;
}

.ty_banner {
    height: 650px;
    width: 100%;
}

.about_banner {
    background: url(../images/about/about_banner.jpeg) center no-repeat;
    background-size: cover;
}

.product_banner {
    background: url(../images/product/product_banner.jpeg) center no-repeat;
    background-size: cover;
}

.news_banner {
    background: url(../images/news/news_banner.jpeg) center no-repeat;
    background-size: cover;
}

.jrwm_banner {
    background: url(../images/jrwm/jrwm_banner.jpeg) center no-repeat;
    background-size: cover;
}

.lxwm_banner {
    background: url(../images/lxwm/lxwm_banner.jpeg) center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1100px) {
    .pc {
        display: none !important;
    }

    .sj {
        display: block !important;
    }

    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjheaderd_left {
        height: 50px;
        display: flex;
        align-items: center;
    }

    .sjheaderd_left img {
        height: 36px;
        display: block;
    }

    .sjheader {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: #fff;
        border-top: 0;
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    }

    .sidebar__toggle {
        cursor: pointer;
    }

    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }

    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }

    .sjposition {

        transition: all 0.7s;
        position: fixed;
        z-index: 999;
        width: 100%;
        background: #fafafa;
        top: 0px;
        left: 100%;
        height: 100vh;
    }

    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }

    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .sjposition_al {
        height: 40px;
    }

    .sjposition_al img {
        height: 100%;
    }

    .sjposition_ar i {
        font-size: 30px;
    }

    .sjposition_b>ul>li {
        border-bottom: #ccc 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #333;
    }

    .sjposition_b1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        width: 22px;
        height: 14px;
        background: url(../images/icon/icon_93.png) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 22px;
    }

    .sjposition_b2 {
        display: none;
    }

    .sjposition_b2 li:first-child {
        border-top: #ccc 1px solid;
    }

    .sjposition_b2 li a {
        padding: 0 15px 0 5px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        display: block;
    }

    /*header end*/

    .w1440,
    .w1417,
    .w1420,
    .w1456,
    .w1456,
    .w1586 {
        width: 94%;
        margin: 0 auto;
    }

    .footer_ztar2 {
        width: 100%;
    }

    .footer_zta {
        flex-direction: column;
        padding: 18px 0px;
    }

    .shzr_zt {
        width: 100%;
        height: auto;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 10px;
    }

    .news_bottom .news_bottom2 {
        width: 100%;
    }

    .news_bottom .news_bottom1 {
        width: 100%;
        background: #fff;
        margin-bottom: 16px;
    }

    .news_bottom {
        flex-direction: column;
    }

    .footer_ztb {
        display: none;
    }

    .about_zt {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .about_ztl {
        width: 100%;
        padding-top: 40px;
    }

    .about {
        height: auto;
    }

    .about_ztl61 {
        font-size: 22px;
        line-height: 26px;
        height: 26px;
    }


    .productc {
        padding-top: 30px;
        padding-bottom: 15px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid rgb(231, 231, 231);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .shzr_zt1 {
        margin: 10px 0px 10px;
        font-size: 14px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height:26px;
    }

    .innera {
        height: 30vh !important;
    }

    .arrow-left {
        background: url(../images/banner_arrow.png) no-repeat left top;
        background-size: 100%;
        position: absolute;
        left: 20px;
        top: 55%;
        margin-top: 0px;
        width: 30px;
        height: 30px;
        z-index: 999;
    }

    .arrow-right {
        background: url(../images/banner_arrow.png) no-repeat left bottom;
        background-size: 100%;
        right: 20px;
        top: 55%;
        margin-top: 0px;
        width: 30px;
        height: 30px;
        z-index: 999;
        outline: none;
    }

    .about_ztl1 {
        font-size: 16px;
    }

    .about_ztl2 {
        color: rgb(0, 0, 0);
        font-size: 60px;
        height: auto;
    }

    .about_ztl3 {
        font-size: 22px;
        line-height: 34px;
        color: rgb(1, 75, 136);
        margin: 10px 0px 5px;
    }

    .about_ztl4 {
        font-size: 14px;
        line-height: 28px;
        color: rgb(51, 51, 51);
    }

    .about_ztl5 {
        margin: 15px 0px 20px;
    }

    .about_ztl62 {
        font-size: 12px;
    }

    .about_ztl6 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .about_ztl6 li {
        width: 50%;
        padding: 10px 0px;
    }

    .about_ztr li {
        width: 80px;
        height: 80px;
        margin-top: 0px;
    }

    .about_ztr li a {
        height: 80px;
    }

    .about_ztr1 {
        width: 30%;
        margin: 0 auto;
    }

    .about_ztr1 img {
        width: 100%;
    }

    .about_ztr2 {
        color: rgb(0, 0, 0);
        line-height: 22px;
        margin-top: 4px;
        font-size: 12px;
    }

    .about_ztr {
        padding-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .ivideo_zt {
        height: 200px;
    }

    #positive .bg {
        height: 200px;
    }

    .ivideo_zt1 {
        width: 50px;
        height: 50px;
    }

    .ivideo_zt1 i {
        font-size: 16px;
        color: #fff;
    }

    .ivideo_zt2 {
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 36px;
    }

    .productb {
        font-size: 22px;
        line-height: 34px;
    }

    .producta {
        height: 30px;
        margin: 40px auto 20px;
    }

    .productc li {
        padding: 0px 0px;
        width: 25%;
        display: flex;
        justify-content: center;
    }

    .productc2 {
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin-bottom: 10px;
    }

    .productc1 {
        width: 50%;
        margin: 0 auto;
    }

    .productc1 img {
        width: 100%;
    }

    .jsyf_zt {
        margin: 20px 0px;
        height: auto;
        position: relative;
    }

    .jsyf_ztl {
        position: relative;
        padding: 20px;
        width: 100%;
    }

    .jsyf_ztr {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .jsyf_ztr img {
        width: 100%;
    }

    .jsyf_ztl1 {
        color: rgb(1, 75, 136);
        font-size: 22px;
        line-height: 34px;
    }

    .jsyf_ztl2 {
        color: rgb(91, 91, 91);
        font-size: 14px;
        line-height: 26px;
        padding: 10px 0px 20px;
        text-align: justify;
    }

    .ty_btn a {
        width: 125px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: rgb(1, 75, 136);
        font-size: 14px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        position: relative;
        overflow: hidden;
    }

    .news {
        background: rgb(247, 247, 247);
        padding: 40px 0px;
    }

    .news_top {
        display: flex;
        justify-content: space-between;
        align-items: unset;
        flex-direction: column;
    }

    .news_topl2 {
        font-size: 22px;
        line-height: 34px;
        color: rgb(0, 0, 0);
        margin-bottom: 0px;
    }

    .news_topr {
        display: flex;
        padding: 20px 28px 0px 0px;
        border-bottom: 1px solid rgb(214, 214, 214);
    }

    .prlist {
        padding: 0%;
        margin: 20px auto;
        width: 94%;
    }

    .prlist .prlist1 {
        bottom: -34px;
        line-height: 34px;
        font-size: 12px;
    }

    .news_bottom {
        margin-top: 20px;
    }

    .news_bottom1b {
        padding: 20px 10px;
    }

    .news_bottom1b1 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .news_bottom1b2 {
        font-size: 14px;
        color: rgb(89, 89, 89);
        line-height: 26px;
        margin: 8px 0px 10px;
    }

    .news_bottom2ul {
        padding: 0px 10px;
    }
    

    .shzr {
        height: auto;
        width: 100%;
        background: url(../images/index/shzr.jpeg) center no-repeat;
        background-size: cover;
        padding: 30px 0px;
    }

    .footer_ztal {
        width: 50%;
        margin: 0 auto;
    }

    .footer_ztal img {
        width: 100%;
    }

    .footer_ztar1 {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }

    .footer_ztar {
        width: 100%;
    }

    .footer_ztar2 {
        margin-top: 10px;
    }

    .footer_ztc {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        justify-content: space-between;
        height: auto;
        align-items: center;
        padding: 10px 0px;
        flex-direction: column;
    }

    .footer_ztar2 input {
        width: 80%;
    }

    .footer_ztcl {
        font-size: 12px;
        text-align: center;
        line-height: 24px;
        flex-direction: column;
    }

    .footer_ztcl a {
        font-size: 12px;
    }

    .footer_ztcr {
        font-size: 12px;
        text-align: center;
    }

    .ty_banner {
        height: 30vh;
        width: 100%;
    }

    .w1460 {
        width: 94%;
    }

    .zgsjjl {
        width: 100%;
        height: auto;
        padding: 30px 0px 10px;
    }

    .zgsjj {
        height: auto;
        margin-top: 0px;
    }

    .zgsjjl1 {
        font-size: 22px;
        text-align: center;
    }

    .zgsjjl2 {
        font-size: 13.1px;
        color: rgb(0, 0, 0);
        text-align: center;
    }

    .zgsjjl3 {
        margin-top: 10px;
        font-size: 14px;
        color: rgb(43, 43, 43);
        line-height: 26px;
        text-align: justify;
    }

    .zgsjjr {
        position: relative;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        margin-top:10px;
    }

    .zgsjja {
        margin: 30px 0px;
    }

    .zgsjja_zt {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .zgsjja_zt li {
        width: 33.33%;
        text-align: center;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 10px 0px;
    }

    .zgsjja_zt li:nth-child(4),
    .zgsjja_zt li:nth-child(5) {
        width: 50%;
    }

    .zgsjja_zt li::after {
        display: none;
    }

    .count {
        color: rgb(1, 75, 136);
        font-size: 24px;
        font-family: '微软雅黑';
    }
    .zgsjja_zt2{
        font-size:14px;
    }

    .zfzlc {
        width: 100%;
        height: auto;
        padding: 30px 0px 0px;
    }

    .zfzlc_ztl {
        width: 100%;
        font-size: 22px;
        line-height: 36px;
        color: rgb(255, 255, 255);
        height: auto;
        display: flex;
        align-items: center;
    }

    .zfzlc_zt {
        display: flex;
        flex-direction: column;
    }

    .zfzlc_ztr {
        padding: 30px 0;
        position: relative;
        width: 100%;
    }

    .zfzlc_listl {
        flex: 0 0 20%;
        font-size: 14px;
    }

    .zfzlc_listr {
        flex: 0 0 80%;
        padding-left: 16px;
        font-size: 14px;
        line-height: 24px;
        color: rgb(255, 255, 255);
    }

    .zfzlc_list .swiper-slide-active .zfzlc_listl {
        font-size: 14px;
        opacity: 1;
    }

    .zfzlc_list .swiper-slide-active .zfzlc_listr {
        font-size: 14px;
        font-weight: bold;
        opacity: 1;
    }

    .zfzlc_list {
        max-height: 300px;
        height: 100%;
        overflow: hidden;
    }

    .zfzlc_ztr::after {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 104px);
        background: rgba(255, 255, 255, 0.3);
        left: 20%;
        top: 52px;
    }

    .zfzlc_ztr .swiper-button-prev,
    .zfzlc_ztr .swiper-rtl .swiper-button-next {
        left: 16.3% !important;
        right: auto;
        top: 55px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .zfzlc_ztr .swiper-button-next,
    .zfzlc_ztr .swiper-rtl .swiper-button-prev {
        left: 16.3% !important;
        right: auto !important;
        top: unset !important;
        bottom: 33px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .zqywh_zta {
        text-align: center;
        margin: 40px 0px 30px;
    }

    .zqywh_zta2 {
        font-size: 22px;
    }

    .zqywh_ztb li:nth-child(1),
    .zqywh_ztb li:last-child {
        width: 100%;
    }

    .zqywh_ztb li {
        background: rgb(241, 241, 241);
        height: auto;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .zqywh_ztb {
        padding-bottom: 20px;
    }

    .zqywh_ztb2 {
        margin-top: 20px;
    }

    .w1270 {
        width: 94%;
    }

    .zczc_zt1 {
        width: 80%;
        margin: 0 auto;
    }

    .zczc_zt1 img {
        width: 100%;
    }

    .zczc_zt {
        padding-top: 50px;
    }

    .zczc_zt2 {
        margin-top: 15px;
        color: rgb(43, 43, 43);
        line-height: 30px;
        font-size: 14px;
        text-indent: 2em;
        text-align: justify;
    }

    .sljz {
        position: relative;
        padding-top: 0px;
    }

    .sljz_zt {
        position: relative;
        height: auto;
        z-index: 1;
    }

    .sljz_ztl {
        width: 100%;
        height: auto;
    }

    .sljz_ztr img {
        width: 100%;
    }

    .sljz_ztr {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .sljz_ztl1 {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .sljz_ztl2 {
        padding: 30px 20px;
        background: rgb(1, 75, 136);
    }

    .sljz_ztl2a {
        font-size: 22px;
        color: rgb(255, 255, 255);
    }

    .sljz_ztl2b {
        margin-top: 15px;
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-align: justify;
    }

    .sljza {
        padding: 30px 0px;
    }

    .sljza_zta {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .sljza_zta1 {
        font-size: 22px;
        line-height: 36px;
        color: rgb(0, 0, 0);
    }

    .sljza_zta2 {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        color: rgb(0, 0, 0);
    }

    .sljza_ztb {
        margin-top: 20px;
        position: relative;
    }

    .sljza_ztb .swiper-button-next,
    .sljza_ztb .swiper-rtl .swiper-button-prev {
        right: -0%;
        left: auto;
    }

    .sljza_ztb .swiper-button-prev,
    .sljza_ztb .swiper-rtl .swiper-button-next {
        left: -0%;
        right: auto;
    }

    .zzry_list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .zzry_list li {
        width: 100%;
        background: #fff;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .zzry_list li {
        padding: 20px;
    }

    .zzry {
        background: rgb(248, 248, 248);
        padding: 1px 0px 20px;
    }

    .zshzr_zta {
        padding: 40px 0px 20px;
    }

    .zshzr_zta1 {
        line-height: 30px;
        color: rgb(89, 89, 89);
        margin-top: 10px;
        width: 100%;
        text-align: justify;
        font-size: 14px;
    }

    .zshzr_ztb {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .zshzr_ztb li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        height: auto;
        background: rgb(217, 217, 217);
        position: relative;
    }

    .prnav_zta {
        margin-top: 40px;
    }

    .prnav_ztatl span:nth-child(2) {
        color: rgb(0, 0, 0);
        font-size: 16px;
        margin-left: 6px;
    }

    .prnav_ztatl span:nth-child(3) {
        color: rgb(0, 0, 0);
        font-size: 14px;
        margin-left: 8px;
    }

    .prnav_ztatl span {
        position: relative;
        bottom: 4px;
    }

    .prnav_ztatl img {
        max-width: 26px;
        display: block;
    }

    .prnav_ztat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .prnav_ztatr {
        margin-top: 10px;
    }

    .prnav_ztab {
        margin-top: 30px;
    }

    .prnav_zt {
        padding-bottom: 45px;
    }

    .prnav_ztab {
        display: flex;
        flex-direction: column;
    }

    .prnav_ztab li {
        height: 348px;
        background: rgb(217, 217, 217);
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .prnav_ztab li:nth-child(2),
    .prnav_ztab li:nth-child(3) {
        display: none;
    }

    .prcon_l {
        display: none !important;
    }

    .prcon_r {
        padding: 40px 3%;
        width: 100%;
        position: relative;
    }

    .prcon_rul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .prcon_rul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .znews_zta {
        text-align: center;
        padding: 40px 0px 30px;
    }

    .znews_ztblist .swiper-slide {
        display: flex;
        background: rgb(248, 248, 248);
        flex-direction: column;
    }

    .znews_ztblistl img {
        width: 100%;
    }

    .znews_ztblistr {
        padding: 20px 20px 30px 20px;
        ;
    }

    .znews_ztblistr_zta {
        padding-top: 0px;
        padding-bottom: 14px;
        margin-bottom: 24px;
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    .znews_ztblistr_zta2 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        line-height: 32px;
    }

    .znews_ztblistr_ztb {
        line-height: 26px;
        font-size: 14px;
        color: rgb(89, 89, 89);
    }

    .znewsa {
        background: rgb(248, 248, 248);
        padding: 30px 0px;
    }

    .znewsa_zt li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        background: #fff;
    }

    .znewsa_zt2 {
        padding: 20px;
    }

    .znewsa_zt2a {
        font-size: 18px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }

    .znewsa_zt2b {
        line-height: 30px;
        color: rgb(89, 89, 89);
        margin: 14px 0px 14px;
        text-align: justify;
        font-size: 14px;
    }

    .znews_ztb {
        padding-bottom: 30px;
    }

    .job_title li {
        color: #000;
        float: left;
        width: 21.25%;
        color: rgb(255, 255, 255);
        font-size: 16px;
        line-height: 44px;
        text-align: center;
    }

    .hrList_a1_title li {
        width: 21.25%;
        float: left;
        color: #000;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center;
        line-height: 44px;
    }

    .join {
        padding-top: 30px;
    }

    .job_box {
        width: 100%;
        overflow: auto;
    }

    .lxwm_ztb_zt {
        background: #fff;
        width: 100%;
        padding: 20px 10px;
        position: relative;
    }

    .zlxwm_ztb {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .zlxwm_ztb li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        background: rgb(248, 248, 248);
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 0px;
    }

    .zlxwm_ztb1 {
        padding-top: 0px;
    }

    .zlxwm_zta {
        text-align: center;
        padding: 40px 0px 20px;
        border-bottom: 1px solid rgb(226, 226, 226);
        margin-bottom: 20px;
    }

    .zlxwm_zta1 {
        font-size: 22px;
        font-weight: 700;
    }

    .zlxwm_zta2 {
        font-size: 13px;
        color: #000;
    }

    .zlxwm_ztb2 {
        font-size: 14px;
        color: rgb(0, 0, 0);
        line-height: 26px;
        text-align: center;
    }

    .lxwm_ztb {
        padding: 40px 0px;
    }

    .lxwm_ztb1 {
        font-size: 22px;
    }

    .lxwm_ztb2 {
        font-size: 14px;
        line-height: 26px;
        color: rgb(81, 81, 81);
        width: 100%;
        margin: 10px 0px;
    }

    .lxwm_ztb3 li {
        margin-bottom: 8px;
    }

    .lxwm_ztb3 input {
        border: 1px solid rgb(175, 175, 175);
        background: none;
        line-height: 38px;
        width: 100%;
        text-indent: 10px;
        font-size:12px;
    }

    .lxwm_ztb3 textarea {
        border: 1px solid rgb(175, 175, 175);
        background: none;
        line-height: 38px;
        width: 100%;
        text-indent: 10px;
        font-size:12px;
    }

    .lxwm_yzm input {
        width: 70%;
        border: 1px solid rgb(175, 175, 175);
        background: none;
        line-height: 38px;
        text-indent: 10px;
        font-size:12px;
    }
    .lxwm_yzm img{
        height:40px;
    }
    .lxwm_yzm .btna {
        margin-top: 0px;
    }
    .btna {
        margin-top: 12px;
    }
    .fh_top{
        width:30px;
        height:30px;
        line-height:30px;
    }
    .fh_top i{
        font-size:16px;
    }
    .atc-h h1{
        font-size:22px;
        line-height:1.5;
    }
    .news_ny{
        width:100%;
        padding:20px 10px;
        margin:0px auto;
    }
    .ty_acontent table{
        width:100%;
    }
    .jrwm_list li {
        padding: 20px;
        background: rgb(248, 248, 248);
        margin-bottom: 15px;
    }
    .jrwm_listr{
        display:none;
    }
    .jrwm_listl2 {
        font-size: 16px;
        color: rgb(0, 0, 0);
        margin-top: 15px;
    }
    .jrwm_listl1 {
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        width: 102px;
        background: rgb(1, 75, 136);
        border-radius: 25px;
    }
    .jrwm{
        padding-bottom:30px;
    }
    .prlist .swiper-slide a{
        display:flex;
        align-items: center;
        justify-content: center;
        padding:30px 0px;
        height:auto;
    }
    .about_ztl5 a{
        font-size:14px;
    }
    .news_topr li a{
        font-size:14px;
    }
    .news_topl1{
        font-size:14px;
    }
    .znews_ztb{
        display:none;
    }
    .pinfoa_b_zt {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height:auto;
    }
    .pinfoa_b_ztl {
        width: 100%;
        height:300px;
    }
    .pinfoa_b_ztr {
        width: 100%;
        padding: 20px 4%;
    }
    .pinfoa_b_ztr1 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .pinfoa_b_ztr2 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        color: rgb(1, 75, 136);
        margin: 5px 0px 5px;
        font-family: 黑体;
    }
    .pinfoa_b_ztr3 {
        font-size: 14px;
        line-height: 28px;
        color: rgb(100, 100, 100);
    }
    .zshzr_zt{
        padding-bottom:30px;
    }
    .qqyx_ztlt1{
        font-size:24px;
    }
    .qqyx_ztlt2{
        font-size:14px;
    }
    .qqyx_ztl{
        float:none;
    }
    .qqyx_ztr{
        float:none;
        width:100%;
    }
    .qqyx {
        padding-bottom: 10px;
    }
    .ianner {
        top: 50%;
        left: 4%;
        right:4%;
    }
    .ani1{
        font-size:20px;
    }
    .ani2{
        font-size:14px;
        margin-top:10px;
    }
    .sjheaderd_rightw {
        display: flex;
        align-items: center;
    }
    .sjheaderd_rightw img{
        height:26px;
        display:block;
    }
    .dsfwl_zta .w1440 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .dsfwl_zta::after{
        display:none;
    }
    .dsfwl_ztca {
        width: 100%;
        padding: 30px 4%;
        background: rgb(248, 248, 248);
    }
    .dsfwl_ztca {
        margin-top: 20px;
    }
    .dsfwl_ztar {
        width: 100%;
    }
    .dsfwl_ztal {
        width: 100%;
    }
    .dsfwl_zta {
        position: relative;
        padding: 40px 0px;
    }
    .dsfwl_ztal2 {
        font-size: 32px;
        font-weight: 700;
        color: rgb(0, 0, 0);
    }
    .dsfwl_ztal1 {
        font-size: 13.7px;
        color: rgb(1, 75, 136);
    }
    .dsfwl_ztal3 {
        font-size: 18px;
        line-height: 1.8;
        color: rgb(43, 43, 43);
        margin: 20px 0px 10px;
    }
    .dsfwl_ztal4 {
        font-size: 14px;
        line-height: 30px;
        color: rgb(69, 69, 69);
        text-align: justify;
        margin-bottom: 5px;
    }
    .dsfwl_ztb {
        background: rgb(248, 248, 248);
        padding: 40px 0px;
    }
    .dsfwl_ztbb ul {
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    .dsfwl_ztbb ul li {
        margin-bottom: 15px;
        width: 100%;
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding:20px 0px;
    }
    .dsfwl_ztbb ul li::after{
        display:none;
    }
    .dsfwl_ztc {
        padding: 40px 0px;
    }
    .dsfwl_ztcr {
        position: absolute;
        right: 0px;
        bottom: unset;
        top: -40px;
    }
    .dsfwl_ztcr img{
        width:100%;
    }
    .dsfwl_ztcl .dsfwl_ztal1, .dsfwl_ztcl .dsfwl_ztal2 {
        margin-left: 20px;
    }
    .dsfwl_ztca1 {
        font-size: 22px;
        line-height: 38px;
        color: rgb(28, 28, 28);
        font-weight: 700;
    }
    .dsfwl_ztca2 {
        font-size: 14px;
        line-height: 26px;
        color: rgb(61, 61, 61);
    }
    .dsfwl_ztca li {
        margin-bottom: 15px;
    }
    .ty_input input {
        width: 50%;
        line-height: 38px;
        font-size: 14px;
        text-indent: 6px;
    }
    .zcontent_zt {
        padding-bottom: 30px;
        overflow-x: auto;
    }
    .zcontent_zt table th,.zcontent_zt table td{
        width: auto !important;
        min-width:150px;
    }
    #main,#maina{
        width:360px !important;
        margin:0 auto;
        max-width:100%;
        height:300px !important;
    }
    
    .qqyxr {
        display: flex
    ;
        border: 1px solid rgb(1, 75, 136);
        margin-top: 20px;
    }
    .qqyx_a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .qqyx_ztr {
        margin-right: 0%;
    }
}
