@charset "UTF-8";
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 1200px) {
  .active .lr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  .active .rr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  .active .up_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .active .down_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}

/*头部样式*/
.head1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.logo {
  margin-left: 4.16666666666667vw;
  width: 28.75vw;
}

.logo img {
  max-width: 100%;
}

.headr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4.16666666666667vw;
  width: 55.20833333333vw;
}

.headr #formsearch {
  border-bottom: 1px solid #2b2b2b;
  width: 8.90625vw;
  margin-right: 0.12083333vw;
}

.headr #formsearch input {
  height: 30px;
  background: none;
  border: none;
  line-height: 30px;
}

.headr #formsearch input#keyword {
  height: 15px;
  line-height: 15px;
  color: #333333;
  font-size: 12px;
  width: 78.125%;
}

.headr #formsearch input#s_btn {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  background: url(../images/sou.png) no-repeat center center;
}

.yuyan {
  background: #fff;
  text-align: center;
  width: 6.16666667vw;
}

.yuyan a {
  color: #000000;
}

.yuyan img {
  max-width: 100%;
}

/*首页banner*/
.topbanner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.banner ul.bb li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner ul.bb li a img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 2px;
  bottom: 15%;
  width: 100%;
  z-index: 100;
  padding: 5px 0px;
  opacity: 0.8;
  text-align: center;
}

.banner .num li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  _display: inline;
  _font-size: 0px;
  text-indent: -100px;
  border-radius: 50%;
}

.banner .num li {
  *display: inline;
  _zoom: 1;
  _display: inline;
}

.banner .num li.num_hover {
  background-color: #979595;
}

.banner .num li.num_hover a {
  color: #fff;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
  opacity: 1;
  line-height: 20px;
}

.sf-ban-cli {
  width: 27px;
  height: 86px;
  background: url(../images/bmore.png) no-repeat center;
  position: absolute;
  bottom: 25%;
  left: 50%;
  z-index: 9;
  margin-left: -13.5px;
  -webkit-animation: span-up 2s linear infinite;
  animation: span-up 2s linear infinite;
}

@keyframes span-up {
  25% {
    transform: translateY(8px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-8px);
  }
}

@-webkit-keyframes span-up {
  25% {
    -webkit-transform: translateY(8px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
}

.mx1680 {
  padding: 0 6.25%;
}

.section2 {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 0 6.25%;
  padding-top:66px;
}

@media(max-width:1600px){
    .section2{
        padding-top:0;
    }
}

.c2 {
  background: url(../images/about.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding-top: 4.94791666666%;
}

.c2 .about-index {
  padding-left: 58.4028605%;
}

.c2 .about-index .ab1 img {
  max-width: 100%;
}

.c2 .about-index .ab2 {
  margin-top: 5%;
  position: relative;
}

.c2 .about-index .ab2::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  left: 4px;
  background: #eaeaea;
  z-index: 0;
}

.c2 .about-index .ab2 p {
  color: #323232;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  padding-left: 1.489868892%;
  font-size: 16px;
}

.c2 .about-index .ab2 p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #266cac;
  z-index: 9999;
  background: #fff;
}

.c2 .about-index .ab3 {
  border-bottom: 1px solid #595959;
  width: 9.9523242vw;
  margin-top: 6%;
}

.c2 .about-index .ab3 a {
  display: block;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arail";
  line-height: 3;
}

.c2-con {
  background:  rgb(35,101,157,.6);
  margin-top: 30%;
  padding: 3% 0;
}

.c2-con ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c2-con ul li {
  position: relative;
  display: inline-block;
  width: 29%;
}

.c2-con ul li .count-title {
  font-size: 33px;
  color: #fff;
  display: inline-block;
}

.c2-con ul li dl {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  margin: 0;
}

.c2-con ul li dt {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 0;
}

.c2-con ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  padding: 5% 0;
}

.c2-con ul li span {
  display: block;
  width: 32px;
  height: 3px;
  background: #fff;
  float: right;
}

