html.item {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.index-load {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  transition: all .8s ease-in-out;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-load.active {
  transform: translateY(100%);
}

.index-load .in-line {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.index-load .in-line:before {
  content: "";
  position: absolute;
  background: #2dbef0;
  left: 0%;
  height: 2px;
  animation: width-load 2.5s forwards ease-out;
  transition: all .3s .1s ease-in-out;
}

.idswiper {
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.idswiper.active {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  opacity: 1;
}

@keyframes width-load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.cmbg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.w87 {
  width: 87.5%;
  margin: 0 auto;
}

.w73 {
  width: 73%;
  margin: 0 auto;
}

.cmtitle div:nth-of-type(1) {
  opacity: .8;
  font-weight: bold;
  font-family: "MicrosoftYaHei";
  font-size: .9rem;
  color: #333333;
  line-height: 1;
}

.cmtitle div:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: .6rem;
  color: #cccccc;
  line-height: 1;
  margin-top: .35rem;
}

.cmtitle div:nth-of-type(3) {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #fff;
  margin-top: 0.5rem;
}

.cmcenter {
  text-align: center;
}

@font-face {
  font-family: "BEBASNEUE REGULAR";
  src: url("../font/BEBASNEUE REGULAR.woff2") format("woff2"), url("../font/BEBASNEUE REGULAR.woff") format("woff"), url("../font/BEBASNEUE REGULAR.ttf") format("truetype"), url("../font/BEBASNEUE REGULAR.eot") format("embedded-opentype"), url("../font/BEBASNEUE REGULAR.svg") format("svg");
}

@font-face {
  font-family: "BEBAS";
  src: url("../font/BEBAS.woff2") format("woff2"), url("../font/BEBAS.woff") format("woff"), url("../font/BEBAS.ttf") format("truetype"), url("../font/BEBAS.eot") format("embedded-opentype"), url("../font/BEBAS.svg") format("svg");
}

.idswiper .playicon {
  display: none;
}

.headerex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header {
  width: 87.5%;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 220px;
  height: 60px;
  position: relative;
}

.header .logo i {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .hright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 3.05rem;
}

.header .hright .ulnav {
  height: 110px;
  line-height: 110px;
}

.header .hright .ulnav li {
  position: relative;
  float: left;
  margin-right: 1.25rem;
}

.header .hright .ulnav li a {
  font-size: 16px;
  color: white;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
}

.header .hright .ulnav li a.active::after {
  width: 100%;
  left: 0;
}

.header .hright .ulnav li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 4px;
  background: white;
  transition: all 0.4s ease 0s;
}

.header .hright .ulnav li a:hover::after {
  width: 100%;
  left: 0;
}

.header .hright .ulnav li .agright {
  position: absolute;
  top: 110px;
  width: 145%;
  background: white;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  display: none;
}

.header .hright .ulnav li .agright div {
  height: 50px;
  line-height: 50px;
}

.header .hright .ulnav li .agright div a {
  font-size: 15px;
  transition: all .4s ease;
  color: #333;
}

.header .hright .ulnav li .agright div a:hover {
  color: #003a6f;
}

.header .hright .ulnav li .agright div a::after {
  display: none;
}

.header .hright .language {
  margin-right: 20px;
  position: relative;
}
.header .hright .language .langbox{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: .75rem;
  opacity: 0;
  visibility: hidden;
}

.header .hright .language .langbox a{
  color: #fff;
}
.headerex.active .header .hright .language .langbox a{
  color: #444;
}
.header .hright .language:hover .langbox{
  opacity: 1;
  visibility: visible;
}
.header .hright .language .select span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: white;
}

.header .hright .language .select i {
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-left: 8px;
  vertical-align: middle;
}

.header .search {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #003a6f;
  border-radius: 17px;
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  right: 6.35%;
  transition: .5s ease-in-out;
}

.header .search .input {
  font-size: 15px;
  background: none;
  width: 50px;
  height: 35px;
  transition: .5s ease-in-out;
  color: white;
}

.header .search input::-ms-input-placeholder {
  color: white;
  font-size: 14px;
}

.header .search input::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}

.header .search input::-moz-input-placeholder {
  color: white;
  font-size: 14px;
}

.header .search .img {
  display: inline-block;
  background-image: url(../img/search.png);
  background-size: cover;
  background-position: center center;
  width: 13px;
  height: 13px;
  cursor: pointer;
  float: right;
  margin-top: 12px;
  right: 22px;
  position: relative;
  background-color: transparent;
  margin-left: 8px;
}


/*  .header .seactive {
    width: 300px; }
    .header .seactive input {
      width: 250px; }*/

.headerex.active {
  background: white;
}

.headerex.active .header .logo i {
  background-image: url(../img/logot.png) !important;
}

.headerex.active .header .hright .ulnav li a {
  color: #333;
}

.headerex.active .header .hright .ulnav li a::after {
  background: #003a6f;
}

.headerex.active .header .hright .language .select span {
  color: #444444;
}

.headerex.active .header .hright .language .select i {
  background-image: url(../img/sele2.png) !important;
}

.idswiper .swiper-slide {
  height: 100vh;
  position: relative;
}

.idswiper .jj {
  background-image: none;
}

.idswiper .jj video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.idswiper .swiper-slide .text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.idswiper .swiper-slide .text div:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #ffffff;
}

.idswiper .swiper-slide .text div:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 60px;
  color: #ffffff;
}

.idswiper .swiper-slide .text div:nth-of-type(3) {
  font-family: ArialMT;
  font-size: 30px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  opacity: 0.85;
  margin-top: 8px;
}

.idswiper .swiper-slide .text .more {
  display: inline-block;
  width: 148px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 23px;
  border: solid 2px #ffffff;
  line-height: 45px;
  text-align: center;
  margin-top: 45px;
  transition: all .3s;
}

.idswiper .swiper-slide .text .more span {
  color: white;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  transition: all .3s;
}

.idswiper .swiper-slide .text .more img {
  width: 5px;
  height: 7px;
  margin-left: 6px;
  transition: all .3s;
}

.idswiper .swiper-slide .text .more:hover {
  border: 2px solid transparent;
  background-color: #003a6f;
}

.idswiper .swiper-slide .text .more:hover span {
  color: white;
}

.idswiper .swiper-slide .text .more:hover img {
  margin-left: 10px;
}

.idswiper .idpgex {
  position: absolute;
  bottom: 1.375rem;
  width: 100%;
}

.idswiper .idpgex .w87 {
  position: relative;
}

.idswiper .idpgex .w87 .swiper-pagination-bullet {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18px;
  height: 18px;
  background-color: transparent;
  position: relative;
  margin: 0 10px;
  transform: rotate(-90deg);
}

.idswiper .idpgex .w87 .num {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.idswiper .idpgex .w87 .num span {
  color: white;
  font-family: ArialMT;
}

.idswiper .idpgex .w87 .num .num1 {
  font-size: 24px;
}

.idswiper .idpgex .w87 .num .num2 {
  font-size: 18px;
}

.midswiper {
  display: none;
}

.idabout {
  background: white;
  padding: 2.875rem 0 2.5rem;
}

.idabout .w87 {
  position: relative;
  height: 100%;
}

.idabout .left {
  width: 42.85%;
}

.idabout .left .top div:nth-of-type(3) {
  width: 50px;
  height: 3px;
  background-color: #003a6f;
  margin-top: 1rem;
}

.idabout .left .detail {
  margin-top: 1.25rem;
}

.idabout .left .detail p {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  line-height: .9rem;
}

.idabout .left .detail p:nth-of-type(2) {
  margin-top: .75rem;
}

.idabout .left .more {
  display: inline-block;
  width: 148px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #003a6f;
  border-radius: 23px;
  margin-top: 2.5rem;
  transition: all .3s;
  border: solid 2px transparent;
}

.idabout .left .more span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: white;
}

.idabout .left .more img {
  width: 5px;
  height: 7px;
  margin-left: 6px;
  transition: all .3s;
}

.idabout .left .more:hover img {
  margin-left: 10px;
}

.idabout .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 63.57%;
  padding-top: 1.625rem;
}

.idabout .map .img {
  position: relative;
}

.idabout .map .img .item {
  position: absolute;
}

.idabout .map .img .icon .one {
  width: 11.23%;
  top: 28.84%;
  right: 13.1%;
}

.idabout .map .img .icon .two {
  width: 7.5%;
  top: 10.76%;
  right: 22.56%;
}

.idabout .map .img .icon .there {
  width: 7.5%;
  right: 5.14%;
  top: 11.92%;
}

.idabout .map .img .icon .four {
  width: 10.29%;
  left: 21.06%;
  top: 49.42%;
}

.idabout .map .img .icon .five {
  width: 10.29%;
  left: 51.68%;
  top: 43.46%;
}

.idabout .map .img .icon .six {
  width: 7.5%;
  right: 9.8%;
  top: 69.23%;
}

.idabout .map .img .line .bgy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right 69%;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  animation: widthx 3s infinite linear 0s;
}

.idabout .map .img .line .one {
  width: 43.16%;
  height: 26.15%;
  right: 22.3%;
  top: 11.73%;
}

.idabout .map .img .line .two {
  width: 52.54%;
  height: 17.88%;
  right: 22.47%;
  top: 21.34%;
}

.idabout .map .img .line .there {
  width: 56.92%;
  height: 14.8%;
  right: 22.45%;
  top: 27.3%;
}

.idabout .map .img .line .four {
  width: 48.12%;
  height: 15.19%;
  right: 22%;
  top: 42.5%;
}

.idabout .map .img .line .five {
  width: 18.72%;
  height: 5.76%;
  right: 21%;
  top: 46.73%;
}

.idabout .map .img .line .six {
  width: 4.86%;
  height: 22.5%;
  right: 13.86%;
  top: 48.3%;
}

.idabout .map .img .line .seven {
  width: 6.83%;
  height: 14.03%;
  right: 8.89%;
  top: 22.11%;
}

.idabout .map .img .line .yy {
  animation: widthx 3s infinite linear 0s;
  background-position: left 69% !important;
  left: 0;
  right: auto;
}

