* {
  margin: 0;
  padding: 0;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  font-family:
    '苹方', 'PingFang SC', '思源黑体', 'Source Han Sans CN', '微软雅黑';
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
.flex {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 10px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
  font-size: 10px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
  font-size: 10px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 10px;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
.header {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.logo {
  align-items: center;
}
.logo img {
  width: 150px;
}
.nav {
  align-items: center;
}
.nav li {
  margin: 0 15px;
  padding: 35px 0;
  position: relative;
}
.zlms {
  position: absolute;
  top: 100%;
  left: -35%;
  z-index: 3;
  background: #ffffff;
  width: 170%;
  display: none;
}
.zlms p {
  text-align: center;
}
.zlms p:last-child {
  margin-bottom: 10px;
}
.zlms a {
  display: block;
  font-size: 15px;
  padding: 6px 0;
  font-weight: 500;
}
.nav a {
  font-weight: 600;
  transition: all 0.2s;
}
.nav a:hover {
  color: #020a5e;
}
.index-active > a {
  color: #020a5e;
  border-bottom: 1.5px solid #020a5e;
  padding-bottom: 3px;
}
.search {
  align-items: center;
}
.search .pla {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: 1px solid #d9dce4;
}
.search input {
  display: block;
  outline: none;
  border: none;
  padding-left: 10px;
  line-height: 40px;
  border-radius: 50px;
}
.search input::placeholder {
  color: #a9a9a9;
  font-size: 12px;
}
.search button {
  outline: none;
  border: none;
  background: #ffffff;
  cursor: pointer;
  margin-right: 15px;
}
.search img {
  width: 18px;
  position: relative;
  top: -2px;
}
.banner .swiper-container {
  --swiper-theme-color: #ffffff;
}
.gsjs {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.gsjs-nav {
  justify-content: center;
}
.gsjs-nav .lm {
  margin: 0 15px;
}
.gsjs-nav a {
  display: block;
  background: #eeeeee;
  font-size: 18px;
  /* padding: 0px 50px; */
  line-height: 45px;
  border-radius: 2px;
}
.gsjs-active a {
  background: #00055f;
  color: #ffffff;
}
.gsjs-cont {
  margin-top: 35px;
}
.qhlb {
  position: relative;
}
.qhlb .dy {
  width: 78%;
}
.qhlb .dy img {
  width: 100%;
}
.qhlb .dtwz {
  position: absolute;
  width: 38%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  right: 0;
  top: 0;
  z-index: 2;
}
.qhlb .dtwz .xyj {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
}
.qhlb .names {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qhlb .nr {
  line-height: 26px;
}
.qhlb .more {
  margin-top: 10px;
}
.qhlb .more a {
  color: #00055f;
  font-weight: bold;
}
.pro {
  max-width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}
.zbt_gy {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #222222;
  padding-bottom: 10px;
}
.prolist {
  margin-top: 20px;
  justify-content: space-between;
}
.prolist > div {
  width: 49%;
}
.list_gy .thumb {
  overflow: hidden;
}
.list_gy .thumb img {
  width: 100%;

  transition: all 0.5s;
}
.list_gy .title {
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  transition: all 0.3s;
}
.list_gy .description {
  font-size: 14px;
  margin-top: 5px;
}
.list_gy .more {
  font-size: 14px;
  color: #00055f;
  font-weight: bold;
  margin-top: 10px;
}
.list_gy:hover .title {
  color: #00055f;
}
.list_gy:hover .thumb img {
  transform: scale(1.2);
}
.fbqy {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f2f6;
}
.fbqys {
  max-width: 1200px;
  margin: 0 auto;
}
.fbqys .zbt {
  font-size: 18px;
  font-weight: bold;
}
.qymaps {
  margin-top: 100px;
}
.qymaps .imgs {
  width: 1000px;
  margin: 0 auto;
}
.qymaps .imgs img {
  width: 100%;
}
.news {
  max-width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}
.newlist {
  margin-top: 20px;
  justify-content: space-between;
}
.newlist > div {
  width: 32%;
}
.shzr {
  max-width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}
.shzr-nr {
  margin-top: 20px;
  position: relative;
}
.on-img img {
  width: 100%;
}
.tswz {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
}
.tswz p {
  text-align: center;
  color: #ffffff;
}
.tswz .cn {
  font-size: 18px;
  font-weight: bold;
}
.tswz .en {
  font-size: 14px;
  margin-top: 10px;
}
.shzr .list_gy .description {
  margin-top: 10px;
  line-height: 24px;
}
.footer {
  width: 100%;
  background: #f6f6f6;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}
.footers {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.footers > div {
  width: 33%;
}
.mc_gu {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.left-list {
  justify-content: space-between;
}
.left-list .list {
  width: 32%;
}
.left-list .list .tu img {
  width: 100%;
}
.left-list .list .mz {
  color: #222222;
  margin-top: 10px;
  font-weight: 500;
}
.footers .zhongs {
  padding: 0 40px;
}
.footers .lxfss p {
  border-bottom: 1px solid #c2c6d3;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.footers #footermap {
  width: 100%;
  height: 100%;
}
.banquan {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  justify-content: space-between;
}
.footer-nav {
  width: 60%;
}
.footer-nav ul {
  justify-content: space-between;
}
.footer-nav .flm {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.footer-nav ul li ul a {
  color: #6b6b6b;
  line-height: 24px;
}
.icp {
  width: 33%;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 12px;
}
.icp .sm {
  font-weight: bold;
  margin-bottom: 6px;
}
.icp .sm span {
  margin-right: 10px;
}
.our {
  width: 100%;
  /*height: 340px;*/
  margin-top: 78px;
  background: #f9f9f9;
  position: relative;
  /*padding: 50px 0;*/
}
.right-suspension {
  /*position: absolute;*/
  /*width: 20px;*/
  /*background: #ECECEC;*/
  /*right: 0;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*z-index: 1;*/
}
.left-suspension {
  /*position: absolute;*/
  /*width: 20px;*/
  /*background: #ECECEC;*/
  /*left: 0;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*z-index: 1;*/
}

.ours {
  width: 100%;
  /*position: absolute;*/
  /*top: -28px;*/
}
.ours .xyc {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.ours .xyc > div:first-child {
  /*margin-right: 50px;*/
}
.ours .xgjs {
  flex-direction: column;
  justify-content: center;
  width: 48%;
}
.ours .xyc .thumb {
  width: 48%;
}
.ours .xyc .thumb img {
  width: 100%;
}
.ours .xgjs .title {
  font-weight: bold;
  color: #181818;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.ours .xgjs .title::before {
  display: block;
  content: '';
  position: absolute;
  top: 33px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #979797;
  transition: all 0.4s;
}
.ours .xgjs .descr {
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
.ours .xgjs .cot {
  color: #545454;
  font-size: 14px;
}
.ours .xgjs .cot p {
  line-height: 26px;
  position: relative;
}
.cot_td p {
  padding-left: 20px;
}
.cot_td p::before {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #4e4e4e;
  transition: all 0.4s;
}
.our-two {
  margin-top: 65px;
}
.nynav {
  line-height: 60px;
  box-shadow: 0px 2px 4px 0px rgba(235, 235, 235, 0.5);
}
.nynav ul {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
}
.nynav ul li {
  margin-right: 40px;
}
.nynav ul li a {
  font-weight: 500;
  position: relative;
  transition: all 0.2s;
}
.nynav ul li a:hover {
  color: #020a5e;
}
.nynav ul li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #979797;
  transition: all 0.4s;
}
.nynav ul li:last-child a::before {
  display: none;
}
.ny-active a {
  color: #020a5e;
}
.lsbg-bt {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 78px;
}
.lsbg {
  width: 100%;
  height: 380px;
  margin-top: 20px;
  background: url(../images/lsbg.jpg) center center no-repeat;
}
.lsbgs {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}
.lsbgs p {
  text-align: center;
  color: #ffffff;
}
.lsbgs .cn {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.lsbgs .en {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.lsbg .xian {
  width: 68px;
  height: 1px;
  margin: 0 auto;
  background: #ffffff;
}
.bgzs-on {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #999999;
}
.bgzs-on .zsm {
  text-align: center;
  position: relative;
  left: -5px;
}
.bgzs-on .zsm img {
  width: 65px;
}
.bgzs {
  width: 970px;
  margin: 0 auto;
  flex-direction: column;
}
.bgzs .list {
  margin-bottom: 30px;
}
.bgzs .list .lists {
  width: 485px;
  position: relative;
}
.bgzs .list:nth-child(odd) .lists {
  flex-direction: row-reverse;
}
.bgzs .list:nth-child(odd) .lists .ico {
  position: absolute;
  z-index: 1;
  left: 35%;
  top: 40%;
}
.bgzs .list:nth-child(odd) .lists .lcwz {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 2;
}
.bgzs .list:nth-child(odd) .lists .lcwz p {
  text-align: right;
}
.bgzs .list:nth-child(even) {
  justify-content: flex-end;
  position: relative;
  left: -8px;
}
.bgzs .list:nth-child(even) .lists {
  flex-direction: row;
}
.bgzs .list:nth-child(even) .lists .lcwz {
  position: absolute;
  left: 10%;
  top: 48%;
  z-index: 2;
}
.bgzs .list:nth-child(even) .ico {
  position: relative;
  top: 20px;
}
.bgzs .myx img {
  width: 420px;
}
.bgzs .ico img {
  width: 65px;
}
.bgzs .list .lists .time {
  font-weight: bold;
  font-size: 18px;
  color: #181818;
}
.bgzs .list .lists .js {
  color: #6b6b6b;
  font-size: 13px;
  margin-top: 10px;
}
.pro-ny {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.pro-ny .cpfl p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.pro-ny .cpfl .en {
  text-transform: Uppercase;
}
.pro-ny .cpfl .cn {
  color: #020a5e;
  margin-top: 5px;
  position: relative;
}
.pro-ny .cpfl .cn span {
  border-bottom: 1.5px solid #020a5e;
  padding-bottom: 5px;
}
.pro-nylist {
  margin-top: 40px;
}
.pro-nylist .list {
  background: #f6f6f6;
  margin-bottom: 20px;
  border-radius: 2px;
}
.pro-nylist .list:nth-child(even) a {
  flex-direction: row-reverse;
}
.pro-nylist .list a {
  padding: 20px;
}
.pro-nylist .wzjs {
  width: 50%;
}
.pro-nylist .wzjs .xij {
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.pro-nylist .list:nth-child(odd) .xij {
  padding: 0 20% 0 0;
}
.pro-nylist .list:nth-child(even) .xij {
  padding: 0 0 0 20%;
}
.pro-nylist .thumb {
  width: 50%;
}
.pro-nylist .thumb {
  overflow: hidden;
}
.pro-nylist .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.pro-nylist .list:hover .thumb img {
  transform: scale(1.3);
}
.pro-nylist .name {
  font-size: 18px;
  font-weight: bold;
  color: #020a5e;
  position: relative;
}
.pro-nylist .name::before {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  height: 1px;
  background: #020a5e;
  transition: all 0.4s;
}
.pro-nylist .description {
  font-size: 14px;
  margin-top: 25px;
  line-height: 26px;
}
.pro-nylist .description p {
  font-size: 14px;
  line-height: 26px;
}
.ny-pro {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.ny-pro .loops {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ny-pro .loops .list {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 20px;
}
.ny-pro .loops .list:nth-child(4) {
  margin-right: 0;
}
.ny-pro .loops .list:nth-child(8) {
  margin-right: 0;
}
.ny-pro .loops .list:nth-child(12) {
  margin-right: 0;
}
.thumbs {
  padding: 15px;
  background: #f6f6f6;
}
.ny-pro .loops .list .thumb {
  overflow: hidden;
}
.ny-pro .loops .list img {
  width: 100%;
  transition: all 0.5s;
}
.ny-pro .loops .list .title {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.ny-pro .loops .list:hover .thumb img {
  transform: scale(1.2);
}
.ny-pro .loops .list:hover .title {
  color: #020a5e;
}
.pages {
  margin-top: 30px;
}
.pages ul {
  display: flex;
  justify-content: center;
}
.pages li {
  margin: 0 5px;
}
.pages a {
  display: block;
  background: #f6f6f6;
  padding: 6px 16px;
  border-radius: 3px;
}
.pages .active a {
  background: #020a5e;
  color: #ffffff;
}
.show-title {
  font-size: 18px;
  border-bottom: 1px solid #020a5e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.pro-shownr img {
  max-width: 100%;
}
.pro-shownr p {
  line-height: 26px;
  color: #333333;
  font-size: 14px;
}
.showtp {
  margin-bottom: 20px;
}
.showtp .lf {
  width: 30%;
  padding: 20px;
  border: 1px solid #dadada;
}
.showtp .lf img {
  width: 100%;
}
.showtp .rg {
  margin-left: 40px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.nycont {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.down-cont {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.down-cont .list {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 15px;
  background: #f6f6f6;
  transition: all 0.3s;
}
.down-cont .list .thumb {
  overflow: hidden;
}
.down-cont .list .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.down-cont .list .title {
  font-size: 16px;
  transition: all 0.3s;
}
.down-cont .list .time {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  transition: all 0.3s;
}
.down-cont .list:hover {
  background: #020a5e;
}
.down-cont .xmd {
  padding: 20px;
}
.down-cont .list:hover .title {
  color: #ffffff;
}
.down-cont .list:hover .time {
  color: #ffffff;
}
.down-cont .list:hover .thumb img {
  transform: scale(1.2);
}
.down-cont .list:nth-child(4) {
  margin-right: 0;
}
.down-cont .list:nth-child(8) {
  margin-right: 0;
}
.down-cont .list:nth-child(12) {
  margin-right: 0;
}
.new-shows {
  text-align: center;
}
.new-shows .title {
  font-size: 18px;
}
.newsxx {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.newsxx span {
  margin: 0 5px;
}
.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.contact .dzdh img {
  width: 33px;
  margin-right: 5px;
}
.contact .ys {
  justify-content: center;
}
.contact .ys > div {
  width: 300px;
  margin-bottom: 20px;
  font-size: 18px;
}
#contactmap {
  margin-top: 20px;
  width: 100%;
  height: 400px;
}
.gsjs .swiper-slide {
  width: 18% !important;
}
.gsjs-wc {
  margin-top: 50px;
}
.gsjs .swiper-slide .lm {
  text-align: center;
}
.gsjs-conts {
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-thumbs .swiper-slide-thumb-active a {
  background: #00055f;
  color: #ffffff;
}
.qymaps {
  position: relative;
}
.fb_gy {
  position: absolute;
  z-index: 1;
  border-radius: 19px;
  background: rgba(182, 210, 217, 0.8);
}
.fb_gy .fb1s {
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
}
.fb_gy img {
  width: 22px;
  position: relative;
  top: -1px;
}
.fb_gy span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.qymaps .fb1 {
  top: 41%;
  left: 11.7%;
}
.fbxian {
  position: absolute;
  z-index: 1;
}
.fbxian1 {
  top: 44%;
  left: 21.5%;
}
.fbxian2 {
  top: 36%;
  left: 27.5%;
}
.fb2 {
  top: 29.5%;
  left: 23%;
}
.fbxian3 {
  top: 72%;
  left: 34%;
}
.fb3 {
  top: 77%;
  left: 36%;
}
.fbxian4 {
  top: 29%;
  left: 52%;
}
.fb4 {
  top: 25%;
  left: 53.5%;
}
.fbxian5 {
  top: 48.5%;
  left: 67.5%;
}
.fb5 {
  top: 45%;
  left: 58%;
}
.fbxian6 {
  top: 53.5%;
  left: 69.5%;
}
.fb6 {
  top: 58%;
  left: 62.5%;
}
.fbxian7 {
  top: 38%;
  left: 73.5%;
  cursor: pointer;
}
.fb7 {
  top: 31%;
  left: 70%;
}
.fb8 {
  top: 43%;
  left: 79%;
}
.fb9 {
  top: 59%;
  left: 80%;
}
.nybanner {
  position: relative;
}
.xfwz {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.xfwzs {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.xfwzs p {
  font-weight: bold;
  color: #ffffff;
}
.xfwzs .en {
  font-size: 30px;
}
.xfwzs .cn {
  font-size: 18px;
  margin-top: 10px;
}
.text-yellow {
  color: #f00;
  font-weight: bold;
  margin: 0 10px;
}
.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.pagination li {
  display: inline-block !important;
  border: solid 1px #ebebeb;
  border-radius: 4px;
}
.pagination li.active {
  background: #00055f;
  color: #ffffff;
}
.pagination li.active a {
  color: #ffffff;
}
.pagination a {
  color: #333;
  padding: 8px 12px;
  line-height: 18px;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ebebeb;
}