@media(max-width:768px){
    .c2{
        background: url(../images/telbj.jpg) no-repeat top center;
    }
    .c2 .about-index .ab2{
        padding-left: 8%;
    }
    .c2 .about-index .ab2::before{
        left:30px;
    }
    .c2 .about-index .ab3{
        margin-left:10%;
    }
    .c2 .about-index .ab2 p{
        font-size:14px;
    }
}

/**/
.section6 {
  background: url(../images/bg6.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
    padding-top:25px;
}

@media(max-width:1600px){
   .section6 {
       padding-top: 0;
   } 
}

.csyf .sc-title b {
  display: inline-block;
  color: #002266;
  font-size: 41px;
}

.csyf .sc-title span {
  font-size: 20px;
  color: #141414;
  padding-left: 10px;
}

.csyf .csyf-con .csyf-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.csyf .csyf-con .csyf-list li {
  position: relative;
  width: 48.5%;
}

.csyf .csyf-con .csyf-list li .img1 img {
  width: 100%;
}

.csyf .csyf-con .csyf-list li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  padding: 3% 5.263157%;
}

.csyf .csyf-con .csyf-list li .wz h3 {
  display: block;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.csyf .csyf-con .csyf-list li .wz .ww {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

.csyf .csyf-con .csyf-list li .wz .ww .w1 {
  color: #fff;
  font-size: 18px;
}

.csyf .csyf-con .csyf-list li .wz .ww .w1 p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.csyf .csyf-con .csyf-list li .wz .ww .more {
  color: #fff;
  font-size: 16px;
  font-family: "Arail";
  width: 15%;
}

.csyf .csyf-con .csyf-list li .wz .ww .more a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10%;
}

/**/
.section3 {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-top: 54px;
}

@media(max-width:2880px){
  .section3{
      padding-top: 0;
  }
}


@media(max-width:2560px){
  .section3{
      padding-top: 0;
  }
}


@media(max-width:1600px){
  .section3{
      padding-top: 0;
  }
}

.slick-contanier {
  position: relative;
  width: calc(100% + 32px);
}

.slick-contanier .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 88px;
  height: 232px;
  margin-top: -116px;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-contanier .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/left1.png) no-repeat center center rgba(0, 0, 0, 0.23);
  padding: 0;
}

.slick-contanier .slick-arrow.slick-next {
  right: 31px;
  background: url(../images/right1.png) no-repeat center center rgba(0, 0, 0, 0.23);
  padding: 0;
}

.slick-contanier .slick-slide {
  outline: none;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
}

.slick-contanier .slick-con {
  display: block;
  margin-right: 32px;
  font-size: 0;
  position: relative;
}

.slick-contanier .slick-con .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.slick-contanier .slick-con .hh .more1 {
  margin-bottom: 8%;
}

.slick-contanier .slick-con .hh .more1 img {
  max-width: 100%;
}

.slick-contanier .slick-con .hh .more2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.slick-contanier .slick-con:hover .hh {
  opacity: 1;
}