.idnews {
  background-color: #f0f0f0;
  padding: 1.5rem 0 3rem;
}

.idnews .w87 .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
}

.idnews .w87 .top .cmtitle {
  padding-bottom: .875rem;
}

.idnews .w87 .top .littlet {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1.95rem;
}

.idnews .w87 .top .littlet a {
  color: #003a6f;
  border-bottom: 3px solid #003a6f;
  display: inline-block;
  padding-bottom: .875rem;
}

.idnews .w87 .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.7rem;
}

.idnews .w87 .cont .left {
  width: 48.8%;
}

.idnews .w87 .cont .left .item {
  display: none;
  height: 100%;
}

.idnews .w87 .cont .left .item .img {
  height: 100%;
  position: relative;
}

.idnews .w87 .cont .left .item .img .text {
  position: absolute;
  color: white;
  bottom: 1rem;
  left: 1rem;
  font-family: MicrosoftYaHei;
  font-size: .6rem;
}

.idnews .w87 .cont .newsct {
  width: 48.8%;
}

.idnews .w87 .cont .newsct .item {
  background: white;
  padding: .5rem 1.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  transition: all .3s linear;
}

.idnews .w87 .cont .newsct .item .time {
  margin-right: 0.7rem;
}

.idnews .w87 .cont .newsct .item .time .day {
  font-family: ArialMT;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #003a6f;
  transition: all .3s linear;
  line-height: 1;
}

.idnews .w87 .cont .newsct .item .time .year {
  font-family: ArialMT;
  font-size: 14px;
  color: #999999;
  margin-top: .2rem;
}

.idnews .w87 .cont .newsct .item .intro {
  position: relative;
  padding: .2rem 0 .2rem 1rem;
  width: calc(100% - 3.75rem);
  padding-top: .45rem;
}

.idnews .w87 .cont .newsct .item .intro div:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: .6rem;
  color: #333333;
  line-height: 1;
  transition: all .3s linear;
}

.idnews .w87 .cont .newsct .item .intro div:nth-of-type(2) {
  margin-top: .625rem;
}

.idnews .w87 .cont .newsct .item .intro div:nth-of-type(2) span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  transition: all .3s linear;
}

.idnews .w87 .cont .newsct .item .intro div:nth-of-type(2) i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(../img/line.png);
  transition: all .3s linear;
}

.idnews .w87 .cont .newsct .item .intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.idnews .w87 .cont .newsct a:nth-of-type(3) .item {
  margin-bottom: 0;
}

.idnews .w87 .cont .newsct .item.active {
  background: #003a6f;
}

.idnews .w87 .cont .newsct .item.active .time .day {
  color: white;
}

.idnews .w87 .cont .newsct .item.active .intro .over-line1 {
  color: white;
}

.idnews .w87 .cont .newsct .item.active .intro div:nth-of-type(2) span {
  color: white;
}

.idnews .w87 .cont .newsct .item.active .intro div:nth-of-type(2) i {
  background: url(../img/line-white.png);
}

.idpart {
  background: white;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}

.idpart .cmtitle {
  text-align: center;
}

.idpart .icon_swiperex {
  margin-top: 1.5rem;
  position: relative;
}

.idpart .icon_swiperex .icon_swiper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.idpart .icon_swiperex .icon_swiper .swiper-slide .item {
  width: 100%;
}

.idpart .icon_swiperex .icon_swiper .swiper-slide .item .img {
  width: 100%;
  height: 4.5rem;
  text-align: center;
  line-height: 4.5rem;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  margin-bottom: .625rem;
  overflow: hidden;
  transition: all .3s;
  top: 0;
}

.idpart .icon_swiperex .icon_swiper .swiper-slide .item .img img {
  max-width: 100%;
  max-height: 100%;
}

.idpart .icon_swiperex .icon_swiper .swiper-slide .item .img:hover {
  position: relative;
  top: 5px;
}

.idpart .icon_swiperex .swiper-button-prev,
.idpart .icon_swiperex .swiper-button-next {
  display: none;
}

.footer {
  width: 100%;
  background: #011f3b;
}

.footer .top {
  padding-top: 1.4rem;
}

.footer .top .logotop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}

.footer .top .logotop img {
  width: 191px;
  height: 50px;
}

.footer .top .logotop span {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 .85rem;
}

.footer .top .logotop p {
  font-family: PingFang-SC-Regular;
  font-size: .6rem;
  color: white;
}

.footer .top .navex {
  margin-top: 1.2rem;
}

.footer .top .navex .nav {
  width: 60%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer .top .navex .nav .item {
  width: calc(100% / 7);
}

.footer .top .navex .nav_right {
  float: right;
  padding-right: 1.5rem;
}

.footer .top .navex .nav_right .tel {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
}

.footer .top .navex .nav_right .num {
  font-size: .75rem;
  color: #ffffff;
}

.footer .top .navex .nav_right .posi {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  margin-top: .6rem;
}

.footer .top .navex .nav_right .codeimg {
  width: 120px;
  height: 120px;
  margin-top: .3rem;
}

.footer .top .navex .nav_right .posd {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  opacity: 0.3;
  color: #ffffff;
}

.footer .top .nav .item .title {
  color: white;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  position: relative;
}


/*        .footer .top .nav .item:nth-of-type(6) .title::after{
			display:none;
        }
        .footer .top .nav .item:nth-of-type(7) .title::after{
			display:none;
        }*/

.footer .top .nav .item .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -.5rem;
  height: 1px;
  width: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
}

.footer .top .nav .item ul {
  margin-top: 1.15rem;
}

.footer .top .nav .item ul li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  transition: all .3s linear;
  line-height: .75rem;
}

.footer .top .nav .item ul li a:hover {
  color: white;
}

.footer .top .ftlink {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 .3rem;
}

.footer .top .ftlink .left a {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .top .ftlink .left .bds_weixin {
  background-image: url(../img/ftwe.png);
}

.footer .top .ftlink .left .bds_tsina {
  background-image: url(../img/ftbo.png);
}

.footer .top .ftlink .left .tm {
  background-image: url(../img/ftm.png);
}

.footer .top .ftlink .rtbt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .top .ftlink .rtbt .lte a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
}

.footer .top .ftlink .rtbt .lte .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #344c62;
  margin: 0 10px;
}

.footer .top .ftlink .rtbt .friend {
  margin-left: .925rem;
}

.footer .top .ftlink .rtbt .friend .select {
  width: 250px;
  height: 40px;
  border: 1px solid #344c62;
  position: relative;
}

.footer .top .ftlink .rtbt .friend .select p {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}

.footer .top .ftlink .rtbt .friend .select p::after {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  position: absolute;
  background-image: url(../img/567.png);
  top: 20px;
  right: 25px;
  transform-origin: 50% 0;
  transition: transfrom .3s ease-in, top .3s ease-out;
}

.footer .top .ftlink .rtbt .friend .select ul {
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  bottom: 40px;
  left: -1px;
  max-height: 0;
  z-index: 20;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  z-index: 999;
}

