.head {
  width: 100%;
  background-color: #2d4198;
}
.head .navbar > li {
  margin-right: 40px;
  height: 120px;
  display: flex;
  align-items: center;
  position: relative;
}
.head .navbar > li:hover .secondaryLsit {
  visibility: visible;
  transform: translate(-50%, 0px);
}
.head .navbar > li:hover .secondaryLsit a {
  transform: translateY(0px);
}
.head .navbar > li.navbar_activation {
  position: relative;
}
.head .navbar > li.navbar_activation::after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 4px solid #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.head .navbar > li > a {
  font-size: 18px;
  color: #fff;
}
.head .navbar > li > .secondaryLsit {
  width: 145px;
  padding: 7px 0;
  background-color: #3e52a7;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 10px);
  text-align: center;
  visibility: hidden;
  transition: transform 0.36s ease;
}
.head .navbar > li > .secondaryLsit a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0;
  transform: translateY(15px);
  transition: transform 0.36s ease-in;
}
.head .navbar > li > .secondaryLsit a:hover {
  background-color: #2d4198;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(1) {
  transition-delay: 0.05s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(2) {
  transition-delay: 0.1s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(3) {
  transition-delay: 0.15s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(4) {
  transition-delay: 0.2s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(5) {
  transition-delay: 0.25s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(6) {
  transition-delay: 0.3s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(7) {
  transition-delay: 0.35s;
}
.head .navbar > li > .secondaryLsit a:nth-of-type(8) {
  transition-delay: 0.4s;
}
.index {
  padding-top: 18px;
}
.index > div[class*=container] > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:950px) {
  .index > div[class*=container] > div {
    flex-wrap: wrap;
  }
}
.index .information .left {
  width: 65.833%;
}
@media only screen and (max-width:950px) {
  .index .information .left {
    width: 100%;
  }
}
.index .information .left .swiper-container .swiper-slide {
  position: relative;
  height: 440px;
}
@media only screen and (max-width:950px) {
  .index .information .left .swiper-container .swiper-slide {
    height: 200px;
  }
}
.index .information .left .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index .information .left .swiper-container .swiper-slide .font {
  width: 100%;
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .information .left .swiper-container .swiper-pagination {
  display: inline-block;
  width: auto;
  left: auto;
  right: 0;
  padding: 0 16px;
}
.index .information .left .swiper-container .swiper-pagination span {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
}
.index .information .left .swiper-container .swiper-pagination span[class*='active'] {
  opacity: 1;
}
.index .information .left .swiper-container > div[class*='swiper-button-'] {
  width: 26px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
}
.index .information .left .swiper-container > div[class*='swiper-button-']::after {
  color: #fff;
  font-size: 20px;
}
.index .information .left .swiper-container > div[class*='-next'] {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.index .information .left .swiper-container > div[class*='-prev'] {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.index .information .right {
  width: 31.667%;
}
@media only screen and (max-width:950px) {
  .index .information .right {
    width: 100%;
    padding-top: 30px;
  }
}
.index .information .right ul {
  padding-top: 10px;
}
.index .information .right ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.index .information .right ul li:not(:first-child) {
  margin-top: 11px;
}
.index .information .right ul li .date {
  font-size: 12px;
  color: #505050;
  padding-bottom: 10px;
}
.index .information .right ul li .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .cooperation {
  padding-top: 43px;
}
.index .cooperation .company {
  width: 65.833%;
}
@media only screen and (max-width:950px) {
  .index .cooperation .company {
    width: 100%;
  }
}
.index .cooperation .company .indexTitle .more form {
  display: flex;
}
.index .cooperation .company .indexTitle .more form input[type='text'] {
  width: 200px;
  height: 30px;
  background-color: #f5f5f5;
  padding-left: 10px;
}
.index .cooperation .company .indexTitle .more form input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 5px;
}
.index .cooperation .company .indexTitle .more form input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 5px;
}
.index .cooperation .company .indexTitle .more form input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 5px;
}
.index .cooperation .company .indexTitle .more form input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 5px;
}
.index .cooperation .company .indexTitle .more form input[type='text']::placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 5px;
}
.index .cooperation .company .indexTitle .more form button {
  width: 48px;
  height: 30px;
  background-color: #2d4198;
}
.index .cooperation .company .main .label {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 20px;
}
.index .cooperation .company .main .label span {
  display: inline-block;
  width: 24.8%;
  height: 38px;
  background-color: #f5f5f5;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
@media only screen and (max-width:950px) {
  .index .cooperation .company .main .label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.index .cooperation .company .main .label span.active {
  background-color: #2d4198;
  color: #fff;
}
.index .cooperation .company .main .list .item:not(:first-child) {
  display: none;
}
.index .cooperation .company .main .list .item ul {
  padding-bottom: 50px;
}
.index .cooperation .company .main .list .item ul li {
  display: flex;
  align-items: center;
}
.index .cooperation .company .main .list .item ul li:not(:last-child) {
  padding-bottom: 14px;
}
.index .cooperation .company .main .list .item ul li::before {
  content: url(../assets/icon_title.png);
  margin-right: 11px;
}
.index .cooperation .company .main .list .item ul li p:nth-of-type(1) {
  width: 49.36%;
  font-size: 16px;
  color: #333333;
}
.index .cooperation .company .main .list .item ul li p:nth-of-type(2) {
  width: 125px;
  height: 28px;
  background-color: #81cac9;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.index .cooperation .company .main .list .item ul li span {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
}
.index .cooperation .formBox {
  width: 31.667%;
}
@media only screen and (max-width:950px) {
  .index .cooperation .formBox {
    width: 100%;
  }
}
.index .cooperation .formBox .main form {
  padding-top: 24px;
}
.index .cooperation .formBox .main form .inputBox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width:950px) {
  .index .cooperation .formBox .main form .inputBox {
    margin-bottom: 10px;
  }
}
.index .cooperation .formBox .main form .inputBox span {
  display: inline-block;
  width: 88px;
  font-size: 16px;
  color: #333333;
}
.index .cooperation .formBox .main form .inputBox input {
  width: calc(100% - 88px);
  height: 38px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding-left: 10px;
}
@media only screen and (max-width:950px) {
  .index .cooperation .formBox .main form .inputBox input {
    height: 33px;
  }
}
.index .cooperation .formBox .main form button {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #2d4198;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width:950px) {
  .index .cooperation .formBox .main form button {
    width: 140px;
    height: 38px;
    margin-top: 30px;
  }
}
.index .link {
  padding-bottom: 3.125rem;
}
@media only screen and (max-width:950px) {
  .index .link {
    padding-top: 30px;
  }
}
@media only screen and (max-width:950px) {
  .index .link img {
    width: 100%;
  }
}
.index .linkList .main {
  width: 100%;
}
.index .linkList .main .linkMain {
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
}
.index .linkList .main .linkMain a {
  font-size: 14px;
  color: #666666;
  padding-right: 24px;
  padding-bottom: 12px;
}
@media only screen and (max-width:950px) {
  .index .linkList .main .linkMain a {
    padding-right: 6px;
    padding-bottom: 10px;
  }
}
.index .model {
  display: none;
}
@media only screen and (max-width:950px) {
  .index .model > div {
    padding: 0 10px;
  }
}
.index .model .title {
  background-color: #f6f6f6;
  position: relative;
}
.index .model .title p {
  font-size: 16px;
  color: #333333;
  padding: 1.375rem 0;
  text-align: center;
}
.index .model .title img {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index .model .searchBox {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.index .model .searchResult .main {
  padding: 3.125rem;
}
.index .model .searchResult .main ul {
  padding-bottom: 2.5rem;
}
.index .model .searchResult .main ul li {
  display: flex;
  align-items: center;
}
.index .model .searchResult .main ul li:not(:last-child) {
  padding-bottom: 15px;
}
.index .model .searchResult .main ul li p:nth-of-type(1) {
  width: 67.5%;
  font-size: 16px;
  color: #333333;
}
.index .model .searchResult .main ul li p:nth-of-type(2) {
  width: 125px;
  height: 30px;
  background-color: #81cac9;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.index .model .searchResult .main ul li span {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
}
.index .model .searchResult .main a {
  display: block;
  width: 190px;
  height: 48px;
  background-color: #2d4198;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  cursor: pointer;
}
.index .model .searchNull .main {
  padding: 3.125rem;
}
.index .model .searchNull .main p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding-bottom: 3.4375rem;
}
.index .model .searchNull .main a {
  display: block;
  width: 190px;
  height: 48px;
  background-color: #2d4198;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  cursor: pointer;
}
.index .model .searchEndBox .main {
  padding: 3.125rem;
}
.index .model .searchEndBox .main .font {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding-bottom: 2.5rem;
  line-height: 27px;
}
.index .model .searchEndBox .main .font b {
  color: #2d4198;
}
.index .model .searchEndBox .main a {
  display: block;
  width: 190px;
  height: 48px;
  background-color: #2d4198;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  cursor: pointer;
}
.footer {
  width: 100%;
  padding: 42px 0;
  background-color: #eeeeee;
  text-align: center;
}
.footer > div {
  font-size: 12px;
  color: #b1b1b1;
  line-height: 25px;
}
@media only screen and (max-width:950px) {
  .footer > div {
    padding: 0 5%;
  }
}
.footer > div:hover a {
  text-decoration: underline;
}
.footer > div a {
  font-size: 12px;
  color: #b1b1b1;
}
.noneList {
  bottom: 0;
  opacity: 0;
  z-index: -9999;
}
.statusList ul li p.status4 {
  background-color: #ffffff !important;
}
.statusList ul li p.status3 {
  background-color: #459ada !important;
}
.statusList ul li p.status2 {
  background-color: #81cac9 !important;
}
.statusList ul li p.status1 {
  background-color: #fb9e39 !important;
}
.statusList ul li span {
  position: absolute;
  opacity: 0;
  z-index: -999;
}
.indexTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2d4198;
}
.indexTitle .font {
  height: 100%;
  padding-bottom: 18px;
  border-bottom: 2px solid #2d4198;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.indexTitle .font img {
  margin-right: 5px;
}
.indexTitle .more a {
  font-size: 14px;
  color: #34599e;
}
.position {
  width: 100%;
  padding: 17px 0;
  background-color: #fff;
}
.position > div[class*='container'] {
  font-size: 14px;
  color: #333333;
}
.position > div[class*='container'] a {
  font-size: 14px;
  color: #333333;
}
.fixNav {
  width: 23.333%;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width:950px) {
  .fixNav {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.fixNav .title {
  width: 180px;
  height: 60px;
  background-color: #34599e;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:950px) {
  .fixNav .title {
    width: 80%;
  }
}
.fixNav .title p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width:950px) {
  .fixNav .title p {
    font-size: 14px;
    text-align: center;
  }
}
.fixNav .title::before,
.fixNav .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  top: 0;
}
.fixNav .title::after {
  right: -10px;
  border-color: transparent transparent #153571 #153571;
}
.fixNav .title::before {
  left: -10px;
  border-color: transparent #153571 #153571 transparent;
}
.fixNav ul li {
  text-align: center;
}
.fixNav ul li.active {
  position: relative;
}
.fixNav ul li.active a {
  color: #2d4198;
}
.fixNav ul li.active::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #2d4198;
  position: absolute;
  top: 0;
  left: 0;
}
.fixNav ul li:first-of-type {
  height: 70px;
}
.fixNav ul li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.fixNav ul li:not(:first-child) {
  padding: 1.5rem 0;
}
.fixNav ul li a {
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width:950px) {
  .fixNav ul li a {
    font-size: 12px;
  }
}
.about {
  padding: 2.5rem 0 4.375rem;
}
.fixNavMain {
  width: 75%;
  padding: 0 1.875rem;
  background-color: #fff;
}
@media only screen and (max-width:950px) {
  .fixNavMain {
    float: none;
    width: 100%;
  }
}
.fixNavMain .title {
  padding: 22px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
.fixNavMain .title h1 {
  font-size: 24px;
  color: #333333;
}
@media only screen and (max-width:950px) {
  .fixNavMain .title h1 {
    font-size: 18px;
  }
}
.fixNavMain .main {
  padding-top: 1.75rem;
  padding-bottom: 4.375rem;
}
.fixNavMain .main p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
@media only screen and (max-width:950px) {
  .fixNavMain .main p {
    font-size: 12px;
  }
}
.contact .main ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.1875rem;
}
.contact .main ul li .font {
  padding-left: 12px;
  transform: translateY(-8px);
  font-size: 16px;
  color: #202129;
}
@media only screen and (max-width:950px) {
  .contact .main ul li .font {
    font-size: 14px;
  }
}
.contact .main ul li .font p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 5px;
}
@media only screen and (max-width:950px) {
  .contact .main ul li .font p {
    font-size: 16px;
  }
}
.contact .main .map {
  padding-left: 2.1875rem;
}
.contact .main .map > div {
  width: 100%;
  max-width: 540px;
  height: 360px;
}
.newsForm {
  width: 100%;
  padding: 1.75rem 0;
  background-color: #f5f5f5;
}
.newsForm form {
  display: flex;
  justify-content: center;
}
.newsForm form input[type='text'] {
  width: 475px;
  height: 42px;
  background-color: #fff;
  padding-left: 10px;
  border: 1px solid #e2e2e2;
}
.newsForm form input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 2px;
}
.newsForm form input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 2px;
}
.newsForm form input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 2px;
}
.newsForm form input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 2px;
}
.newsForm form input[type='text']::placeholder {
  font-size: 14px;
  color: #aaaaaa;
  padding-left: 2px;
}
.newsForm form button {
  width: 110px;
  height: 42px;
  background-color: #2d4198;
  margin-left: 12px;
}
.listNews {
  padding-bottom: 6.25rem;
}
.listNews > div[class*='container'] > h1 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  padding: 2.8125rem 0 1.75rem;
}
@media only screen and (max-width:950px) {
  .listNews > div[class*='container'] > h1 {
    font-size: 22px;
  }
}
.listNews > div[class*='container'] .label {
  display: flex;
  justify-content: center;
}
.listNews > div[class*='container'] .label a {
  width: 170px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  margin: 0 5px;
}
.listNews > div[class*='container'] .label a.active {
  background-color: #2d4198;
  color: #fff;
}
@media only screen and (max-width:950px) {
  .listNews > div[class*='container'] .label a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }
}
.listNews > div[class*='container'] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.8125rem;
}
.listNews > div[class*='container'] ul li {
  width: 45.333%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width:950px) {
  .listNews > div[class*='container'] ul li {
    width: 100%;
  }
}
.listNews > div[class*='container'] ul li::before {
  content: url(../assets/icon_title.png);
}
.listNews > div[class*='container'] ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
}
.listNews > div[class*='container'] ul li a:hover p:nth-of-type(1) {
  color: #34599e;
  text-decoration: underline;
}
.listNews > div[class*='container'] ul li a p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width:950px) {
  .listNews > div[class*='container'] ul li a p:nth-of-type(1) {
    font-size: 13px;
  }
}
.listNews > div[class*='container'] ul li a p:nth-of-type(2) {
  width: 125px;
  height: 28px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.xiaocms-page {
  padding: 2.5rem 0 0;
  display: flex;
  justify-content: center;
}
.xiaocms-page > a,
.xiaocms-page span {
  padding: 9px 16px;
  border: 1px solid #e2e2e2;
  font-size: 12px;
}
.xiaocms-page > a {
  color: #666666;
}
.xiaocms-page span {
  color: #fff;
  background-color: #34599e;
}
.xiaocms-page .appendPage {
  font-size: 12px;
  color: #666666;
}
.xiaocms-page .appendPage .selectPage p {
  padding: 9px 16px;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  color: #666666;
  margin: 0 10px;
}
.xiaocms-page .appendPage .selectPage .selectList {
  width: 100%;
  padding: 0 10px;
  left: 0;
  display: none;
}
.xiaocms-page .appendPage .selectPage .selectList a {
  display: block;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.xiaocms-page .appendPage .inputPage input {
  width: 50px;
  height: 100%;
  border: 1px solid #e2e2e2;
  margin-left: 10px;
  color: #666666;
}
.showNews {
  padding: 2.1825rem 0 3.75rem;
}
.showNews .showInformation {
  width: 75%;
  background-color: #fff;
  border-radius: 5px;
  padding: 3.125rem 1.875rem;
}
@media only screen and (max-width:950px) {
  .showNews .showInformation {
    float: none;
    width: 100%;
  }
}
.showNews .showInformation .title {
  padding-bottom: 28px;
}
.showNews .showInformation .title h1 {
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
}
.showNews .showInformation .title .statusList .status {
  width: 125px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.showNews .showInformation .main {
  padding: 2.5rem 1.25rem;
  background-color: #f8f9fc;
}
.showNews .showInformation .main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.showNews .showInformation .main ul li {
  display: flex;
  width: 50%;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width:950px) {
  .showNews .showInformation .main ul li {
    width: 100%;
  }
}
.showNews .showInformation .main ul li p:nth-of-type(1) {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
}
@media only screen and (max-width:950px) {
  .showNews .showInformation .main ul li p:nth-of-type(1) {
    width: 100px;
  }
}
.showNews .showInformation .main ul li p:nth-of-type(2) {
  font-size: 14px;
  color: #1f1f1f;
}
@media only screen and (max-width:950px) {
  .showNews .showInformation .main ul li p:nth-of-type(2) {
    width: calc(100% - 100px);
  }
}
.showNews .hotList {
  width: 23.333%;
  background-color: #fff;
  padding: 1.25rem;
}
@media only screen and (max-width:950px) {
  .showNews .hotList {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.showNews .hotList ul {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
.showNews .hotList ul li:not(:last-child) {
  padding-bottom: 1.375rem;
}
.showNews .hotList ul li a {
  font-size: 14px;
  color: #333333;
}
.listProduct {
  padding: 2.5rem 0 4.375rem;
}
.listProduct .listBox {
  width: 75%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 1.75rem 3.125rem;
}
@media only screen and (max-width:950px) {
  .listProduct .listBox {
    float: none;
    width: 100%;
  }
}
.listProduct .listBox .indexTitle {
  padding-top: 1.25rem;
}
.listProduct .listBox ul {
  padding-top: 2.1825rem;
  padding-bottom: 1.25rem;
}
.listProduct .listBox ul li {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
}
.listProduct .listBox ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-505);
}
.listProduct .listBox ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.listProduct .listBox ul li a:hover p {
  color: #34599e;
  text-decoration: underline;
}
.listProduct .listBox ul li a p {
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width:950px) {
  .listProduct .listBox ul li a p {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.listProduct .listBox ul li a .date {
  font-size: 14px;
  color: #999999;
}
@media only screen and (max-width:950px) {
  .listProduct .listBox ul li a .date {
    width: 30%;
  }
}
.listProduct .reommendenList {
  width: 23.333%;
  background-color: #fff;
  padding: 1.25rem;
}
@media only screen and (max-width:950px) {
  .listProduct .reommendenList {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.listProduct .reommendenList ul {
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
}
.listProduct .reommendenList ul li {
  padding-bottom: 1.5rem;
  display: flex;
}
.listProduct .reommendenList ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  transform: translateY(8px);
}
.listProduct .reommendenList ul li a {
  font-size: 14px;
  color: #666666;
}
.listProduct .reommendenList ul li a:hover {
  color: #34599e;
  text-decoration: underline;
}
.showProdct {
  padding: 2.1875rem 0 4.375rem;
}
.showProdct > div[class*='container'] {
  background-color: #fff;
  padding: 3.75rem 9.0625rem;
}
@media only screen and (max-width:950px) {
  .showProdct > div[class*='container'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.showProdct > div[class*='container'] .title h2 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  padding-bottom: 3.75rem;
}
.showProdct > div[class*='container'] .title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
}
.showProdct > div[class*='container'] .title ul li {
  font-size: 14px;
  color: #999999;
}
.showProdct > div[class*='container'] .title ul li p {
  font-size: 14px;
  color: #999999;
}
.showProdct > div[class*='container'] .title ul li p:first-of-type {
  padding-right: 1.875rem;
}
.showProdct > div[class*='container'] .main {
  padding-top: 3.125rem;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
@media only screen and (max-width:950px) {
  .showProdct > div[class*='container'] .main {
    font-size: 14px;
  }
}
@media only screen and (max-width:950px) {
  .whead {
    background-color: #2d4198;
  }
  .wap_menu_btn li {
    background-color: #fff;
  }
  .wap_nav > li > a {
    margin: 0 auto;
  }
  .secondaryLsit {
    padding-left: 10px;
    display: none;
  }
  .secondaryLsit a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}