.tab-li {
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.tab-li ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c3 {
 
}

.tab-li li {
  font-size: 18px;
  background: #dcdcdc;
  color: #353535;
  width: 33.333%;
  font-weight: bold;
  font-size: 0.9895833vw;
  line-height: 2.9;
}

.tab-li li:hover,
.tab-li li.active {
  background: #20335b;
  color: #fff;
}

.tab-con {
  position: relative;
  margin-top: 2%;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
  width: 100%;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

/**/
.section4 {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.c4 .c4-left {
  width: 316px;
  height: 439px;
  background: url(../images/n1.png) no-repeat top center;
  margin-top: 34px;
}

.c4 .c4-left .nsort {
  padding-left: 142px;
  padding-top: 175px;
}

.c4 .c4-left .nsort li {
  width: 92px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 14px;
}

.c4 .c4-left .nsort li a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
}

.c4 .c4-right {
  width: 875px;
  background: #fff;
  padding: 0 28px;
  padding-top: 35px;
}

.c4 .c4-right .nlist1 li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #d2d2d2;
}

.c4 .c4-right .nlist1 li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.c4 .c4-right .nlist1 li .img1 {
  width: 205px;
}

.c4 .c4-right .nlist1 li .wz {
  width: 600px;
}

.c4 .c4-right .nlist1 li .wz a {
  display: block;
  color: #555555;
  font-size: 16px;
}

.c4 .c4-right .nlist1 li .wz .w2 {
  color: #333333;
  font-size: 12px;
  padding: 5px 0;
}

.c4 .c4-right .nlist1 li .wz .w3 {
  color: #555555;
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
}

.c4 .c4-right .nlist1 li:hover a {
  color: #26457e;
}

/**/
.section5 {
  background: url(../images/bg5.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-top: 66px;
}

@media(max-width:1600px){
   .section5{
       padding-top: 0;
   } 
}


.c5 {
  background: rgba(255, 255, 255, 0.49);
  padding-top: 5%;
  padding-bottom: 6%;
}

.c5 .lx-index {
  padding-left: 2%;
}

.c5 .lx-index .lx-title b {
  color: #141414;
  font-size: 41px;
}

.c5 .lx-index .lx-title span {
  display: inline-block;
  width: 200px;
  height: 2px;
  background: #353535;
  width: 46.5625%;
}

.c5 .lx-index .lx1 {
  display: flex;
  align-items: center;
  margin-top: 5%;
  margin-left: 3%;
}

.c5 .lx-index .lx1 .lx1l {
  margin-right: 5%;
}

.c5 .lx-index .lx1 .lx1l .lx-list li {
  margin-bottom: 18px;
}

.c5 .lx-index .lx1 .lx1l .lx-list li .ww {
  display: flex;
}

.c5 .lx-index .lx1 .lx1l .lx-list li .ww .img1 {
  margin-right: 15px;
}

.c5 .lx-index .lx1 .lx1l .lx-list li .ww .img1 img {
  max-width: 100%;
}

.c5 .lx-index .lx1 .lx1l .lx-list li .ww .wz {
  color: #000000;
  font-size: 18px;
}

.c5 .lx-index .lx2 {
  display: flex;
  align-items: center;
  margin-left: 3%;
  margin-top: 5%;
}

.c5 .lx-index .lx2 .lx21 {
  margin-right: 5%;
}

.c5 .lx-index .lx2 .lx21 p {
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 3;
  
}

.c5 .lx-index .lx2 .lx21 p img {
  max-width: 100%;
}

.section {
  position: relative;
}

.ban {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 99999;
  text-align: center;
}

.ban p {
  color: #000;
  font-size: 14px;
}

@media (max-width: 1366px) {
  .c2 {
    margin-top: 5%;
    padding-top: 2.94791666666%;
  }
  .c2 .about-index .ab3 {
    margin-top: 3%;
  }
  .c2-con {
    margin-top: 6%;
  }
  .csyf {
    margin-top: 5%;
  }
  .csyf .sc-title b {
    font-size: 26px;
  }
  .csyf .sc-title span {
    font-size: 20px;
  }
  .csyf .csyf-con .csyf-list li .wz {
    padding: 1.5% 2.263157%;
  }
  .csyf .csyf-con .csyf-list li .wz h3 {
    font-size: 18px;
  }
  .csyf .csyf-con .csyf-list li .wz .ww .w1 {
    font-size: 14px;
  }
  .csyf .csyf-con .csyf-list li .wz .ww .more {
    font-size: 14px;
  }
  .csyf .csyf-con .csyf-list li .wz .ww {
    margin-top: 1.5%;
  }
  .c3 {
    margin-top: 5%;
  }
  .c5 {
    margin-top: 10%;
    padding-top: 1.5%;
    padding-bottom: 0.5%;
  }
  .c5 .lx-index .lx-title b {
    font-size: 30px;
  }
  .c5 .lx-index .lx1 {
    margin-top: 1.5%;
  }
  .c5 .lx-index .lx2 {
    margin-top: 1%;
  }
  .ban {
    bottom: 10%;
  }
}

@media (max-width: 768px) {
  #fp-nav {
    display: none;
  }
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    height: auto !important;
  }
  .ban {
    display: none;
  }
  
  .c2 .about-index {
    padding-left: 0%;
  }
  .c2 .about-index .ab2 p {
    padding-left: 3.489869%;
  }
  .c2-con {
    margin-top: 3%;
  }
  .c2-con ul li {
    width: 33%;
  }
  .c2-con ul li .count-title {
    font-size: 14px;
  }
  .c2-con ul li dl {
    font-size: 14px;
  }
  .c2-con ul li dt {
    font-size: 12px;
  }
  .c2-con ul li p {
    font-size: 14px;
  }
  .c2 .about-index .ab3 a {
    font-size: 13px;
  }
  .c3 {
    padding: 0 6.25%;
    }
  .csyf .sc-title b {
    font-size: 20px;
  }
  .csyf .sc-title span {
    font-size: 14px;
  }
  .csyf .csyf-con .csyf-list {
    display: block;
    margin-top: 2%;
  }
  .csyf .csyf-con .csyf-list li {
    width: 100%;
    margin-bottom: 2%;
  }
  .csyf .csyf-con .csyf-list li .wz h3 {
    font-size: 16px;
  }
  .csyf .csyf-con .csyf-list li .wz .ww {
    display: block;
  }
  .csyf .csyf-con .csyf-list li .wz .ww .w1 {
    font-size: 14px;
  }
  .csyf .csyf-con .csyf-list li .wz .ww .more a {
    font-size: 14px;
  }
  .tab-li ul {
    display: block;
  }
  .tab-li li {
    width: 100%;
    font-size: 16px;
  }
  .slick-contanier .slick-arrow.slick-prev {
    display: none !important;
  }
  .slick-contanier .slick-arrow.slick-next {
    display: none !important;
  }
  .c5 .lx-index .lx-title b {
    font-size: 20px;
  }
  .c5 .lx-index .lx1 {
    display: block;
  }
  .c5 .lx-index .lx1 .lx1l .lx-list li {
    margin-bottom: 0px;
  }
  .c5 .lx-index .lx1 .lx1l .lx-list li .ww .wz {
    font-size: 14px;
    line-height: 2;
  }
  .c5 .lx-index .lx2 .lx21 p {
    font-size: 13px;
    line-height: 2;
  }
}