.footer .top .ftlink .rtbt .friend .select ul li {
  padding: 0 25px;
  line-height: 40px;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.footer .top .ftlink .rtbt .friend .select ul li.selected {
  background-color: #003a6f;
  color: #fff;
}

.footer .top .ftlink .rtbt .friend .select ul li.selected a {
  color: #fff;
}

.footer .top .ftlink .rtbt .friend .select.open ul {
  max-height: 250px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .5s ease-in;
  transition: max-height .2s ease-out;
}


/*  .footer a{
              color:#333!important;
             }*/

.footer .bottom {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .bottom a {
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer .bottom .left span {
  color: rgba(255, 255, 255, 0.3);
  font-family: MicrosoftYaHei;
  font-size: 14px;
}

.footer .bottom .left span:nth-of-type(2) {
  margin-left: .75rem;
}

.footer .bottom a {
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer .bottom .right {
  font-family: MicrosoftYaHei;
  font-size: 14px;
}

.footer .bottom .right span {
  color: rgba(255, 255, 255, 0.3);
}

.footer .bottom .right a {
  color: rgba(255, 255, 255, 0.3);
}

.footer .mbottom {
  display: none;
}

.mfooter {
  display: none;
}

.cmbanner {
  margin-top: 110px;
}

.cmbanner .banner {
  height: 15rem;
}

.cmbanner .banner .w73 {
  position: relative;
}

.cmbanner .banner .w73 .text {
  text-align: center;
  position: absolute;
  left: 0;
  top: 8.3rem;
  color: white;
}

.cmbanner .banner .w73 .text div:nth-of-type(1) {
  line-height: 2.4rem;
  text-shadow: 0 5px 10px #555;
  font-family: MicrosoftYaHei;
  font-size: 1.5rem;
}

.cmbanner .banner .w73 .text div:nth-of-type(2) {
  text-shadow: 0 10px 10px #555;
  font-family: Helvetica;
  /*   font-size: .65rem;*/
  font-size: .45rem;
  letter-spacing: 1px;
}

.mcmbanner {
  display: none;
}

.posi_title {
  width: 100%;
  /*  height: 2.5rem;
  line-height: 2.5rem;*/
  height: 1.8rem;
  line-height: 1.8rem;
  background: white;
}

.posi_title .posi {
  display: flex;
  justify-content: space-between;
}

.posi_title .posi .left .home {
  width: 19px;
  height: 19px;
}

.posi_title .posi .left .more {
  margin: 0 8px;
  width: 5px;
  height: 7px;
}

.posi_title .posi .left img {
  vertical-align: middle;
}

.posi_title .posi .left span {
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #888888;
}

.posi_title .posi .left .cur span {
  color: #444444;
}

.posi_title .posi .right {
  display: flex;
  justify-content: space-between;
}

.posi_title .posi .right li {
  position: relative;
  margin-right: 1.2rem;
}

.posi_title .posi .right a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.posi_title .posi .right li .pinner {
  position: absolute;
  top: 1.8rem;
  width: auto;
  background: white;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  z-index: 22;
  display: none;
  line-height: 1;
}

.posi_title .posi .right li .pinner a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.posi_title .posi .right li .pinner a:last-child {
  border-bottom: none;
}

.posi_title .posi .right li .pinner a::after {
  display: none;
}

.posi_title .posi .right a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #003a6f;
  transition: all 0.4s ease 0s;
}

.posi_title .posi .right li:last-of-type {
  margin-right: 0;
}

.posi_title .posi .right a.active::after {
  width: 100%;
  left: 0;
}

.posi_title .posi .right a:hover::after {
  width: 100%;
  left: 0;
}

.posi_title .posi .right a.active {
  color: #003a6f;
}

.posi_title .posi .right a:hover {
  color: #003a6f;
}

.newd_ct {
  width: 100%;
  background: #f7f7f7;
  padding: 2.5rem 0;
}

.newd_ct .w73 {
  display: flex;
  justify-content: space-between;
}

.newd_ct .w73 .left {
  width: 72%;
}

.newd_ct .w73 .left .title {
  font-weight: bold;
  font-size: .75rem;
  font-family: MicrosoftYaHei;
  color: #333;
}

.newd_ct .w73 .left .share {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #d1d1d1;
  margin-top: .3rem;
}

.newd_ct .w73 .left .share span {
  color: #666;
  font-size: .4rem;
}

.newd_ct .w73 .left .share a {
  display: inline-block;
  padding: 0;
}

.newd_ct .w73 .left .share .bds_weixin {
  background-image: url(../img/i12.png);
  background-size: cover;
  width: 25px;
  height: 20px;
  margin: 0 8px;
  background-position: center center;
  background-repeat: no-repeat;
}

.newd_ct .w73 .left .share .bds_mail {
  background-image: url(../img/i13.png);
  background-size: cover;
  width: 25px;
  height: 20px;
  margin: 0 8px;
  background-position: center center;
  background-repeat: no-repeat;
}

.newd_ct .w73 .left .nrt {
  padding: .4rem 0;
}

.newd_ct .w73 .left .nrt p {
  font-size: .35rem;
  color: #666;
  line-height: .65rem;
  margin-bottom: .15rem;
}

.newd_ct .w73 .left .nrt img {
  max-width: 100%;
}

.newd_ct .w73 .left .seemore {
  width: 100%;
  height: 1.625rem;
  line-height: 1.625rem;
  background: #d3d0d0;
  text-align: center;
  padding: 0 1rem;
  box-sizing: border-box;
}

.newd_ct .w73 .left .seemore a {
  transition: .5s ease-in-out;
  color: #666;
  font-size: 16px;
}

.newd_ct .w73 .left .seemore .pre {
  float: left;
}

.newd_ct .w73 .left .seemore .next {
  float: right;
}

.newd_ct .w73 .left .seemore a:hover {
  color: #003a6f;
}

.newd_ct .w73 .right {
  width: 21%;
}

.newd_ct .w73 .right li {
  margin-bottom: .3rem;
}

.newd_ct .w73 .right li a {
  transition: .5s ease-in-out;
  color: #666;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
}

.newd_ct .w73 .right li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #003a6f;
  left: 0;
  top: 6px;
}

.newd_ct .w73 .right li a:hover {
  color: #003a6f;
}

.pct {
  padding: 2.675rem 0 4rem;
}

.pct .w73 {
  position: relative;
}

.pct .w73 .left {
  display: flex;
  justify-content: space-between;
  width: 49%;
  position: relative;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.15);
  float: left;
}


/*      .pct .w73 .left .img1 {
        width: 85%;
        height: auto;
        z-index: 4;
        top: 0;
        left: .875rem;
        position: relative; }
      .pct .w73 .left .img2 {
        position: absolute;
        content: "";
        left: 0rem;
        bottom: -1rem;
        width: 54.8%;
        height: 9.575rem;
         }*/


/*         .pct .w73 .left .img2 img{
          width:100%;
          height:auto;
         }*/

.pct .w73 .left .img {
  width: 49.2%;
}

.pct .w73 .left .img img:nth-of-type(2) {
  margin-top: 10px;
}

.pct .w73 .left .video_img {
  width: 49.2%;
  position: relative;
}

.pct .w73 .left .video_img img {
  position: absolute;
  width: 65px;
  height: 65px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
}

.pct .w73 .intro {
  width: 47.4%;
  float: right;
  position: relative;
}

.pct .w73 .intro .detail {
  margin-top: 1rem;
}

.pct .w73 .intro .detail p {
  text-align: justify;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  line-height: .75rem;
  margin-bottom: .675rem;
}

.pct .w73 .intro .more {
  display: inline-block;
  width: 134px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #003a6f;
  border-radius: 20px;
  margin-top: .925rem;
  display: none;
}

.pct .w73 .intro .more span {
  color: white;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  margin-left: 6px;
}

.pct .w73 .intro .more img {
  transition: all .3s;
}

.pct .w73 .intro .more:hover img {
  margin-left: 10px;
}

.pct .w73 .intro .num {
  display: flex;
  justify-content: space-between;
  margin-top: 1.9rem;
}

.pct .w73 .intro .num .item {
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
}

.pct .w73 .intro .num .item .year {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.pct .w73 .intro .num .item .year .numt span:nth-of-type(1) {
  font-size: 1.4rem;
  color: #003a6f;
  font-family: "BEBAS";
  line-height: 1;
  font-style: normal;
  letter-spacing: -1px;
}

.pct .w73 .intro .num .item .year .numt span:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  vertical-align: bottom;
  font-style: normal;
}

.pct .w73 .intro .num .item .bot {
  margin-top: .5rem;
}

.pct .w73 .intro .num .item:nth-of-type(2) {
  text-align: center;
  border-left: 1px solid #f4f4f4;
}

.pct .w73 .intro .num .item:nth-of-type(2) .num {
  margin: 0 auto;
}

.pct .w73 .intro .num .item::after {
  position: absolute;
  content: "";
  top: 13%;
  right: 0;
  width: 2px;
  height: 70%;
  background: #dcdcdc;
}

.pct .w73 .intro .num .item:nth-of-type(2) .year .numt {
  margin: 0 auto;
}

.pct .w73 .intro .num .item:nth-of-type(3) {
  padding-left: 3.5%;
}

.pct .w73 .intro .num .item:nth-of-type(3) .bot {
  padding-left: 4px;
}

.pct .w73 .intro .num .item:nth-of-type(1) .bot {
  padding-left: 4px;
}

.pct .w73 .intro .num .item:last-of-type::after {
  display: none;
}

.found {
  padding: 2rem 0 2.75rem;
}

.found .cmtitle {
  text-align: center;
}

.found .sfq {
  width: 100%;
  height: 14.55rem;
  margin-top: 1.5rem;
  overflow: hidden;
}

.found .sfqex {
  display: none;
}

.found .sfq .item {
  float: left;
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  color: white;
  -display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s;
  box-sizing: border-box;
  padding-top: 5%;
  position: relative;
}

.found .sfq .item .img {
  width: 52px;
  height: 60px;
  transition: all .3s;
  margin: 0 auto;
  opacity: 0;
}

.found .sfq .item .img img {
  text-align: center;
  max-width: 100%;
}

.found .sfq .item .text {
  margin-top: 2.6rem;
}

.found .sfq .item .text p:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 30px;
}

.found .sfq .item .det {
  display: none;
  text-indent: 2em;
  text-align: justify;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  line-height: .7rem;
  width: 78%;
  margin: 0 auto;
  margin-top: .5rem;
  transition: all .3s;
  opacity: 0;
}

.found .sfq .item .seemore {
  transition: all .3s;
  display: inline-block;
  width: 148px;
  height: 45px;
  line-height: 41px;
  border: solid 2px #ffffff;
  border-radius: 23px;
  text-align: center;
  transition: all .3s;
  margin-top: 1.75rem;
  opacity: 0;
}

.found .sfq .item .seemore span {
  color: white;
}

.found .sfq .item .seemore i {
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url(../img/more.png);
  vertical-align: middle;
}

.found .sfq .item:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0;
  transition: all 1s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.found .sfq .item:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s ease 0s;
  opacity: 0;
}

.found .sfq .item.active {
  width: 46%;
  height: 100%;
  padding-top: 14%;
}

.found .sfq .item.other {
  width: 27%;
}

.found .sfq .item.other:before {
  left: 0;
  opacity: 1;
}

.found .sfq .item.other:after {
  right: 0;
  opacity: 1;
}

.found .sfq .item.active .img {
  opacity: 1;
}

.found .sfq .item.active .text {
  margin-top: 0;
}

.found .sfq .item.active .det {
  opacity: 1;
}

.found .sfq .item.active .seemore {
  opacity: 1;
}


/*新增文字*/

.found .new-cont .cont {
  display: none;
}

.found .new-cont {
  margin-top: 1rem;
}

.found .new-cont h1 {
  font-size: 0.55rem;
  margin-bottom: 0.3rem;
}

.found .new-cont .le {
  width: 60%;
}

