@font-face {
  font-family: 'syst';
  src: url('../fonts/sy.otf');
}
@font-face {
  font-family: 'syst2';
  src: url('../fonts/sy2.otf');
}
.fm {
  font-family: 'syst';
}
.sz-box5 .nsy-tit4,
.kx-box4 .kx-tit,
.u30 li .time p,
.not-box .l .item .time p,
.sy-news .swiper-slide .r .time p,
.nsy-tit,
.nb-tit {
  font-family: 'syst';
}
.not-box .l .item .time p {
  font-weight: 800;
}
.sy-news .swiper-slide .r .time p,
.u30 li .time p,
.ny-topbg .nb-tit {
  font-weight: 600;
}
.js-list .txt {
  word-break: break-word;
}
.fw6 {
  font-weight: 600;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.img_d {
  overflow: hidden;
}
.img_d:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.m-30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .m-30 {
    margin-top: 0.3rem;
  }
}
body {
  line-height: 1.7;
  position: relative;
}
/*
::-webkit-scrollbar-thumb {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
  opacity: 0;
}
::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
}
::-webkit-scrollbar-button {
  display: none;
  background-color: #0c3189;
  border-radius: 5px;
  height: 0;
}
::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
*/
body .g-head a .close {
  display: none;
}
body .g-head .navA .close {
  display: none;
}
body .g-head .navA .ss2 {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.25rem;
  background-color: #fff;
  opacity: 0.3;
}
body.navShow .navA .open {
  display: none;
}
body.navShow .navA .close {
  display: block;
}
@media only screen and (min-width: 1440px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 67vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 215px;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 24px;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 40px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 270px;
    margin-right: 120px;
    font-size: 18px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 240px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 50px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(/img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 3px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 85px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(/img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-right {
    flex: 1;
    width: 100%;
    padding-left: 65px;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 18px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 260px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 14px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(33vh - 1.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 24px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 20px;
    font-size: 18px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 375px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 67vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 2.15rem;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 0.24rem;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 0.4rem;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 2.7rem;
    margin-right: 1.2rem;
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 2.4rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 0.5rem;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(/img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 0.18rem;
    height: 0.14rem;
    top: 0.03rem;
    right: -0.22rem;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 0.85rem;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(/img/nv-right.png);
    width: 0.13rem;
    right: -0.25rem;
  }
  .g-nav2 .nav-box .nav-right {
    flex: 1;
    width: 100%;
    padding-left: 0.65rem;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 0.15rem;
    font-size: 0.14rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 2.6rem;
    font-size: 0.18rem;
    margin-bottom: 0.25rem;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;

  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 0.14rem;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(33vh - 1.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 0.24rem;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 0.2rem;
    font-size: 0.18rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 3.75rem;
    height: 0.4rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0 0.18rem;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 0.16rem;
    width: 2.65rem;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 0.2rem;
    height: 0.2rem;
  }
  .ja {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .navA .lang_sel select {
    padding-right: 0.35rem;
    appearance: none;
    background: url(/img/lang.png) no-repeat 90% center;
    background-size: 0.12rem 0.08rem;
    appearance:-none;
    -moz-appearance:none;
    -webkit-appearance:none;
  }
  }
  .navA select {
    height: 0.48rem;
    padding: 0 0.25rem;
    border: 1px solid;
    border-radius: 0.3rem;
    border-color: #0a3f75;
    outline: none;
    font-size: 0.16rem;
    width: auto;
  }


  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    height: 65vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 16px;
    opacity: 0.4;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 .tit::after {
    content: '';
    position: absolute;
    background: url(/img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 22px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit.on::after {
    transform: rotate(90deg);
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 100%;
    opacity: 0.4;
    font-size: 14px;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 40px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(/img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 2px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(/img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-u2,
  .g-nav2 .nav-box .nav-u1 {
    display: none;
  }
  .g-nav2 .nav-box .nav-u2.on,
  .g-nav2 .nav-box .nav-u1.on {
    display: block;
  }
  .g-nav2 .nav-box .nav-right {
    width: 100%;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    display: block;
    font-size: 16px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 10px;
  }
  .g-nav2 .nav-box .tab-item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a {
    font-size: 12px;
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 12px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(34vh - 1.38rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 16px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .btn-list {
    width: 100%;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
    flex: 1;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
  }
  .ja a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .ja a img {
    height: 15px;
    margin-right: 5px;
  }
}
.sy {
  background: url(/img/bg.jpg) repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 1440px) {
  .footer {
    background-color: #000;
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .footer .tp .wal {
    display: flex;
    justify-content: space-between;
  }
  .footer .tp .foot-list {
    padding-top: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer .tp .foot-list .foot-item {
    width: 280px;
  }
  .footer .tp .foot-list .foot-item:last-child {
    width: 200px;
  }
  .footer .tp .foot-list .foot-item li {
    margin-bottom: 25px;
  }
  .footer .tp .foot-list .foot-item li a {
    font-size: 16px;
    color: #fff;
  }
  .footer .tp .ad {
    width: 260px;
    margin-left: 108px;
    padding-top: 10px;
  }
  .footer .tp .ad .p {
    margin-bottom: 50px;
  }
  .footer .tp .ad .p1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer .tp .ad .p2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .tit {
    font-size: 16px;
    color: #999;
    margin-bottom: 50px;
  }
  .footer .icon-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .icon-list .ewm-icon {
    position: relative;
    margin-right: 50px;
  }
  .footer .icon-list .ewm-icon:hover .ewm {
    display: block;
  }
  .footer .icon-list .ewm-icon .icon {
    width: 37px;
    height: 37px;
  }
  .footer .icon-list .ewm-icon .icon img {
    width: 100%;
    height: 100%;
  }
  .footer .icon-list .ewm-icon .ewm {
    display: none;
    position: absolute;
    left: 17.5px;
    top: 47px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    width: 125px;
    height: 125px;
    margin-left: -62.5px;
  }
  .footer .icon-list .ewm-icon .ewm img {
    width: 105px;
    height: 105px;
  }
  .footer .icon-list .ewm-icon .ewm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .footer .bt {
    color: #fff;
  }
  .footer .bt .ad {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .footer .bt .ad span {
    margin-right: 20px;
  }
  .footer .bt .wal {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    height: 122px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #toTop {
    width: 0.79rem;
    height: 0.79rem;
  }
  #toTop img {
    width: 0.79rem;
    height: 0.79rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .footer {
    background-color: #000;
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }
  .footer .tp .wal {
    display: flex;
    justify-content: space-between;
  }
  .footer .tp .foot-list {
    padding-top: 0.1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer .tp .foot-list .foot-item {
    width: 2.8rem;
  }
  .footer .tp .foot-list .foot-item:last-child {
    width: 2rem;
  }
  .footer .tp .foot-list .foot-item li {
    margin-bottom: 0.25rem;
  }
  .footer .tp .foot-list .foot-item li a {
    font-size: 0.18rem;
    color: #fff;
  }
  .footer .tp .ad {
    width: 2.6rem;
    margin-left: 1.08rem;
    padding-top: 0.1rem;
  }
  .footer .tp .ad .p {
    margin-bottom: 0.5rem;
  }
  .footer .tp .ad .p1 {
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .footer .tp .ad .p2 {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
  .footer .tit {
    font-size: 0.18rem;
    color: #999;
    margin-bottom: 0.5rem;
  }
  .footer .icon-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .icon-list .ewm-icon {
    position: relative;
    margin-right: 0.5rem;
  }
  .footer .icon-list .ewm-icon:hover .ewm {
    display: block;
  }
  .footer .icon-list .ewm-icon .icon {
    width: 0.37rem;
    height: 0.37rem;
  }
  .footer .icon-list .ewm-icon .icon img {
    width: 100%;
    height: 100%;
  }
  .footer .icon-list .ewm-icon .ewm {
    display: none;
    position: absolute;
    left: 0.175rem;
    top: 0.47rem;
    padding: 0.1rem;
    border-radius: 0.05rem;
    background-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -0.625rem;
  }
  .footer .icon-list .ewm-icon .ewm img {
    width: 1.05rem;
    height: 1.05rem;
  }
  .footer .icon-list .ewm-icon .ewm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.12rem;
    margin-left: -0.05rem;
    border-top: 0.07rem solid transparent;
    border-bottom: 0.07rem solid #fff;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
  }
  .footer .bt {
    color: #fff;
  }
  .footer .bt .ad {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
  }
  .footer .bt .ad span {
    margin-right: 0.2rem;
  }
  .footer .bt .wal {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    height: 1.22rem;
    font-size: 0.16rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #toTop {
    width: 0.79rem;
    height: 0.79rem;
  }
  #toTop img {
    width: 0.79rem;
    height: 0.79rem;
  }
}
@media only screen and (max-width: 1000px) {
  .footer {
    background-color: #000;
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
  }
  .footer .tp .foot-list {
    padding-top: 0.1rem;
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer .tp .foot-list .foot-item {
    width: 2.8rem;
  }
  .footer .tp .foot-list .foot-item:last-child {
    width: 2rem;
  }
  .footer .tp .foot-list .foot-item li {
    margin-bottom: 0.25rem;
  }
  .footer .tp .foot-list .foot-item li a {
    font-size: 0.22rem;
    color: #fff;
  }
  .footer .tp .ad {
    text-align: center;
    padding-top: 0.1rem;
  }
  .footer .tp .ad .p {
    margin-bottom: 0.5rem;
  }
  .footer .tp .ad .p1 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .footer .tp .ad .p2 {
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .footer .tit {
    font-size: 0.24rem;
    color: #999;
    margin-bottom: 0.5rem;
  }
  .footer .icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .icon-list .ewm-icon {
    position: relative;
    margin-right: 0.5rem;
  }
  .footer .icon-list .ewm-icon:last-child {
    position: relative;
    margin-right: 0rem;
  }
  .footer .icon-list .ewm-icon:hover .ewm {
    display: block;
  }
  .footer .icon-list .ewm-icon .icon {
    width: 0.37rem;
    height: 0.37rem;
  }
  .footer .icon-list .ewm-icon .icon img {
    width: 100%;
    height: 100%;
  }
  .footer .icon-list .ewm-icon .ewm {
    display: none;
    position: absolute;
    left: 0.175rem;
    top: 0.47rem;
    padding: 0.1rem;
    border-radius: 0.05rem;
    background-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -0.625rem;
  }
  .footer .icon-list .ewm-icon .ewm img {
    width: 1.05rem;
    height: 1.05rem;
  }
  .footer .icon-list .ewm-icon .ewm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.1rem;
    margin-left: -0.05rem;
    border-top: 0.07rem solid transparent;
    border-bottom: 0.07rem solid #fff;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
  }
  .footer .bt {
    color: #fff;
  }
  .footer .bt .ad {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    font-size: 0.22rem;
  }
  .footer .bt .ad span {
    margin-right: 0.2rem;
  }
  .footer .bt .wal {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    height: 1.22rem;
    font-size: 0.22rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .bt .wal .rt{
    text-align: center;
  }
  #toTop img {
    width: 0.79rem;
    height: 0.79rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 35px;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    border-radius: 3px;
    margin: 0px 5px;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 10px;
  }
  .jump input {
    margin: 0 5px;
    height: 37px;
    width: 35px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 0.35rem;
    font-size: 0.14rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 0.35rem;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 0.1rem;
    border-radius: 3px;
    margin: 0px 0.05rem;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 0.1rem;
  }
  .jump input {
    margin: 0 0.05rem;
    height: 0.37rem;
    width: 0.35rem;
    border: 1px solid #dddddd;
    border-radius: 0.03rem;
    text-align: center;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 1000px) {
  .fy1 {
    width: 102%;
    float: left;
    margin-left: -1%;
  }
  .fy1 a {
    float: left;
    display: none;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    margin-left: 3px;
  }
  .fy1 a.cd_sx {
    display: block;
    width: 48%;
    margin: 0px 1%;
    text-align: center;
    padding: 8px 0px;
  }
  .jump {
    display: none;
  }
}
.fy1 a:hover,
.fy1 a.on {
  background: #0a3f75;
  color: #ffffff;
  border: solid 1px #0a3f75;
}
.fy2 a.on,
.fy2 a:hover {
  background: #2a59b8;
  color: #ffffff;
  border: solid 1px #2a59b8;
}
@media only screen and (min-width: 1440px) {
  .sy_ban {
    height: 560px;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 6s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    top: 0;
    left: calc((100vw - 1400px)/2);
    width: 1400px;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding-top: 220px;
  }
  .sy_ban .swiper-slide .txtk h1 {
    font-size: 50px;
  }
  .sy_ban .swiper-slide .txtk p {
    font-size: 20px;
  }
  .sw-page1 {
    bottom: 40px !important;
  }
  .sy_ban2 .swiper-pagination-bullet,
  .sy_ban .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 0;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    right: 0.78rem;
    bottom: 40px;
    width: auto;
    padding: 0 50px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .swiper-button-next {
    width: 9px;
    right: 0;
    left: auto;
    width: 47px;
    height: 47px;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-l.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .sy_ban .sw-btn1 .swiper-button-prev {
    right: auto;
    left: -0.15rem;
    width: 47px;
    height: 47px;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-r.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .sy_ban {
    height: 5.6rem;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 6s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    top: 0;
    left: calc((100vw - 14rem)/2);
    width: 14rem;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding-top: 2.2rem;
  }
  .sy_ban .swiper-slide .txtk h1 {
    font-size: 0.5rem;
  }
  .sy_ban .swiper-slide .txtk p {
    font-size: 0.2rem;
  }
  .sw-page1 {
    bottom: 0.4rem !important;
  }
  .sy_ban2 .swiper-pagination-bullet,
  .sy_ban .swiper-pagination-bullet {
    width: 0.48rem;
    height: 0.04rem;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 0;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    right: 0.78rem;
    bottom: 0.4rem;
    width: auto;
    padding: 0 0.5rem;
    margin-right: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .swiper-button-next {
    width: 9px;
    right: 0;
    left: auto;
    width: 0.47rem;
    height: 0.47rem;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-l.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .sy_ban .sw-btn1 .swiper-button-prev {
    right: auto;
    left: -0.15rem;
    width: 0.47rem;
    height: 0.47rem;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-r.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1000px) {
  .sy_ban {
    height: 4rem;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 6s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    top: 0;
    left: 0.15rem;
    width: 14rem;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding-top: 1rem;
  }
  .sy_ban .swiper-slide .txtk h1 {
    font-size: 0.5rem;
  }
  .sy_ban .swiper-slide .txtk p {
    font-size: 0.2rem;
  }
  .sw-page1 {
    bottom: 0.4rem !important;
  }
  .sy_ban2 .swiper-pagination-bullet,
  .sy_ban .swiper-pagination-bullet {
    width: 0.48rem;
    height: 0.04rem;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 0;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    right: 0.78rem;
    bottom: 0.4rem;
    width: auto;
    padding: 0 0.5rem;
    margin-right: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    display: none;
  }
  .sy_ban .sw-btn1 .swiper-button-next {
    width: 9px;
    right: 0;
    left: auto;
    width: 0.47rem;
    height: 0.47rem;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-l.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .sy_ban .sw-btn1 .swiper-button-prev {
    right: auto;
    left: -0.15rem;
    width: 0.47rem;
    height: 0.47rem;
    background: none;
    border-radius: 50%;
  }
  .sy_ban .sw-btn1 .swiper-button-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url(/img/sw-r.png) no-repeat center;
    background-size: contain;
    margin-left: -4px;
    margin-top: -8px;
  }
  .sy_ban .sw-btn1 .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
/* nynav 公共 */
.ny-topbg {
  position: relative;
}
.ny-topbg .nbimg {
  width: 100%;
}
.ny-topbg .wal {
  position: relative;
}
.ny-topbg .nb-tit {
  position: absolute;
  bottom: 1rem;
  left: 0;
  font-size: 0.46rem;
  color: #fff;
}
.ejlm_wl {
  display: none;
}
.ejlm_pc {
  width: 19.2rem;
  position: absolute;
  left: 50%;
  margin-left: -9.6rem;
  top: -0.45rem;
}
.ejlm_pc .ejlm {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.2rem;
  background: url(/img/ny-tit.png) no-repeat center;
  background-size: 100% 100%;
  height: 0.9rem;
}
.ejlm_pc.ejlm2 .ejlm {
  background-image: url(/img/dj-tit.png);
}
.ejlm_pc .wal {
  width: 16rem;
}
.ejlm_pc .flex {
  height: 0.9rem;
  align-items: center;
}
.ejlm_pc .flex li {
  position: relative;
  margin-right: 0.75rem;
  border-bottom: 1px solid transparent;
}
.ejlm_pc .flex li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.15rem 0;
  font-size: 0.2rem;
  color: #fff;
}
.ejlm_pc .flex li.active,
.ejlm_pc .flex li:hover {
  border-bottom: 0.03rem solid #fff;
  font-weight: 600;
}
.ejlm_pc .flex li.active::after,
.ejlm_pc .flex li:hover::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -0.06rem;
  width: 0.02rem;
  height: 0.13rem;
  background: #fff;
}
.bread {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bread .lj {
  margin-left: 0.12rem;
  font-size: 0.16rem;
}
@media only screen and (max-width: 1000px) {
  .ny-topbg {
    position: relative;
    height: 3.5rem;
  }
  .ny-topbg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-topbg .wal {
    position: relative;
  }
  .ny-topbg .nb-tit {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 26px;
    color: #fff;
  }
  .ejlm_pc h2 {
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem !important;
    padding: 0 0.2rem;
    background: #0c3189;
  }
  .ejlm_pc h2::after {
    width: 25px;
    height: 25px;
    background: url(../images/m_n_nav_right.svg) no-repeat;
    background-size: 100%;
    left: auto;
    right: 0.2rem;
    top: 50%;
    margin-top: -12.5px;
    bottom: auto;
  }
  .ejlm_wl ul li a {
    font-size: 0.24rem;
  }
  .ejlm_wl {
    display: block;
    /* margin: 0.4rem 0 0; */
    padding-bottom: 0.2rem;
  }
  .ejlm_pc,
  .ban::after,
  .ban .yjlm,
  .ban .imged::after {
    display: none;
  }
  .ejlm_wl .wal {
    margin: 0;
  }
  .ejlm_wl h2 {
    width: 100%;
    color: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem !important;
    padding: 0 0.2rem;
    background: #0c3189;
    position: relative;
  }
  .ejlm_wl h2::after {
    content: '';
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    background: url(/img/icon-sz.png) no-repeat center;
    background-size: contain;
    left: auto;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.125rem;
    bottom: auto;
  }
  .ejlm_wl ul {
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(69, 10, 66, 0.11);
    background: #fff;
    padding: 0.1rem 0;
    display: none;
  }
  .ejlm_wl li {
    font-size: 0.24rem;
    line-height: 0.4rem;
    position: relative;
  }
  .ejlm_wl li a {
    color: #333;
    transition: 0.5s;
    display: block;
    padding: 0 0.3rem;
    line-height: 2;
  }
  .ejlm_wl li.active a:after {
    opacity: 1;
  }
  .ejlm_wl li.active a,
  .ejlm_wl li:hover a {
    color: #0c3189;
  }
  .ejlm2 h2 {
    background: #2a59b8 !important;
  }
  .ejlm2 li.active a,
  .ejlm2 li.active a {
    color: #2a59b8;
  }
}
.search-mode {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.search-mode .nav-ss {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-mode .nav-ss .close-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.search-mode .nav-ss .close-btn img {
  width: 100%;
  height: 100%;
}
.search-mode .nav-ss .search-box {
  width: 50vw;
  height: 0.6rem;
  display: flex;
  align-items: center;
}
.search-mode .nav-ss .search-box .inp {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}
.search-mode .nav-ss .search-box .submit {
  width: 1.2rem;
  height: 0.6rem;
  background-color: #0a3f75;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .search-mode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  .search-mode .nav-ss {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-mode .nav-ss .close-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  .search-mode .nav-ss .close-btn img {
    width: 100%;
    height: 100%;
  }
  .search-mode .nav-ss .search-box {
    width: 80vw;
    height: 0.8rem;
    display: flex;
    align-items: center;
  }
  .search-mode .nav-ss .search-box .inp {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .search-mode .nav-ss .search-box .submit {
    width: 1.2rem;
    height: 0.8rem;
    background-color: #0a3f75;
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
  }
}
.g-nav {
  position: absolute;
  z-index: 1;
  left: 3rem;
  bottom: 0;
  height: 1rem;
}
.g-nav li {
  margin-left: 0.75rem;
}
.g-nav li:nth-child(1) {
  margin-left: 0;
}
.g-nav li:hover .name {
  color: #0a3f75;
}
.g-nav li:hover i.line {
  opacity: 1;
}
.g-nav .name {
  cursor: pointer;
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.2rem;
  color: #333;
  position: relative;
  text-align: center;
  padding: 0 0.15rem;
  font-weight: 600;
}
.g-nav .name:hover,
.g-nav .name.on {
  background-color: #fff;
  color: #0a3f75;
  position: relative;
  border-bottom: 0.06rem solid #0a3f75;
}
.g-nav .name:hover::after,
.g-nav .name.on::after {
  position: absolute;
  content: '';
  top: -0.12rem;
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  left: 0;
}
.g-nav .name:hover i,
.g-nav .name.on i {
  opacity: 1;
}
.g-nav .name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: #f0b537;
  margin-top: -0.12rem;
  opacity: 0;
}
.g-nav .name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
.hd-box {
  width: 100vw;
  position: absolute;
  left: -3.78rem;
  top: 1rem;
  background-color: #fff;
  display: flex;
  transition: all 0.5s;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
}
.hd-box.on {
  display: flex;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hd-box .l-list {
  width: calc((100vw - 1400px)/2 + 350px);
  background-color: #f5f5f5;
  padding: 40px 0;
  box-shadow: 0px 4px 7px 3px rgba(0, 0, 0, 0.1);
}
.hd-box .l-list .item {
  width: 100%;
  display: flex;
  text-align: left;
  padding-left: calc((100vw - 1400px)/2);
  float: right;
  height: 65px;
  align-items: center;
  padding-right: 35px;
}
.hd-box .l-list .item p {
  width: 100%;
  flex: 1;
  cursor: pointer;
  font-size: 20px;
}
.hd-box .l-list .item i {
  display: block;
  width: 10px;
  height: 19px;
  background: url(/img/nv-1.png) no-repeat center;
  background-size: contain;
}
.hd-box .l-list .item.on {
  background-color: #fff;
}
.hd-box .l-list .item.on i {
  background-image: url(/img/nv-2.png);
}
.hd-box .r-list {
  width: 1050px;
  padding: 50px 10px 40px 65px;
}
.hd-box .r-list .item {
  display: none;
}
.hd-box .r-list .item.on {
  display: block;
}
.hd-box .r-list .item .tit {
  width: 100%;
  font-size: 20px;
  color: #0a3f75;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #0a3f75;
}
.hd-box .r-list .pr-list {
  margin-top: 30px;
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
}
.hd-box .r-list .pr-list .pr-item {
  width: 447px;
  margin-right: 40px;
  cursor: pointer;
  margin-bottom: 40px;
}
.hd-box .r-list .pr-list .pr-item .tit2 {
  display: flex;
  align-items: center;
  padding-right: 47px;
  justify-content: space-between;
}
.hd-box .r-list .pr-list .pr-item .tit2 p {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
}
.hd-box .r-list .pr-list .pr-item .tit2 i {
  display: block;
  width: 7px;
  height: 12px;
  background: url(/img/nv-1.png) no-repeat center;
  background-size: contain;
  transition: all 0.5s;
}
.hd-box .r-list .pr-list .pr-item .tit2.on i {
  transform: rotate(90deg);
}
.hd-box .r-list .pr-list .pr-item-list {
  display: none;
}
.hd-box .r-list .pr-list .pr-item-list.on {
  display: block;
}
.hd-box .r-list .pr-list .pr-item-list a {
  display: block;
  font-size: 20px;
  color: #666666;
  text-indent: 0.7em;
  line-height: 0.3rem;
}
.hd-box-3 {
  width: 100vw;
  position: absolute;
  left: -3.78rem;
  top: 1rem;
  background-color: #f5f5f5;
  display: flex;
  transition: all 0.5s;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
}
.hd-box-3.on {
  display: flex;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hd-box-3 .wal {
  /* width: 1400px; */
  /* margin: 0 auto; */
  padding-left: 3rem;
}
.hd-box-3 .zc-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.hd-box-3 .zc-list .item {
  margin-right: 4em;
  /* margin-bottom: 20px; */
  /* width: 420px; */
  /* height: 70px; */
  /* border-bottom: 1px solid #c3c4c7; */
  font-size: 20px;
}
.hd-box-3 .zc-list .item:nth-child(3n) {
  /* margin-right: 0; */
}
.hd-box-3 .zc-list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
  color: #0a3f75;
}
.hd-box-3 .zc-list .item a .tit {
  width: 100%;
  flex: 1;
  font-weight: 400;
}
.hd-box-3 .zc-list .item i {
  display: block;
  width: 10px;
  height: 19px;
  background: url(/img/nv-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
  opacity: 0;
}
.hd-box-3 .zc-list .item:hover i {
  opacity: 1;
}
.shadow {
  pointer-events: none;
  width: 100vw;
  position: absolute;
  left: -0.78rem;
  top: 1rem;
  z-index: 2;
}
.shadow::after {
  content: '';
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.g-right {
  float: right;
  display: flex;
  align-items: center;
  height: 1rem;
}
.g-right .yp {
  font-size: 0.16rem;
  margin-right: 0.3rem;
}
.g-right .lang_sel {
  margin-right: 0.35rem;
}
@media only screen and (min-width: 1000px) {
.g-right .lang_sel select {
  padding-right: 0.25rem;
  appearance: none;
  background: url(/img/lang.png) no-repeat 90% center;
  background-size: 0.12rem 0.08rem;
  appearance:-none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
}
.g-right select {
  height: 0.38rem;
  padding: 0 0.15rem;
  border: 1px solid;
  border-radius: 0.3rem;
  border-color: #0a3f75;
  outline: none;
  font-size: 0.16rem;
  width: auto;
}
.g-right .nav-login {
  width: 0.26rem;
  height: 0.24rem;
  margin-right: 0.32rem;
}
.g-right .nav-ss {
  cursor: pointer;
  width: 0.21rem;
  height: 0.21rem;
}
@media only screen and (max-width: 1680px) {
  .g-nav li {
    margin-left: 0.45rem;
  }
  .g-right .nav-login,
  .g-right .yp,
  .g-right .lang_sel,
  .g-right .car {
    margin-right: 0.2rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .hd-box {
    width: 100vw;
    position: absolute;
    left: -3.78rem;
    top: 1rem;
    background-color: #fff;
    display: flex;
    transition: all 0.5s;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
  }
  .hd-box.on {
    display: flex;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .hd-box .l-list {
    width: calc((100vw - 14rem)/2 + 3.5rem);
    background-color: #f5f5f5;
    padding: 0.4rem 0;
    box-shadow: 0px 4px 7px 3px rgba(0, 0, 0, 0.1);
  }
  .hd-box .l-list .item {
    width: 100%;
    display: flex;
    text-align: left;
    padding-left: calc((100vw - 14rem)/2);
    float: right;
    height: 0.65rem;
    align-items: center;
    padding-right: 0.35rem;
  }
  .hd-box .l-list .item p {
    width: 100%;
    flex: 1;
    cursor: pointer;
    font-size: 0.2rem;
  }
  .hd-box .l-list .item i {
    display: block;
    width: 0.1rem;
    height: 0.19rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
  }
  .hd-box .l-list .item.on {
    background-color: #fff;
  }
  .hd-box .l-list .item.on i {
    background-image: url(/img/nv-2.png);
  }
  .hd-box .r-list {
    width: 10.5rem;
    padding: 0.5rem 0.1rem 0.4rem 0.65rem;
  }
  .hd-box .r-list .item {
    display: none;
  }
  .hd-box .r-list .item.on {
    display: block;
  }
  .hd-box .r-list .item .tit {
    width: 100%;
    font-size: 0.2rem;
    color: #0a3f75;
    font-weight: 600;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #0a3f75;
  }
  .hd-box .r-list .pr-list {
    margin-top: 0.3rem;
    font-size: 0.22rem;
    display: flex;
    flex-wrap: wrap;
  }
  .hd-box .r-list .pr-list .pr-item {
    width: 4.47rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-bottom: 0.4rem;
  }
  .hd-box .r-list .pr-list .pr-item .tit2 {
    display: flex;
    align-items: center;
    padding-right: 0.47rem;
    justify-content: space-between;
  }
  .hd-box .r-list .pr-list .pr-item .tit2 p {
    display: block;
    flex: 1;
    width: 100%;
    height: 100%;
  }
  .hd-box .r-list .pr-list .pr-item .tit2 i {
    display: block;
    width: 0.07rem;
    height: 0.12rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .hd-box .r-list .pr-list .pr-item .tit2.on i {
    transform: rotate(90deg);
  }
  .hd-box .r-list .pr-list .pr-item-list {
    display: none;
  }
  .hd-box .r-list .pr-list .pr-item-list.on {
    display: block;
  }
  .hd-box .r-list .pr-list .pr-item-list a {
    display: block;
    font-size: 0.2rem;
    color: #666666;
  }
  .hd-box-3 {
    width: 100vw;
    position: absolute;
    left: -3.78rem;
    top: 1rem;
    background-color: #f5f5f5;
    display: flex;
    transition: all 0.5s;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
  }
  .hd-box-3.on {
    display: flex;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .hd-box-3 .wal {
    /* width: 14rem; */
    /* margin: 0 auto; */
    padding-left: 3rem;
  }
  .hd-box-3 .zc-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0;
  }
  .hd-box-3 .zc-list .item {
    margin-right: 4em;
    /* margin-bottom: 0.2rem; */
    /* width: 4.2rem; */
    height: 0.7rem;
    /* border-bottom: 1px solid #c3c4c7; */
    font-size: 0.2rem;
  }
  .hd-box-3 .zc-list .item:nth-child(3n) {
    /* margin-right: 0; */
  }
  .hd-box-3 .zc-list .item:last-child {
    margin-right: 0;
  }
  .hd-box-3 .zc-list .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 0.15rem;
    color: #0a3f75;
  }
  .hd-box-3 .zc-list .item a .tit {
    width: 100%;
    flex: 1;
    font-weight: 400;
  }
  .hd-box-3 .zc-list .item i {
    display: block;
    width: 0.1rem;
    height: 0.19rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    margin-left: .1rem;
  }
  .hd-box-3 .zc-list .item:hover i {
    opacity: 1;
  }
}
.main {
  margin-top: 1rem;
}
.ny {
  position: relative;
  min-height: 100vh;
}
@media only screen and (min-width: 1440px) {
  .sy-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy-tit .name {
    font-size: 36px;
  }
  .sy-tit .more {
    font-size: 16px;
  }
  .sy-tit.sy-tit2 .name,
  .sy-tit.sy-tit2 .more {
    color: #fff;
  }
  .sy-box1 {
    padding: 80px 0;
    background-color: #f5f5f5;
  }
  .u1 {
    margin-top: 70px;
  }
  .u1 li {
    float: left;
    width: 441px;
    height: 165px;
    margin-right: 35px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li:nth-child(3n) {
    margin-right: 0;
  }
  .u1 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 35px;
  }
  .u1 li .name {
    font-size: 14px;
  }
  .u1 li .code {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u1 li .code p {
    width: 100%;
    flex: 1;
    padding-right: 10px;
    font-weight: 600;
  }
  .u1 li .jj {
    font-size: 15px;
  }
  .u1 li i {
    width: 33px;
    height: 24px;
    background: url(/img/u1.png) no-repeat center;
    background-size: contain;
  }
  .u1 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .sy-box2 {
    padding: 80px 0;
    background: url(/img/u2.jpg) no-repeat center;
    background-size: 1920px 100%;
  }
  .sy-box2 .ss-btn {
    font-size: 16px;
    color: #fff;
    padding: 7px 17px;
    border-radius: 50px;
    background: #2a59b8;
    display: inline-block;
    margin-top: 40px;
  }
  .sy-box3 {
    padding: 80px 0;
    background: url(/img/images/b3.jpg) no-repeat center;
    background-size: 1920px 100%;
  }
  .u2 .item {
    float: left;
    width: 450px;
    height: 315px;
    background-color: #fff;
    margin-right: 25px;
    margin-bottom: 45px;
    padding: 0 40px;
  }
  .u2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .u2 .item .tp {
    display: flex;
    align-items: center;
    height: 142px;
  }
  .u2 .item .tp .icon {
    width: 49px;
    height: 49px;
  }
  .u2 .item .tp .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u2 .item .tp .icon img:nth-child(1) {
    display: block;
  }
  .u2 .item .tp .icon img:nth-child(2) {
    display: none;
  }
  .u2 .item .tp .name {
    font-size: 28px;
    margin-left: 25px;
    font-weight: 600;
  }
  .u2 .item:hover .tp {
    color: #0a3f75;
  }
  .u2 .item:hover .icon img:nth-child(2) {
    display: block;
  }
  .u2 .item:hover .icon img:nth-child(1) {
    display: none;
  }
  .u2 .item .list {
    position: relative;
    border-top: 2px solid #eee;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    height: 150px;
    overflow: hidden;
  }
  .u2 .item .list::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #eee;
    border-radius: 8px;
    right: 0;
    top: -4px;
  }
  .u2 .item .list li {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .u2 .item .list li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
  }
  .u2 .item .list li:hover a {
    background: #0a3f75;
    color: #fff;
  }
  .sy_ban2 {
    margin: 0 auto;
    max-width: 1920px;
  }
  .sy_ban2 .swiper-slide {
    position: relative;
  }
  .sy_ban2 .swiper-slide .imgk img {
    object-fit: cover;
    height: 272px;
  }
  .sy_ban2 .swiper-slide .wal {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 60px 0;
  }
  .sy_ban2 .swiper-slide .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy_ban2 .swiper-slide .tit .name {
    font-size: 36px;
  }
  .sy_ban2 .swiper-slide .tit .more {
    font-size: 16px;
    color: #fff;
  }
  .sy_ban2 .swiper-slide .dl-btn {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    border-radius: 20px;
    background: #2a59b8;
    margin-top: 40px;
  }
  .sy-box5 {
    padding: 80px 0;
  }
  .tab-1 {
    margin-top: 60px;
    display: flex;
    align-items: center;
    font-size: 20px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 20px;
  }
  .tab-1 li {
    margin-right: 60px;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom:-2px;
  }
  .tab-1 li.on {
    color: #2a59b8;
    border-bottom: 2px solid #0a3f75;
  }
  .tab-list .tab-item {
    display: none;
  }
  .tab-list .tab-item.on {
    display: block;
  }
  .u5 li {
    float: left;
    width: 328px;
    height: 462px;
    position: relative;
    margin-right: 29px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .u5 li:nth-child(4n) {
    margin-right: 0;
  }
  .u5 li:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .u5 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u5 .imgk {
    position: absolute;
    z-index: 0;
    transition: all 0.5s;
  }
  .u5 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 p {
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .sy-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy-tit .name {
    font-size: 0.36rem;
  }
  .sy-tit .more {
    font-size: 0.18rem;
  }
  .sy-tit.sy-tit2 .name,
  .sy-tit.sy-tit2 .more {
    color: #fff;
  }
  .sy-box1 {
    padding: 0.8rem 0;
    background-color: #f5f5f5;
  }
  .u1 {
    margin-top: 0.7rem;
  }
  .u1 li {
    float: left;
    width: 4.41rem;
    height: 1.65rem;
    margin-right: 0.35rem;
    margin-bottom: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li:nth-child(3n) {
    margin-right: 0;
  }
  .u1 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.24rem 0.35rem;
  }
  .u1 li .name {
    font-size: 0.16rem;
  }
  .u1 li .code {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u1 li .code p {
    width: 100%;
    flex: 1;
    padding-right: 0.1rem;
    font-weight: 600;
  }
  .u1 li .jj {
    font-size: 0.16rem;
  }
  .u1 li i {
    width: 0.33rem;
    height: 0.24rem;
    background: url(/img/u1.png) no-repeat center;
    background-size: contain;
  }
  .u1 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .sy-box2 {
    padding: 0.8rem 0;
    background: url(/img/u2.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .sy-box2 .ss-btn {
    font-size: 0.18rem;
    color: #fff;
    padding: 0.07rem 0.17rem;
    border-radius: 0.5rem;
    background: #2a59b8;
    display: inline-block;
    margin-top: 0.4rem;
  }
  .sy-box3 {
    padding: 0.8rem 0;
    background: url(/img/images/b3.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .u2 .item {
    float: left;
    width: 4.5rem;
    height: 3.15rem;
    background-color: #fff;
    margin-right: 0.25rem;
    margin-bottom: 0.45rem;
    padding: 0 0.4rem;
    box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
  }
  .u2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .u2 .item .tp {
    display: flex;
    align-items: center;
    height: 1.42rem;
  }
  .u2 .item .tp .icon {
    width: 0.49rem;
    height: 0.49rem;
  }
  .u2 .item .tp .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u2 .item .tp .icon img:nth-child(1) {
    display: block;
  }
  .u2 .item .tp .icon img:nth-child(2) {
    display: none;
  }
  .u2 .item .tp .name {
    font-size: 0.28rem;
    margin-left: 0.25rem;
    font-weight: 600;
  }
  .u2 .item:hover .tp {
    color: #0a3f75;
  }
  .u2 .item:hover .icon img:nth-child(2) {
    display: block;
  }
  .u2 .item:hover .icon img:nth-child(1) {
    display: none;
  }
  .u2 .item .list {
    position: relative;
    border-top: 2px solid #eee;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.15rem;
    height: 1.5rem;
    overflow: hidden;
  }
  .u2 .item .list::after {
    content: '';
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #eee;
    border-radius: 0.08rem;
    right: 0;
    top: -0.04rem;
  }
  .u2 .item .list li {
    margin-bottom: 0.05rem;
    margin-left: 0.05rem;
  }
  .u2 .item .list li a {
    display: inline-block;
    padding: 0.05rem 0.15rem;
    font-size: 0.18rem;
  }
  .u2 .item .list li:hover a {
    background: #0a3f75;
    color: #fff;
  }
  .sy_ban2 {
    margin: 0 auto;
    max-width: 19.2rem;
  }
  .sy_ban2 .swiper-slide {
    position: relative;
  }
  .sy_ban2 .swiper-slide .imgk img {
    object-fit: cover;
    height: 2.72rem;
  }
  .sy_ban2 .swiper-slide .wal {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0.6rem 0;
  }
  .sy_ban2 .swiper-slide .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy_ban2 .swiper-slide .tit .name {
    font-size: 0.36rem;
  }
  .sy_ban2 .swiper-slide .tit .more {
    font-size: 0.18rem;
    color: #fff;
  }
  .sy_ban2 .swiper-slide .dl-btn {
    width: 1.5rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    display: block;
    border-radius: 0.2rem;
    background: #2a59b8;
    margin-top: 0.4rem;
    font-size: 0.18rem;
  }
  .sy-box5 {
    padding: 0.8rem 0;
  }
  .tab-1 {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 0.2rem;
  }
  .tab-1 li {
    margin-right: 0.6rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
    margin-bottom:-2px;
  }
  .tab-1 li.on {
    color: #2a59b8;
    border-bottom: 2px solid #0a3f75;
  }
  .tab-list .tab-item {
    display: none;
  }
  .tab-list .tab-item.on {
    display: block;
  }
  .u5 li {
    float: left;
    width: 3.28rem;
    height: 4.62rem;
    position: relative;
    margin-right: 0.29rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
  }
  .u5 li:nth-child(4n) {
    margin-right: 0;
  }
  .u5 li:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .u5 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u5 .imgk {
    position: absolute;
    z-index: 0;
    transition: all 0.5s;
  }
  .u5 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 p {
    position: absolute;
    z-index: 2;
    font-size: 0.3rem;
    color: #fff;
    padding: 0 0.1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  .sy-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy-tit .name {
    font-size: 0.36rem;
  }
  .sy-tit .more {
    font-size: 0.24rem;
  }
  .sy-tit.sy-tit2 .name,
  .sy-tit.sy-tit2 .more {
    color: #fff;
  }
  .sy-box1 {
    padding: 0.5rem 0;
    background-color: #f5f5f5;
  }
  .u1 {
    margin-top: 0.3rem;
  }
  .u1 li {
    float: left;
    width: 100%;
    height: 2.15rem;
    margin-bottom: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.24rem 0.35rem;
  }
  .u1 li .name {
    font-size: 0.24rem;
  }
  .u1 li .code {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u1 li .code p {
    width: 100%;
    flex: 1;
    padding-right: 0.1rem;
    font-weight: 600;
  }
  .u1 li .jj {
    font-size: 0.22rem;
  }
  .u1 li i {
    width: 0.33rem;
    height: 0.24rem;
    background: url(/img/u1.png) no-repeat center;
    background-size: contain;
  }
  .u1 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .sy-box2 {
    padding: 0.8rem 0;
    background: url(/img/u2.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .sy-box2 .ss-btn {
    font-size: 0.24rem;
    color: #fff;
    padding: 0.07rem 0.17rem;
    border-radius: 0.5rem;
    background: #2a59b8;
    display: inline-block;
    margin-top: 0.4rem;
  }
  .sy-box3 {
    padding: 0.8rem 0;
    background: url(/img/images/b3.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .u2 .item {
    float: left;
    width: 100%;
    min-height: 3.15rem;
    background-color: #fff;
    margin-right: 0.25rem;
    margin-bottom: 0.45rem;
    padding: 0 0.4rem;
  }
  .u2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .u2 .item .tp {
    display: flex;
    align-items: center;
    height: 1.42rem;
  }
  .u2 .item .tp .icon {
    width: 0.49rem;
    height: 0.49rem;
  }
  .u2 .item .tp .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u2 .item .tp .icon img:nth-child(1) {
    display: block;
  }
  .u2 .item .tp .icon img:nth-child(2) {
    display: none;
  }
  .u2 .item .tp .name {
    font-size: 0.28rem;
    margin-left: 0.25rem;
    font-weight: 600;
  }
  .u2 .item:hover .tp {
    color: #0a3f75;
  }
  .u2 .item:hover .icon img:nth-child(2) {
    display: block;
  }
  .u2 .item:hover .icon img:nth-child(1) {
    display: none;
  }
  .u2 .item .list {
    position: relative;
    border-top: 2px solid #eee;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.15rem;
  }
  .u2 .item .list::after {
    content: '';
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #eee;
    border-radius: 0.08rem;
    right: 0;
    top: -0.04rem;
  }
  .u2 .item .list li {
    margin-bottom: 0.05rem;
    margin-left: 0.05rem;
  }
  .u2 .item .list li a {
    display: inline-block;
    padding: 0.05rem 0.15rem;
    font-size: 0.24rem;
  }
  .u2 .item .list li:hover a {
    background: #0a3f75;
    color: #fff;
  }
  .sy_ban2 {
    margin: 0 auto;
    max-width: 19.2rem;
  }
  .sy_ban2 .swiper-slide {
    position: relative;
  }
  .sy_ban2 .swiper-slide .imgk img {
    object-fit: cover;
    height: 2.72rem;
  }
  .sy_ban2 .swiper-slide .wal {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0.6rem 0;
  }
  .sy_ban2 .swiper-slide .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sy_ban2 .swiper-slide .tit .name {
    font-size: 0.36rem;
  }
  .sy_ban2 .swiper-slide .tit .more {
    font-size: 0.24rem;
    color: #fff;
  }
  .sy_ban2 .swiper-slide .dl-btn {
    width: 1.5rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    display: block;
    border-radius: 0.2rem;
    background: #2a59b8;
    margin-top: 0.4rem;
  }
  .sy-box5 {
    padding: 0.8rem 0;
  }
  .tab-1 {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 0.2rem;
  }
  .tab-1 li {
    margin-right: 0.6rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
    margin-bottom:-2px;
  }
  .tab-1 li.on {
    color: #2a59b8;
    border-bottom: 2px solid #0a3f75;
  }
  .tab-list .tab-item {
    display: none;
  }
  .tab-list .tab-item.on {
    display: block;
  }
  .u5 li {
    float: left;
    width: 49%;
    height: 4.62rem;
    position: relative;
    margin-right: 2%;
    margin-bottom: 0.25rem;
    overflow: hidden;
  }
  .u5 li:nth-child(2n) {
    margin-right: 0;
  }
  .u5 li:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .u5 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u5 .imgk {
    position: absolute;
    z-index: 0;
    transition: all 0.5s;
  }
  .u5 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 p {
    position: absolute;
    z-index: 2;
    font-size: 0.3rem;
    color: #fff;
    padding: 0 0.1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .ny-box {
    display: flex;
  }
  .ny-box .ny-l {
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: all 0.5s;
    background: #f9f9f9;
    padding: 0.7rem 0;
  }
  .ny-box .ny-l.on {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
    width: 3.66rem;
  }
  .ny-box .ny-l .pro-box .tit {
    display: flex;
    align-items: center;
    padding-left: 0.58rem;
    font-size: 0.2rem;
    color: #0a3f75;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 0.2rem;
  }
  .ny-box .ny-l .pro-box .tit p {
    margin-left: 0.15rem;
  }
  .ny-box .ny-l .pro-list .pro-item .name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.64rem;
    font-size: 0.18rem;
    padding: 0 0.58rem;
    padding-right: 0.48rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .name i {
    display: block;
    width: 0.07rem;
    height: 0.15rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on {
    display: flex;
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on a {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on i {
    transform: rotate(90deg);
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 {
    display: none;
    background: #f1f1f1;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2.on {
    display: block;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.64rem;
    font-size: 0.16rem;
    padding: 0 0.58rem;
    padding-left: 0.78rem;
    padding-right: 0.48rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 a {
    display: block;
    width: 100%;
    flex: 1;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 i {
    transition: all 0.5s;
    display: block;
    width: 0.07rem;
    height: 0.15rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on p {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on a {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on i {
    transform: rotate(90deg);
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 {
    display: none;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3.on {
    display: block;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 a {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    /* height: 0.5rem; */
    line-height: .3rem;
    font-size: 0.16rem;
    padding: 0.1rem 0.58rem;
    padding-left: 0.98rem;
    padding-right: 0.48rem;
    border-bottom: 1px solid #e8e8e8;
    background: #e8e8e8;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 a.on {
    color: #0a3f75;
  }
  .ny-box .ny-r {
    width: 100%;
    flex: 1;
    padding: 0.2rem 0.4rem;
    padding-bottom: 1rem;
    border-left: 1px solid #d7dfea;
    position: relative;
    font-size: 0.16rem;
    min-width: 0;
  }
  .ny-box .ny-r.rl {
    padding-right: 1.5rem;
  }
  .ny-box .ny-r .left-btn {
    position: absolute;
    left: 0;
    top: 4.54rem;/*1.24rem;*/
    width: 0.15rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a3f75;/*#0a3f75;*/
    background: #0a3f75;
    border-left: none ;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
    cursor: pointer;
  }
  .ny-box .ny-r .left-btn img {
    transform: scale(-1);
  }
  .ny-box .ny-r .left-btn.on {
    border: 2px solid #0a3f75;/*#d7dfea;*/
    background: #fff;
  }
  .ny-box .ny-r .left-btn.on img {
    transform: scale(1);
  }
  .ny-box .ny-r .band {
    font-size: 0.18rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .pro-info .pro-det {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee;
  }
  .pro-info .pro-det .tit {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
  }
  .pro-info .pro-det .tit2 {
    color: #333;
  }
  .pro-info .jj {
    font-size: 0.18rem;
    color: #666666;
  }
  .ny-tit {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .ny-box2 .ny-r {
    width: 14rem;
    margin: 0 auto;
    flex: none;
    border-left: none;
    padding: 0.2rem 0;
  }
  .u7 li {
    float: left;
    width: 4.52rem;
    height: 1.5rem;
    margin-right: 0.2rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
  }
  .u7 li:nth-child(3n) {
    margin-right: 0;
  }
  .u7 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.37rem;
  }
  .u7 li a p {
    font-size: 0.18rem;
  }
  .u7 li a i {
    display: block;
    position: relative;
    margin-top: 0.05rem;
  }
  .u7 li a i::after {
    content: '';
    position: absolute;
    background: url(/img/u7.png) no-repeat center;
    background-size: contain;
    width: 0.21rem;
    height: 0.08rem;
  }
  .u7 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u7 li:hover a i::after {
    background-image: url(/img/u7-2.png);
  }
  .pro-dt .tit1 .name {
    padding-top: 0.25rem;
    font-size: 0.34rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .pro-dt .tit1 p {
    font-size: 0.18rem;
  }
  .pro-dt .pro-box {
    margin-top: 0.5rem;
    padding: 0.3rem 0;
    border-top: 1px solid #0a3f75;
  }
  .pro-dt .pro-box .tit {
    font-size: 0.18rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .pro-dt .sj-list .item {
    width: 3.23rem;
    height: 1.18rem;
    float: left;
    border: 1px solid #d7dfea;
    background-color: #f4f4f4;
    border-top-right-radius: 0.24rem;
    border-bottom-left-radius: 0.24rem;
    margin-right: 0.35rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    font-size: 0.16rem;
  }
  .pro-dt .sj-list .item:nth-child(4n) {
    margin-right: 0;
  }
  .pro-dt .sj-list .item .icon {
    margin-right: 0.2rem;
  }
  .pro-dt .sj-list .item .icon img {
    width: 0.54rem;
  }
  .pro-dt .sj-list .item p {
    cursor: pointer;
  }
  .pro-dt .sj-list .item p i {
    margin-left: 0.15rem;
  }
  .pro-dt .sj-list .item p i img {
    width: 0.14rem;
  }
  .pro-dt .sj-list .item a i {
    margin-left: 0.15rem;
  }
  .pro-dt .sj-list .item a i img {
    width: 0.14rem;
  }
  .pro-dt .sj-list .item a:hover {
    text-decoration: underline;
  }
  .pro-dt .sj-list .item .page-sel {
    display: none;
    position: absolute;
    top: 0.81rem;
    width: 2.7rem;
    background-color: #0a3f75;
    color: #fff;
  }
  .pro-dt .sj-list .item .page-sel.on {
    display: block;
  }
  .pro-dt .sj-list .item .page-sel a {
    color: #fff;
  }
  .pro-dt .sj-list .item .page-sel .more {
    float: right;
    padding-right: 0.1rem;
  }
  .pro-dt .sj-list .item .page-sel li a {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.27rem;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.15rem;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 img {
    vertical-align: top;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 .name2 {
    font-size: 0.14rem;
  }
  .pro-dt .pro-box2 {
    margin-top: 0.1rem;
  }
  .pro-dt .pro-box2 .pro-tab {
    width: 14rem;
    background-color: #fff;
    display: flex;
    font-size: 0.18rem;
    border-bottom: 1px solid #0a3f75;
    z-index: 2;
  }
  .pro-dt .pro-box2 .pro-tab .item {
    padding-top: 0.2rem;
    margin-right: 0.5rem;
    padding-bottom: 0.15rem;
    cursor: pointer;
  }
  .pro-dt .pro-box2 .pro-tab .item:last-child {
    margin-right: 0;
  }
  .pro-dt .pro-box2 .pro-tab .item.on {
    font-weight: 600;
    color: #0a3f75;
    border-bottom: 6px solid #0a3f75;
  }
  .pro-dt .pro-box2 .pro-item {
    margin-top: 0.35rem;
  }
  .pro-dt .pro-box2 .pro-item .tit {
    font-size: 0.16rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .pro-dt .pro-box2 .pro-item .txt {
    font-size: 0.16rem;
    line-height: 2;
  }
  .pro-dt .pro-box2 .pr-key {
    display: flex;
    justify-content: space-between;
  }
  .pro-dt .pro-box2 .pr-key .l .list {
    width: 10rem;
  }
  .pro-dt .pro-box2 .pr-key .l .list li {
    display: flex;
    border-bottom: 1px solid #ccc;
    line-height: 0.5rem;
  }
  .pro-dt .pro-box2 .pr-key .l .list li p {
    width: 50%;
    padding-left: 0.35rem;
    font-size: 0.14rem;
  }
  .pro-dt .pro-box2 .pr-key .img-box li {
    width: 3.42rem;
    height: 2.56rem;
    /*padding: 0.15rem;*/
    text-align: center;
    border: 1px solid #cccccc;
    margin-bottom: 0.16rem;
    position: relative;
  }
  .pro-dt .pro-box2 .pr-key .img-box li i {
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    background: url(/img/fd.png) no-repeat center;
    background-size: contain;
    right: 0.05rem;
    bottom: 0.05rem;
  }
  .pro-dt .pro-box2 .pr-key .img-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
  }
  .pro-dt .fixed {
    position: fixed;
    top: 1rem;
  }
  .pro-dt .u8 li {
    width: 4.17rem;
    height: 0.96rem;
    float: left;
    margin-right: 0.65rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.15rem;
    position: relative;
  }
  .pro-dt .u8 li:nth-child(3n) {
    margin-right: 0;
  }
  .pro-dt .u8 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #0a3f75;
    transition: all 0.5s;
  }
  .pro-dt .u8 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .pro-dt .u8 li .icon {
    margin-right: 0.12rem;
  }
  .pro-dt .u8 li .icon img {
    width: 0.21rem;
    height: 0.21rem;
  }
  .pro-dt .u8 li p {
    width: 100%;
    flex: 1;
  }
  .pro-dt .u8 li:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .ny-box {
    display: flex;
  }
  .ny-box.on .ny-l {
    width: 2.5rem !important;
  }
  .ny-box.on .ny-r {
    width: 5rem !important;
  }
  .ny-box .ny-l {
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: all 0.5s;
    background: #f9f9f9;
    padding: 0.7rem 0;
  }
  .ny-box .ny-l.on {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
    width: 3.66rem;
  }
  .ny-box .ny-l .pro-box .tit {
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    font-size: 0.2rem;
    color: #0a3f75;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 0.2rem;
  }
  .ny-box .ny-l .pro-box .tit p {
    margin-left: 0.15rem;
  }
  .ny-box .ny-l .pro-box .tit img {
    width: 0.17rem;
  }
  .ny-box .ny-l .pro-list .pro-item .name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0.64rem;
    height: auto;
    font-size: 0.22rem;
    padding: 0.1rem 0.3rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .name i {
    display: block;
    width: 0.07rem;
    height: 0.15rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on {
    display: flex;
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on a {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .name.on i {
    transform: rotate(90deg);
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 {
    display: none;
    background: #f1f1f1;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2.on {
    display: block;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0.64rem;
    font-size: 0.22rem;
    padding: 0.1rem 0.3rem;
    padding-left: 0.4rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 a {
    display: block;
    width: 100%;
    flex: 1;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2 i {
    transition: all 0.5s;
    display: block;
    width: 0.07rem;
    height: 0.15rem;
    background: url(/img/nv-1.png) no-repeat center;
    background-size: contain;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on p {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on a {
    color: #0a3f75;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list2 .name2.on i {
    transform: rotate(90deg);
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 {
    display: none;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3.on {
    display: block;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 a {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    min-height: 0.5rem;
    font-size: 0.22rem;
    padding: 0.1rem 0.3rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #e8e8e8;
    background: #e8e8e8;
    cursor: pointer;
  }
  .ny-box .ny-l .pro-list .pro-item .pro-list3 a.on {
    color: #0a3f75;
  }
  .ny-box .ny-r {
    width: 100%;
    flex: 1;
    padding: 0.2rem 0.4rem;
    padding-bottom: 1rem;
    border-left: 1px solid #d7dfea;
    position: relative;
    font-size: 0.2rem;
    min-width: 0;
  }
  .ny-box .ny-r .left-btn {
    position: absolute;
    left: 0;
    top: 1.24rem;
    width: 0.2rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a3f75;
    background: #0a3f75;
    border-left: none ;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
    cursor: pointer;
  }
  .ny-box .ny-r .left-btn img {
    transform: scale(-1);
  }
  .ny-box .ny-r .left-btn.on {
    border: 1px solid #d7dfea;
    background-color: #fff;
  }
  .ny-box .ny-r .left-btn.on img {
    transform: scale(1);
  }
  .ny-box .ny-r .band {
    font-size: 0.22rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .pro-info .pro-det {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee;
  }
  .pro-info .pro-det .tit {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
  }
  .pro-info .pro-det .tit2 {
    color: #333;
  }
  .pro-info .jj {
    font-size: 0.22rem;
    color: #666666;
  }
  .ny-tit {
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .ny-box2 .ny-r {
    width: 100%;
    margin: 0 0.3rem;
    border-left: none;
    padding: 0.2rem 0;
  }
  .u7 li {
    float: left;
    width: 100%;
    height: 1.5rem;
    margin-right: 0.2rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
  }
  .u7 li:nth-child(3n) {
    margin-right: 0;
  }
  .u7 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.37rem;
  }
  .u7 li a p {
    font-size: 0.24rem;
  }
  .u7 li a i {
    display: block;
    position: relative;
    margin-top: 0.05rem;
  }
  .u7 li a i::after {
    content: '';
    position: absolute;
    background: url(/img/u7.png) no-repeat center;
    background-size: contain;
    width: 0.21rem;
    height: 0.08rem;
  }
  .u7 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u7 li:hover a i::after {
    background-image: url(/img/u7-2.png);
  }
  .pro-dt .tit1 .name {
    padding-top: 0.25rem;
    font-size: 0.34rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .pro-dt .tit1 p {
    font-size: 0.24rem;
  }
  .pro-dt .pro-box {
    margin-top: 0.5rem;
    padding: 0.3rem 0;
    border-top: 1px solid #0a3f75;
  }
  .pro-dt .pro-box .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .pro-dt .sj-list .item {
    width: 100%;
    height: 1.18rem;
    border: 1px solid #d7dfea;
    background-color: #f4f4f4;
    border-top-right-radius: 0.24rem;
    border-bottom-left-radius: 0.24rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    margin-bottom: 0.25rem;
  }
  .pro-dt .sj-list .item .icon {
    margin-right: 0.2rem;
  }
  .pro-dt .sj-list .item .icon img {
    width: 0.54rem;
  }
  .pro-dt .sj-list .item p {
    cursor: pointer;
  }
  .pro-dt .sj-list .item p i {
    margin-left: 0.15rem;
  }
  .pro-dt .sj-list .item p i img {
    width: 0.2rem;
  }
  .pro-dt .sj-list .item a i {
    margin-left: 0.15rem;
  }
  .pro-dt .sj-list .item a i img {
    width: 0.2rem;
  }
  .pro-dt .sj-list .item a:hover {
    text-decoration: underline;
  }
  .pro-dt .sj-list .item .page-sel {
    display: none;
    position: absolute;
    top: 0.81rem;
    width: 6rem;
    background-color: #0a3f75;
    color: #fff;
    z-index: 2;
  }
  .pro-dt .sj-list .item .page-sel.on {
    display: block;
  }
  .pro-dt .sj-list .item .page-sel a {
    color: #fff;
  }
  .pro-dt .sj-list .item .page-sel .more {
    float: right;
    padding-right: 0.1rem;
  }
  .pro-dt .sj-list .item .page-sel li a {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.27rem;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.15rem;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 img {
    vertical-align: top;
  }
  .pro-dt .sj-list .item .page-sel li .icon2 .name2 {
    font-size: 0.2rem;
  }
  .pro-dt .pro-box2 {
    margin-top: 0.1rem;
  }
  .pro-dt .pro-box2 .pro-tab {
    width: 100%;
    background-color: #fff;
    display: flex;
    /*flex-wrap: wrap;*/
    font-size: 0.24rem;
    border-bottom: 1px solid #0a3f75;
    z-index: 2;
    overflow-x: auto;
  }
  .pro-dt .pro-box2 .pro-tab .item {
    padding-top: 0.2rem;
    margin-right: 0.2rem;
    padding-bottom: 0.15rem;
    cursor: pointer;
    word-break:break-all;
    white-space: nowrap;
  }
  .pro-dt .pro-box2 .pro-tab .item:last-child {
    margin-right: 0;
  }
  .pro-dt .pro-box2 .pro-tab .item.on {
    font-weight: 600;
    color: #0a3f75;
    border-bottom: 6px solid #0a3f75;
  }
  .pro-dt .pro-box2 .pro-item {
    margin-top: 0.35rem;
  }
  .pro-dt .pro-box2 .pro-item .tit {
    font-size: 0.22rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .pro-dt .pro-box2 .pro-item .txt {
    font-size: 0.22rem;
    line-height: 2;
  }
  .pro-dt .pro-box2 .pr-key .l {
    margin-bottom: 0.3rem;
  }
  .pro-dt .pro-box2 .pr-key .l .list {
    width: 100%;
  }
  .pro-dt .pro-box2 .pr-key .l .list li {
    display: flex;
    border-bottom: 1px solid #ccc;
    line-height: 0.5rem;
  }
  .pro-dt .pro-box2 .pr-key .l .list li p {
    width: 50%;
    font-size: 0.22rem;
    padding-left: 0.35rem;
  }
  .pro-dt .pro-box2 .pr-key .img-box li {
    width: 3.42rem;
    height: 2.56rem;
    /*padding: 0.15rem;*/
    text-align: center;
    border: 1px solid #cccccc;
    margin-bottom: 0.16rem;
    position: relative;
  }
  .pro-dt .pro-box2 .pr-key .img-box li i {
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    background: url(/img/fd.png) no-repeat center;
    background-size: contain;
    right: 0.05rem;
    bottom: 0.05rem;
  }
  .pro-dt .pro-box2 .pr-key .img-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
  }
  .pro-dt .fixed {
    position: fixed;
    top: 1rem;
  }
  .pro-dt .u8 li {
    width: 100%;
    height: 0.96rem;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.15rem;
    position: relative;
    font-size: 0.24rem;
  }
  .pro-dt .u8 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #0a3f75;
    transition: all 0.5s;
  }
  .pro-dt .u8 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .pro-dt .u8 li .icon {
    margin-right: 0.12rem;
  }
  .pro-dt .u8 li .icon img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .pro-dt .u8 li p {
    width: 100%;
    flex: 1;
  }
  .pro-dt .u8 li:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .ny-login {
    min-height: 9rem;
    background: url(/img/images/logbg_02.jpg) no-repeat center;
    background-size: 1920px 100%;
    position: relative;
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-box {
    display: flex;
    align-items: center;
    width: 8.65rem;
    height: 4.9rem;
    background-color: #fff;
    padding: 0.4rem;
  }
  .login-box .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .login-box .l {
    width: 4.8rem;
    padding-right: 0.38rem;
    border-right: 1px solid #eeeeee;
  }
  .login-box .l .logo-1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .login-box .l .logo-1 img {
    width: 2.16rem;
    height: 0.68rem;
  }
  .login-box .l .name {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
  }
  .login-box .l .red {
    color: red;
  }
  .login-box .l .ipt {
    width: 100%;
    height: 0.45rem;
    margin-bottom: 0.35rem;
    border: 1px solid #dcdfe6;
  }
  .login-box .l .ipt.font {
    line-height: 0.45rem;padding:0 0.1rem; font-size: 0.18rem
  }
  .login-box .l .ipt > input {
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    font-size: 0.18rem;
  }
  .login-box .l .ipt select {
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    outline: none;
    border: none;
    background: url(/img/lang.png) no-repeat 97% center;
    background-size: 0.12rem 0.08rem;
    appearance:-none;
    -moz-appearance:none;
    -webkit-appearance:none;
  }
  .login-box .l .ipt2 {
    border: none;
    font-size: 0.18rem;
  }
  .login-box .l label {
    margin-right: 0.15rem;
    cursor: pointer;
    /*单选按钮选中后增加的样式*/
  }
  .login-box .l label input {
    width: 0.17rem;
    height: 0.17rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
  }
  .login-box .l label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: solid 1px #0a3f75;
    position: relative;
  }
  .login-box .l label input[type="radio"]:checked:before {
    content: "";
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    margin: 1px;
    border-radius: 0.12rem;
    background-color: #0a3f75;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.05rem;
    margin-top: -0.05rem;
  }
  .login-box .l .log-btn {
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
    margin-bottom: 0.15rem;
  }
  .login-box .l .tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
  }
  .login-box .l .tp a {
    color: #0a3f75;
  }
  .login-box .r {
    width: 100%;
    flex: 1;
    font-size: 0.14rem;
    line-height: 2.5;
    color: #2a59b8;
    padding-left: 0.2rem;
  }
  .sign-box {
    width: 14rem;
    height: auto;
    align-items: flex-start;
    padding: 0.5rem 0.65rem;
  }
  .sign-box .l {
    width: 9.58rem;
  }
  .sign-box .ipt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sign-box .ipt-item .ipt-box {
    width: 4.4rem;
  }
  .sign-box .log-btns {
    display: flex;
    align-items: center;
  }
  .sign-box .log-btns a {
    display: block;
    width: 2.4rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background-color: #0a3f75;
    color: #fff;
    margin-right: 0.4rem;
    font-size: 0.18rem;
  }
  .sign-box .r {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 1000px) {
  .ny-login {
    background: url(/img/images/logbg_02.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-box {
    width: 90%;
    background-color: #fff;
    padding: 0.4rem;
  }
  .login-box .l {
    width: 100%;
    padding-right: 0.38rem;
  }
  .login-box .l .logo-1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .login-box .l .logo-1 img {
    width: 2.16rem;
    height: 0.68rem;
  }
  .login-box .l .name {
    font-size: 0.24rem;
    margin-bottom: 0.05rem;
  }
  .login-box .l .red {
    color: red;
  }
  .login-box .l .ipt {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.35rem;
    border: 1px solid #dcdfe6;
    overflow: hidden;
  }
  .login-box .l .ipt.font {
    line-height: 0.5rem;padding:0 0.1rem; font-size: 0.22rem
  }
  .login-box .l .ipt > input {
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    font-size: 0.22rem;
  }
  .login-box .l .ipt select {
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    font-size: 0.22rem;
    outline: none;
    border: none;
    background: url(/img/lang.png) no-repeat 97% center;
    background-size: 0.12rem 0.08rem;
    appearance:-none;
    -moz-appearance:none;
    -webkit-appearance:none;
  }
  .login-box .l .ipt2 {
    border: none;
    font-size: 0.24rem;
  }
  .login-box .l label {
    margin-right: 0.15rem;
    cursor: pointer;
    /*单选按钮选中后增加的样式*/
  }
  .login-box .l label input {
    width: 0.17rem;
    height: 0.17rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
  }
  .login-box .l label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: solid 1px #0a3f75;
    position: relative;
  }
  .login-box .l label input[type="radio"]:checked:before {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 1px;
    border-radius: 0.12rem;
    background-color: #0a3f75;
    position: absolute;
    left: 0.02rem;
    top: 0.02rem;
  }
  .login-box .l .log-btn {
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
    margin-bottom: 0.15rem;
  }
  .login-box .l .tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.22rem;
  }
  .login-box .l .tp a {
    color: #0a3f75;
  }
  .login-box .r {
    padding-top: 0.3rem;
    width: 100%;
    flex: 1;
    font-size: 0.2rem;
    line-height: 2.5;
    color: #2a59b8;
  }
  .sign-box {
    width: 90%;
    height: auto;
    align-items: flex-start;
    padding: 0.5rem 0.65rem;
  }
  .sign-box .l {
    width: 100%;
  }
  .sign-box .ipt-item .ipt-box {
    width: 100%;
  }
  .sign-box .log-btns {
    display: flex;
    align-items: center;
  }
  .sign-box .log-btns a {
    display: block;
    width: 2.4rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: #0a3f75;
    color: #fff;
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
  .sign-box .r {
    font-size: 0.22rem;
  }
}
.wal2 {
  width: 14rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .nv-box {
    height: 4rem;
  }
  .nv-box .wal2 {
    position: relative;
  }
  .nv-box .nv-img {
    position: absolute;
    z-index: 0;
    height: 4rem;
    width: 100%;
  }
  .nv-box .nv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nv-box .nv-band {
    padding-top: 0.2rem;
  }
  .nv-box .nv-band a {
    font-size: 0.16rem;
    color: #fff;
  }
  .nv-box .nv-tit {
    font-size: 0.4rem;
    font-weight: 600;
    margin-top: 1.3rem;
    color: #fff;
  }
  .ny-tab {
    height: 0.56rem;
    border-bottom: 1px solid #eeeeee;
  }
  .ny-tab .wal2 {
    display: flex;
  }
  .ny-tab .tab-item {
    min-width: 1.5rem;
    text-align: center;
    display: inline-block;
    line-height: 0.56rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
    border-left: 1px solid #eee;
    position: relative;
  }
  .ny-tab .tab-item:last-child {
    border-right: 1px solid #eee;
  }
  .ny-tab .tab-item.on {
    color: #0a3f75;
  }
  .ny-tab .tab-item.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #0a3f75;
  }
  .jxss {
    width: 14rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    padding-bottom: 1.5rem;
  }
  .jxss .ss-tp .tit {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
  }
  .jxss .ss-tp .tip {
    font-size: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .jxss .jx-ss {
    display: flex;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .jxss .jx-ss .ipt {
    width: 10.4rem;
    height: 0.7rem;
    background-color: #f5f5f5;
  }
  .jxss .jx-ss .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .jxss .jx-ss .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.22rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
  }
  .jxss .jx-ss .btn img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .tab-box1 table {
    border-collapse: collapse;
    width: 100%;
  }
  .tab-box1 table thead {
    background: #0a3f75;
  }
  .tab-box1 table thead th {
    color: #fff;
    font-size: 0.18rem;
    height: 0.6rem;
    padding: 0 0.3rem;
    word-break: keep-all;
    text-align: left;
  }
  .tab-box1 table tbody tr:nth-child(2n) {
    background: #f4f4f4;
  }
  .tab-box1 table tbody tr td {
    padding: 0.3rem;
    font-size: 0.16rem;
  }
  .tab-box1 table tbody .tr1 {
    background-color: #bfcace !important;
    color: #fff;
  }
  .fz-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.47rem;
  }
  .fz-tab .item {
    height: 0.6rem;
    text-align: center;
    width: 2.55rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
    margin: 0 0.2rem;
    cursor: pointer;
  }
  .fz-tab .item.on {
    border-bottom: 1px solid #0a3f75;
    color: #0a3f75;
  }
  .zl-tab {
    justify-content: space-between;
  }
  .zl-tab .item {
    width: auto;
    margin: 0;
  }
  .ny-tit2 {
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.55rem;
  }
  .zl-info {
    display: none;
  }
  .zl-info.on {
    display: block;
  }
  .zl-info .tit {
    font-size: 0.34rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .zl-info .jj {
    font-size: 0.18rem;
    line-height: 2;
  }
  .zl-info .jj .tit2 {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .zl-info .jj .tit3 {
    font-weight: 600;
  }
  .zl-info .jj .jj-txt a {
    color: #0a3f75;
  }
  .zl-info .jj .imgk {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zl-info .jj2 {
    display: flex;
  }
  .zl-info .jj2 .jj-box {
    width: 100%;
    flex: 1;
  }
  .zl-info .jj2 .jj-txt {
    display: none;
  }
  .zl-info .jj2 .jj-txt.on {
    display: block;
  }
  .zl-info .jj-list {
    width: 2.57rem;
    margin-right: 0.65rem;
    font-size: 0.16rem;
  }
  .zl-info .jj-list .item {
    min-height: 0.6rem;
    padding: 0.1rem 0.18rem;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .zl-info .jj-list .item.on {
    background: #0a3f75;
    color: #fff;
    border-bottom: 1px solid #0a3f75;
  }
}
@media only screen and (max-width: 1000px) {
  .wal2 {
    width: 100%;
  }
  .nv-box {
    height: 4rem;
  }
  .nv-box .wal2 {
    position: relative;
    padding: 0 0.3rem;
  }
  .nv-box .nv-img {
    position: absolute;
    z-index: 0;
    height: 4rem;
    width: 100%;
  }
  .nv-box .nv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nv-box .nv-band {
    padding-top: 0.2rem;
  }
  .nv-box .nv-band a {
    font-size: 0.22rem;
    color: #fff;
  }
  .nv-box .nv-tit {
    font-size: 0.4rem;
    font-weight: 600;
    margin-top: 1.3rem;
    color: #fff;
  }
  .ny-tab {
    border-bottom: 1px solid #eee;
    overflow-x: auto;
  }
  .ny-tab .wal2 {
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
  }
  .ny-tab .tab-item {
    text-align: center;
    display: inline-block;
    line-height: 0.56rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    white-space:nowrap;
    word-break: keep-all;
  }
  .ny-tab .tab-item:last-child {
    border-right: 1px solid #eee;
  }
  .ny-tab .tab-item.on {
    color: #0a3f75;
  }
  .ny-tab .tab-item.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #0a3f75;
  }
  .jxss {
    margin: 0 0.3rem;
    padding: 0.5rem 0;
    padding-bottom: 1.5rem;
  }
  .jxss .ss-tp .tit {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
  }
  .jxss .ss-tp .tip {
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .jxss .jx-ss {
    display: flex;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .jxss .jx-ss .ipt {
    width: 100%;
    height: 0.7rem;
    background-color: #f5f5f5;
  }
  .jxss .jx-ss .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.22rem;
  }
  .jxss .jx-ss .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.22rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
  }
  .jxss .jx-ss .btn img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    vertical-align: text-top;
  }
  .tab-box1 {
    width: 100%;
    overflow-x: auto;
  }
  .tab-box1 table {
    border-collapse: collapse;
    width: 800px;
  }
  .tab-box1 table thead {
    background: #0a3f75;
  }
  .tab-box1 table thead th {
    color: #fff;
    font-size: 0.24rem;
    height: 0.6rem;
    padding: 0 0.3rem;
    word-break: keep-all;
    text-align: left;
  }
  .tab-box1 table tbody tr:nth-child(2n) {
    background: #f4f4f4;
  }
  .tab-box1 table tbody tr td {
    padding: 0.3rem;
    font-size: 0.24rem;
  }
  .tab-box1 table tbody .tr1 {
    background-color: #bfcace !important;
    color: #fff;
  }
  .fz-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.47rem;
  }
  .fz-tab .item {
    text-align: center;
    /*width: 2.55rem;*/
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin: 0 0.2rem;
    cursor: pointer;
    padding: 0 0.1rem;
  }
  .fz-tab .item.on {
    border-bottom: 1px solid #0a3f75;
    color: #0a3f75;
  }
  .zl-tab {
    justify-content: space-between;
    overflow-x:auto;
  }
  .zl-tab .item {
    width: auto;
    margin: 0;
    line-height: 1.75;
    padding: 0 0.1rem;
    word-break: break-all;
    white-space: nowrap;
  }
  .ny-tit2 {
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.55rem;
  }
  .zl-info {
    display: none;
  }
  .zl-info.on {
    display: block;
  }
  .zl-info .tit {
    font-size: 0.34rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .zl-info .jj {
    font-size: 0.24rem;
    line-height: 2;
  }
  .zl-info .jj .tit2 {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .zl-info .jj .tit3 {
    font-weight: 600;
  }
  .zl-info .jj .jj-txt a {
    color: #0a3f75;
  }
  .zl-info .jj2 {
    display: flex;
  }
  .zl-info .jj2 .jj-box {
    width: 100%;
    flex: 1;
  }
  .zl-info .jj2 .jj-txt {
    display: none;
  }
  .zl-info .jj2 .jj-txt.on {
    display: block;
  }
  .zl-info .jj-list {
    width: 2rem;
    margin-right: 0.65rem;
    font-size: 0.24rem;
  }
  .zl-info .jj-list .item {
    min-height: 0.6rem;
    padding: 0.1rem 0.18rem;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .zl-info .jj-list .item.on {
    background: #0a3f75;
    color: #fff;
    border-bottom: 1px solid #0a3f75;
  }
}
@media only screen and (min-width: 1000px) {
  .u9 li {
    float: left;
    background-color: #f4f4f4;
    width: 6.77rem;
    height: 1.35rem;
    margin-right: 0.45rem;
    margin-bottom: 0.43rem;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.24rem;
  }
  .u9 li a > p {
    font-size: 0.18rem;
    width: 100%;
    flex: 1;
  }
  .u9 li .time {
    margin-right: 0.32rem;
    width: 0.85rem;
    height: 0.85rem;
    text-align: center;
    background-color: #0a3f75;
    color: #fff;
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
  }
  .u9 li .time p {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 0.13rem;
    padding-bottom: 0.05rem;
  }
  .u9 li .time span {
    font-size: 0.16rem;
    font-style: italic;
  }
  .u9 li:hover {
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .xw-xq {
    line-height: 3;
  }
  .xw-xq .tit {
    font-weight: 600;
    font-size: 0.3rem;
  }
  .xw-xq .time {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .xw-xq .tit2 {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .xw-xq p {
    font-size: 0.16rem;
  }
  .xw-xq p span {
    font-weight: 600;
  }
  .xw-xq .btn {
    margin-top: 0.6rem;
    display: block;
    width: 1.85rem;
    height: 0.55rem;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.18rem;
    color: #fff;
    background: linear-gradient(to bottom, #22428f, #3d5daa);
    border-radius: 0.4rem;
  }
  .u10 li {
    width: 4.52rem;
    height: 2.63rem;
    float: left;
    margin-right: 0.22rem;
    margin-bottom: 0.4rem;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    overflow: hidden;
    font-size: 0.16rem;
  }
  .u10 li:nth-child(3n) {
    margin-right: 0;
  }
  .u10 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem;
  }
  .u10 li .line-2 {
    font-size: 0.2rem;
    font-weight: 600;
    height: 0.6rem;
    margin-bottom: 0.12rem;
    color: #333;
  }
  .u10 li .ad {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    line-height: 1;
  }
  .u10 li .ad p {
    padding-right: 0.23rem;
    margin-right: 0.23rem;
    border-right: 1px solid #eee;
    color: #333;
  }
  .u10 li .ad p:last-child {
    border-right: 0 solid #000;
  }
  .u10 li .ad img {
    height: 0.16rem;
    vertical-align: text-top;
    margin-right: 0.1rem;
  }
  .u10 li .more {
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #0a3f75;
    color: #0a3f75;
    position: relative;
    text-align: center;
    padding-right: 0.15rem;
    margin-top: 0.28rem;
    border-radius: 0.1rem;
  }
  .u10 li .more::after {
    position: absolute;
    content: '';
    width: 0.32rem;
    height: 0.05rem;
    background: url(/img/btn_more2.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    margin-top: -0.03rem;
  }
  .u10 li:hover {
    background: url(/img/news_bg1.png) no-repeat left center;
    background-size: auto 100%;
  }
  .u10 li:hover .ad {
    border-bottom: 1px solid #0a3f75;
  }
  .u10 li:hover .more {
    background-color: #0a3f75;
    color: #fff;
  }
  .u10 li:hover .more::after {
    background-image: url(/img/btn_more3.png);
  }
  .lx-box .lx-fz {
    display: none;
    margin-top: 0.5rem;
  }
  .lx-box .lx-fz.on {
    display: block;
  }
  .lx-box .lx-fz .map {
    padding: 0.46rem 0.3rem;
    border: 1px solid #eee;
    display: flex;
    width: 100%;
  }
  .lx-box .lx-fz .map .l {
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 0.23rem;
    margin-right: 0.33rem;
    font-size: 0.2rem;
    font-weight: 600;
  }
  .lx-box .lx-fz .map .l img {
    margin-top: 1.2rem;
    width: 6.47rem;
  }
  .lx-box .lx-fz .map .r {
    width: 100%;
    flex: 1;
  }
  .lx-box .lx-fz .map .r .item {
    height: 3.3rem;/*2.6rem;*/
    border-bottom: 1px solid #eee;
  }

  .lx-box .lx-fz .map .r .item .name {
    font-size: 0.18rem;
    font-weight: 600;
    padding-top: 0.3rem;
    margin-bottom: 0rem;
  }
  .lx-box .lx-fz .map .r .item .name.sub {
    margin-bottom: 0.15rem;
  }
  .lx-box .lx-fz .map .r .item:last-child {
    height: 1.9rem;
    border-bottom: 0 solid #000;
  }
  .lx-box .lx-fz .map .r .list-box {
    display: flex;
    justify-content: space-between;
  }
  .lx-box .lx-fz .map .r .list-box .ewm img {
    width: 1.5rem;
  }
  .lx-box .lx-fz .map .r .list {
    font-size: 0.16rem;
  }
  .lx-box .lx-fz .map .r .list p {
    margin-bottom: 0.05rem;
  }
  .lx-box .lx-fz .map .r .list img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .lx-box .lx-dl.on {
    display: flex;
  }
  .lx-box .lx-dl .l {
    width: 1.64rem;
  }
  .lx-box .lx-dl .r {
    width: 100%;
    flex: 1;
  }
  .lx-box .lx-dl .lx-list .tit {
    font-size: 0.2rem;
    font-weight: 600;
    color: #0a3f75;
    margin-bottom: 0.15rem;
  }
  .lx-box .lx-dl .lx-list p {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .lx-box .lx-dl .lx-list p label {
    cursor: pointer;
  }
  .lx-box .lx-dl .lx-list p input {
    margin-right: 0.1rem;
  }
  .u11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
  .u11 li {
    background-color: #f3f7fa;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 6.73rem;
    height: 2.6rem;
    padding: 0.4rem 0.45rem;
  }
  .u11 li:hover {
    background: url(/img/lx.jpg) no-repeat center;
    background-size: cover;
  }
  .u11 .tit {
    font-size: 0.18rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .u11 .list {
    font-size: 0.14rem;
  }
  .u11 .list p {
    margin-bottom: 0.05rem;
  }
  .u11 .list img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .u12 li {
    width: 4.38rem;
    height: 1.88rem;
  }
  .lx-tab {
    text-align: center;
  }
  .lx-tab table thead tr th {
    text-align: center !important;
  }
  .lx-tab table thead tr:nth-child(1) th {
    text-align: left !important;
  }
  .lx-tab table tbody tr td {
    text-align: center !important;
  }
  .lx-tab table tbody tr td:nth-child(1) {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1000px) {
  .u9 li {
    float: left;
    background-color: #f4f4f4;
    width: 100%;
    height: 1.35rem;
    margin-right: 0.45rem;
    margin-bottom: 0.43rem;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.24rem;
  }
  .u9 li a > p {
    font-size: 0.24rem;
    width: 100%;
    flex: 1;
  }
  .u9 li .time {
    margin-right: 0.32rem;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    background-color: #0a3f75;
    color: #fff;
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
  }
  .u9 li .time p {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 0.09rem;
    padding-bottom: 0.05rem;
  }
  .u9 li .time span {
    display: block;
    font-size: 0.22rem;
    font-style: italic;
  }
  .u9 li:hover {
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .xw-xq {
    line-height: 3;
  }
  .xw-xq .tit {
    font-weight: 600;
    font-size: 0.3rem;
    line-height: 1.75;
  }
  .xw-xq .time {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .xw-xq .tit2 {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .xw-xq p {
    font-size: 0.24rem;
  }
  .xw-xq p span {
    font-weight: 600;
  }
  .xw-xq .btn {
    margin-top: 0.6rem;
    display: block;
    width: 1.85rem;
    height: 0.55rem;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.18rem;
    color: #fff;
    background: linear-gradient(to bottom, #22428f, #3d5daa);
    border-radius: 0.4rem;
  }
  .u10 li {
    width: 100%;
    float: left;
    margin-bottom: 0.4rem;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    overflow: hidden;
    font-size: 0.22rem;
  }
  .u10 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem;
  }
  .u10 li .line-2 {
    font-size: 0.24rem;
    font-weight: 600;
    height: 0.6rem;
    margin-bottom: 0.12rem;
    color: #333;
  }
  .u10 li .ad {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    line-height: 1;
  }
  .u10 li .ad p {
    padding-right: 0.23rem;
    margin-right: 0.23rem;
    border-right: 1px solid #eee;
    color: #333;
  }
  .u10 li .ad p:last-child {
    border-right: 0 solid #000;
  }
  .u10 li .ad img {
    height: 0.22rem;
    vertical-align: text-top;
    margin-right: 0.1rem;
  }
  .u10 li .more {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #0a3f75;
    color: #0a3f75;
    position: relative;
    text-align: center;
    padding-right: 0.15rem;
    margin-top: 0.28rem;
    border-radius: 0.1rem;
  }
  .u10 li .more::after {
    position: absolute;
    content: '';
    width: 0.32rem;
    height: 0.05rem;
    background: url(/img/btn_more2.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    margin-top: -0.03rem;
  }
  .u10 li:hover {
    background: url(/img/news_bg1.png) no-repeat left center;
    background-size: auto 100%;
  }
  .u10 li:hover .more {
    background-color: #0a3f75;
    color: #fff;
  }
  .u10 li:hover .more::after {
    background-image: url(/img/btn_more3.png);
  }
  .lx-box {
    /*复选框基本（未选中）的样式*/
    /* 复选框鼠标按下时增加的样式 */
    /*复选框选中后增加的样式*/
    /*复选框选中后增加的样式*/
  }
  .lx-box .lx-fz {
    display: none;
    margin-top: 0.5rem;
  }
  .lx-box .lx-fz.on {
    display: block;
  }
  .lx-box .lx-fz .map {
    padding: 0.46rem 0.3rem;
    border: 1px solid #eee;
    width: 100%;
  }
  .lx-box .lx-fz .map .l {
    text-align: center;
    font-size: 0.2rem;
    font-weight: 600;
  }
  .lx-box .lx-fz .map .l img {
    margin-top: 1.2rem;
    width: 6.47rem;
  }
  .lx-box .lx-fz .map .r {
    width: 100%;
    flex: 1;
  }
  .lx-box .lx-fz .map .r .item {
    padding: 0.15rem 0;
    border-bottom: 1px solid #eee;
  }
  .lx-box .lx-fz .map .r .item .name {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .lx-box .lx-fz .map .r .item:last-child {
    border-bottom: 0 solid #000;
  }
  .lx-box .lx-fz .map .r .list-box {
    display: flex;
    justify-content: space-between;
  }
  .lx-box .lx-fz .map .r .list-box .ewm img {
    width: 1.5rem;
  }
  .lx-box .lx-fz .map .r .list {
    font-size: 0.22rem;
  }
  .lx-box .lx-fz .map .r .list p {
    margin-bottom: 0.05rem;
  }
  .lx-box .lx-fz .map .r .list img {
    width: 0.22rem;
    height: 0.22rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .lx-box .lx-dl .r {
    width: 100%;
    flex: 1;
  }
  .lx-box .lx-dl .lx-list .tit {
    font-size: 0.28rem;
    font-weight: 600;
    color: #0a3f75;
    margin-bottom: 0.15rem;
  }
  .lx-box .lx-dl .lx-list p {
    display: inline-block;
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
    margin-right: 0.2rem;
  }
  .lx-box .lx-dl .lx-list p label {
    cursor: pointer;
  }
  .lx-box .lx-dl .lx-list p input {
    margin-right: 0.1rem;
  }
  .lx-box input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 0.24rem;
    height: 0.24rem;
    box-sizing: border-box;
    background: no-repeat center #fff;
    background-size: 0.12rem 0.18rem;
    border: solid 1px #ceced1;
  }
  .lx-box input[type="checkbox"]:active {
    background-image: url(/img/sel3.png);
    border-color: #0a3f75;
  }
  .lx-box input[type="checkbox"]:checked {
    border-color: #0a3f75;
    background-image: url(/img/sel3.png);
  }
  .lx-box input[type="checkbox"]:checked:active {
    border-color: #0a3f75;
    background-image: url(/img/sel3.png);
  }
  .u11 {
    margin-top: 0.4rem;
  }
  .u11 li {
    background-color: #f3f7fa;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 6.73rem;
    padding: 0.4rem 0.45rem;
    margin-bottom: 0.3rem;
  }
  .u11 li:hover {
    background: url(/img/lx.jpg) no-repeat center;
    background-size: cover;
  }
  .u11 .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .u11 .list {
    font-size: 0.22rem;
  }
  .u11 .list p {
    margin-bottom: 0.05rem;
  }
  .u11 .list img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .lx-tab {
    text-align: center;
  }
  .lx-tab table thead tr th {
    text-align: center !important;
  }
  .lx-tab table thead tr:nth-child(1) th {
    text-align: left !important;
  }
  .lx-tab table tbody tr td {
    text-align: center !important;
  }
  .lx-tab table tbody tr td:nth-child(1) {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1000px) {
  .yp-box {
    width: 14rem;
    margin: 0 auto;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1.54rem;
    margin-top: -0.8rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0.8rem;
  }
  .yp-box .tit {
    font-size: 0.38rem;
    text-align: center;
    font-weight: 600;
  }
  .yp-box .yp-form {
    padding-top: 0.6rem;
  }
  .yp-box .red {
    color: red;
  }
  .yp-box .yp-item {
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    position: relative;
  }
  .yp-box .yp-item .item {
    width: 5.32rem;
  }
  .yp-box .yp-item .item2 {
    width: 100%;
  }
  .yp-box .yp-item .ipt {
    width: 100%;
    height: 0.5rem;
    border: 1px solid #aaaaaa;
  }
  .yp-box .yp-item .ipt input {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    padding: 0 0.15rem;
    color: #333;
  }
  .yp-box .yp-item .txt {
    height: auto;
  }
  .yp-box .yp-item .txt textarea {
    width: 100%;
    height: 0.9rem;
    padding: 0.15rem;
    resize: none;
    color: #333;
  }
  .yp-box .yp-item .tips {
    font-size: 0.14rem;
    color: #999;
    padding-left: 0.1rem;
  }
  .yp-box .yp-item .line {
    width: 0.15rem;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    margin-left: -0.07rem;
  }
  .yp-box .yp-item.add i {
    position: absolute;
    right: -0.4rem;
    bottom: 0.1rem;
    cursor: pointer;
  }
  .yp-box .yp-item.add i img {
    width: 0.29rem;
    height: 0.29rem;
  }
  .yp-box .sub-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
  }
  .yp-box .sub-btns a {
    cursor: pointer;
    font-size: 0.16rem;
    width: 2.14rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #0a3f75;
    color: #fff;
    margin: 0 0.3rem;
  }
  .yp-mode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .yp-mode .sub {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yp-mode .sub-success {
    width: 700px;
    height: 411px;
    background-color: #fff;
    border-radius: 0.08rem;
    text-align: center;
    padding-top: 0.95rem;
  }
  .yp-mode .sub-success .tip {
    font-size: 0.26rem;
    margin-bottom: 0.75rem;
    margin-top: 0.35rem;
  }
  .yp-mode .sub-success .btn {
    margin: 0 auto;
    display: block;
    font-size: 0.16rem;
    width: 1.75rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #000;
    color: #fff;
  }
  .gsjj {
    padding: 0.5rem 0;
    padding-bottom: 1.5rem;
  }
  .gs-box1 {
    background: url(/img/images/gsb1.jpg) no-repeat center;
    background-size: 19.2rem 100%;
    padding-bottom: 2.1rem;
  }
  .gs-box1 .jj {
    font-size: 0.18rem;
    line-height: 3;
  }
  .gs-box2 {
    background: url(/img/images/gsb2_04.jpg) no-repeat center;
    background-size: 1920px 100%;
    padding-top: 1.95rem;
  }
  .gs-box2 .wal2 {
    display: flex;
    align-items: center;
  }
  .gs-box2 .wal2 .tit {
    width: 100%;
    flex: 1;
    font-size: 0.41rem;
    color: #fff;
    font-weight: 600;
  }
  .gs-box2 .gs-l {
    width: 10.3rem;
    height: 6.36rem;
    background: rgba(3, 101, 174, 0.9);
    display: flex;
    align-items: center;
  }
  .gs-box2 .gs-page {
    width: 1.3rem;
    margin: 0 auto;
    text-align: center;
  }
  .gs-box2 .gs-page img {
    margin: 0.5rem auto;
    cursor: pointer;
  }
  .gs-box2 .gs-swiper {
    border-left: 1px solid #2479b8;
    width: 100%;
    flex: 1;
    height: 6.36rem;
  }
  .gs-box2 .gs-swiper .swiper-slide {
    padding: 0.57rem 0.5rem 0.18rem 0.18rem;
  }
  .gs-box2 .gs-swiper .swiper-slide .tit {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .gs-box2 .gs-swiper .swiper-slide .txt {
    font-size: 0.14rem;
    line-height: 2;
    color: #fff;
    height: 4.5rem;
    overflow-y: auto;
  }
  .gs-box3 {
    font-size: 0.18rem;
    padding-top: 0.9rem;
  }
  .gs-box3 .jj {
    margin-bottom: 0.1rem;
  }
  .gs-list {
    display: flex;
  }
  .gs-list li {
    /*width: 3.5rem;*/
    width: 4.67rem;
  }
  .gs-list li .imgk {
    width: 100%;
    height: 4.1rem;
  }
  .gs-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gs-list li .info {
    padding: 0.2rem;
  }
  .gs-list li .info .name {
    font-size: 0.26rem;
  }
  .gs-list li .info .txt {
    font-size: 0.14rem;
  }
  .gs-list li:hover .info {
    background: url(/img/images/gsb_17.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  /*
  .gs-list li:nth-child(1) {
    padding-top: 1.5rem;
  }
  .gs-list li:nth-child(2) {
    padding-top: 1rem;
  }
  .gs-list li:nth-child(3) {
    padding-top: 0.5rem;
  }
  */
  .nv-box2 .nv-tit {
    margin-top: 0.8rem;
  }
  .nv-box2 .nv-tip {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .nv-box2 .nv-sel {
    margin-top: 0.3rem;
  }
  .nv-box2 .nv-sel select {
    font-size: 0.18rem;
    background-color: #115293;
    color: #fff;
    width: 1.7rem;
    height: 0.4rem;
    padding: 0 0.3rem;
    outline: none;
    border: 0 ;
  }
  .new-pro .item .tit {
    border-bottom: 1px solid #eeeeee;
    line-height: 1;
    padding-bottom: 0.3rem;
    font-size: 0.24rem;
    font-weight: 600;
  }
  .new-pro .list {
    margin-bottom: 0.6rem;
  }
  .new-pro .list li {
    display: flex;
    height: 0.7rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 0.16rem;
  }
  .new-pro .list li .name {
    font-size: 0.2rem;
    font-weight: 800;
    color: #0a3f75;
    width: 3rem;
  }
  .new-pro .list li .jj {
    width: 6.4rem;
  }
  .new-pro .list li .sc {
    width: 2.3rem;
    text-align: center;
  }
  .new-pro .list li .sc img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .new-pro .list li .lk {
    text-align: center;
    width: 2.3rem;
    color: #0a3f75;
  }
  .cs-box {
    display: flex;
    /*align-items: center;*/
  }
  .cs-box .l {
    width: 100%;
    flex: 1;
  }
  .cs-box .r {
    width: 8.78rem;
    padding-top: 1.5rem;
  }
  .cs-box .r .tip {
    text-align: center;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .cs-box .r .cs-ss {
    display: flex;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .cs-box .r .cs-ss .ipt {
    width: 7.58rem;
    height: 0.7rem;
    background-color: #f5f5f5;
  }
  .cs-box .r .cs-ss .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .cs-box .r .cs-ss .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.22rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
  }
  .cs-box .r .cs-ss .btn img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .ss-list {
    font-size: 0.18rem;
  }
  .ss-list .tit {
    padding-left: 0.24rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .ss-list .tit a.txt{
    cursor: pointer;
  }
  .ss-list .tit::before {
    content: '';
    position: absolute;
    width: 0.24rem;
    border-bottom: 1px dashed #0a3f75;
    left: 0;
    top: 0.145rem;
    z-index: 0;
  }
  .ss-list .tit i {
    position: absolute;
    left: -0.1rem;
    top: 0.05rem;
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    background: url(/img/icon-o.jpg) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .ss-list .tit i.on {
    background-image: url(/img/icon-c.jpg);
  }
  .ss-list .list2 {
    margin-left: 0.3rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list3 {
    margin-left: 0.24rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list4 {
    margin-left: 0.24rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list5 {
    margin-left: 0.24rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list2,
  .ss-list .list3,
  .ss-list .list4,
  .ss-list .list5 {
    display: none;
    padding-top: 0.2rem;
    margin-top: -0.2rem;
  }
  .ss-list .list2.on,
  .ss-list .list3.on,
  .ss-list .list4.on,
  .ss-list .list5.on {
    display: block;
  }
  .ss-list .item1 {
    margin-left: 0.1rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .item1:last-child {
    border-left: 0 solid #000;
  }
  .ss-list .item:last-child {
    position: relative;
  }
  .ss-list .item:last-child::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.36rem;
    background-color: #fff;
    left: -1px;
    bottom: 0;
  }
  .ss-list .item:last-child .list3::before, .ss-list .item:last-child .list4::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 0.23rem);
    background-color: #fff;
    left: -1px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .yp-box {
    width: 95%;
    margin: 0.3rem auto;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0.8rem;
  }
  .yp-box .tit {
    font-size: 0.38rem;
    text-align: center;
    font-weight: 600;
  }
  .yp-box .yp-form {
    padding-top: 0.6rem;
  }
  .yp-box .red {
    color: red;
  }
  .yp-box .yp-item {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    position: relative;
  }
  .yp-box .yp-item .item {
    width: 2.9rem;
  }
  .yp-box .yp-item .item2 {
    width: 100%;
  }
  .yp-box .yp-item .ipt {
    width: 100%;
    height: 0.5rem;
    border: 1px solid #aaaaaa;
  }
  .yp-box .yp-item .ipt input {
    width: 100%;
    height: 100%;
    font-size: 0.22rem;
    padding: 0 0.15rem;
    color: #333;
  }
  .yp-box .yp-item .txt {
    height: auto;
  }
  .yp-box .yp-item .txt textarea {
    width: 100%;
    height: 0.9rem;
    padding: 0.15rem;
    resize: none;
    color: #333;
  }
  .yp-box .yp-item .tips {
    font-size: 0.18rem;
    color: #999;
    padding-left: 0.1rem;
  }
  .yp-box .yp-item .line {
    width: 0.15rem;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    margin-left: -0.07rem;
  }
  .yp-box .yp-item.add i {
    position: absolute;
    right: -0.4rem;
    bottom: 0.07rem;
    cursor: pointer;
  }
  .yp-box .yp-item.add i img {
    width: 0.29rem;
    height: 0.29rem;
  }
  .yp-box .sub-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
  }
  .yp-box .sub-btns a {
    cursor: pointer;
    font-size: 0.24rem;
    width: 2.14rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #0a3f75;
    color: #fff;
    margin: 0 0.3rem;
  }
  .yp-mode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .yp-mode .sub {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yp-mode .sub-success {
    width: 80%;
    background-color: #fff;
    border-radius: 0.08rem;
    text-align: center;
    padding: 0.95rem 0;
  }
  .yp-mode .sub-success .tip {
    font-size: 0.28rem;
    margin-bottom: 0.75rem;
    margin-top: 0.35rem;
  }
  .yp-mode .sub-success .btn {
    margin: 0 auto;
    display: block;
    font-size: 0.24rem;
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #000;
    color: #fff;
  }
  .gsjj {
    padding: 0.5rem 0;
    padding-bottom: 1.5rem;
  }
  .gs-box1 {
    background: url(/img/images/gsb1.jpg) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
    padding-bottom: 0.5rem;
  }
  .gs-box1 .jj {
    font-size: 0.24rem;
    line-height: 3;
  }
  .gs-box2 {
    background: url(/img/images/gsb2_04.jpg) no-repeat center;
    background-size: cover;
    padding: 0 0.3rem;
    padding-top: 1rem;
  }
  .gs-box2 .wal2 .tit {
    width: 100%;
    flex: 1;
    font-size: 0.41rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .gs-box2 .gs-l {
    width: 100%;
    height: 6.36rem;
    background: rgba(3, 101, 174, 0.9);
    display: flex;
    align-items: center;
  }
  .gs-box2 .gs-page {
    width: 1rem;
    margin: 0 auto;
    text-align: center;
  }
  .gs-box2 .gs-page img {
    margin: 0.5rem auto;
    cursor: pointer;
    width: 0.3rem;
  }
  .gs-box2 .gs-swiper {
    border-left: 1px solid #2479b8;
    width: 100%;
    flex: 1;
    height: 6.36rem;
  }
  .gs-box2 .gs-swiper .swiper-slide {
    padding: 0.4rem;
  }
  .gs-box2 .gs-swiper .swiper-slide .tit {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .gs-box2 .gs-swiper .swiper-slide .txt {
    font-size: 0.22rem;
    line-height: 2;
    color: #fff;
    height: 4.5rem;
    overflow-y: auto;
  }
  .gs-box3 {
    font-size: 0.24rem;
    padding: 0 0.3rem;
    padding-top: 0.9rem;
  }
  .gs-box3 .jj {
    margin-bottom: 0.1rem;
  }
  .gs-list {
    display: flex;
  }
  .gs-list li {
    width: 3.5rem;
  }
  .gs-list li .imgk {
    width: 100%;
    height: 3rem;
  }
  .gs-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gs-list li .info {
    padding: 0.2rem;
  }
  .gs-list li .info .name {
    font-size: 0.28rem;
  }
  .gs-list li .info .txt {
    font-size: 0.22rem;
  }
  /*
  .gs-list li:nth-child(1) {
    padding-top: 1.5rem;
  }
  .gs-list li:nth-child(2) {
    padding-top: 1rem;
  }
  .gs-list li:nth-child(3) {
    padding-top: 0.5rem;
  }
  */
  .nv-box2 .nv-tit {
    margin-top: 0.8rem;
  }
  .nv-box2 .nv-tip {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .nv-box2 .nv-sel {
    margin-top: 0.3rem;
  }
  .nv-box2 .nv-sel select {
    font-size: 0.24rem;
    background-color: #115293;
    color: #fff;
    width: 1.7rem;
    height: 0.4rem;
    padding: 0 0.3rem;
    outline: none;
    border: 0 ;
  }
  .new-pro .item .tit {
    border-bottom: 1px solid #eeeeee;
    line-height: 1;
    padding-bottom: 0.3rem;
    font-size: 0.28rem;
    font-weight: 600;
  }
  .new-pro .list {
    margin-bottom: 0.6rem;
  }
  .new-pro .list li {
    display: flex;
    min-height: 0.7rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 0.24rem;
    padding: 0.1rem 0;
  }
  .new-pro .list li .name {
    font-size: 0.24rem;
    font-weight: 600;
    color: #0a3f75;
    width: 3rem;
  }
  .new-pro .list li .jj {
    width: 6rem;
  }
  .new-pro .list li .sc {
    width: 2.6rem;
    text-align: center;
  }
  .new-pro .list li .sc img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .new-pro .list li .lk {
    text-align: center;
    width: 2rem;
    color: #0a3f75;
  }
  .cs-box {
    display: flex;
    /*align-items: center;*/
  }
  .cs-box .l {
    width: 100%;
    flex: 1;
  }
  .cs-box .r {
    width: 50%;
    padding-top: 0.5rem;
  }
  .cs-box .r .tip {
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .cs-box .r .cs-ss {
    display: flex;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .cs-box .r .cs-ss .ipt {
    width: 80%;
    height: 0.7rem;
    background-color: #f5f5f5;
  }
  .cs-box .r .cs-ss .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.22rem;
  }
  .cs-box .r .cs-ss .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.22rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    background-color: #0a3f75;
  }
  .cs-box .r .cs-ss .btn img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .ss-list {
    font-size: 0.22rem;
  }
  .ss-list .tit {
    padding-left: 0.24rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .ss-list .tit::before {
    content: '';
    position: absolute;
    width: 0.24rem;
    border-bottom: 1px dashed #0a3f75;
    left: 0;
    top: 0.145rem;
    z-index: 0;
  }
  .ss-list .tit i {
    position: absolute;
    left: -0.1rem;
    top: 0.05rem;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/img/icon-o.jpg) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .ss-list .tit i.on {
    background-image: url(/img/icon-c.jpg);
  }
  .ss-list .list2 {
    margin-left: 0.3rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list3 {
    margin-left: 0.24rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list4 {
    margin-left: 0.24rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .list2,
  .ss-list .list3,
  .ss-list .list4 {
    display: none;
    padding-top: 0.2rem;
    margin-top: -0.2rem;
  }
  .ss-list .list2.on,
  .ss-list .list3.on,
  .ss-list .list4.on {
    display: block;
  }
  .ss-list .item1 {
    margin-left: 0.1rem;
    border-left: 1px dashed #0a3f75;
  }
  .ss-list .item1:last-child {
    border-left: 0 solid #000;
  }
  .ss-list .item:last-child {
    position: relative;
  }
  .ss-list .item:last-child::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.36rem;
    background-color: #fff;
    left: -1px;
    bottom: 0;
  }
  .ss-list .item:last-child .list3::before, .ss-list .item:last-child .list4::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 0.24rem);
    background-color: #fff;
    left: -1px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .pro-list2-2 .name2 {
    padding-left: 0.78rem !important;
  }
  .app-info .pro-det {
    border-bottom: 0 solid #000;
  }
  .app-img {
    border: 1px solid #dad8d8;
    text-align: center;
    padding: 0.2rem;
  }
  .app-img img {
    max-width: 100% !important;
  }
  .app-table {
    margin-top: 0.35rem;
  }
  .app-table th,
  .app-table td {
    border: 1px solid #dad8d8;
    padding: 0.15rem 0.5rem !important;
  }
  .app-table tbody tr {
    background: none !important;
  }
  .app-table a {
    font-weight: 600;
  }
  .app-table a:hover {
    text-decoration: underline;
  }
  .app-lab {
    margin-top: 0.35rem;
    border: 1px solid #dad8d8;
  }
  .app-lab .app-tab {
    height: 0.9rem;
    font-size: 0.18rem;
    padding: 0 0.45rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dad8d8;
  }
  .app-lab .app-tab .item {
    margin-right: 1rem;
    font-weight: 600;
    height: 0.9rem;
    cursor: pointer;
    line-height: 0.9rem;
  }
  .app-lab .app-tab .item.on {
    border-bottom: 0.04rem solid #0a3f75;
  }
  .app-lab .app-cont {
    padding: 0.2rem 0.4rem;
  }
  .app-lab .u13 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    height: 0.49rem;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid #f5f5f5;
    color: #0a3f75;
  }
  .fy {
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
  }
  .fy div {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.1rem;
    line-height: 1;
  }
  .fy div.on,
  .fy div:hover {
    background: #0a3f75;
    color: #fff;
  }
  .fy img {
    width: 0.08rem;
    height: 0.14rem;
  }
  .fy .r .img2,
  .fy .l .img2 {
    display: none;
  }
  .fy .r .img1,
  .fy .l .img1 {
    display: block;
  }
  .fy .r:hover .img1,
  .fy .l:hover .img1 {
    display: none;
  }
  .fy .r:hover .img2,
  .fy .l:hover .img2 {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .app-info .pro-det {
    border-bottom: 0 solid #000;
  }
  .app-img {
    border: 1px solid #dad8d8;
    text-align: center;
    padding: 0.2rem;
  }
  .app-img img {
    max-width: 100% !important;
  }
  .app-table {
    margin-top: 0.35rem;
  }
  .app-table th,
  .app-table td {
    border: 1px solid #dad8d8;
  }
  .app-table tbody tr {
    background: none !important;
  }
  .app-lab {
    margin-top: 0.35rem;
    border: 1px solid #dad8d8;
  }
  .app-lab .app-tab {
    height: 1rem;
    font-size: 0.22rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dad8d8;
  }
  .app-lab .app-tab .item {
    margin-right: 0.2rem;
    font-weight: 600;
    height: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .app-lab .app-tab .item.on {
    border-bottom: 0.04rem solid #0a3f75;
  }
  .app-lab .app-tab .item:last-child {
    margin-right: 0;
  }
  .app-lab .app-cont {
    padding: 0.2rem;
  }
  .app-lab .u13 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    min-height: 0.49rem;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid #f5f5f5;
    color: #0a3f75;
    font-size: 0.24rem;
  }
  .fy {
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
  }
  .fy div {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.1rem;
    line-height: 1;
  }
  .fy div.on,
  .fy div:hover {
    background: #0a3f75;
    color: #fff;
  }
  .fy img {
    width: 0.1rem;
    height: 0.18rem;
  }
  .fy .r .img2,
  .fy .l .img2 {
    display: none;
  }
  .fy .r .img1,
  .fy .l .img1 {
    display: block;
  }
  .fy .r:hover .img1,
  .fy .l:hover .img1 {
    display: none;
  }
  .fy .r:hover .img2,
  .fy .l:hover .img2 {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .pro-sel-box .sel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.14rem;
  }
  .pro-sel-box .sel-top .l {
    display: flex;
    align-items: center;
  }
  .pro-sel-box .sel-top .r {
    display: flex;
    align-items: center;
  }
  .pro-sel-box .sel-left-change {
    margin-right: 0.65rem;
    font-weight: 600;
    
  }
  .pro-sel-box .sel-left-change .tit {
    display: none;
  }
  .pro-sel-box .sel-left-change .tit.on {
    display: block;
  }
  .pro-sel-box .sel-left-change .tit img {
    margin-right: 0.1rem;
  }
  .pro-sel-box .check-all,
  .pro-sel-box .check-no {
    font-weight: 600;
    cursor: pointer;
    margin-right: 0.3rem;
  }
  .pro-sel-box .num {
    margin-left: 0.7rem;
  }
  .pro-sel-box .sel-ss {
    margin-left: 0.6rem;
    width: 3.37rem;
    height: 0.54rem;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
  }
  .pro-sel-box .sel-ss input {
    width: 3rem;
    height: 0.54rem;
    padding: 0 0.2rem;
  }
  .pro-sel-box .sel-ss .btn {
    cursor: pointer;
    margin-right: 0.25rem;
  }
  .pro-sel-box .sel-ss .btn img {
    width: 0.19rem;
    height: 0.2rem;
  }
  .pro-sel-box .fx {
    margin-right: 0.36rem;
    color: #0a3f75;
    position: relative;
  }
  .pro-sel-box .fx .tit {
    cursor: pointer;
  }
  .pro-sel-box .fx:hover .fx-box {
    display: block;
  }
  .pro-sel-box .fx .fx-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.3rem;
    background-color: #fff;
    border: 1px solid #eee;
    width: 1rem;
    padding: 0.15rem 0.3rem;
  }
  .pro-sel-box .fx .fx-box::after {
    content: '';
    position: absolute;
    background: url(/img/fx_sj.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 0.17rem;
    height: 0.08rem;
    top: -0.08rem;
    left: 50%;
    margin-left: -0.08rem;
  }
  .pro-sel-box .dl {
    color: #0a3f75;
  }
  .sel-box {
    display: flex;
  }
  .sel-box .l {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    background-color: #e8e8e8;
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 0;
    padding: 0.3rem 0;
  }
  .sel-box .l.on {
    padding: 0.3rem;
    width: 3rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
  }
  .sel-box .l .list {
    width: 100%;
  }
  .sel-box .l .list .item .ipt {
    display: flex;
    margin-bottom: 0.2rem;
  }
  .sel-box .l .list .item .ipt p {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding-left: 0.1rem;
    cursor: pointer;
  }
  .sel-box .l .list .item .ipt p span {
    padding-right: 0.1rem;
  }
  .sel-box .l .list .item .ipt p i {
    margin-top: 0.05rem;
    width: 0.12rem;
    height: 0.06rem;
    background: url(/img/sel-sel.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.1s;
  }
  .sel-box .l .list .item .ipt p.on i {
    transform: scale(-1);
  }
  .sel-box .l .list .list2 {
    display: none;
    padding-left: 0.3rem;
  }
  .sel-box .l .list .list2.on {
    display: block;
  }
  .sel-box .r {
    width: 100%;
    flex: 1;
    display: flex;
    min-width: 0;
  }
  .sel-box .tab-box {
    width: 100%;
    padding-right: 1px;
    overflow: hidden;
  }
  
  .sel-box .tab-box .thead {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-right: 1px;
  }
  .sel-box .tab-box .thead .tr {
    display: flex;
    flex-wrap: nowrap;
  }
  .sel-box .tab-box .thead .tr .td {
    padding: 0.2rem 0.25rem 0.2rem 0.15rem;
    font-size: 0.14rem;
    border: 1px solid #dad8d8;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(1) {
    width: 0.75rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(2) {
    width: 1.8rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(3) {
    width: 3rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(n+4) {
    width: 1.45rem;
  }
  .sel-box .tab-box .thead .tr .td:last-child .sel-dl-box.on {
    right: -0.2rem;
    left: auto;
  }
  .mc_tab_td_box.new{
    position: relative;
  }
  .mc_tab_td_box.new::after {
    position: absolute;
    content: '';
    width: 0.37rem;
    height: 0.17rem;
    background: url(/img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.15rem;
    top: 0.05rem;
  }
  .sel-box .tab-box .thead .tr .td.new {
    position: relative;
  }
  .sel-box .tab-box .thead .tr .td.new::after {
    position: absolute;
    content: '';
    width: 0.37rem;
    height: 0.17rem;
    background: url(/img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.15rem;
    top: 0.05rem;
  }
  .sel-box .tab-box .thead .th .td {
    background: #f9f9f9;
  }
  .sel-box .tab-box .thead .sel {
    position: relative;
  }
  .sel-box .tab-box .thead .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(/img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-box .tab-box .thead .sel-td {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(/img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl:hover i {
    background-image: url(/img/sel-dl2.png);
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box.on {
    display: block;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .close {
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .sel-box .tab-box .thead .sel-td .sel-px {
    cursor: pointer;
  }
  .sel-box .tab-box .thead .sel-td .sel-px img.hide {
    display: none;
  }
  .sel-box .tab-box ::-webkit-scrollbar {
    display: block;
    width: 0.05rem;
    height: 0.1rem;
    -webkit-margin-bottom-collapse: 0.12rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .pro-sel-box .sel-top {
    padding: 0.4rem 0;
    font-size: 0.24rem;
  }
  .pro-sel-box .sel-top .l {
    text-align: center;
  }
  .pro-sel-box .sel-top .r {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.2rem 0;
  }
  .pro-sel-box .sel-left-change {
    margin-bottom: 0.2rem;
    font-weight: 600;
    display: inline-block;
  }
  .pro-sel-box .sel-left-change .tit {
    display: none;
  }
  .pro-sel-box .sel-left-change .tit.on {
    display: block;
  }
  .pro-sel-box .sel-left-change .tit img {
    margin-right: 0.1rem;
  }
  .pro-sel-box .check-all,
  .pro-sel-box .check-no {
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.2rem;
    display: inline-block;
    margin-left:.2rem;
  }
  .pro-sel-box .num {
    margin-bottom: 0.2rem;
    display: inline-block;
    margin-left:.2rem;
  }
  .pro-sel-box .sel-ss {
    margin: 0 auto;
    width: 4rem;
    height: 0.54rem;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
  }
  .pro-sel-box .sel-ss input {
    width: 3.5rem;
    height: 0.54rem;
    padding: 0 0.2rem;
  }
  .pro-sel-box .sel-ss .btn {
    cursor: pointer;
    margin-right: 0.25rem;
  }
  .pro-sel-box .sel-ss .btn img {
    width: 0.19rem;
    height: 0.2rem;
  }
  .pro-sel-box .fx {
    margin-right: 0.36rem;
    color: #0a3f75;
    position: relative;
  }
  .pro-sel-box .fx .tit {
    cursor: pointer;
  }
  .pro-sel-box .fx:hover .fx-box {
    display: block;
  }
  .pro-sel-box .fx .fx-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.3rem;
    background-color: #fff;
    border: 1px solid #eee;
    width: 1rem;
    padding: 0.15rem 0.3rem;
  }
  .pro-sel-box .fx .fx-box::after {
    content: '';
    position: absolute;
    background: url(/img/fx_sj.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 0.17rem;
    height: 0.08rem;
    top: -0.08rem;
    left: 50%;
    margin-left: -0.08rem;
  }
  .pro-sel-box .dl {
    color: #0a3f75;
  }
  .sel-box {
    display: flex;
  }
  .sel-box .l {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    background-color: #e8e8e8;
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 0;
    padding: 0.3rem 0;
  }
  .sel-box .l.on {
    padding: 0.3rem;
    width: 3.5rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
  }
  .sel-box .l .list {
    width: 100%;
  }
  .sel-box .l .list .item .ipt {
    display: flex;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .sel-box .l .list .item .ipt input {
    width: 0.2rem;
    height: 0.2rem;
  }
  .sel-box .l .list .item .ipt p {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-left: 0.1rem;
    cursor: pointer;
  }
  .sel-box .l .list .item .ipt p span {
    padding-right: 0.1rem;
  }
  .sel-box .l .list .item .ipt p i {
    margin-top: 0.05rem;
    width: 0.12rem;
    height: 0.06rem;
    background: url(/img/sel-sel.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.1s;
  }
  .sel-box .l .list .item .ipt p.on i {
    transform: scale(-1);
  }
  .sel-box .l .list .list2 {
    display: none;
    padding-left: 0.3rem;
  }
  .sel-box .l .list .list2.on {
    display: block;
  }
  .sel-box .r {
    width: 100%;
    flex: 1;
    display: flex;
    min-width: 0;
  }
  .sel-box .tab-box {
    width: 100%;
    padding-right: 1px;
    overflow: hidden;
  }
  .sel-box .tab-box .thead {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-right: 1px;
  }
  .sel-box .tab-box .thead .tr {
    display: flex;
    flex-wrap: nowrap;
  }
  .sel-box .tab-box .thead .tr .td {
    padding: 0.3rem 0.2rem;
    font-size: 0.24rem;
    border: 1px solid #dad8d8;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(1) {
    width: 1.2rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(2) {
    width: 2rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(3) {
    width: 3rem;
  }
  .sel-box .tab-box .thead .tr .td:nth-child(n+4) {
    width: 2rem;
  }
  .sel-box .tab-box .thead .tr .td:last-child .sel-dl-box.on {
    right: -0.2rem;
    left: auto;
  }
  .sel-box .tab-box .thead .tr .td.new {
    position: relative;
  }
  .sel-box .tab-box .thead .tr .td.new::after {
    position: absolute;
    content: '';
    width: 0.5rem;
    height: 0.25rem;
    background: url(/img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.2rem;
    top: 0.07rem;
  }
  .sel-box .tab-box .thead .th .td {
    background: #f9f9f9;
  }
  .sel-box .tab-box .thead .sel {
    position: relative;
  }
  .sel-box .tab-box .thead .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(/img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-box .tab-box .thead .sel-td {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(/img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl:hover i {
    background-image: url(/img/sel-dl2.png);
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box.on {
    display: block;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .close {
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list input {
    width: 0.2rem;
    height: 0.2rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .sel-box .tab-box .thead .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.22rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .sel-box .tab-box .thead .sel-td .sel-px {
    cursor: pointer;
  }
  .sel-box .tab-box .thead .sel-td .sel-px img.hide {
    display: none;
  }
  .sel-box .tab-box ::-webkit-scrollbar {
    display: block;
    width: 0.05rem;
    height: 0.1rem;
    -webkit-margin-bottom-collapse: 0.12rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.navA {
  display: none !important;
}
.car {
  position: relative;
  margin-right: 0.3rem;
}
.car img {
  width: 0.27rem;
  height: 0.26rem;
}
.car .num {
  position: absolute;
  width: 0.17rem;
  height: 0.17rem;
  text-align: center;
  line-height: 0.17rem;
  color: #fff;
  border-radius: 0.17rem;
  background-color: #0a3f75;
  right: -0.1rem;
  top: -0.05rem;
}
.nav-login {
  position: relative;
}
.nav-login:hover .log-list {
  display: block;
}
.nav-login .log-list {
  display: none;
  position: absolute;
  top: 0.35rem;
  left: 50%;
  margin-left: -0.715rem;
  background-color: #fff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  width: 1.43rem;
  z-index: 3;
}
.nav-login .log-list .item {
  display: block;
  width: 1.43rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.18rem;
}
.nav-login .log-list .item:hover {
  background-color: #f4f4f4;
  color: #0a3f75;
}
.nav-login .log-list::after {
  position: absolute;
  content: '';
  width: 0.31rem;
  height: 0.1rem;
  top: -0.1rem;
  left: 50%;
  margin-left: -0.15rem;
  background: url(/img/nav-sj.png) no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1000px) {
  .navA {
    display: flex !important;
  }
  .g-right {
    display: none;
  }
  .g-nav2 {
    background: #2e2e2e;
  }
  .g-nav2 .g-right {
    width: 100%;
    padding: 0.3rem;
    padding-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.24rem;
    position: fixed;
    bottom: 0;
    background: #2e2e2e;
    height: 1.3rem;
  }
  .g-nav2 .g-right a {
    color: #fff;
  }
  .g-nav2 .car {
    width: 0.35rem;
    height: 0.35rem;
  }
  .g-nav2 .car img {
    width: 0.35rem;
    height: 0.35rem;
  }
  .g-nav2 .car .num {
    width: 0.25rem;
    height: 0.25rem;
    line-height: 0.25rem;
    background: #fff;
    color: #0a3f75;
  }
  .g-nav2 .yp {
    font-size: 0.24rem;
  }
  .g-nav2 select {
    font-size: 0.24rem;
    height: 0.5rem;
  }
  .g-nav2 .nav-login {
    width: 0.35rem;
    height: 0.35rem;
  }
  .shadow {
    left: 0;
  }
}
/*复选框基本（未选中）的样式*/
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  background: no-repeat center #fff;
  background-size: 0.08rem 0.12rem;
  border: solid 1px #ceced1;
  cursor: pointer;
}
/* 复选框鼠标按下时增加的样式 */
input[type="checkbox"]:active {
  background-image: url(/img/sel3.png);
  border-color: #0a3f75;
}
/*复选框选中后增加的样式*/
input[type="checkbox"]:checked {
  border-color: #0a3f75;
  background-image: url(/img/sel3.png);
}
/*复选框选中后增加的样式*/
input[type="checkbox"]:checked:active {
  border-color: #0a3f75;
  background-image: url(/img/sel3.png);
}
@media only screen and (min-width: 1000px) {
  .zl-form .tip {
    font-size: 0.16rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .zl-form .form-tit {
    text-align: center;
    font-size: 0.38rem;
    font-weight: 600;
  }
  .zl-form .yp-box {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .zl-form .yp-box .yp-form {
    padding-top: 0.5rem;
  }
  .zl-form .yp-box .yp-item .item {
    width: 6.6rem;
  }
  .zl-form .yp-box .yp-item .item2 {
    width: 100%;
  }
  .zl-form .yp-box .yp-item .txt {
    height: 1.96rem;
  }
  .zl-form .yp-box .yp-item .ipt textarea,
  .zl-form .yp-box .yp-item .ipt input {
    font-size: 0.18rem;
  }
  .zl-form .yp-box .yp-item .my {
    position: relative;
  }
  .zl-form .yp-box .yp-item .my p {
    position: absolute;
    right: 0.15rem;
    top: 0.08rem;
    font-size: 0.18rem;
  }
  .zl-form .yp-box .yp-item .my input {
    padding-right: 0.35rem;
  }
  .zl-form .yp-box .yp-item .bs {
    position: relative;
  }
  .zl-form .yp-box .yp-item .bs p {
    position: absolute;
    left: 0.1rem;
    top: 0.08rem;
    font-size: 0.18rem;
  }
  .zl-form .yp-box .yp-item .bs input {
    padding-left: 0.8rem;
  }
  .zl-form .yp-box .yp-item .line {
    width: 0.3rem;
    height: 2px;
    margin-left: -0.15rem;
  }
  .zl-form .yp-box .ipt-info {
    display: flex;
    align-items: center;
  }
  .zl-form .yp-box .li {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
  }
  .zl-form .yp-box .li .p1 {
    width: 2.65rem;
  }
  .zl-form .yp-box .li .p2 {
    width: 2.65rem;
    padding-left: 0.3rem;
  }
  .zl-form .ipt5,
  .zl-form .ipt6,
  .zl-form .ipt4,
  .zl-form .ipt3 {
    width: 2.85rem;
    height: 0.5rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
    color: #333;
    border: 1px solid #aaa;
    margin-right: 0.12rem;
  }
  .zl-form .ipt4 {
    height: 0.4rem;
    width: 0.7rem;
  }
  .zl-form .ipt5 {
    height: 0.4rem;
    width: 0.6rem;
  }
  .zl-form .ipt6 {
    height: 0.4rem;
    width: 1.7rem;
  }
  .radio label {
    margin-right: 0.1rem;
    cursor: pointer;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    min-width: 0;
    /*单选按钮选中后增加的样式*/
  }
  .radio label p {
    display: inline-block;
  }
  .radio label input {
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
    min-width: 0;
  }
  .radio label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: solid 1px #0a3f75;
    position: relative;
    min-width: 0;
    vertical-align: top;
  }
  .radio label input[type="radio"]:checked:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-radius: 0.12rem;
    background-color: #0a3f75;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1000px) {
  .zl-form .tip {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .zl-form .form-tit {
    text-align: center;
    font-size: 0.38rem;
    font-weight: 600;
  }
  .zl-form .yp-box {
    padding: 0;
    box-shadow: none;
  }
  .zl-form .yp-box .yp-form {
    padding-top: 0.5rem;
  }
  .zl-form .yp-box .yp-item .item2 {
    width: 100%;
  }
  .zl-form .yp-box .yp-item .txt {
    height: 1.96rem;
  }
  .zl-form .yp-box .yp-item .my {
    position: relative;
  }
  .zl-form .yp-box .yp-item .my p {
    position: absolute;
    right: 0.15rem;
    top: 0.03rem;
    font-size: 0.22rem;
  }
  .zl-form .yp-box .yp-item .my input {
    padding-right: 0.35rem;
  }
  .zl-form .yp-box .yp-item .bs {
    position: relative;
  }
  .zl-form .yp-box .yp-item .bs p {
    position: absolute;
    left: 0.1rem;
    top: 0.06rem;
    font-size: 0.22rem;
  }
  .zl-form .yp-box .yp-item .bs input {
    padding-left: 0.9rem;
  }
  .zl-form .yp-box .yp-item .line {
    width: 0.3rem;
    height: 2px;
    margin-left: -0.15rem;
  }
  .zl-form .yp-box .ipt-info {
    display: flex;
    align-items: center;
  }
  .zl-form .yp-box .ipt-info .ipt3 {
    width: 2.85rem;
    height: 0.5rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
    color: #333;
    border: 1px solid #aaa;
    margin-right: 0.12rem;
  }
  .zl-form .yp-box .li {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .zl-form .yp-box .li .p1 {
    width: 2.65rem;
  }
  .zl-form .yp-box .li .p2 {
    width: 2.65rem;
    padding-left: 0.3rem;
  }
  .zl-form .yp-box .li .ipt-info {
    flex-wrap: wrap;
    padding-left: 2.6rem;
    font-size: 0.2rem;
  }
  .zl-form .ipt5,
  .zl-form .ipt6,
  .zl-form .ipt4,
  .zl-form .ipt3 {
    width: 2.85rem;
    height: 0.5rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
    color: #333;
    border: 1px solid #aaa;
    margin-right: 0.12rem;
  }
  .zl-form .ipt4 {
    height: 0.4rem;
    width: 0.7rem;
  }
  .zl-form .ipt5 {
    height: 0.4rem;
    width: 0.6rem;
  }
  .zl-form .ipt6 {
    height: 0.4rem;
    width: 1.7rem;
  }
  .zl-form .item3 {
    align-items: flex-start;
  }
  .zl-form .item3 .ipt-info {
    font-size: 0.22rem;
    flex-wrap: wrap;
  }
  .zl-form .item3 .ipt-info .ipt3 {
    margin-bottom: 0.05rem;
  }
  .zl-form .item3 .line {
    top: 0.65rem;
    bottom: auto;
  }
  .radio label {
    margin-right: 0.1rem;
    cursor: pointer;
    /*单选按钮选中后增加的样式*/
  }
  .radio label input {
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
  }
  .radio label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: solid 1px #0a3f75;
    position: relative;
  }
  .radio label input[type="radio"]:checked:before {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 1px;
    border-radius: 0.12rem;
    background-color: #0a3f75;
    position: absolute;
    left: 0.02rem;
    top: 0.02rem;
  }
}


.allarticle a{
  color: #0a3f75 !important;
  text-decoration:none !important;
}
.allarticle a:hover{
  text-decoration:underline !important;
}


.allarticle a span{
  color: #0a3f75 !important;
  text-decoration:none !important;
}
.allarticle a:hover span{
  text-decoration:underline !important;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .pro-dt .pro-box2 .pro-tab ,
  .pro-dt .pro-box .tit {
    font-size: .22rem;
  }
  .pro-dt .pro-box2 .pro-item .tit,
  .pro-dt .pro-box2 .pr-key .l .list li p,
  .pro-dt .pro-box2 .pro-item .tit,
  .ny-box .ny-r,
  .pro-dt .sj-list .item {
    font-size: .18rem;
  }
  .pro-dt .sj-list .item .icon img {
    width: .4rem;
  }
}

.pro-item table{
  border-spacing: 1px;
  width: 100%;
  background-color: #dddddd;
  table-layout: fixed;
}
.pro-item table th{
  text-align: center;
  background-color: #FFFFFF;
}
.pro-item table td{
  text-align: center;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 1440px) {
  .sy-box3 .u2 .item{
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .sy-box3 .u2 .item:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1000px) {
  .sy-box3 .u2 .item{
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .sy-box3 .u2 .item:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
}

.tab-box1 table tr td a:hover{
  text-decoration: underline;
}