/*内页*/
.n-sort-bg {
  background: #1f3259;
}

.n-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.n-sort > li {
  position: relative;
  width: 100%;
}

.n-sort > li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  border-right: 1px solid #324876;
  line-height: 2.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n-sort > li:last-child a {
  border: none;
}

.xypg-left-subnav-1 {
  position: absolute;
  top: 122%;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #101f3d;
  padding: 5px 18px;
  z-index: 9999;
}

.xypg-left-subnav-1 > li {
  width: 100%;
}

.xypg-left-subnav-1 > li > a {
  display: block;
  font-weight: normal;
  border-right: none;
  border-bottom: 1px solid #4e596f;
  font-size: 19px;
  line-height: 2.6;
}

.xypg-left-subnav-1 > li:last-child > a {
  border-bottom: none;
}

.n-sort li:hover .xypg-left-subnav-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.xypg-left-title-1 {
  padding: 3% 0;
}

.xypg-right-content img{max-width:100%;}


.xypg-left-title-1 h3 {
  color: #000000;
  font-size: 25px ;
  font-weight: bold;
}

.xypg-left-title-1 span {
  display: block;
  color: #a7a7a7;
  font-size: 14px!important;
  padding-top: 10px;
  text-transform: capitalize;
}

.xypg-product-list-1 li {
  width: 31.833333%;
  float: left;
  margin: 0 0.5%;
  position: relative;
  margin-bottom: 1%;
}

.xypg-product-list-1 li .img1 img {
  width: 100%;
}

