﻿@charset "utf-8";

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Microsoft YaHei" !important;
  color: #333;
}
.gund {
width: 100%;
    overflow-x: scroll;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}
a {
  color: #333;
}
li {
  list-style-type: none;
}
@font-face {
  font-family: "iconfont";
  /* project id 1436635 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../font/iconfont.woff2") format("woff2"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont";
}
.clearfix {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
select {
  /*取消默认箭头开始*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*取消默认箭头结束*/
  border: 1px solid #9f9d9d;
  width: 5px;
  outline: none;
  background: url(../images/sanj.jpg) no-repeat right center;
  background-size: contain;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}
video {
  width: 100% !important;
  height: 5rem !important;
  margin: 0 auto;
  display: block;
}
audio {
  margin: 0 auto;
  display: block;
}
.pcdata {
  font-size: 0.28rem;
  padding: 0 0.2rem;
}

/*空行*/
.jline {
  line-height: 0.2rem;
}

/*空行 end */
/*内页最小高度*/
.nymin {
  min-height: 5rem;
}

/*内页最小高度 end */
/*视频*/
.video {
  width: 100%;
  height: 4rem;
}

/*视频 end */
/*动态地图 左地图右文字*/
.dtadd {
  width: 100%;
  height: 400px;
}

/*动态地图 end */
/*分页*/
.fenye {
  font-size: 0.24rem;
  margin: 0.4rem auto;
  text-align: center;
}

.fenye a {
  display: inline-block;
  line-height: 0.5rem;
  margin-right: 0.14rem;
  padding: 0 11px;
  border: 1px solid #ececec;
}

.fenye a.foucus {
  color: #fff;
  background: #0d50a1;
}

.fenye a:last-child {
  margin-right: 0;
}

/*分页 end */
/*banner*/
#swiperbanner {
  height: 8.5rem;
  padding-top: 1rem;
}
.swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.swiper-pagination-bullet {
  width: 0.24rem !important;
  height: 0.24rem !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  opacity: 1 !important;
  background: #fff !important;
  outline: none;
}
.swiper-pagination-bullet-active {
  width: 0.58rem !important;
  border-radius: 0.1rem !important;
  -webkit-border-radius: 0.1rem !important;
  -moz-border-radius: 0.1rem !important;
  -ms-border-radius: 0.1rem !important;
  -o-border-radius: 0.1rem !important;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0.53rem !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.5rem !important;
}
/*banner end */