.found .new-cont .ri {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.found .new-cont .ri .icon {
  width: 30%;
}

.found .new-cont .ri .icon .img {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -background: #000;
  margin-bottom: 0.1rem;
}

.found .new-cont .ri .icon .img img {
  max-width: 60%;
  max-height: 60%;
}

.found .new-cont .ri .icon .t {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 1.25rem;
}

.casect {
  width: 100%;
  background: #f8f8f8;
  padding: 2rem 0 1rem;
}

.casect .cmtitle {
  text-align: center;
}

.casect .itemex {
  width: 100%;
  margin-top: 1.5rem;
}

.casect .itemex .item {
  transition: all .3s ease;
  float: left;
  width: 30.7%;
  margin-right: 3.9%;
}

.casect .itemex .item:hover {
  transform: scale(1.05);
}

.casect .itemex .item .img {
  width: 100%;
}

.casect .itemex .item .img img {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.casect .itemex .item .text {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  position: relative;
  left: 0;
  top: -.95rem;
  border-top: 3px solid #003a6f;
  padding: .3rem .55rem;
  box-sizing: border-box;
  background: white;
}

.casect .itemex .item .text .time {
  font-family: ArialMT;
  font-size: 16px;
  color: #000000;
}

.casect .itemex .item .text .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casect .itemex .item .text .area span {
  font-family: MicrosoftYaHei;
  font-size: .42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}

.casect .itemex .item .text .area img {
  width: 19px;
  height: 19px;
}

.casect .itemex .item:nth-of-type(3n) {
  margin-right: 0;
}

.casect .case_loading {
  width: 100%;
  text-align: center;
}

.casect .case_loading img {
  width: 1.475rem;
  height: auto;
}

.history {
  padding-top: 1rem;
  /* padding-top: 2.5rem;*/
}

.history .cmtitle {
  text-align: center;
}

.history .hiswiperex {
  position: relative;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.history .hiswiperex .linebg {
  position: absolute;
  background-color: #dddddd;
  width: 100%;
  height: 1px;
  top: 45.35%;
}

.history .hiswiperex .hiswiper {
  width: 83%;
  margin: 0 auto;
  height: 18rem;
}

.history .hiswiperex .hiswiper .swiper-slide {
  cursor: pointer;
}

.history .hiswiperex .hiswiper .swiper-slide:hover .img {
  opacity: 1;
}

.history .hiswiperex .hiswiper .swiper-slide .img {
  bottom: 3rem;
  opacity: 0;
  transition: all 0.5s ease 0s;
  width: 6rem;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-child(2n) .img {
  bottom: auto;
  top: -6rem;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(1) .item .detail::before {
  height: 162%;
}

.history .hiswiperex .hiswiper .swiper-slide {
  padding-left: .5rem;
  box-sizing: border-box;
}

.history .hiswiperex .hiswiper .swiper-slide .linex {
  position: relative;
  width: 100%;
  padding-left: .6rem;
  box-sizing: border-box;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .year span:nth-of-type(1) {
  color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .year span:nth-of-type(2) {
  color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .detail p {
  color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .year span:nth-of-type(1) {
  font-size: 36px;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .year span:nth-of-type(2) {
  font-size: 32px;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex:hover .year::before {
  /*	background-image:url(../img/sfq01.png)!important;*/
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex:hover::after {
  background-image: url(../img/sqs01.png) !important;
  width: 43px !important;
  height: 43px !important;
  left: -13.5px !important;
  bottom: -21.5px !important;
  background-size: cover;
}

.history .hiswiperex .hiswiper .swiper-slide .item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 7rem;
  position: relative;
}

.history .hiswiperex .hiswiper .swiper-slide .item .year {
  position: relative;
}

.history .hiswiperex .hiswiper .swiper-slide .item .year span:nth-of-type(1) {
  font-family: Bebas;
  font-size: 30px;
  color: #444;
  vertical-align: middle;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide .item .year span:nth-of-type(2) {
  font-family: PingFang-SC-Bold;
  font-size: 22px;
  color: #666;
  vertical-align: middle;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide .item .detail {
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: .2rem;
  position: relative;
}

.history .hiswiperex .hiswiper .swiper-slide .item .detail p {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #555555;
  line-height: .7rem;
  position: relative;
  padding-left: .25rem;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover.item .detail p {
  font-size: 16px;
}

.history .hiswiperex .hiswiper .swiper-slide .item .detail p::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666666;
  top: 14px;
  margin-top: -2px;
  left: 0;
  border-radius: 50%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) {
  top: 9.325rem;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .item {
  height: auto;
  padding-top: 1.275rem;
}

.history .hiswiperex .hiswiper .swiper-slide .linex:hover .detail p::before {
  background-color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .item::before {
  width: 1px;
  height: 2.275rem;
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  left: -7.5%;
  top: 0;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .linex:hover .item::before {
  background-color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .linex::before {
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  background-image: url(../img/ll01.png);
  left: 0;
  top: 0;
  z-index: 22;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .linex:hover::before {
  background-image: url(../img/sqs01.png) !important;
  width: 43px !important;
  height: 43px !important;
  background-size: cover;
  left: -13.5px !important;
  top: -21.5px !important;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .year::after {
  border-radius: 20px;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/myxin.png);
  left: -12%;
  bottom: 0;
  z-index: 22;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n) .linex:hover .year::after {
  background-image: url(../img/his03.png) !important;
  width: 26px !important;
  height: 26px !important;
  background-size: cover !important;
  left: -12.5%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .item {
  padding-bottom: 2.275rem;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .detail::before {
  transition: all .3s;
  width: 1px;
  height: 116%;
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  left: -7.5%;
  bottom: 0;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex:hover .detail::before {
  background-color: #003a6f;
  ;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(1) .linex:hover .detail::before {
  height: 160%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(3) .detail::before {
  height: 123%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(3) .linex:hover .detail::before {
  height: 140%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(7) .detail::before {
  height: 132%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(7) .linex:hover .detail::before {
  height: 160%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(9) .detail::before {
  height: 121%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(9) .linex:hover .detail::before {
  height: 126%;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .detail::after {
  transition: all .3s;
  width: 1px;
  height: 2.275rem;
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  left: -7.5%;
  bottom: -2.275rem;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex:hover .detail::after {
  background-color: #003a6f;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex::after {
  transition: all .3s;
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  background-image: url(../img/ll01.png);
  left: 0;
  bottom: 0;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .year::before {
  border-radius: 20px;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/myxin.png);
  left: -12%;
  top: 16px;
  z-index: 22;
  transition: all .3s;
}

.history .hiswiperex .hiswiper .swiper-slide:nth-of-type(2n-1) .linex:hover .year::before {
  background-image: url(../img/his03.png) !important;
  width: 26px !important;
  height: 26px !important;
  background-size: cover !important;
  left: -12.5%;
}

.history .hiswiperex .hisprev {
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 44.5%;
  z-index: 33;
  opacity: 1;
  left: 0;
  transition: all .3s;
}

.history .hiswiperex .hisprev:hover {
  background-image: url(../img/pre02.png) !important;
}

.history .hiswiperex .hisnext {
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 44.5%;
  z-index: 33;
  opacity: 1;
  right: 0;
  transition: all .3s;
}

.history .hiswiperex .hisnext:hover {
  background-image: url(../img/next02.png) !important;
}

.icultrue {
  height: 21rem;
  position: relative;
}

.icultrue .circlex {
  width: 15rem;
  height: 16rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icultrue .circlex .ctex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icultrue .circlex .ct {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icultrue .circlex .ct .cmtitle {
  color: white;
}

.icultrue .circlex .ct .cmtitle div:nth-of-type(1) {
  color: white;
}

.icultrue .circlex .ct .cmtitle div:nth-of-type(2) {
  color: white;
}

.icultrue .circlex .ct .center {
  display: none;
  width: 53px;
  height: 54px;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
}

.icultrue .circlex .ct .detail {
  margin-top: .7rem;
}

.icultrue .circlex .ct .detail p {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #ffffff;
  line-height: .75rem;
}

.icultrue .circle_img {
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: 50%;
  left: 50%;
  margin-top: -8rem;
  margin-left: -8rem;
}

.icultrue .circle_img .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.icultrue .circle_img .inner .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.icultrue .circle_img .inner .img3 {
  position: absolute;
  top: .5%;
  left: .5%;
}

.icultrue .circle_img .inner img {
  animation: inXroll 18s linear infinite;
}

.ms {
  padding-bottom: 2.65rem;
  position: relative;
}

.ms .cmtitle {
  text-align: center;
}

.ms .w73 {
  padding: 0 9.375%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 1.45rem;
}

.ms .w73 .item {
  text-align: center;
  position: relative;
}

.ms .w73 .item .img {
  width: 4.65rem;
  height: 4.65rem;
  background-color: #f6f6f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}

.ms .w73 .item .img i {
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.ms .w73 .item .intro p:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #444444;
  margin-top: 30px;
}

.ms .w73 .item .intro p:nth-of-type(2) {
  font-family: "BEBAS";
  font-size: 18px;
  color: #888888;
  letter-spacing: 1px;
}

.ms .w73 .item .intro .nt {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
  color: #444;
  font-size: 0.4rem;
  margin-top: 0.1rem;
  position: absolute;
}

.ms .w73 .item:hover .intro .nt {
  opacity: 1;
}

.ms .w73 .item:nth-of-type(2) .img i {
  width: 60px;
  height: 63px;
}

.ms .w73 .item:hover .img {
  background: #003a6f;
  box-shadow: 2px 10px 24px 0px rgba(2, 20, 37, 0.28);
}

.ms .w73 .item:nth-of-type(1):hover i {
  background-image: url(../img/cd11.png) !important;
}

.ms .w73 .item:nth-of-type(2):hover i {
  background-image: url(../img/cd13.png) !important;
}

.ms .w73 .item:nth-of-type(3):hover i {
  background-image: url(../img/cd15.png) !important;
}

.ms .w73 .item:nth-of-type(4):hover i {
  background-image: url(../img/cd17.png) !important;
}

.ms .w73 .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #e8e8e8;
  bottom: 25%;
  right: -23%;
}

.ms .w73 .item:last-of-type::after {
  display: none;
}

.ms #wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.thereq {
  position: relative;
  padding: 2.25rem 0 3.95rem;
}

.thereq .line2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.thereq .cmtitle {
  text-align: center;
}

.thereq .there_swiper {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.6rem;
}

.thereq .there_swiper .swiper-slide .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.0625rem;
  text-align: center;
  background-image: none;
}

.thereq .there_swiper .swiper-slide .item .bgimg {
  width: 100%;
  padding: 1.35rem 0;
  box-sizing: border-box;
  background-size: 102% 102%;
}

.thereq .there_swiper .swiper-slide .item .img {
  width: 63px;
  height: 63px;
  position: relative;
  margin: 0 auto;
}

.thereq .there_swiper .swiper-slide .item .img .little {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.thereq .there_swiper .swiper-slide .item .intro {
  text-align: center;
}

.thereq .there_swiper .swiper-slide .item .intro p:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 21px;
  color: #18254c;
  margin: .675rem 0 .6rem;
}

.thereq .there_swiper .swiper-slide .item .intro p:nth-of-type(2) {
  font-family: ArialMT;
  font-size: 15px;
  color: #888888;
  letter-spacing: 1px;
}

.thereq .there_swiper .swiper-slide .item.curb {
  padding: 2.2rem 0 2.7rem !important;
  box-shadow: 2px 10px 24px 0px rgba(2, 20, 37, 0.28);
}

.thereq .there_swiper .swiper-slide .item.curb .intro p:nth-of-type(1) {
  color: white;
}

.thereq .there_swiper .swiper-slide .item.curb .intro p:nth-of-type(2) {
  color: white;
}

.thereq .there_swiper .swiper-slide .item.curb .img .little {
  opacity: 1;
}

.thereq .there_swiper .swiper-slide-active .item {
  background-image: block;
  padding: 2.2rem 0 2.675rem;
  margin-top: 0;
}

.thereq .there_swiper .swiper-slide-active .item .bgimg {
  background-image: none !important;
  padding: 0;
}

.thereq .there_swiper .swiper-slide-active .item .intro p:nth-of-type(1) {
  color: white;
}

.thereq .there_swiper .swiper-slide-active .item .intro p:nth-of-type(2) {
  color: white;
}

.thereq .there_swiper .swiper-slide-active .item .img .little {
  opacity: 1;
}

.thereq .there_swiper .swiper-slide .t {
  z-index: 1;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  bottom: 5%;
}

.sekh {
  padding-top: 2.75rem;
  height: 14.5rem;
}

.sekh .cmtitle {
  text-align: center;
}

.sekh .cmtitle div:nth-of-type(1) {
  color: #000;
}

.sekh .cmtitle div:nth-of-type(2) {
  color: #000;
}

.sekh .text {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: white;
  line-height: 36px;
  text-align: center;
  width: 92%;
  margin: 0 auto;
  margin-top: 1.75rem;
}

.plateform #wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 22;
}

.plateform #particles-js {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 24%;
  height: 30%;
}

.plateform #particles-js1 {
  position: absolute;
  top: 56%;
  left: 10%;
  width: 20%;
  height: 23%;
}

.plateform #particles-js2 {
  position: absolute;
  top: 38%;
  right: 8%;
  width: 8%;
  height: 23%;
}

.plateform #wave canvas {
  height: 220px !important;
}

.plateform {
  background: #f4f4f4;
  position: relative;
  padding: 2rem 0 3.025rem;
  /*padding: 2.5rem 0 3.025rem; */
}

.plateform .cmtitle {
  text-align: center;
}

.plateform .tab {
  text-align: center;
  margin: 1.55rem 0;
}

.plateform .tab a {
  width: 15.7%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #003a6f;
  border: solid 1px #e5e5e5;
  transition: all .3s;
  margin-right: 1%;
}

.plateform .tab a:hover {
  background-color: #003a6f;
  color: white;
  border: 1px solid #003a6f;
}

.plateform .tab a.active {
  background-color: #003a6f;
  color: white;
  border: 1px solid #003a6f;
}

.plateform .pic li {
  width: 24%;
  float: left;
  margin-right: 1.33%;
  margin-bottom: 1.825rem;
}

.plateform .pic li a {
  /*    display:inline-block;*/
  /*        top: 50%;
    transform: translateY(-50%);*/
}

.plateform .pic li .img {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 8rem;
  position: relative;
}

.plateform .pic li .img:before {
  content: '';
  position: absolute;
  width: 63%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.05);
}

.plateform .pic li .img img {
  width: 63%;
  margin: 0 auto;
  margin: 6% 0;
}

.plateform .pic li .intro {
  box-sizing: border-box;
  height: 4rem;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  padding: 25px 0 0;
  border-bottom: 1px dashed #b5b5b5;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4rem;
}

.plateform .pic li:nth-of-type(4n) {
  margin-right: 0;
}

.plateform .platect {
  display: flex;
  justify-content: space-between;
  padding-left: 13.5%;
  margin-top: 2.5rem;
  position: relative;
}

.plateform .platect .left {
  position: relative;
  z-index: 9;
  padding-top: 1rem;
  /*      float: left;*/
  width: 39.28%;
  /* width: 49.28%; */
}

.plateform .platect .left .bigtit {
  color: #053975;
  font-size: 34px;
  font-weight: bold;
}

.plateform .platect .left .tit {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #053975;
  border-bottom: 1px solid #d5d5d5;
  font-weight: bold;
  padding-bottom: 1.5rem;
  position: relative;
}

.plateform .platect .left .tit::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #053975;
  border-radius: 1px;
  bottom: -1px;
  left: 0;
}

.plateform .platect .left .det {
  padding-top: 0.875rem;
}

.plateform .platect .left .det p {
  text-indent: 2em;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  line-height: .75rem;
  margin-bottom: 1rem;
}

.plateform .platect .left .det p:last-of-type {
  margin-bottom: 0;
}

.plateform .platect .right {
  padding-left: 25px;
  margin-top: 4.8rem;
  /*      float: right;*/
  z-index: 33;
  width: 53%;
  position: relative;
}

.plateform .platect .right .rimgswiper .swiper-slide {
  width: 71% !important;
  border-radius: 15px;
  margin-right: 10%;
  border-radius: 6px;
  overflow: hidden;
}

.plateform .platect .right .rimgswiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.plateform .platect .right .rprev {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: none;
  opacity: 1;
  left: 0;
  top: 36%;
}

.plateform .platect .right .rnext {
  right: 25%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: none;
  opacity: 1;
  top: 36%;
}

.plateform .platect .right .cmi {
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.plateform .platect .right .big {
  width: 78.5%;
}

.plateform .platect .right .little {
  position: absolute;
  bottom: -1rem;
  right: 9.925rem;
  z-index: 22;
  width: 34.71%;
}

.plateform .sanshuzi {
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
  padding: 0 1.45rem;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px 0px rgba(5, 57, 117, 0.1);
  z-index: 33;
  position: relative;
  margin-top: 3rem;
}

.plateform .sanshuzi .item {
  width: 33.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1.7rem 0;
  box-sizing: border-box;
  height: 4.625rem;
}

.plateform .sanshuzi .item .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
}

.plateform .sanshuzi .item .left .num {
  font-family: "BEBAS";
  font-weight: bold;
  font-size: 1.525rem;
  color: #053975;
}

.plateform .sanshuzi .item .left .pt {
  margin-left: 0.245rem;
}

.plateform .sanshuzi .item .left .pt p:nth-of-type(1) {
  font-family: "BEBAS";
  font-size: 20px;
  color: #053975;
  font-weight: bold;
  letter-spacing: -1px;
}

.plateform .sanshuzi .item .left .pt p:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

.plateform .sanshuzi .item .img {
  width: 53px;
  height: 44px;
  text-align: center;
}

.plateform .sanshuzi .item .img img {
  max-width: 100%;
  max-height: 100%;
}

.plateform .sanshuzi .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #d5d5d5;
  top: 1.6rem;
  right: 0;
}

.plateform .sanshuzi .item:last-of-type::after {
  display: none;
}

.plateform .sanshuzi .item:nth-of-type(2) {
  padding-left: 1.85rem;
}

.plateform .sanshuzi .item:nth-of-type(3) {
  padding-left: 2.2rem;
}

.chart {
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
}

.chart .titex {
  text-align: center;
}

.chart .titex .tit {
  color: white;
  font-size: 22px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}

.chart .img {
  width: 22.75rem;
  height: 11rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.chart .img .linetwo {
  width: 100%;
}

.chart .img .bgline {
  position: absolute;
  width: 100%;
  height: 11.75rem;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 11%;
  padding-right: 8%;
  box-sizing: border-box;
  align-items: flex-end;
}

.chart .img .bgline div {
  background: #fe6601;
  width: 4%;
  box-sizing: border-box;
}

.chart .img .bgline .t1 {
  height: 5%;
}

.chart .img .bgline .t2 {
  height: 7%;
}

.chart .img .bgline .t3 {
  height: 8%;
}

.chart .img .bgline .t4 {
  height: 10%;
}

.chart .img .bgline .t5 {
  height: 9%;
}

.chart .img .bgline .t6 {
  height: 8%;
}

.chart .img .bgline .t7 {
  height: 42%;
}

.chart .img .bgline .t8 {
  height: 49%;
}

.chart .img .bgline .t9 {
  height: 65%;
}

.chart .img .bgline .t10 {
  height: 71.5%;
}

.chart .img .addline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
  width: 100%;
}

.chart .img .addline img {
  width: 81%;
  margin-left: 3%;
  margin-top: 8%;
}

.iproduct {
  background: #f2f2f3;
  padding: 2rem 0 2.5rem;
}

.iproduct .cmtitle {
  text-align: center;
}

.iproduct .top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  /* margin-top: 1.825rem;*/
}

.iproduct .top_title .search {
  width: 12rem;
  margin: 0 auto;
  height: 1.375rem;
  position: relative;
}

.iproduct .top_title .search input {
  width: 10.525rem;
  box-sizing: border-box;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
  padding-left: 20px;
}

.iproduct .top_title .search a {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: #003a6f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.iproduct .top_title .search a img {
  width: 20px;
  height: 20px;
}

.iproduct .top_title .right {
  display: flex;
  justify-content: flex-start;
  width: 72%;
}

.iproduct .top_title .right li {
  margin-right: 4%;
  margin-left: 2%;
}

.iproduct .top_title .seemore {
  width: 178px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  border: 1px solid #ccc;
  transition: all .4s ease;
  font-family: MicrosoftYaHei;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.iproduct .top_title .seemore::after {
  content: "";
  width: 0;
  background: #003a6f;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: width 0.3s;
}

.iproduct .top_title .seemore:hover::after {
  width: 100%;
}

.iproduct .top_title .seemore:hover span {
  color: white;
  z-index: 22;
  position: absolute;
  left: 36px;
}

.iproduct .top_title .seemore:hover img {
  z-index: 22;
  position: absolute;
  left: 111px;
  display: block;
  top: 14px;
}

.iproduct .top_title .seemore span {
  color: #444444;
  font-size: 16px;
  transition: width 0.3s;
}

.iproduct .top_title .seemore img {
  display: none;
}

.iproduct .top_title .right a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  position: relative;
  transition: all 0.4s ease 0s;
}

.iproduct .top_title .right a.cur {
  font-weight: bold;
  color: #003a6f;
}

.iproduct .top_title .right a.cur::after {
  width: 100%;
  left: 0;
}

.iproduct .top_title .right a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  width: 0;
  left: 50%;
  height: 2px;
  background: #003a6f;
  transition: all 0.4s ease 0s;
}

.iproduct .top_title .right a:hover {
  color: #003a6f;
  font-weight: bold;
}

.iproduct .top_title .right a:hover::after {
  width: 100%;
  left: 0;
  font-weight: bold;
}

.iproduct .pdswiperex .pdswiper {
  margin-top: 1.1rem;
  padding-bottom: 1.5rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top {
  position: relative;
  margin-bottom: 1rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .img {
  width: 100%;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .img img {
  width: 100%;
  height: auto;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text {
  padding-left: 10%;
  box-sizing: border-box;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner {
  box-sizing: border-box;
  /*   padding: 0 10% 0 15%;*/
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .title p:nth-of-type(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: .75rem;
  color: #444444;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .title p:nth-of-type(2) {
  font-family: "BEBAS";
  font-size: .5rem;
  color: #444444;
  letter-spacing: 1px;
  margin-top: 0.425rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .detail {
  margin-top: 1rem;
  margin-bottom: 1.925rem;
  width: 75%;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .detail p {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #777777;
  line-height: 28px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore {
  width: 178px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  border: 1px solid #ccc;
  transition: all .4s ease;
  font-family: MicrosoftYaHei;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore span {
  color: #444444;
  font-size: 16px;
  transition: width 0.3s;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore img {
  display: none;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore::after {
  content: "";
  width: 0;
  background: #003a6f;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: width 0.3s;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore:hover span {
  color: white;
  z-index: 22;
  position: absolute;
  left: 44px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore:hover img {
  z-index: 22;
  position: absolute;
  left: 116px;
  display: block;
  top: 14px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .top .text .inner .seemore:hover::after {
  width: 100%;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img {
  width: 48.5%;
  position: relative;
  box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img img {
  width: 100%;
  height: auto;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 1.75rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner .title {
  color: white;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner .title p:nth-of-type(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner .title p:nth-of-type(2) {
  font-family: "BEBAS";
  font-size: 16px;
  margin-top: .5rem;
  margin-bottom: 1.25rem;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner .seemore {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  color: #ffffff;
  font-size: 15px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img .text .inner .seemore img {
  width: 16px;
  height: 16px;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img:nth-of-type(2n-1) {
  float: left;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img:nth-of-type(2n) {
  float: right;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img:nth-of-type(2n) .inner .seemore {
  color: #666666;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img:nth-of-type(2n) .text .title p:nth-of-type(1) {
  color: #555555;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item .list .img:nth-of-type(2n) .text .title p:nth-of-type(2) {
  color: #666666;
}

.iproduct .pdswiperex .pdswiper .swiper-slide .item:nth-of-type(2) .top .text {
  left: 0;
  padding-left: 1.75rem;
}

.iproduct .pdswiperex .pdswiper .pdpg {
  margin-top: .5rem;
  bottom: 0px;
}

.iproduct .pdswiperex .pdswiper .pdpg .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #999999;
  border-radius: 50%;
  margin: 0 5px !important;
  transition: all .3s;
  opacity: 1;
}

.iproduct .pdswiperex .pdswiper .pdpg .swiper-pagination-bullet-active {
  width: 35px !important;
  height: 9px;
  border-radius: 4px;
  cursor: default !important;
  background-color: #003a6f;
}

.smtitle .right div {
  margin-right: 1.2rem;
}

.honor_title .right div {
  margin-right: 1.2rem;
}

.inews {
  width: 100%;
  background: #f8f8f8;
  padding: 2rem 0 3rem;
}

.inews .cmtitle {
  text-align: center;
}

.inews .ct {
  margin-top: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.inews .ct .newswiperex {
  position: relative;
  padding-bottom: 1.85rem;
}

.inews .ct .newswiper .item {
  display: flex;
  justify-content: space-between;
  background: white;
  box-shadow: -2px 15px 24px 0px rgba(124, 124, 124, 0.1);
}

.inews .ct .newswiper .item .left {
  width: 44%;
  height: 100%;
}

.inews .ct .newswiper .item .img {
  height: 100%;
}

.inews .ct .newswiper .item .right {
  width: 56%;
  position: relative;
  padding: 0 1.375rem;
}

.inews .ct .newswiper .item .right .inner {
  padding-bottom: .3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.inews .ct .newswiper .item .right .inner .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}

.inews .ct .newswiper .item .right .inner .time {
  margin: .65rem 0;
}

.inews .ct .newswiper .item .right .inner .time img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.inews .ct .newswiper .item .right .inner .time span {
  font-family: "BEBASNEUE REGULAR";
  font-size: 18px;
  color: #666666;
  vertical-align: middle;
  margin-left: 11px;
}

.inews .ct .newswiper .item .right .inner .detail {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #888888;
  line-height: 26px;
}

.inews .ct .newswiper .item .right .inner .seemore {
  display: inline-block;
  width: 110px;
  height: 33px;
  text-align: center;
  background-color: #003a6f;
  border-radius: 16px;
  margin-top: 1.2rem;
}

.inews .ct .newswiper .item .right .inner .seemore span {
  font-family: PingFang-SC-Medium;
  font-size: 12px;
  color: white;
}

.inews .ct .newswiper .item .right .inner .seemore i {
  display: inline-block;
  width: 5px;
  height: 7px;
}

.inews .ct .newspg {
  width: 100%;
  padding-top: 1rem;
}

.inews .ct .newspg .swiper-pagination-bullet {
  background-color: #c2c2c2;
  opacity: 1;
  margin: 0 8px;
}

.inews .ct .newspg .swiper-pagination-bullet-active {
  background-color: #003a6f;
}

.inews .ct .list {
  width: 100%;
}

.inews .ct .list .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #b5b5b5;
  padding: 1rem 0;
}

.inews .ct .list .item .time {
  width: 12.15%;
  text-align: center;
  padding-top: 3%;
}

.inews .ct .list .item .time p:nth-of-type(1) {
  font-family: PingFang-SC-Bold;
  font-size: 48px;
  color: #888888;
}

.inews .ct .list .item .time p:nth-of-type(2) {
  width: 105px;
  height: 2px;
  background-color: #acacac;
  margin: 0 auto;
}

.inews .ct .list .item .time p:nth-of-type(3) {
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  color: #666666;
}

.inews .ct .list .item .pic {
  width: 23.75%;
  overflow: hidden;
}

.inews .ct .list .item .pic img {
  width: 100%;
  transition: all .3s;
}

.inews .ct .list .item .de {
  width: 64.1%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  transition: all .3s;
}

.inews .ct .list .item .de .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.inews .ct .list .item .de .inner .tit {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #666666;
  transition: all .3s;
}

.inews .ct .list .item .de .inner .det {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #888888;
  margin-top: .625rem;
}

.inews .ct .list .item .de .inner a {
  display: inline-block;
  width: 110px;
  height: 33px;
  line-height: 33px;
  border-radius: 16px;
  margin-top: 1rem;
  transition: all .3s;
}

.inews .ct .list .item .de .inner a span {
  font-family: PingFang-SC-Bold;
  font-size: 16px;
  transition: all .3s;
}

.inews .ct .list .item .de .inner a i {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-left: 8px;
  transition: all .3s;
}

.inews .ct .list .item:hover .pic img {
  transform: scale(1.1);
}

.inews .ct .list .item:hover .de {
  background: white;
}

.inews .ct .list .item:hover .de .inner .tit {
  color: #323232;
}

.inews .ct .list .item:hover .de .inner .seemore {
  text-align: center;
  background: #003a6f;
  line-height: 30px;
}

.inews .ct .list .item:hover .de .inner .seemore span {
  color: white;
  font-size: 12px;
}

.inews .ct .list .item:hover .de .inner .seemore i {
  background-image: url(../img/more.png) !important;
}

.inews .ct .list .item:last-of-type {
  border-bottom: none;
}

.pagination {
  width: 100%;
  text-align: center;
}

.pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  transition: all .3s;
  color: #666666;
  margin: 0 8px;
}

.pagination a.active {
  background-color: #003a6f;
  color: white;
  border: 1px solid transparent;
}

.pagination a:hover {
  border: 1px solid #003a6f;
}

.ise {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
}

.ise .cmtitle {
  text-align: center;
}

.ise .cmtitle .p {
  font-size: 0.36rem;
  color: #fff;
  margin-top: 0.5rem;
}

.ise .cmtitle div:nth-of-type(3) {
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.7rem;
  width: 20rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.ise .cmtitle div.t {
  color: #666;
}

.ise ul {
  box-sizing: border-box;
  margin-top: 1.4rem;
  z-index: 22;
  position: relative;
}

.ise ul li {
  z-index: 33;
  float: left;
  text-align: center;
  width: 25%;
  margin-top: 1.75rem;
  position: relative;
  padding-bottom: 2.35rem;
}

.ise ul li:nth-of-type(1) .intro p {
  white-space: nowrap;
}

.ise ul li:nth-of-type(4) .intro p {
  white-space: nowrap;
}

.ise ul li .top .img {
  width: 65px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.ise ul li .top .img i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.ise ul li .top p {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #003a6f;
  margin-top: .75rem;
}

.ise ul li .intro {
  margin-top: .425rem;
  opacity: 0;
}

.ise ul li .intro p {
  font-family: MicrosoftYaHei;
  font-size: .45rem;
  color: #666666;
  line-height: .675rem;
}

.ise ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #003a6f;
  opacity: .2;
  right: 0;
  top: 20%;
  height: 30%;
}

.ise ul li:last-of-type::after {
  display: none;
}

.ise ul li:nth-of-type(1) .top .img i {
  width: 52px;
  height: 58px;
}

.ise ul li:nth-of-type(2) .top .img i {
  width: 65px;
  height: 55px;
}

.ise ul li:nth-of-type(3) .top .img i {
  width: 54px;
  height: 58px;
}

.ise ul li:nth-of-type(4) .top .img i {
  width: 57px;
  height: 57px;
}

.ise ul li:hover {
  background-image: url(../img/sbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  height: 9rem;
  box-sizing: border-box;
  margin-top: 0;
  padding-bottom: 0;
}

.ise ul li:hover .intro {
  opacity: 1;
}

.ise ul li:hover .intro p {
  color: white;
}

.ise ul li:hover .top p {
  color: white;
}

.ise ul li:nth-of-type(1):hover .top .img i {
  background-image: url(../img/s02.png) !important;
}

.ise ul li:nth-of-type(2):hover .top .img i {
  background-image: url(../img/s04.png) !important;
}

.ise ul li:nth-of-type(3):hover .top .img i {
  background-image: url(../img/s06.png) !important;
}

.ise ul li:nth-of-type(4):hover .top .img i {
  background-image: url(../img/s08.png) !important;
}

.ise ul li:nth-of-type(4):hover .top p {
  color: white;
}

.ise #wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.ise #wave canvas {
  height: 180px !important;
}

.concept {
  padding-top: 2.75rem;
  height: 15rem;
  box-sizing: border-box;
  background-attachment: fixed;
}

.concept .cmtitle {
  text-align: center;
}

.concept .cmtitle div:nth-of-type(1) {
  color: white;
}

.concept .cmtitle div:nth-of-type(2) {
  color: white;
}

.concept .text {
  text-align: center;
  margin-top: 2.5rem;
}

.concept .text p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: white;
}

.policy {
  padding-top: 2rem;
}

.policy .ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 3.65rem;
}

.policy .ct .left {
  width: 53.6%;
  padding-top: 3rem;
}

.policy .ct .left .topp {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #003a6f;
}

.policy .ct .left .det {
  margin-top: 1rem;
}

.policy .ct .left .det p {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #666666;
  line-height: 33px;
}

.policy .ct .left .det p:nth-of-type(2) {
  margin-top: 1.45rem;
}

.policy .ct .left .det .bt .le {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333333;
}

.policy .ct .left .det .bt img {
  width: 227px;
  height: 200px;
  float: right;
}

.policy .ct .rtl {
  width: 46.4%;
  text-align: center;
}

.policy .ct .rtl img {
  width: 90%;
}

.ilist {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 2.925rem;
}

.ilist .posi_title {
  margin-top: 110px;
  background: #f7f7f7;
}

.ilist .lbswiper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ilist .lbswiper .leftex {
  margin-top: 3%;
  width: 8.9%;
  position: relative;
}

.ilist .lbswiper .left {
  width: 100%;
  height: 10rem;
}

.ilist .lbswiper .left .left_swiper {
  margin-top: 1.2rem;
  height: 70.36%;
}

.ilist .lbswiper .left .left_prev {
  position: absolute;
  background-image: url(../img/555.png);
  top: 0;
  left: 4.85%;
  width: 90.3%;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 14px;
  margin-top: 0;
  transition: all .3s;
  opacity: 1;
}

.ilist .lbswiper .left .left_prev:hover {
  background-image: url(../img/556.png) !important;
}

.ilist .lbswiper .left .left_next {
  position: absolute;
  background-image: url(../img/hzx.png);
  top: initial;
  width: 90.3%;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 14px;
  margin-top: 8%;
  transition: all .3s;
  opacity: 1;
}

.ilist .lbswiper .left .left_next:hover {
  background-image: url(../img/558.png);
}

.ilist .lbswiper .rightex {
  width: 91.1%;
}

.ilist .lbswiper .swiper-slide {
  width: 100%;
  height: 11.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.ilist .lbswiper .swiper-slide .text {
  width: 34%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.ilist .pcm {
  display: none;
}

.ilist .lbswiper .swiper-slide .text .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ilist .lbswiper .swiper-slide .text .inner p:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-weight: bold;
  color: #444444;
  font-size: 34px;
}

.ilist .lbswiper .swiper-slide .text .inner p:nth-of-type(2) {
  font-size: 24px;
  color: #444444;
  margin-top: 0.875rem;
}

.ilist .mleftex {
  display: none;
}

.dfd .tab {
  width: 74.5%;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}

.dfd .tab a {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  height: 53px;
  line-height: 53px;
  text-align: center;
  width: 17.7%;
  transition: all .3s;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  box-sizing: border-box;
}

.dfd .tab a:last-of-type {
  border-right: solid 1px #d2d2d2;
  width: 29.2%;
}

.dfd .tab a.active {
  background: #003a6f;
  color: white;
  border-top: solid 1px #003a6f;
  border-bottom: solid 1px #003a6f;
  border-left: solid 1px #003a6f;
}

.dfd .tab a:hover {
  background: #003a6f;
  color: white;
  border-top: solid 1px #003a6f;
  border-bottom: solid 1px #003a6f;
  border-left: solid 1px #003a6f;
}

.dfd .ct {
  width: 100%;
  background-color: white;
  margin-top: .75rem;
  padding: 0 2rem 2.5rem 2rem;
  box-sizing: border-box;
  border-radius: 5px;
}

.dfd .ct .cmborder {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 2rem 1.6rem 2rem;
}

.dfd .ct .back {
  margin-top: 1.6rem;
}

.dfd .stitle {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  padding-top: 1.6rem;
}

.dfd .sul {
  margin-top: .675rem;
}

.dfd .sul p {
  line-height: .8rem;
}

.dfd .sul p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #888888;
  position: relative;
  padding-left: 23px;
}

.dfd .sul p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 8px;
  top: 9px;
  left: 0;
  background: url(../img/hyt.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.dfd .sul tbody tr td:nth-of-type(1) p {
  margin-right: 70px;
}

.fw_itemex .two .table tbody tr td:nth-of-type(2) div {
  text-align: left;
}

.fw_itemex {
  margin: 0 auto;
}

.fw_itemex .fw_item {
  padding: 0 2rem 1.25rem 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.fw_itemex .fw_item table {
  width: 100%;
  margin-top: .75rem;
  border-bottom: 1px solid #f0f0f0;
}

.fw_itemex .fw_item table td {
  height: 60px;
  border-left: 1px solid #f0f0f0;
}

.fw_itemex .fw_item table thead {
  background: #d9e2ea;
  border-top: 3px solid #003a6f;
}

.fw_itemex .fw_item table thead tr {
  width: 100%;
}

.fw_itemex .fw_item table thead tr td {
  width: 25%;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.fw_itemex .fw_item table tbody tr td {
  height: 55px;
}

.fw_itemex .fw_item table tbody tr td div {
  padding-left: 10px;
  text-align: left;
  font-size: 15px;
  color: #888888;
}

.fw_itemex .fw_item table tbody tr:nth-of-type(2n-1) {
  background: white;
}

.fw_itemex .fw_item table tbody tr:nth-of-type(2n) {
  background: #f7f7f7;
}

.fw_itemex .two {
  border-bottom: 0;
}

.fw_itemex .two .table table thead tr td {
  padding-left: 10px;
  text-align: left;
  width: 33.3%;
}

.equipment {
  padding: 2rem 0;
  /*  padding: 2.5rem 0;*/
}

.equipment .swiperex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.45rem;
}

.equipment .swiperex .left_swiper {
  width: 79%;
}

.equipment .swiperex .left_swiper .innerexs {
  width: 100%;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper {
  width: 100%;
  position: relative;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .img img {
  width: 100%;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .text {
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 38px;
  color: #003a6f;
  font-weight: bold;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .innerpg {
  bottom: 20%;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .inner_prev {
  background-image: url(../img/leftbb.png) !important;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  top: 40%;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .inner_next {
  background-image: url(../img/rightbb.png) !important;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  top: 40%;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .innerpg .swiper-pagination-bullet {
  opacity: 1;
  background: white;
}

.equipment .swiperex .left_swiper .innerexs .inner_swiper .innerpg .swiper-pagination-bullet-active {
  background: #003a6f;
}

.equipment .swiperex .rt_swiperex {
  width: 18.57%;
  position: relative;
}

.equipment .swiperex .rt_swiperex .right_swiper {
  width: 100%;
  height: 84.6%;
  position: absolute;
  top: 1.425rem;
  left: 0;
}

.equipment .swiperex .rt_swiperex .right_swiper .swiper-slide {
  text-align: center;
}

.equipment .swiperex .rt_swiperex .right_swiper .swiper-slide .img {
  height: 100%;
  position: relative;
}

.equipment .swiperex .rt_swiperex .right_swiper .swiper-slide .img .text {
  display: none;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: white;
  position: absolute;
  bottom: .5rem;
  text-align: center;
  width: 100%;
}

.equipment .swiperex .rt_swiperex .rtnext:hover {
  background-image: url(../img/qs08.png);
}

.equipment .swiperex .rt_swiperex .rtnext {
  position: absolute;
  background-image: url(../img/5678.png);
  width: 100%;
  height: .8rem;
  right: 0;
  bottom: 0 !important;
  margin-top: 0;
  top: inherit;
  transition: all .4s ease;
}

.equipment .swiperex .rt_swiperex .rtprev:hover {
  background-image: url(../img/09.png);
}

.equipment .swiperex .rt_swiperex .rtprev {
  transition: all .4s ease;
  position: absolute;
  background-image: url(../img/qs07.png);
  width: 100%;
  height: .8rem;
  left: 0;
  top: 0;
  margin-top: 0;
}

.equipment .swiperex .mrt_swiper {
  display: none;
}

.market {
  height: 23.4%;
  padding-top: 2rem;
  /*padding-top: 2.375rem; */
}

.market .cmtitle div:nth-of-type(1) {
  color: white;
}

.market .cmtitle div:nth-of-type(2) {
  color: white;
}

.market .mapex {
  margin-top: 2.1rem;
}

.market .mapex .map img {
  width: 90.64%;
}

.load-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
}

.load-box .picture {
  position: absolute;
  width: 292px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -146px;
}

.load-box .load-img {
  position: absolute;
  width: 292px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -146px;
  background: url(../img/logoa.png) no-repeat top left;
  -webkit-animation: load 5s infinite linear;
  animation: load 5s infinite linear;
}

.mheader {
  display: none;
}

.idconcact {
  padding: 2rem 0 2.5rem;
}

.idconcact .cmtitle {
  text-align: center;
}

.idconcact .inner {
  margin-top: 1.5rem;
}

.idconcact .inner .itemex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.idconcact .inner .item {
  width: 25%;
  text-align: center;
  position: relative;
}

.idconcact .inner .item .img {
  width: 32px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
}

.idconcact .inner .item .img img {
  max-width: 100%;
  max-height: 100%;
}

.idconcact .inner .item .intro p:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-top: .425rem;
  margin-bottom: .525rem;
}

.idconcact .inner .item .intro p:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}

.idconcact .inner .item::after {
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  content: "";
  top: 5%;
  right: 0;
  height: 90%;
}

.idconcact .inner .item:last-of-type::after {
  display: none;
}

.boxsq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.boxsq .video {
  width: 750px;
  height: 528px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boxsq .video video {
  display: inline-block;
  vertical-align: baseline;
  z-index: 5;
  width: 100%;
  height: 528px;
}

.boxsq .closet {
  top: 52px;
  position: absolute;
  right: 0;
  background: #333;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 22;
}

.boxsq .ficbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.boxsq .img_swiperex {
  width: 750px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boxsq .img_swiper .swiper-slide {
  width: 100%;
}

.boxsq .img_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.boxsq .img_swiper .imgpg .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}

.boxsq .img_swiper .anext {
  background-image: url(../img/rightbb.png) !important;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.boxsq .img_swiper .aprev {
  background-image: url(../img/leftbb.png) !important;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.boxsq .img_swiper .imgpg .swiper-pagination-bullet-active {
  background: #003a6f;
}

.boxsq .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  z-index: 22;
}

.boxsq .close img {
  height: auto;
}

.mmap {
  width: 100%;
  height: 18rem;
  line-height: 18rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.325rem;
  position: relative;
}

.mmap .mark_img {
  position: absolute;
}

.mmap .mark_img img {
  width: 4.65rem;
  height: auto;
}

.mmap #mmap {
  width: 99%;
  height: 98%;
}

.idconcact .infor {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}

.idconcact .infor .item {
  width: 47%;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.85rem;
  box-shadow: 1px -10px 29px 0px rgba(0, 58, 111, 0.08);
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
}

.idconcact .infor .item .ex {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.idconcact .infor .item .ex .imga {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .425rem;
}

.idconcact .infor .item .ex .imga .img {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idconcact .infor .item .ex .imga .img img {
  max-width: 100%;
  max-height: 100%;
}

.idconcact .infor .item .ex .imga .intro {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  margin-left: .625rem;
}

.search-alert {
  display: none;
}

.law_posi {
  margin-top: 110px;
}

.law_center .w73 .title {
  text-align: center;
}

.law_center .w73 .title div:nth-of-type(1) {
  font-family: "BEBAS";
  font-size: 1.2rem;
  color: #333333;
  line-height: 1;
}

.law_center .w73 .title div:nth-of-type(2) {
  font-family: "BEBAS";
  font-size: .7rem;
  color: #333333;
  line-height: 1;
  margin-top: .3rem;
}

.law_center .w73 .title div:nth-of-type(2) p {
  font-size: .5rem;
  line-height: 1.7em;
  color: #333;
  font-family: MicrosoftYaHei;
}

.law_center {
  padding: 2.5rem 0;
}


/*.idpgex .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: relative;
  margin: 0 10px;
  transform: rotate(-90deg);
  text-align: center;
  line-height: 16px; }

.idpgex .swiper-pagination .init,
.idpgex .swiper-pagination .hover {
  opacity: 0;
  filter: alpha(opacity=0); }

.idpgex .swiper-pagination .swiper-pagination-bullet .hover {
  stroke-dasharray: 314 0;
  stroke: none; }

.idpgex .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  border-radius: 100%; }

.idpgex .swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: #fff;
  width: 6px;
  height: 6px; }

.idpgex .swiper-pagination .swiper-pagination-bullet-active .init,
.idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
  stroke: #fff;
  animation: circle-chart-fill 2s reverse; }

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 314; } }*/

.idpgex .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: relative;
  margin: 0 10px;
  transform: rotate(-90deg);
  text-align: center;
  line-height: 16px;
}

.idpgex .swiper-pagination .init,
.idpgex .swiper-pagination .hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.idpgex .swiper-pagination .swiper-pagination-bullet .hover {
  stroke-dasharray: 314 0;
  stroke: none;
}

.idpgex .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .6);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.idpgex .swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: #fff;
  width: 6px;
  height: 6px;
}

.idpgex .swiper-pagination .swiper-pagination-bullet-active .init,
.idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
  stroke: #fff;
  animation: circle-chart-fill 3s reverse;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 314;
  }
}

.search-alert {
  position: fixed;
  background-color: #0c2e50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*    display: none;*/
  z-index: 1111;
  text-align: center;
  padding-top: 27%;
}

.search-alert .closei {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../web/img/ico_37.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 20%;
  right: 49%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  height: 0.8rem;
}

.search-alert .cent-form {
  padding: 0 10%;
}

.search-alert .cent-form .tex {
  font-size: 0.45rem;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  padding-right: 0.3rem;
  padding-left: 0.65rem;
  border: none;
  box-sizing: border-box;
  color: white;
  text-align: center;
  background: url(../img/ico_36.png) no-repeat;
  background-position: center left;
  position: relative;
}

.cent-form form {
  position: relative;
}

.cent-form form::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -45px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.search-alert .cent-form .sub-butn {
  border: none;
  color: white;
  height: 0.6rem;
  margin-top: 0;
  font-size: 0.4rem;
  line-height: 0.75rem;
  width: 80px;
  text-align: center;
  background: none;
  position: relative;
  margin-top: -26px;
}

jj {
  background-image: none;
}

.idrecruit .topex {
  padding-top: 2.375rem;
  padding-bottom: 3.625rem;
}

.idrecruit .cmtitle {
  text-align: center;
}

.idrecruit .main {
  width: 100%;
  text-align: center;
  margin-top: 2.3rem;
}

.idrecruit .main div:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #003a6f;
  font-weight: bold;
}

.idrecruit .main div:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #444444;
  margin-top: .3rem;
}

.idrecruit .main_job {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
}

.idrecruit .main_job .left {
  width: 25%;
}

.idrecruit .main_job .left .title {
  width: 100%;
  height: 2.25rem;
  background: #003a6f;
  color: white;
  font-family: MicrosoftYaHei;
  font-size: .65rem;
  line-height: 2.25rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.idrecruit .main_job .left ul li {
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
}

.idrecruit .main_job .left ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: .45rem;
  color: #333333;
  padding-left: 1.25rem;
  box-sizing: border-box;
  background-color: #e3e3e3;
  position: relative;
  transition: all .4s ease;
}

.idrecruit .main_job .left ul li a.active {
  background-color: white;
  color: #003a6f;
  font-weight: bold;
}

.idrecruit .main_job .left ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #003a6f;
  transition: all .4s ease;
}

.idrecruit .main_job .right {
  width: 72.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.idrecruit .main_job .right .rightex {
  box-sizing: border-box;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-bottom: .7rem;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.idrecruit .main_job .right .title {
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .7rem;
}

.idrecruit .main_job .right .title span:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: .55rem;
  font-weight: bold;
  color: #0c4375;
}

.idrecruit .main_job .right .title span:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #0c4375;
}

.idrecruit .main_job .right .itemex {
  padding-top: 1rem;
  box-sizing: border-box;
}

.idrecruit .main_job .right .item {
  margin-bottom: 1.45rem;
}

.idrecruit .main_job .right .item .one {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.idrecruit .main_job .right .item .detail p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  line-height: 1.7em;
}

.idrecruit .main_job .right .note {
  margin-top: .825rem;
}

.idrecruit .main_job .right .note span:nth-of-type(1) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
}

.idrecruit .main_job .right .note span:nth-of-type(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #0c4376;
}

.cooperat {
  width: 100%;
  padding: 2rem 0 2.675rem;
}

.cooperat .title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .9rem;
  font-weight: bold;
  color: white;
}

.cooperat .w73 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 1.75rem;
  box-sizing: border-box;
  padding: 0 5%;
}

.cooperat .w73 .item {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 33.3%;
}

.cooperat .w73 img {
  width: 2.5rem;
  height: 2.5rem;
}

.cooperat .w73 .dt p:nth-of-type(1) {
  color: white;
  font-family: MicrosoftYaHei;
  font-size: .55rem;
  margin-top: 15px;
}

.cooperat .w73 .dt p:nth-of-type(2) {
  color: white;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

.cooperat .w73 .item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 25%;
}

.cooperat .w73 .item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 25%;
}

@media (max-width: 1440px) {
  .posi_title .posi .right li {
    margin-right: 0.5rem;
  }
}

@media(max-width: 992px) {
  #mdaozhuan {
    display: flex;
    flex-direction: column-reverse;
  }
}


.table-alert{
  position:fixed;
  width:100%;
  height:100vh;
  left:0;
  top:0;
  z-index:99;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.table-alert.active{
  opacity:1;
  visibility:visible;
}
.table-alert .bg{
  position: fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .5);
  z-index:1;
}
.table-alert .tablebox{
  position: relative;
  z-index:2;
  background:#fff;
  width: 600px;
  padding:40px;
}
.table-alert table{
  width:100%;
}
.table-alert .colsebtn{
  width:40px;
  height:40px;
  position: absolute;
  right:10px;
  top:10px;
}
.table-alert .colsebtn .icon{
  width:30px;
  height:30px;
  fill:#333;
}