.xypg-product-list-1 li .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.xypg-product-list-1 li .hh .more1 img {
  max-width: 100%;
}

.xypg-product-list-1 li .hh .more2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10%;
}

.xypg-product-list-1 li:hover .hh {
  opacity: 1;
}

.nabout {
  color: #000000;
  font-size: 19px;
  line-height: 40px;
}

.aboutimg {
  margin-top: 5%;
}

.aboutimg-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutimg-list li {
  position: relative;
}

.aboutimg-list li .img1 img {
  width: 100%;
}

.aboutimg-list li h3 {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
}

.aboutimg-list li h3 a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 26px;
}

.nwenhua {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #20335b;
}

.nwenhua-left {
  width: 43.22916666666667%;
  padding-left: 6.25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.nwenhua-list li {
  display: flex;
  align-items: center;
  margin: 8% 0;
}

.nwenhua-list li .img1 {
  margin-right: 3%;
}

.nwenhua-list li .img1 img {
  max-width: 100%;
}

.nwenhua-list li .wz .w1 {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}

.nwenhua-list li .wz .w2 {
  color: #fff;
  font-size: 19px;
}

.nwenhua-right {
  width: calc(100% - 43.22916666666667%);
}

.nwenhua-right p img {
  max-width: 100%;
}

.nhonor-index {
  text-align: center;
}

.nhonor-index h3 {
  font-weight: bold;
  padding-top: 5%;
  padding-bottom: 3%;
}

.nhonor-index h3 b {
  color: #002266;
  font-size: 41px;
}

.nhonor-index h3 span {
  display: block;
  color: #a7a7a7;
  font-size: 25px;
  padding-top: 0.8%;
}

.nhonor-contanier {
  position: relative;
  width: calc(100% + 10px);
}

.nhonor-contanier .slick-slide {
  outline: none;
}

.nhonor-contanier img {
  display: inline-block;
  width: 100%;
}

.nhonor-contanier .nhonor-con {
  display: block;
  margin-right: 10px;
  font-size: 0;
  position: relative;
  border: 1px solid #b9b9b9;
}

.nhonor-contanier .nhonor-con .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.nhonor-contanier .nhonor-con .hh .more1 img {
  max-width: 100%;
}

.nhonor-contanier .nhonor-con:hover .hh {
  opacity: 1;
}

.nhonor-contanier .slick-dots {
  text-align: center;
  font-size: 0;
  z-index: 9;
  margin: 3% 0;
}

.nhonor-contanier .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #434343;
  cursor: pointer;
}

.nhonor-contanier .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.nhonor-contanier .slick-dots li.slick-active {
  background: #1f417e;
  border: 1px solid #1f417e;
}

.nsbzs-bg {
  background: #f5f5f5;
  padding-bottom: 0.1%;
}

.nsbzs-bg .nsbzs-index {
  text-align: center;
}

.nsbzs-bg .nsbzs-index h3 {
  font-weight: bold;
  padding-top: 5%;
  padding-bottom: 3%;
}

.nsbzs-bg .nsbzs-index h3 b {
  color: #002266;
  font-size: 41px;
}

.nsbzs-bg .nsbzs-index h3 span {
  display: block;
  color: #a7a7a7;
  font-size: 25px;
  padding-top: 0.8%;
}

.nsbzs-contanier {
  position: relative;
  width: calc(100% + 10px);
}

.nsbzs-contanier .slick-slide {
  outline: none;
}

.nsbzs-contanier img {
  display: inline-block;
  width: 100%;
}

.nsbzs-contanier .nsbzs-con {
  display: block;
  margin-right: 10px;
  font-size: 0;
  position: relative;
  border: 1px solid #b9b9b9;
  padding: 5px;
  background: #fff;
}

.nsbzs-contanier .nsbzs-con .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.nsbzs-contanier .nsbzs-con .hh .more1 img {
  max-width: 100%;
}


.nhonor-contanier .nhonor-con .hh .more2{
    color: #fff;
  font-size: 26px;
  padding-top: 5%;  
}

