p{margin-bottom:0;}
.t{ color:#fff;}
.totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
.totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
.totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
.totop4 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.7s;
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.toxian1 {
  -webkit-animation: toxian 1s ease both;
  animation: toxian 1s ease both;
  animation-delay: 0.3s;
}
.t_pclogonr{

  /* padding-top: 32px;*/
   height:80px;
   line-height:80px;

}
@keyframes toxian {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.right_to_left {
  -webkit-animation: right_to_left 1s ease both;
  animation: right_to_left 1s ease both;
  animation-delay: 0.6s;
}

.right_to_left2 {
  -webkit-animation: right_to_left 1s ease both;
  animation: right_to_left 1s ease both;
  animation-delay: 0.4s;
}

@keyframes right_to_left {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes right_to_left {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.left_to_right {
  -webkit-animation: left_to_right 1s ease both;
  animation: left_to_right 1s ease both;
  animation-delay: 0.5s;
}

@keyframes left_to_right {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes left_to_right {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
  .mobile{display:none;}
  .pc{display:block;}
.t_pchead {
  border-bottom: 1px solid #ccc;
}
.t_pchead .flexPhoto {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.zIndexShow li {
  margin: 8px;
}
.active {
  /* color: #066ac9 !important; */
}
.bg-dark {
  background-color: none !important;
}
.isBgcolor {
  background-color: none !important;
}
.t_pchead:hover a {
  color: black !important ;
}

@media screen and (max-width: 1399px) {
  .zIndexShow li{
    height: 80px;
    line-height: 80px;
  }
  .zIndexShow li:hover{
    border-bottom: 2px solid  #01408f !important;
  }
  .nav-link{
    margin: 0;
    padding: 0;
  }
  .t{
    margin: 0;
    padding: 0;
  }
  .t_pchead li a.itemen{
    margin: 0;
    height: auto;
    line-height: normal;
  }
}
@media screen and (max-width: 960px) {
  /* .isShow {
    display: none;
  } */
  .zIndexShow li {
    padding: 0px;
  }
  .t_pchead:hover {
    /* background-color: #004297; */
  }
}
@media screen and (max-width: 980px) {
  .zIndexShow li {
    margin: 0px;
  }
  .t_pclogonr img{
    width: 150px;
  }
  .nav-item{
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* .swiper-container {
    margin-top: 0px;
    margin-left: 0px;
  } */
  .mobile{display:block;}
  .pc{display:none;}
  .s_d2c2m9{    height: 50px; margin-bottom: 20px;}
  .pppp {
    margin-top: -45px;
    margin-left: -40px;
  }
}
.navbar-toggler {
  background-color: #ccc !important;
}
.t_pchead li a {
  color: black;
}

.t_pchead li:hover {
  border-bottom: 2px solid #ccc;
  /* margin-top: -2px; */
}
@media screen and (max-width: 768px) {
  .flexPhoto {
    width: 100%;
    text-align: center;
  }
  .zIndexShow{
    width: 100%;
  }
  .t {
    display: none;
  }
  .itemen{
    color: #fff;
  }
  .zIndexShow {
  }
}
.navList {
  position: fixed;
}
.t_pchead li a.itemen {
  right: 0;
  width: 30px;
  display: block;
  height: 30px;
  color: #fff;
  line-height: 30px;
  margin-top: 6px;
  text-align: center;
  background: #004297;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .g_cpt2 {
    height: 910px;
  }
  .g_cpt2bot {
    display: flex;
    flex-direction: column;
  }
  .g_cpt2botnr {
    width: 100%;
    text-align: center;
    position: relative;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.36s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .g_cpt2botnr a {
    display: block;
    padding: 0px 90px 0 90px;
    position: absolute;
    z-index: 10;
  }
  .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 0px;
  }

  .g_cpt2bottu {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .g_cpt2boticon {
    width: 39px;
    margin-bottom: -15px;
    transition: all 0.36s ease;
    opacity: 1;
  }
  .t_jiah3 h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
  }
}