/*导航*/
.logo {
  width: 60%;
  padding: 0.11rem 0 0.22rem;
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  display: block;
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 102;
  padding: 0 0.16rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav-button {
  width: 25px;
  cursor: pointer;
  height: 25px;
  background: none;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 902;
}
.c-nav-button_wrap {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}
.c-nav-button_icon {
  display: inline-block;
  width: 25px;
  margin-top: 0.12rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav-button_line {
  position: relative;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 3px;
  transform: translateZ(0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.15s 0.05s;
}

.fun-nav {
  display: block;
  outline: none;
  border: 0;
  padding: 0;
}
.c-nav-button_line::before,
.c-nav-button_line::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}
.c-nav-button_line::after {
  opacity: 0;
}
.c-nav-button_line:nth-child(1)::before {
  transition-delay: 0.2s;
}
.c-nav-button:hover .c-nav-button_line:nth-child(1)::before {
  transition-delay: 0s;
}
.fun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.has-nav-open .c-nav-button_icon {
  transform: rotate(135deg);
  transition-delay: 0.2s;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.has-nav-open .c-nav-button:hover .c-nav-button_line::before {
  transform: translateY(0);
}
.c-nav-button_line:nth-child(1)::before {
  transition-delay: 0.2s;
}
.c-nav-button:hover .c-nav-button_line:nth-child(1)::before {
  transition-delay: 0s;
}
.has-nav-open .c-nav-button_line:nth-child(1) {
  transition-delay: 0s, 0.2s;
  transform: translateY(9px);
}
.has-nav-open .c-nav-button_line:nth-child(2) {
  transform: rotate(90deg);
  transition-delay: 0.15s;
  width: 100%;
}
.c-nav-button_line:nth-child(2) {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  width: 60%;
}
.c-nav-button_line:nth-child(2)::before {
  transition-delay: 0.1s;
}
.has-nav-open .c-nav-button_line:nth-child(3) {
  transform: translateY(-0.19375rem);
  opacity: 0;
  transition-delay: 0s, 0.15s;
}
.c-nav-button_line:nth-child(3) {
  position: relative;
  margin-bottom: 0;
}
.c-nav-button_line:nth-child(3)::before {
  transition-delay: 0s;
}
.c-nav-button:hover .c-nav-button_line:nth-child(3)::before {
  transition-delay: 0.2s;
}
.c-nav-button_line:nth-child(3)::after {
  top: 0.59375rem;
}
.has-nav-open .c-nav-button_line::before,
.has-nav-open .c-nav-button_line::after {
  background-color: #000;
}
.has-nav-open .c-nav {
  visibility: visible;
  transition-delay: 0s;
}
.has-nav-open .c-nav_background::before,
.has-nav-open .c-nav_background::after {
  transform: scaleX(1);
}
.has-nav-open .c-nav_background::before {
  transition-delay: 0s;
}
.has-nav-open .c-nav_background::after {
  transition-delay: 0.15s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item {
  transform: translateX(0);
  opacity: 1;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(1) {
  transition-delay: 0.19s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(2) {
  transition-delay: 0.23s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(3) {
  transition-delay: 0.27s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(4) {
  transition-delay: 0.31s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(5) {
  transition-delay: 0.35s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(6) {
  transition-delay: 0.39s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(7) {
  transition-delay: 0.43s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(8) {
  transition-delay: 0.47s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(9) {
  transition-delay: 0.51s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(10) {
  transition-delay: 0.55s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(11) {
  transition-delay: 0.59s;
}
.has-nav-open .c-nav_list-wrap .c-nav_list .c-nav_item:nth-child(12) {
  transition-delay: 0.63s;
}
.nav {
  display: none;
}
.c-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  visibility: hidden;
  transition: visibility 0s 0.85s;
}
.c-nav_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-nav_list-wrap {
  position: relative;
  padding: 10vh 0 0 0;
  z-index: 4;
  text-align: center;
}
.c-nav_background::before {
  transition-delay: 0.25s;
  z-index: 1;
}
.c-nav_background::before,
.c-nav_background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav_list-wrap .c-nav_list {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 4;
  display: inline-block;
  font-size: 0.3rem;
}
.c-nav_list-wrap .c-nav_list .c-nav_item {
  position: relative;
  transform: translateX(-100%) translateX(-0.5rem);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.c-nav_list-wrap a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 3;
}
.c-nav_background::after {
  background: #0d2f93;
  transition-delay: 0.1s;
  z-index: 3;
}
/*导航 end */
.indexvideo {
  padding: 0;
}
.videoid {
  padding: 0;
  height: 7rem !important;
  background: url(../images/video.jpg) no-repeat center center;
  background-size: cover;
}
.videoid a {
  display: block;
  width: 100%;
  height: 100%;
}
.head2 {
  padding: 0;
}
.aboutlist {
  display: flex;
  background: #0d2f93;
}
.aboutlist a {
  display: flex;
  flex: 0 0 33%;
  position: relative;
  justify-content: center;
  line-height: 1.45rem;
  font-size: 0.3rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.aboutlist a span {
  position: absolute;
  font-size: 1.2rem;
  z-index: -1;
  opacity: 0.1;
}
.about {
  padding: 0.87rem 0.32rem 1.62rem;
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.abouttitle {
  line-height: 0.9rem;
  font-size: 0.48rem;
  text-align: center;
}
.aboutline {
  width: 0.39rem;
  margin: 0 auto;
  background: #a7a7a7;
  height: 0.03rem;
}
.abouttxt {
  line-height: 0.48rem;
  font-size: 0.26rem;
  margin-top: 0.4rem;
  height: 3.36rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.numberlist {
  display: flex;
  justify-content: space-between;
  margin-top: 0.49rem;
}
.num {
  width: 33%;
}
.numico {
  font-size: 0.7rem;
  color: #888888;
  text-align: center;
  line-height: 0.83rem;
}
.tubiaoshu {
  font-size: 0.26rem;
  line-height: 0.29rem;
  color: #888888;
  display: flex;
  justify-content: center;
}
.tubiaoshu span {
  line-height: 0.63rem;
  font-size: 0.6rem;
  padding-right: 0.09rem;
  color: #333;
}
.tubiaozi {
  line-height: 0.42rem;
  font-size: 0.26rem;
  text-align: center;
  color: #888888;
}
.head3 {
  padding: 0;
}
.propad {
  padding: 0;
  display: flex;
}
.probg {
  background: url(../images/probg1.jpg) no-repeat center center;
  background-size: cover;
  width: 50%;
  height: 8.46rem;
}
.probg:nth-child(2) {
  background: url(../images/probg2.jpg) no-repeat center center;
  background-size: cover;
}
.probg:nth-child(3) {
  background: url(../images/probg3.jpg) no-repeat center center;
  background-size: cover;
}
.propad:nth-child(2) .probg:nth-child(1) {
  background: url(../images/probg4.jpg) no-repeat center center;
  background-size: cover;
}
.propad:nth-child(2) .probg:nth-child(2) {
  background: url(../images/probg5.jpg) no-repeat center center;
  background-size: cover;
}
.propad:nth-child(2) .probg:nth-child(3) {
  background: url(../images/probg6.jpg) no-repeat center center;
  background-size: cover;
}
.probg a {
  display: block;
}
.nummore {
  width: 2.88rem;
  margin: 0.52rem auto 0;
  line-height: 0.72rem;
  font-size: 0.26rem;
  background: #0d2f93;
  text-align: center;
  border-radius: 0.31rem;
  -webkit-border-radius: 0.31rem;
  -moz-border-radius: 0.31rem;
  -ms-border-radius: 0.31rem;
  -o-border-radius: 0.31rem;
}
.nummore a {
  display: block;
  color: #fff;
}
.prologo {
  width: 40%;
  margin: 0.8rem auto 0;
}
.prologo img {
  display: block;
  width: 100%;
}
.protitle {
  width: 90%;
  line-height: 0.49rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  margin: 0.06rem auto 0;
  height: 0.98rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.proline {
  width: 0.33rem;
  height: 0.03rem;
  background: #fff;
  margin: 0.13rem auto 0;
}
.proico {
  opacity: 0;
}
.prozhe {
  opacity: 0;
}
.head4 {
  padding: 1.02rem 0.25rem 0.63rem;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
}
.newswipertab {
  position: relative;
  padding: 0;
}
#swipertab {
  padding: 2.22rem 0 0 0 !important;
  width: 83%;
}
#swipertab .swiper-slide {
  position: relative;
  background-size: cover;
}
#swipertab .swiper-slide img {
  display: block;
  width: 100%;
}
#swipertab .swiper-slide p {
  position: absolute;
  width: 100%;
  line-height: 0.7rem;
  font-size: 0.26rem;
  padding: 0 0.35rem;
  color: #fff;
  height: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
}
.newswipertab .swiper-pagination {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: self-start;
  height: 1.65rem !important;
}
.newswipertab .swiper-pagination-bullet {
  width: 1.65rem !important;
  height: 1.65rem !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  color: #fff;
  line-height: 1.65rem;
  font-size: 0.3rem;
  position: relative;
  background-color: #a5a4b4 !important;
}
.newswipertab .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background: url(../images/dian.png) no-repeat center center !important;
  background-size: 92% !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes fadenum {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.newswipertab .swiper-pagination-bullet-active {
  background-color: #0d2f93 !important;
}
.newswipertab .swiper-pagination-bullet-active::after {
  animation: fadenum 5s linear infinite;
  -moz-animation: fadenum 5s linear infinite;
  -webkit-animation: fadenum 5s linear infinite;
  -o-animation: fadenum 5s linear infinite;
}
.newswipertab .swiper-button-next,
.newswipertab .swiper-button-prev {
  top: 68% !important;
}
.newswipertab .swiper-button-next {
  right: 0 !important;
}
.newswipertab .swiper-button-prev {
  left: 0 !important;
}
.head5 {
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
  padding: 0.51rem 0 0.62rem;
}
.tab {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.tab-nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tab-nav a {
  line-height: 0.67rem;
  font-size: 0.3rem;
  text-align: center;
  width: auto;
  padding: 0 0.2rem;
  display: flex;
  align-items: flex-end;
}

.tab-nav a.current {
  color: #0d2f93;
  font-size: 0.48rem;
  line-height: 0.86rem;
}
.tab-con {
  position: relative;
  overflow: hidden;
}
.tab-con-item {
  display: none;
  padding: 0 0.6rem;
}
#swipernews {
  height: 8.85rem;
}
#swipernews a {
  display: block;
  background: #fff;
  padding: 0.13rem;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  height: calc ((100% - 30px) / 2);
  height: calc((8.85rem - 20px) / 2);
}
#swipernews a img {
  width: 100%;
  display: block;
}
.newstitle {
  line-height: 0.49rem;
  font-size: 0.28rem;
  height: 0.98rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.17rem auto 0.19rem;
}
.newsbottom {
  border-top: 0.01rem solid #f1f0f7;
  display: flex;
  align-items: flex-end;
}
.newsdate {
  line-height: 0.72rem;
  font-size: 0.48rem;
  font-weight: bold;
  width: auto;
  margin-right: 0.2rem;
}
.newstear {
  line-height: 0.58rem;
  font-size: 0.24rem;
}
.tab-con-item .swiper-button-next,
.tab-con-item .swiper-button-prev {
  width: 1.42rem;
  height: 1.42rem;
  background: rgba(0, 0, 0, 0.5);
}
.tab-con-item .swiper-button-prev {
  border-radius: 100%;
  left: -1rem;
}
.tab-con-item .swiper-button-next {
  border-radius: 100%;
  right: -1rem;
}
.tab-con-item .swiper-button-next:after,
.tab-con-item .swiper-button-prev:after {
  font-size: 0.3rem !important;
}
.tab-con-item .swiper-button-next:after {
  margin: 0 auto 0 0.15rem;
}
.tab-con-item .swiper-button-prev:after {
  margin: 0 0.15rem 0 auto;
}
.head6 {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: cover;
  padding: 0.24rem 0.27rem 1.52rem;
}
.mepad {
  padding: 0;
}
.messagetitle {
  line-height: 0.95rem;
  font-size: 0.48rem;
  text-align: center;
}
.message {
  margin-bottom: 0.44rem;
}
.message input {
  line-height: 0.76rem;
  font-size: 0.26rem;
  border: 0;
  border-bottom: 0.01rem solid #fff;
  outline: none;
  background: none;
  width: 100%;
  display: block;
  padding: 0;
}
.message textarea {
  width: 100%;
  border: 0;
  border-bottom: 0.01rem solid #fff;
  line-height: 0.36rem;
  font-size: 0.26rem;
  outline: none;
  height: 2.09rem;
  padding: 0.2rem 0;
  background: none;
}
.message button {
  width: 2.4rem;
  margin: 0.42rem auto 0;
  line-height: 0.59rem;
  font-size: 0.26rem;
  text-align: center;
  display: block;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  background: #0d2f93;
  border: 0;
  color: #fff;
}
.yzcode {
  display: flex;
  align-items: flex-start;
}
.yzcode input {
  width: 50% !important;
}
.yzcode img {
  width: 30%;
  height: 0.76rem;
  display: block;
}
.address {
  padding: 0;
}
.addresscon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.addresscon img {
  width: 25%;
  display: block;
}
.addright {
  width: 73%;
}
.addtel {
  line-height: 0.32rem;
  font-size: 0.3rem;
  color: #0d2f93;
  font-weight: bold;
  margin-bottom: 0.21rem;
}
.addtel a {
  color: #0d2f93;
}
.addtxt a {
  display: flex;
}
.addtxt span {
  line-height: 0.37rem;
  font-size: 0.26rem;
}
.addtxt span:nth-child(1) {
  width: 17%;
}
.addtxt span:nth-child(2) {
  width: 83%;
}
.gaode {
  border: 0.1rem solid #cad5ed;
  width: 100%;
  height: 4.32rem;
  margin: 0.34rem auto 0;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.head7 {
  background: #232a33;
  padding: 0.2rem 0 1rem;
}
.copyid {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.copyid a {
  color: #fff;
}
.floatmin {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #032484;
  display: flex;
  z-index: 99;
}
.floatmin a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 0.85rem;
  font-size: 0.28rem;
  position: relative;
}
.floatmin a span {
  font-size: 0.4rem;
  padding-right: 0.17rem;
}
.floatmin a::after {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.32rem;
  background: #fff;
  right: 0;
}
.nybanner {
  height: 5.28rem;
}
#swipersam {
  border-bottom: 0.01rem solid #dedede;
  margin-top: 0.24rem;
  padding: 0 0.28rem;
}
#swipersam a {
  line-height: 0.72rem;
  font-size: 0.28rem;
  width: auto;
}
#swipersam .active {
  border-bottom: 0.05rem solid #0d50a1;
}
#swipersam .swiper-slide-active::before {
  display: none;
}
.nyheadsam {
  padding: 0;
}
.nycom {
  padding: 0 0.36rem;
}
.nytitle {
  line-height: 0.88rem;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0.17rem;
}
.threecolmun {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.3rem;
}
.threecolmun a {
  line-height: 0.52rem;
  font-size: 0.28rem;
  text-align: center;
  display: block;
  flex: 0 0 32%;
  background: #f5f5f5;
  margin: 0.1rem 0.06rem 0 0;
}
.threecolmun a:last-child {
  margin: 0.1rem 0 0 0;
}
.threecolmun .active {
  background: #0d50a1;
  color: #fff;
}
.nycompany {
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin: 0.1rem 0 0.2rem 0;
  padding: 0;
}
.nycompany img {
  max-width: 100%;
}
.nypiclist {
  padding: 0;
  margin-top: 0.1rem;
}
.nypic {
  margin-top: 0.26rem;
  cursor: pointer;
}
.nypic a {
  display: block;
  overflow: inherit;
}
.nypiclist .nypic:nth-child(2n) {
  padding: 0 0 0 0.1rem;
}
.nypiclist .nypic:nth-child(2n-1) {
  padding: 0 0.1rem 0 0;
}
.nypic_img {
  background: #fafafa;
  border: 0.05rem solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.15rem 0;
}
.nypic_img img {
  display: block;
  width: 80%;
}
.nypic p {
  line-height: 0.97rem;
  font-size: 0.26rem;
  text-align: center;
  background: #f5f5f5;
  margin-top: 0.03rem;
  padding: 0 0.15rem;
  height: 0.97rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nypiclist .nypic:nth-child(1),
.nypiclist .nypic:nth-child(2) {
  margin-top: 0;
}
.nyfoot {
  background: #f5f5f5;
  padding: 0.55rem 0 1.03rem;
}
.footlogo {
  width: 65%;
  margin: 0 auto;
}
.footlogo img {
  display: block;
  width: 100%;
}
.footcontact {
  margin-top: 0.18rem;
}
.footcontact img {
  width: 25%;
  display: block;
  margin: 0 auto;
}
.footcontact_r {
  margin-top: 0.06rem;
}
.footcontact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.56rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.footcontact_add {
  line-height: 0.48rem;
  font-size: 0.26rem;
  text-align: center;
}
.footicp {
  margin-top: 0.31rem;
}
.footicp_bq {
  line-height: 0.36rem;
  font-size: 0.24rem;
  text-align: center;
  color: #888888;
}
.footicp_bq a {
  color: #888888;
}
.nynewslist {
  padding: 0;
  margin-top: 0.1rem;
}
.nynews {
  padding: 0;
  margin-top: 0.17rem;
}
.nynews a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nynews_l {
  width: 18%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 1.17rem;
  flex-wrap: wrap;
}
.nynews_r {
  width: 78%;
}
.nynews_date {
  line-height: 0.66rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.nynews_year {
  line-height: 0.38rem;
  font-size: 0.24rem;
}
.nynews_title {
  line-height: 0.52rem;
  height: 0.52rem;
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nynews_des {
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #888888;
  height: 0.84rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nynews:first-child {
  margin-top: 0;
}
.nynewslist_pic {
  padding: 0;
  margin-top: 0.1rem;
}
.nynews_pic {
  margin-top: 0.25rem;
  padding: 0;
}
.nynewslist_pic .nynews_pic:nth-child(1) {
  margin-top: 0;
}
.nynewslist_pic .nynews_pic:nth-child(2) {
  margin-top: 0;
}
.nynews_pic a {
  background: #f5f5f5;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  padding: 0.15rem;
  display: block;
}
.nynews_pic a img {
  width: 100%;
}
.nynews_pic:nth-child(2n-1) {
  padding: 0 0.1rem 0 0;
}
.nynews_pic:nth-child(2n) {
  padding: 0 0 0 0.1rem;
}
.nynews_middle {
  padding: 0.09rem 0;
  border-bottom: 0.01rem solid #e8e8e8;
}
.nynewspic_title {
  line-height: 0.5rem;
  font-size: 0.28rem;
  height: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nynews_bottom {
  width: 2.12rem;
  background: #e70012;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  margin: 0.11rem auto 0 0;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}
.nynews_bottom span:nth-child(1) {
  line-height: 0.6rem;
  font-size: 0.48rem;
  font-weight: bold;
  padding-right: 0.06rem;
}
.nynews_bottom span:nth-child(2) {
  line-height: 0.44rem;
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.06rem;
}
.nynewsxq_title {
  line-height: 0.72rem;
  font-size: 0.36rem;
  text-align: center;
  color: #0d50a1;
  font-weight: bold;
  margin-top: 0.25rem;
  padding: 0;
}
.nynewsxq_date {
  line-height: 0.84rem;
  font-size: 0.24rem;
  text-align: center;
  color: #888888;
  padding: 0;
}
.nynewsxq_txt {
  padding: 0;
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin-top: 0.03rem;
}
.nynewsxq_txt img {
  max-width: 100%;
}
.nyfenyelist {
  border-top: 0.01rem solid #dedede;
  margin-top: 0.35rem;
  padding: 0.27rem 0;
}
.nyfenyelist a {
  line-height: 0.52rem;
  font-size: 0.26rem;
  height: 0.52rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nyproductlist {
  padding: 0;
  margin-top: 0.1rem;
}
.nyproduct a {
  display: block;
}
.nyproductlist .nyproduct:nth-child(2n) {
  padding: 0 0 0 0.1rem;
}
.nyproductlist .nyproduct:nth-child(2n-1) {
  padding: 0 0.1rem 0 0;
}
.nyproduct_pic {
  background: #f5f5f5;
 /* height: 3.38rem;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.nyproduct_pic img {
  display: block;
  width: 100%;
}
.nyproduct_bottom {
  padding: 0.14rem 0.24rem 0.19rem;
  background: #ededed;
}
.nyproduct_title {
  line-height: 0.36rem;
  font-size: 0.26rem;
  font-weight: bold;
  height: 0.36rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
text-align: center;
}
.nyproduct_money {
  display: flex;
  line-height: 0.66rem;
}
.nyproduct_money span:nth-child(1) {
  font-size: 0.24rem;
}
.nyproduct_money span:nth-child(2) {
  font-size: 0.24rem;
}
.nyproduct_money span:nth-child(3) {
  font-size: 0.3rem;
  font-weight: bold;
}
.nyproduct_more {
  width: 1.33rem;
  background: #e70012;
  color: #fff;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.24rem;
  border-radius: 0.18rem;
  -webkit-border-radius: 0.18rem;
  -moz-border-radius: 0.18rem;
  -ms-border-radius: 0.18rem;
  -o-border-radius: 0.18rem;
    margin: 0.2rem auto .01rem;
}
.nyproduct {
  margin-top: 0.22rem;
}
.nyproductlist .nyproduct:nth-child(1),
.nyproductlist .nyproduct:nth-child(2) {
  margin-top: 0;
}
.nyproxq_title {
  line-height: 1.2rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #e70012;
  padding: 0;
}
.nyproxq_lb {
  padding: 0;
  position: relative;
  margin-top: 0.03rem;
  border: 0.01rem solid #dedede;
}
#nyproswiper_d {
  height: auto;
  border-bottom: 0.01rem solid #dedede;
}
#nyproswiper_d img {
  display: block;
  width: 100%;
}
#nyproswiper_s {
  width: 82%;
  height: auto;
  padding: 0.18rem 0;
  margin: 0 9%;
}
#nyproswiper_s .swiper-slide {
  width: 33.3%;
}
#nyproswiper_s .swiper-slide img {
  display: block;
  width: 100%;
  border: 0.01rem solid #dedede;
  height: 100%;
}
.swiper-slide-thumb-active {
  border: 0.02rem solid #e70012;
}
.nyproxq_lb .swiper-button-next,
.nyproxq_lb .swiper-button-prev {
  width: 0.38rem;
  height: 1.2rem;
  background: #a2a2a2;
  top: 81.5%;
}
.nyproxq_lb .swiper-button-prev {
  left: 0.125rem !important;
}
.nyproxq_lb .swiper-button-next {
  right: 0.125rem !important;
}
.nyproxq_lb .swiper-button-next:after,
.nyproxq_lb .swiper-button-prev:after {
  font-size: 0.4rem !important;
}
.nyproxq_right {
  margin-top: 0.41rem;
  padding: 0;
}
.nyproxq_des {
  background: #f6f6f6;
  padding: 0.25rem 0.35rem 0.1rem;
}
.nyproxq_money {
  display: flex;
  align-items: flex-end;
  line-height: 0.73rem;
}
.nyproxq_money span:nth-child(1) {
  font-size: 0.26rem;
}
.nyproxq_money span:nth-child(2) {
  font-size: 0.4rem;
  color: #eb3543;
  font-weight: bold;
}
.nyproxq_brand {
  line-height: 0.73rem;
  font-size: 0.26rem;
}
.nyproxq_txt {
  margin-top: 0.16rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
}
.nyproxq_con {
  border-top: 0.01rem solid #dedede;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  padding: 0.46rem 0 0;
  align-items: center;
}
.nyproxq_zx {
  width: 2.78rem;
  background: #0d50a1;
  border-radius: 0.07rem;
  -webkit-border-radius: 0.07rem;
  -moz-border-radius: 0.07rem;
  -ms-border-radius: 0.07rem;
  -o-border-radius: 0.07rem;
  line-height: 0.64rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.nyproxq_lx {
  width: auto;
}
.nyproxq_zx a {
  display: block;
  color: #fff;
}
.nyproxq_lxtel {
  display: flex;
  line-height: 0.39rem;
  font-size: 0.26rem;
}
.nyproxq_lxtel span {
  font-size: 0.3rem;
  color: #0d50a1;
  padding-right: 0.07rem;
}
.nyproxq_tel {
  line-height: 0.32rem;
  font-size: 0.3rem;
  display: flex;
  font-weight: bold;
  color: #e70012;
}
.nyproxq_tel a {
  color: #e70012;
}
.nyproxq_b {
  margin-top: 0.46rem;
  padding: 0;
display:none;
}
.nyproxq_cpxq {
  line-height: 0.82rem;
  font-size: 0.36rem;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  color: #0d50a1;
}
.nyproxq_cpxq span {
  color: #d6d6d6;
  padding: 0 0.2rem;
}
.nyproxq_text {
  margin-top: 0.28rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
}
.nyproxq_text img {
  max-width: 100%;
}
#accordion {
  margin-top: 0.1rem;
  padding: 0;
}
.card .card-link {
  display: flex;
  line-height: 0.84rem;
  font-size: 0.28rem;
  justify-content: space-between;
  padding: 0 0.18rem 0 0.22rem;
  background: #e8e8e8;
  align-items: center;
}
.card {
  margin-top: 0.1rem;
}
.nyjob_title {
  font-weight: bold;
}
.nyjob_ckxq {
  width: 1.47rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.26rem;
}
.card .card-link .nyjob_ckxq {
  background: #0d50a1;
  color: #fff;
  border: 0.01rem solid #0d50a1;
}
.card .collapsed .nyjob_ckxq {
  background: none;
  color: #333;
  border: 0.01rem solid #888888;
}
.card-body {
  padding: 0.2rem 0.25rem 0.29rem;
  background: #f5f5f5;
}
.nyjob_mdes {
  line-height: 0.62rem;
  font-size: 0.28rem;
}
.nyjob_mtxt {
  line-height: 0.6rem;
  font-size: 0.26rem;
  color: #555555;
}
.nyjob_more {
  width: 1.67rem;
  line-height: 0.58rem;
  font-size: 0.26rem;
  color: #fff;
  margin: 0.14rem 0 0 auto;
  text-align: center;
  background: #e70012;
}
.nyjob_more a {
  color: #fff;
}
.nyjobxq_gz {
  padding: 0;
  line-height: 0.43rem;
  font-size: 0.24rem;
  margin-top: 0.39rem;
}
.nyjobxq_title {
  width: 5.08rem;
  line-height: 0.69rem;
  font-size: 0.26rem;
  text-align: center;
  color: #fff;
  background: #0d50a1;
  margin: 0.36rem auto 0.25rem;
}
.nyjobxq_mes {
  padding: 0;
  margin-bottom: 0.41rem;
}
.formnamemb {
  margin-top: 0.15rem;
}
.formname {
  line-height: 0.85rem;
  font-size: 0.26rem;
  text-align: right;
  width: 20%;
}
.formnameinput,
.formtextarea {
  width: 80%;
}
.formvcode {
  width: 50%;
}
.formvcodep {
  width: 30%;
}
.formvcodep img {
  display: block;
  width: 100%;
}
.submit {
  width: 3rem;
  margin: 0.5rem auto 0;
}
.submit button {
  display: block;
  width: 100%;
  background: #e70012;
  border: 0;
  line-height: 0.78rem;
  font-size: 0.3rem;
  color: #fff;
  border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  -o-border-radius: 0.35rem;
  outline: none;
}
.formvcode input {
  width: 100%;
  line-height: 0.85rem;
  font-size: 0.26rem;
  border: 0;
  background: #ededed;
  outline: none;
  display: block;
  padding: 0 0.15rem;
}
.formtextarea textarea {
  width: 100%;
  line-height: 0.45rem;
  height: 2.22rem;
  font-size: 0.26rem;
  border: 0;
  background: #ededed;
  outline: none;
  display: block;
  padding: 0.15rem;
}
.formnameinput input {
  width: 100%;
  line-height: 0.85rem;
  font-size: 0.26rem;
  border: 0;
  background: #ededed;
  outline: none;
  display: block;
  padding: 0 0.15rem;
}
.sex {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.widname {
  width: 50%;
}
.formnamemb label {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.2rem;
  line-height: 0.85rem;
  font-size: 0.26rem;
}

.sexys input[type="radio"] {
  position: absolute;
  opacity: 0;
  top: 0.15rem;
  left: 0.22rem;
  z-index: 99;
}

.sexys {
  position: relative;
}

.sexys input[type="radio"] + .wmwhhrn6:before {
  content: "";
  background: #ededed;
  border-radius: 100%;
  border: 1px solid #9b9b9b;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  top: 0;
  margin-right: 0.13rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.sexys input[type="radio"]:checked + .wmwhhrn6:before {
  background-color: #000000;
  box-shadow: inset 0 0 0 0.05rem #ededed;
}

.sexys input[type="radio"]:focus + .wmwhhrn6:before {
  outline: none;
}

.sexys input[type="radio"]:disabled + .wmwhhrn6:before {
  box-shadow: inset 0 0 0 0.05rem #ededed;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.sexys input[type="radio"] + .wmwhhrn6:empty:before {
  margin-right: 0;
}

.shangchuanjianli {
  width: 3rem;
  margin: 0.49rem auto 0 0.22rem;
}
#ClickMe {
  color: #fff;
  line-height: 0.47rem;
  font-size: 0.24rem;
  text-align: center;
  display: block;
  outline: none;
  background: #0d50a1;
  width: 100%;
  border: 0;
  border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  -o-border-radius: 0.35rem;
}
#goodcover {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.5;
}
#code {
  width: 50%;
  height: 3rem;
  background-color: #fff;
  padding: 0.2rem;
  position: fixed;
  display: none;
  z-index: 1002;
  opacity: 1 !important;
}
.close1 {
  width: 100%;
  height: 0.6rem;
}
#closebt {
  float: right;
  display: block;
}
#closebt img {
  width: 20px;
  display: block;
  margin: 0 0 0 auto;
}
.goodtxt {
  text-align: center;
}
.uploader {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: default;
  padding: 0;
  margin: 0 0 0.4rem;
  -moz-box-shadow: 0px 0px 5px #ddd;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  box-shadow: 0px 0px 5px #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.filename {
  float: left;
  display: block;
  outline: 0 none;
  height: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0.08rem 0.15rem;
  overflow: hidden;
  cursor: default;
  border: 1px solid;
  border-right: 0;
  font: 9pt/100% Arial, Helvetica, sans-serif;
  color: #777;
  text-shadow: 1px 1px 0px #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #f5f5f5)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
  border-color: #ccc;
  -moz-box-shadow: 0px 0px 1px #fff inset;
  -webkit-box-shadow: 0px 0px 1px #fff inset;
  box-shadow: 0px 0px 1px #fff inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  float: left;
  height: 0.4rem;
  display: block;
  outline: 0 none;
  padding: 0.08rem 0.15rem;
  margin: 0;
  cursor: pointer;
  border: 1px solid;
  font: bold 9pt/100% Arial, Helvetica, sans-serif;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  -moz-box-shadow: 0px 0px 1px #fff inset;
  -webkit-box-shadow: 0px 0px 1px #fff inset;
  box-shadow: 0px 0px 1px #fff inset;
  position: absolute;
  top: 0;
  right: 0;
}
.uploader input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  height: 0.4rem;
  cursor: pointer;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
}
.biaogetijiao2 {
  width: 20%;
}
.yanzhengma2 {
  width: 40%;
  padding-left: 0.2rem;
}
.biaogetijiao2 input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  background: #e70012;
  color: #fff;
  border-radius: 0.08rem;
  border: 0;
  outline: none;
  display: block;
}
.yanzhengma2 input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  outline: none;
  font-size: 0.16rem;
  display: block;
}
.yanzhengmatu2 {
  width: 40%;
  height: 0.4rem;
  outline: none;
  font-size: 0.16rem;
}
.yanzhengmatu2 img {
  display: block;
  width: 100%;
}
.nylxwm_add {
  padding: 0;
  position: absolute;
  top: 1.13rem;
  left: 0;
  height: 3.25rem;
  border: 0.01rem solid #e1e1e1;
}
.nylxwm_add iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.nylxwm_con {
  background: #fff;
  padding: 0.07rem 0.28rem 0.59rem;
  margin-top: 2.38rem;
  -moz-box-shadow: 0px 0px 10px #9c9c9c;
  -webkit-box-shadow: 0px 0px 10px #9c9c9c;
  box-shadow: 0px 0px 10px #9c9c9c;
}
.nylxwm_title {
  line-height: 1.07rem;
  font-size: 0.36rem;
}
.nylxwm_o p,
.nylxwm_t p {
  line-height: 0.62rem;
  font-size: 0.26rem;
}
.nylxwm_right {
  margin-top: 0.64rem;
}
.nylxwm_right img {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  margin: 0 auto;
}
.nylxwm_right p {
  text-align: center;
  line-height: 0.59rem;
  font-size: 0.24rem;
}
.nylxwm_lxlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0.2rem auto 0.5rem;
}
.nylxwm_lx {
  flex: 0 0 49%;
  border: 0.01rem solid #dedede;
  padding: 0.25rem 0.23rem;
  margin-top: 0.3rem;
}
.nylxwm_lxt {
  line-height: 0.97rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.nylxwm_tel {
  line-height: 0.49rem;
  font-size: 0.26rem;
}
.nynumlist {
  margin-top: 0.2rem;
  padding: 0.78rem 0 0.56rem;
  background: #f5f5f5;
}
.nynumlist .numico {
  font-size: 0.9rem;
}
.nynumlist .tubiaoshu {
  line-height: 0.4rem;
  margin-top: 0.13rem;
}
.nynumlist .tubiaozi {
  line-height: 0.56rem;
  color: #333;
}
.nynumlist .tubiaoshu span {
  line-height: 0.73rem;
  color: #e70012;
  font-weight: bold;
}
.nynumlist .num {
  margin-top: 0.7rem;
}
.nynumlist .num:nth-child(1),
.nynumlist .num:nth-child(2) {
  margin-top: 0;
}
.nyvideotxt {
  padding: 0;
  margin: 0.38rem 0 0.28rem;
}
.nytxt {
  line-height: 0.6rem;
  font-size: 0.26rem;
text-indent: 2em;
}
.nyvideo {
  margin-top: 0.25rem;
  height: 3.4rem !important;
  width: 100% !important;
  display: block;
}
.nyqxlist {
  background: #f5f5f5;
  padding: 0.43rem 0.19rem 0.86rem;
  margin-bottom: 0.41rem;
}
.nyqxtxt {
  line-height: 0.6rem;
  font-size: 0.26rem;
    text-indent: 2em;
}
.nyqxpic {
  padding: 0.2rem 0 0 0;
}
.nyqxpic img {
  display: block;
  width: 100%;
}
.nymessage {
  padding: 0;
}
.nymessage input {
  line-height: .8rem;
  font-size: .26rem;
  outline: none;
  background: #f5f5f5;
  padding: 0 .15rem;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  -moz-border-radius: .1rem;
  -ms-border-radius: .1rem;
  -o-border-radius: .1rem;
  display: block;
  width: 100%;
  border: 0;
    margin-top: 0.2rem;
}
.nymessage textarea {
  line-height: .45rem;
  height: 2rem;
  font-size: .26rem;
  outline: none;
  background: #f5f5f5;
  padding: .15rem;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  -moz-border-radius: .1rem;
  -ms-border-radius: .1rem;
  -o-border-radius: .1rem;
  display: block;
  width: 100%;
  border: 0;
    margin-top: 0.2rem;
}
.nymessage .yzcode img {
  width: 30%;
  margin-top: 0.2rem;
  height: 0.8rem;
}
.nymessage button {
  width: 35%;
  line-height: .7rem;
  font-size: .26rem;
  margin: 0.5rem auto;
  display: block;
  border: 0;
}
@keyframes pulsenew {
  0% {
    transform: scale(1);
  }
50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.haima {
  position: fixed;
  width: 2.63rem;
  height: 2.29rem;
  top: 70%;
  right: .95rem;
  z-index: 999;
animation:pulsenew 3s linear infinite;
display:none;
}
.haima img {
  width: 100%;
  display: block;
}
.haimaclose {
  position: absolute;
  top: 0;
  right: 0;
  line-height: .3rem;
  font-size: .2rem;
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  border-radius: 100%;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
color: #fff;
}
.zxkf {
  position: absolute;
  width: auto;
  line-height: .55rem;
  font-size: .2rem;
  font-weight: bold;
  top: .33rem;
  right: .23rem;
  color: #fff;
  z-index: 1;
}
.zxkf a {
  color: #fff;
  display: block;
}
.back {
  top: .98rem;
  cursor: pointer;
}
.welcome {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.1rem;
}
.welcomeimg {
max-width: 5%;
    -webkit-animation: welcomeimg 2s infinite ease-in-out;
    animation: welcomeimg 2s infinite ease-in-out;
}
@-webkit-keyframes welcomeimg {
  0% {
    transform: translateX(-.1rem);

  }

  50% {
    transform: translateX(.2rem);
  }

  100% {
    transform: translateX(-.1rem);
  }
}
@media (min-width: 992px) {
.haima {
display:block;
}
.gund {
padding-bottom: 0.05rem
}
  video {
    width: 70% !important;
    height: 5rem !important;
  }
  .pcdata {
    font-size: 0.16rem;
  }

  /*内页最小高度*/
  .nymin {
    min-height: 4rem;
  }

  /*内页最小高度 end */
  /*视频*/
  .video {
    width: 80%;
    height: 6rem;
  }

  /*视频 end */
  /*动态地图 左地图右文字*/
  .dtadd {
    width: 60%;
    height: 400px;
  }

  /*动态地图 end */
  /*分页*/
  .fenye {
    font-size: 0.14rem;
    margin: 0.4rem auto;
  }

  .fenye a {
    line-height: 0.34rem;
  }

  /*分页 end */
  /*banner*/
  #swiperbanner {
    height: 100vh;
    padding-top: 0.76rem;
  }
  .swiper-pagination-bullet {
    width: 0.13rem !important;
    height: 0.13rem !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0.5rem !important;
  }
  .swiper-pagination-bullet-active {
    width: 0.31rem !important;
  }

  /*banner end */
  /*导航*/
  .nav {
    margin-right: 0;
    font-size: 0.18rem;
    line-height: 0.76rem;
    display: block;
    width: auto;
  }
  .nav > li {
    position: relative;
    float: left;
  }
  .nav > li > a {
    display: block;
    padding: 0 0.05rem;
    font-size: 0.14rem;
  }
  .nav > li:hover > a,
  .nav > .cur > a {
    color: #333;
  }
  .nav li .shownav {
    position: absolute;
    left: -15%;
    top: 60px;
    width: 130%;
    padding: 15px 0 0;
    background: url(../images/shownav.png) no-repeat center top;
    visibility: hidden;
    font-size: 14px;
    z-index: 1;
  }
  .nav li .shownav a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.76);
    color: #000;
    line-height: 0.2rem;
    text-align: center;
  }
  .nav li .shownav {
    transform: scale(0);
  }
  .nav li .shownav a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.4s ease;
  }
  .nav li .shownav a:hover {
    background: #0d2f93;
    color: #fff;
  }
  .nav li:hover .shownav {
    visibility: visible;
  }
  .nav li:hover .shownav {
    z-index: 10;
    transform: scale(1);
  }
  .nav li:hover .shownav a {
    opacity: 1;
    transform: none;
  }
  .nav li:hover .shownav a:nth-child(1) {
    transition-delay: 0s;
  }
  .nav li:hover .shownav a:nth-child(2) {
    transition-delay: 50ms;
  }
  .nav li:hover .shownav a:nth-child(3) {
    transition-delay: 0.1s;
  }
  .nav li:hover .shownav a:nth-child(4) {
    transition-delay: 150ms;
  }
  .nav li:hover .shownav a:nth-child(5) {
    transition-delay: 0.2s;
  }
  .nav li:hover .shownav a:nth-child(6) {
    transition-delay: 250ms;
  }
  .nav li:hover .shownav a:nth-child(7) {
    transition-delay: 0.3s;
  }
  .nav li:hover .shownav a:nth-child(8) {
    transition-delay: 350ms;
  }
  .nav li:hover .shownav a:nth-child(9) {
    transition-delay: 0.4s;
  }
  .nav li:hover .shownav a:nth-child(10) {
    transition-delay: 450ms;
  }
  .nav li:hover .shownav a:nth-child(11) {
    transition-delay: 0.5s;
  }
  .nav li:hover .shownav a:nth-child(12) {
    transition-delay: 550ms;
  }
  .nav li:hover .shownav a:nth-child(13) {
    transition-delay: 600ms;
  }
  .nav li:hover .shownav a:nth-child(14) {
    transition-delay: 650ms;
  }
  .nav li:hover .shownav a:nth-child(15) {
    transition-delay: 700ms;
  }
  .nav li:hover .shownav a:nth-child(16) {
    transition-delay: 750ms;
  }
  .nav li:hover .shownav a:nth-child(17) {
    transition-delay: 800ms;
  }
  .nav li:hover .shownav a:nth-child(18) {
    transition-delay: 850ms;
  }
  .nav li:hover .shownav a:nth-child(19) {
    transition-delay: 900ms;
  }
  .nav li:hover .shownav a:nth-child(20) {
    transition-delay: 950ms;
  }
  .fun {
    width: 80%;
    justify-content: flex-end;
  }
  /*导航 end */
  .header {
    padding: 0;
  }
  .logo {
    width: 20%;
    padding: 0.07rem 0 0.04rem 0;
  }
  .TMALL {
    margin-left: 0.1rem;
  }
  .TMALL img {
    display: block;
  }
  .fun-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.76rem;
    margin-left: 0.22rem;
    padding: 0 0.24rem 0 0.32rem;
    width: auto;
    background-color: #0d50a1;
  }
  .fun-search {
    position: relative;
    width: 0.38rem;
    height: 0.38rem;
  }
  .fun-search .fun-search-ico {
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../images/fun-search2.png) no-repeat center;
    vertical-align: top;
  }
  .fun-search form {
    position: absolute;
    top: 58px;
    right: 0;
    z-index: 18;
    width: 300px;
    display: none;
    border: 1px solid #0d50a1;
    background-color: #fff;
    z-index: 99;
  }
  .fun-search input[type="text"] {
    width: 228px;
    height: 45px;
    line-height: 38px;
    background: #fff;
    float: left;
    padding: 0 12px;
    font-size: 14px;
    border: 0;
  }
  .fun-search input[type="submit"] {
    width: 70px;
    height: 45px;
    background: #0d50a1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    font-size: 14px;
    border: 0;
  }
  .banner-down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 0.3rem;
    height: 0.42rem;
    background: url(../images/part-arrow.png) no-repeat;
    transform: translateX(-50%);
    z-index: 4;
    cursor: pointer;
    transition: all 0.3s;
    animation: scrollDown 2s linear 0.5s infinite both;
    -webkit-animation: scrollDown 2s linear 0.5s infinite both;
  }
  @keyframes scrollDown {
    0% {
      opacity: 0.9;
      bottom: 10%;
    }
    30% {
      opacity: 1;
      bottom: 12%;
    }
    100% {
      opacity: 0.9;
      bottom: 10%;
    }
  }

  .head2 {
    padding: 0;
  }
  .indexvideo {
    height: 100vh;
    padding: 0;
  }
  .videoid {
    height: 80% !important;
    background: url(../images/video.jpg) no-repeat center center;
    background-size: cover;
  }
  .videoid a {
    display: block;
  }
  .aboutlist {
    height: 20%;
    align-items: center;
  }
  .aboutlist a {
    line-height: 1.85rem;
    font-size: 0.3rem;
  }
  .aboutlist a span {
    font-size: 1.5rem;
    opacity: 0.05;
  }
  .about {
    height: 100vh;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .abouttitle {
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .num {
    width: 33%;
  }
  .abouttxt {
    line-height: 0.28rem;
    font-size: 0.16rem;
    margin-top: 0.28rem;
    height: 1.4rem;
    -webkit-line-clamp: 5;
    width: 70%;
  }
  .numberlist {
    margin-top: 0.36rem;
    width: 80%;
  }
  .tubiaoshu {
    font-size: 0.16rem;
    line-height: 0.41rem;
  }
  .tubiaoshu span {
    font-size: 0.4rem;
    line-height: 0.72rem;
    padding-right: 0;
  }
  .tubiaozi {
    font-size: 0.16rem;
    line-height: 0.38rem;
  }
  .numico {
    font-size: 0.6rem;
    line-height: 0.73rem;
  }
  .nummore {
    width: 2rem;
    margin: 0.32rem auto 0;
    line-height: 0.5rem;
    font-size: 0.16rem;
  }
  .propad {
    height: 100vh;
    padding-top: 0;
  }
  .prologo {
    margin: 1.4rem auto 0;
  }
  .protitle {
    line-height: 0.37rem;
    font-size: 0.3rem;
    height: 0.74rem;
    margin: 0.23rem auto 0;
  }
  .probg {
    position: relative;
    height: 100%;
  }
  .proico {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    margin-top: 0.3rem;
  }
  .prozhe {
    background: rgba(13, 47, 147, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
  }
  .prodong {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
  }
  .probg:hover .prodong {
    transform: translateY(68%);
    -webkit-transform: translateY(68%);
    -moz-transform: translateY(68%);
    -ms-transform: translateY(68%);
    -o-transform: translateY(68%);
  }
  .probg:hover .prozhe {
    opacity: 1;
  }
  .probg:hover .proico {
    opacity: 1;
  }
  .head4 {
    padding: 0;
  }
  .newswipertab {
    padding: 0;
    height: 100vh;
    padding: 0.76rem 0 0.6rem 0;
  }
  #swipertab {
    padding: 0 !important;
    width: 100%;
    margin-top: 2.8rem;
    height: auto;
    overflow: visible !important;
  }
  #swipertab .swiper-slide p {
    line-height: 0.67rem;
    font-size: 0.18rem;
    padding: 0 0.3rem;
    height: 0.67rem;
  }
  .newswipertab .swiper-pagination {
    top: 1.2rem;
    justify-content: space-between;
    width: 70% !important;
    margin-left: -35%;
    left: 50% !important;
  }
  #swipertab .swiper-slide {
    width: 40%;
  }

  #swipertab .swiper-button-next:after,
  #swipertab .swiper-button-prev:after {
    display: block;
  }
  .swipertabl,
  .swipertabr {
    top: 65% !important;
  }
  .newswipertab .swiper-button-next {
    right: 0.63rem !important;
  }
  .newswipertab .swiper-button-prev {
    left: 0.63rem !important;
  }
  #swipertab .swiper-slide-next,
  #swipertab .swiper-slide-prev {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  #swipertab .swiper-slide-next::after {
    content: "";
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
  }
  #swipertab .swiper-slide-prev::after {
    content: "";
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
  }
  #swipertab .swiper-slide {
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }
  .head5 {
    padding: 0;
  }
  .tab {
    height: 100vh;
    padding: 1.8rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .tab-nav a {
    line-height: 0.49rem;
    font-size: 0.3rem;
  }
  .tab-nav a.current {
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
  .tab-con {
    margin-top: 0.7rem;
  }
  #swipernews a {
    height: 100%;
    padding: 0.18rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .newstitle {
    line-height: 0.42rem;
    font-size: 0.18rem;
    height: 0.42rem;
    margin: 0.04rem auto 0;
    -webkit-line-clamp: 1;
  }
  .newsdes {
    line-height: 0.25rem;
    font-size: 0.14rem;
    height: 0.5rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.29rem;
  }
  .newsdate {
    line-height: 0.44rem;
    font-size: 0.24rem;
  }
  .newstear {
    line-height: 0.37rem;
    font-size: 0.12rem;
  }
  #swipernews {
    height: auto;
  }
  .tab-con-item .swiper-button-next,
  .tab-con-item .swiper-button-prev {
    top: 40% !important;
  }
  .tab-con-item .swiper-button-next {
    right: -1.1rem;
  }
  .tab-con-item .swiper-button-prev {
    left: -1.1rem;
  }
  #swipernews a:hover {
    background: #0d2f93;
  }
  #swipernews a:hover .newstitle {
    color: #fff;
  }
  #swipernews a:hover .newsdes {
    color: #fff;
  }
  #swipernews a:hover .newsbottom {
    color: #fff;
  }
  .head6 {
    padding: 0;
  }
  .mepad {
    height: 100vh;
    padding: 0.76rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .address {
    height: 100vh;
    padding: 0.76rem 0.74rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .messagetitle {
    line-height: 0.87rem;
    font-size: 0.48rem;
    text-align: left;
    width: 100%;
  }
  .message {
    width: 100%;
    margin-bottom: 0.78rem;
  }
  .message input {
    line-height: 0.47rem;
    font-size: 0.16rem;
    margin-bottom: 0.36rem;
  }
  .message textarea {
    line-height: 0.25rem;
    font-size: 0.16rem;
    height: 1.06rem;
  }
  .message button {
    width: 1.68rem;
    margin: 0.15rem auto 0 0;
    line-height: 0.41rem;
    font-size: 0.16rem;
  }
  .addtel {
    line-height: 0.37rem;
    font-size: 0.24rem;
    margin-bottom: 0.26rem;
  }
  .addtxt span {
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .addresscon {
    width: 100%;
    align-items: center;
  }
  .addresscon img {
    width: 20%;
  }
  .addright {
    width: 76%;
  }
  .addtxt span:nth-child(1) {
    width: auto;
  }
  .addtxt span:nth-child(2) {
    width: 84%;
  }
  .gaode {
    height: 6.58rem;
    margin: 0 auto;
  }
  .head7 {
    padding: 0.15rem 0;
  }
  .copyid {
    line-height: 0.29rem;
    font-size: 0.14rem;
  }
  .yzcode img {
    height: 0.47rem;
width:25%;
  }
  .nybanner {
    height: 4.96rem;
  }
  #swipersam {
    padding: 0;
    border-bottom: 0;
    margin: 0;
  }
  #swipersam a {
    line-height: 0.8rem;
    font-size: 0.2rem;
  }
  .nyheadsam {
    border-bottom: 0.01rem solid #dedede;
  }
  .nycom {
    padding: 0;
  }
  .nytitle {
    margin-top: 0.3rem;
    line-height: 0.7rem;
    font-size: 0.36rem;
  }
  .threecolmun {
    margin-bottom: 0.09rem;
  }
  .threecolmun a {
    line-height: 0.38rem;
    font-size: 0.2rem;
    flex: 0 0 10%;
    margin: 0.1rem 0.38rem 0 0;
  }
  .nycompany {
    line-height: 0.3rem;
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  .nypiclist {
    margin-top: 0.2rem;
  }
  .nypiclist .nypic:nth-child(4n-1) {
    padding: 0 0.06rem 0 0.12rem;
  }
  .nypiclist .nypic:nth-child(4n-2) {
    padding: 0 0.12rem 0 0.06rem;
  }
  .nypiclist .nypic:nth-child(4n-3) {
    padding: 0 0.18rem 0 0;
  }
  .nypiclist .nypic:nth-child(4n) {
    padding: 0 0 0 0.18rem;
  }
  .nypiclist .nypic:nth-child(3),
  .nypiclist .nypic:nth-child(4) {
    margin-top: 0;
  }
  .nypic p {
    line-height: 0.75rem;
    height: 0.75rem;
    font-size: 0.2rem;
    transition: color 0.5s, box-shadow 0.5s;
    -webkit-transition: color 0.5s, box-shadow 0.5s;
    -moz-transition: color 0.5s, box-shadow 0.5s;
    -ms-transition: color 0.5s, box-shadow 0.5s;
    -o-transition: color 0.5s, box-shadow 0.5s;
  }
  .nypic_img {
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
  }
  .nypic:hover p {
    color: #0d50a1;
    -moz-box-shadow: 0px 0px 6px #dddcdc;
    -webkit-box-shadow: 0px 0px 6px #dddcdc;
    box-shadow: 0px 0px 6px #dddcdc;
  }
  .nypic:hover .nypic_img {
    -moz-box-shadow: 0px 0px 6px #dddcdc;
    -webkit-box-shadow: 0px 0px 6px #dddcdc;
    box-shadow: 0px 0px 6px #dddcdc;
  }
  .nyfoot {
    padding: 0.39rem 0 0.33rem;
  }
  .footcontact {
    margin-top: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .footcontact img {
    width: 1.35rem;
  }
  .footcontact_r {
    margin-top: 0.09rem;
    width: 80%;
    padding: 0 0 0 0.26rem;
  }
  .footcontact_tel {
    justify-content: flex-start;
    line-height: 0.4rem;
    font-size: 0.25rem;
  }
  .footcontact_add {
    line-height: 0.3rem;
    font-size: 0.16rem;
    text-align: left;
  }
  .footicp {
    margin-top: 0;
    padding: 0;
  }
  .footlogo {
    margin: 0 0 0.13rem auto;
    padding: 0;
    width: 65%;
  }
  .footicp_bq {
    line-height: 0.23rem;
    font-size: 0.14rem;
    text-align: right;
    width: auto;
    margin-left: 0.12rem;
  }
  .footicp_w {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
  .nynews_l {
    width: 18%;
    height: 0.96rem;
    flex-direction: column;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    -ms-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
  }
  .nynews_r {
    width: 78%;
  }
  .nynews_date {
    line-height: 0.53rem;
    font-size: 0.48rem;
  }
  .nynews_year {
    line-height: 0.27rem;
    font-size: 0.14rem;
  }
  .nynews_title {
    line-height: 0.36rem;
    height: 0.36rem;
    font-size: 0.18rem;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
  }
  .nynews {
    margin-top: 0.22rem;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .nynews:nth-child(2) {
    margin-top: 0;
  }
  .nynews_des {
    line-height: 0.26rem;
    height: 0.52rem;
    font-size: 0.14rem;
  }
  .nynewslist {
    margin-top: 0.2rem;
  }
  .nynewslist .row {
    justify-content: space-between;
  }
  .nynews:hover .nynews_l {
    background: #e70012;
    color: #fff;
  }
  .nynews:hover .nynews_title {
    color: #e70012;
  }
  .nynewslist_pic {
    margin-top: 0.2rem;
  }

  .nynewslist_pic .nynews_pic:nth-child(3),
  .nynewslist_pic .nynews_pic:nth-child(4) {
    margin-top: 0;
  }
  .nynewspic_title {
    line-height: 0.36rem;
    font-size: 0.18rem;
    height: 0.36rem;
    -webkit-line-clamp: 1;
  }
  .nynews_middle {
    padding: 0.07rem 0 0.26rem;
  }
  .nynewspic_des {
    line-height: 0.26rem;
    font-size: 0.14rem;
    height: 0.52rem;
    color: #888888;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .nynews_bottom {
    width: 1.28rem;
    margin: 0.07rem auto 0 0;
  }
  .nynews_pic a {
    padding: 0.17rem;
  }
  .nynews_bottom span:nth-child(1) {
    line-height: 0.34rem;
    font-size: 0.23rem;
    padding-right: 0.05rem;
  }
  .nynews_bottom span:nth-child(2) {
    line-height: 0.28rem;
    font-size: 0.12rem;
    padding-left: 0.05rem;
  }
  .nynewslist_pic .nynews_pic:nth-child(4n-1) {
    padding: 0 0.06rem 0 0.12rem;
  }
  .nynewslist_pic .nynews_pic:nth-child(4n-2) {
    padding: 0 0.12rem 0 0.06rem;
  }
  .nynewslist_pic .nynews_pic:nth-child(4n-3) {
    padding: 0 0.18rem 0 0;
  }
  .nynewslist_pic .nynews_pic:nth-child(4n) {
    padding: 0 0 0 0.18rem;
  }
  .nynewsxq_title {
    line-height: 0.62rem;
    font-size: 0.36rem;
    margin-top: 0.34rem;
  }
  .nynewsxq_date {
    line-height: 0.4rem;
    font-size: 0.14rem;
    width: auto;
    background: #fff;
    position: absolute;
    z-index: 1;
    padding: 0 0.22rem;
  }
  .nynewsxq_txt {
    line-height: 0.31rem;
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .nyfenyelist {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding: 0;
  }
  .nyfenyelist a {
    line-height: 0.8rem;
    font-size: 0.16rem;
    height: 0.8rem;
    width: 49%;
  }
  .nynewsxq_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.4rem;
  }
  .nynewsxq_line {
    width: 100%;
    border-top: 1px solid #dedede;
    position: absolute;
  }
  .nyproductlist {
    margin-top: 0.2rem;
  }
  .nyproductlist .nyproduct:nth-child(3),
  .nyproductlist .nyproduct:nth-child(4) {
    margin-top: 0;
  }
  .nyproductlist .nyproduct:nth-child(4n) {
    padding: 0 0 0 0.18rem;
  }
  .nyproductlist .nyproduct:nth-child(4n-1) {
    padding: 0 0.06rem 0 0.12rem;
  }
  .nyproductlist .nyproduct:nth-child(4n-2) {
    padding: 0 0.12rem 0 0.06rem;
  }
  .nyproductlist .nyproduct:nth-child(4n-3) {
    padding: 0 0.18rem 0 0;
  }
  .nyproduct_pic {
    /*height: 2.28rem;*/
  }
  .nyproduct_bottom {
    padding: 0.13rem 0.22rem 0.01rem;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
  }
  .nyproduct_title {
    line-height: 0.44rem;
    font-size: 0.2rem;
    height: 0.44rem;
  }
  .nyproduct_b {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nyproduct_money {
    line-height: 0.56rem;
  }
  .nyproduct_money span:nth-child(1) {
    font-size: 0.16rem;
  }
  .nyproduct_money span:nth-child(2) {
    font-size: 0.16rem;
  }
  .nyproduct_money span:nth-child(3) {
    font-size: 0.26rem;
  }
  .nyproduct_more {
    width: 1.04rem;
    line-height: 0.39rem;
    font-size: 0.16rem;
margin: 0.2rem auto;
  }
  .nyproduct:hover .nyproduct_bottom {
    background: #0d50a1;
  }
  .nyproduct:hover .nyproduct_title {
    color: #fff;
  }
  .nyproduct:hover .nyproduct_money {
    color: #fff;
  }
  .nyproxq_lb {
    margin-top: 0.49rem;
    width: 31%;
    height: 100%;
  }
  .nyproxq_right {
    margin: 0.48rem 0 0 auto;
    width: 63%;
  }
  .nyproxq_title {
    line-height: 0.89rem;
    font-size: 0.36rem;
    text-align: left;
  }
  .nyproxq_des {
    padding: 0.25rem 0.49rem;
  }
  .nyproxq_money {
    line-height: 0.48rem;
  }
  .nyproxq_money span:nth-child(1) {
    font-size: 0.16rem;
  }
  .nyproxq_money span:nth-child(2) {
    font-size: 0.3rem;
  }
  .nyproxq_brand {
    line-height: 0.48rem;
    font-size: 0.16rem;
  }
  .nyproxq_txt {
    margin-top: 0.34rem;
    line-height: 0.28rem;
    font-size: 0.16rem;
  }
  .nyproxq_zx {
    width: 2.78rem;
    line-height: 0.64rem;
    font-size: 0.2rem;
  }
  .nyproxq_lxtel {
    line-height: 0.39rem;
    font-size: 0.2rem;
  }
  .nyproxq_lxtel span {
    font-size: 0.25rem;
  }
  .nyproxq_tel {
    line-height: 0.32rem;
    font-size: 0.3rem;
  }
  .nyproxq_b {
    margin-top: 0.38rem;
  }
  .nyproxq_text {
    margin-top: 0.15rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .nyproxq_cpxq {
    line-height: 0.82rem;
    font-size: 0.36rem;
  }
  #nyproswiper_s {
    padding: 0.1rem 0;
  }
  .nyproxq_lb .swiper-button-next,
  .nyproxq_lb .swiper-button-prev {
    width: 0.15rem;
    height: 0.6rem;
    top: 84.4%;
  }
  .nyproxq_lb .swiper-button-next:after,
  .nyproxq_lb .swiper-button-prev:after {
    font-size: 0.2rem !important;
  }
  .nyproxq_lb .swiper-button-prev {
    left: 0.05rem !important;
  }
  .nyproxq_lb .swiper-button-next {
    right: 0.05rem !important;
  }
  .card .card-link {
    padding: 0 0.26rem 0 0.36rem;
    line-height: 0.65rem;
    font-size: 0.2rem;
  }
  .card {
    margin-top: 0.07rem;
  }
  .nyjob_ckxq {
    width: 1.07rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
  }
  .card-body {
    padding: 0.16rem 0.38rem 0.38rem;
  }
  .nyjob_mdes {
    line-height: 0.37rem;
    font-size: 0.18rem;
  }
  .nyjob_mtxt {
    line-height: 0.32rem;
    font-size: 0.16rem;
  }
  .nyjob_more {
    width: 1.09rem;
    line-height: 0.38rem;
    font-size: 0.16rem;
    margin: 0.18rem 0 0 auto;
  }
  .nyjob_num {
    font-size: 0.16rem;
    margin: 0 1.5rem 0 auto;
  }
  .nyjob_add {
    font-size: 0.16rem;
    margin: 0 1.5rem 0 0;
  }
  #accordion {
    margin-top: 0.2rem;
  }
  .nyjobxq_gz {
    margin-top: 0.19rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .nyjobxq_title {
    width: 5.08rem;
    margin: 0.19rem auto 0.09rem;
    line-height: 0.59rem;
    font-size: 0.24rem;
  }
  .sex {
    width: 15%;
  }
  .sexys input[type="radio"] + .wmwhhrn6:before {
    width: 0.15rem;
    height: 0.15rem;
  }

  .sexys input[type="radio"]:disabled + .wmwhhrn6:before {
    box-shadow: inset 0 0 0 0.03rem #ededed;
  }

  .sexys input[type="radio"]:checked + .wmwhhrn6:before {
    box-shadow: inset 0 0 0 0.02rem #ededed;
  }

  .sexys input[type="radio"] {
    top: 0.18rem;
    left: 0.21rem;
  }

  .formnamemb {
    margin-top: 0.06rem;
  }
  .formname {
    line-height: 0.52rem;
    font-size: 0.18rem;
    width: 10%;
    text-align: left;
  }
  .formnameinput input {
    line-height: 0.52rem;
    font-size: 0.18rem;
  }
  .twow {
    width: 49%;
  }
  .formnameinput,
  .formtextarea {
    width: 90%;
  }
  .formnamemb label {
    line-height: 0.52rem;
    font-size: 0.18rem;
  }
  .widname {
    width: 75%;
  }
  .twow .formname {
    width: 20.4%;
  }
  .twow .formnameinput {
    width: 79.6%;
  }
  .formtextarea textarea {
    line-height: 0.25rem;
    height: 1.68rem;
    font-size: 0.18rem;
  }
  .formvcode input {
    line-height: 0.52rem;
    font-size: 0.18rem;
  }
  .formvcode {
    width: 38%;
  }
  .formvcodep {
    width: 10%;
  }
  .formvcodep img {
    height: 0.52rem;
  }
  .yanzhengmatu2 {
    width: 15%;
  }
  .yanzhengmatu2 img {
    height: 0.4rem;
  }
  .submit {
    width: 1.82rem;
    margin: 0.28rem 0.1rem 0 0;
  }
  .shangchuanjianli {
    width: 1.82rem;
    margin: 0.28rem 0 0 0.1rem;
  }
  .submit button {
    line-height: 0.47rem;
    font-size: 0.24rem;
  }
  .nylxwm_add {
    height: 3.25rem;
  }
  .nylxwm_con {
    padding: 0.08rem 0.26rem 0.06rem;
    margin-top: 2.38rem;
    display: flex;
    justify-content: space-between;
  }
  .nylxwm_title {
    line-height: 0.9rem;
    font-size: 0.3rem;
  }
  .nylxwm_o,
  .nylxwm_t {
    display: flex;
  }
  .nylxwm_o p,
  .nylxwm_t p {
    line-height: 0.36rem;
    font-size: 0.12rem;
  }
  .nylxwm_right {
    margin-top: 0.2rem;
  }
  .nylxwm_right img {
    width: 1.27rem;
    height: 1.27rem;
  }
  .nylxwm_right p {
    line-height: 0.41rem;
    font-size: 0.16rem;
  }
  .nylxwm_left {
    width: 80%;
  }
  .nylxwm_o p:nth-child(1),
  .nylxwm_t p:nth-child(1) {
    width: 48%;
  }
  .nylxwm_o p:nth-child(2) {
    width: 27%;
  }
  .nylxwm_o p:nth-child(3) {
    width: 25%;
  }
  .nylxwm_t p:nth-child(2) {
    width: auto;
  }
  .nylxwm_lx {
    flex: 0 0 32.7%;
    padding: 0.34rem 0.2rem;
    margin-top: 0.13rem;
  }
  .nylxwm_lxlist {
    margin: 0.41rem auto 0.51rem;
  }
  .nylxwm_lxt {
    line-height: 0.71rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .nylxwm_tel {
    line-height: 0.38rem;
    font-size: 0.16rem;
    text-align: center;
  }
  .nynumlist {
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.4rem 0 0.23rem;
    display: block;
  }
  .nynumlist .num {
    margin-top: 0;
  }
  .nynumlist .numico {
    font-size: 0.7rem;
  }
  .nynumlist .tubiaoshu span {
    line-height: 0.58rem;
    padding-right: 0.05rem;
    font-size: 0.48rem;
  }
  .nynumlist .tubiaoshu {
    line-height: 0.33rem;
    margin-top: 0.03rem;
  }
  .nynumlist .tubiaozi {
    line-height: 0.37rem;
  }
  .nyvideotxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nytxt {
    width: 48%;
    line-height: 0.31rem;
    font-size: 0.16rem;
    order: 5;
    margin-top: 0;
  }
  .nyvideo {
    width: 48% !important;
    margin: 0 auto 0 0;
    height: 4.4rem !important;
  }
  .nyvideotxt {
    margin: 0.58rem 0 0.5rem;
  }
  .nyqxlist {
    padding: 0.15rem 0.67rem 0.2rem 0.38rem;
    margin-bottom: 0.29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nyqxtxt {
    line-height: 0.3rem;
    font-size: 0.16rem;
    width: 50%;
  }
  .nyqxpic {
    width: 48%;
    padding: 0;
  }
  .nymessage {
    margin: 0 auto;
  }
  .nymessage input {
    line-height: .6rem;
    font-size: .16rem;
  }
  .nymessage textarea {
    line-height: .3rem;
    font-size: .16rem;
  }
  .nymessage .yzcode input {
    width: 30% !important;
  }
  .nymessage .yzcode img {
    width: 13%;
    height: 0.6rem;
  }
  .nymessage button {
    width: 15%;
    line-height: .5rem;
    font-size: .16rem;
  }

}
@media (min-width: 1200px) {
.gund {
overflow-x: inherit;
    padding-bottom: 0;
}
  .logo {
    width: 20%;
    padding: 0.07rem 0 0.04rem 0.54rem;
  }
  .nav > li > a {
    padding: 0 0.1rem;
    font-size: 0.14rem;
  }
  .addtel {
    font-size: 0.3rem;
  }
  .footcontact_tel {
    font-size: 0.3rem;
  }
  .footlogo {
    width: 45%;
  }
  .nyproduct_pic {
   /* height: 2.8rem;*/
  }
  .nyproxq_lb .swiper-button-next,
  .nyproxq_lb .swiper-button-prev {
    width: 0.2rem;
    height: 0.73rem;
    top: 83.4%;
  }
  .nyproxq_lb .swiper-button-prev {
    left: 0.08rem !important;
  }
  .nyproxq_lb .swiper-button-next {
    right: 0.08rem !important;
  }
  .nylxwm_o p:nth-child(1),
  .nylxwm_t p:nth-child(1) {
    width: 50%;
  }
  .nylxwm_o p:nth-child(2) {
    width: 25%;
  }
  .nylxwm_o p:nth-child(3) {
    width: 25%;
  }
  .nylxwm_o p,
  .nylxwm_t p {
    font-size: 0.14rem;
  }
}
@media (min-width: 1440px) {
  .nav > li > a {
    padding: 0 0.18rem;
    font-size: 0.18rem;
  }
  .tubiaoshu span {
    font-size: 0.6rem;
  }
}
@media (min-width: 1550px) {
  .addtxt span:nth-child(2) {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .nynews_l {
    width: 13%;
  }
  .nynews_r {
    width: 85%;
  }
  .nyproduct_pic {
    height: 3.8rem;
  }
  .nyproxq_lb .swiper-button-next,
  .nyproxq_lb .swiper-button-prev {
    width: 0.25rem;
    height: .93rem;
    top: 82.4%;
  }
  .nyproxq_lb .swiper-button-next:after,
  .nyproxq_lb .swiper-button-prev:after {
    font-size: 0.3rem !important;
  }
  .nyproxq_lb .swiper-button-prev {
    left: 0.125rem !important;
  }
  .nyproxq_lb .swiper-button-next {
    right: 0.125rem !important;
  }
  .formname {
    width: 7%;
  }
  .formnameinput,
  .formtextarea {
    width: 93%;
  }
  .widname {
    width: 83%;
  }
  .sex {
    width: 10%;
  }
  .twow .formname {
    width: 14.4%;
  }
  .twow .formnameinput {
    width: 85.6%;
  }
  .formvcode {
    width: 42%;
  }
  .nylxwm_o p:nth-child(1),
  .nylxwm_t p:nth-child(1) {
    width: 40%;
  }
  .nylxwm_o p:nth-child(2) {
    width: 30%;
  }
  .nylxwm_o p:nth-child(3) {
    width: 30%;
  }
  .nylxwm_o p,
  .nylxwm_t p {
    font-size: 0.16rem;
  }
}

@media (max-width: 992px) {
  .section {
    height: auto !important;
  }
}