.nsbzs-contanier .nsbzs-con .hh .more2 {
  color: #fff;
  font-size: 26px;
  padding-top: 5%;
}

.nsbzs-contanier .nsbzs-con:hover .hh {
  opacity: 1;
}

.nsbzs-contanier .slick-dots {
  text-align: center;
  font-size: 0;
  z-index: 9;
  margin: 3% 0;
}

.nsbzs-contanier .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #434343;
  cursor: pointer;
}

.nsbzs-contanier .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.nsbzs-contanier .slick-dots li.slick-active {
  background: #1f417e;
  border: 1px solid #1f417e;
}


.link{
    margin-left: 5%;
}

.foot-bg {
  background: #292929;
  padding: 5% 0;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .footl {
  width: 50.5416667%;
}

.foot-bg .foot-index .footl .foot1 {
  display: flex;
}

.foot-bg .foot-index .footl .foot1 dl {
  border-right: 1px solid #3f3f3f;
  width: 100%;
  padding-left: 7%;
  margin: 0;
}

.foot-bg .foot-index .footl .foot1 dl dt {
  color: #fff;
  font-size: 19px;
  padding-bottom: 45px;
  display: block;
}

.foot-bg .foot-index .footl .foot1 dl dd a {
  display: block;
  color: #fff;
 /* font-weight: bold;*/
  font-size: 16px;
  line-height: 33px;
}

.foot-bg .foot-index .footl .foot1 dl:last-child {
  border-right: none;
}

.foot-bg .foot-index .footl .foot2 {
  margin-top: 5%;
  padding-left: 7%;
  color: #fff;
  font-size: 16px;
}

.foot-bg .foot-index .footl .foot2 a {
  color: #fff;
}

.foot-bg .foot-index .footr .nerq1 {
  float: left;
  padding: 0 10px;
}

.foot-bg .foot-index .footr .nerq1 p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot-bg .foot-index .footr .nerq1 p img {
  max-width: 100%;
}

.foot-bg .foot-index .footr .nerq2 {
  float: left;
}

.foot-bg .foot-index .footr .nerq2 p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot-bg .foot-index .footr .nerq2 p img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .nwenhua-list li .wz .w1 {
    font-size: 18px;
  }
  .nwenhua-list li .wz .w2 {
    font-size: 16px;
  }
}

@media (max-width: 996px) {
  .nwenhua-list li .wz .w1 {
    font-size: 16px;
  }
  .nwenhua-list li .wz .w2 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .xypg-product-list-1 li{
      width:49%;
  }
  .xypg-product-list-1 li .hh .more2{
      font-size:16px;
  }
  .xypg-left-title-1 h3 {
    font-size: 24px;
  }
  .xypg-left-title-1 span {
    font-size: 20px;
    padding-top: 5px;
  }
  .nabout {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutimg-list {
    display: block;
  }
  .aboutimg-list li {
    margin-bottom: 2%;
  }
  .aboutimg-list li h3 a {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nwenhua {
    display: block;
  }
  .nwenhua-left {
    width: 100%;
  }
  .nwenhua-right {
    width: 100%;
  }
  .nhonor-index h3 b {
    font-size: 24px;
  }
  .nhonor-index h3 span {
    font-size: 20px;
  }
  .nsbzs-bg .nsbzs-index h3 b {
    font-size: 24px;
  }
  .nsbzs-bg .nsbzs-index h3 span {
    font-size: 20px;
  }
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footl .foot1 dl {
    padding-left: 2%;
  }
  .foot-bg .foot-index .footl .foot1 dl dt {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .foot-bg .foot-index .footl .foot1 dl dd a {
    font-size: 14px;
    line-height: 24px;
  }
  .foot-bg .foot-index .footl .foot2 {
    padding-left: 2%;
    font-size: 14px;
  }
  
  .mn-sort{
      display:block;
  }
  .mn-sort > li a{
    border-right:none;
    border-bottom: 1px solid #324876;
    line-height:2;
  }
}
