body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
b,
c,
e,
i,
g,
p,
div,
dl,
dt,
dd,
select,
textarea,
font,
right,
left {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 12px;
  font-family: "arial";
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.3px;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
dd,
dt,
b,
c,
e,
a,
font,
right,
left {
  -webkit-text-size-adjust: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.bg_big {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  font-family: arial;
}
/*IE*/
.web-ie2018 {
  font-family: microsoft yahei;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  background: #666;
  zoom: 1;
}
.web-ie2018 dl {
  position: absolute;
  width: 700px;
  height: auto;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -350px;
  background: #fff;
}
.web-ie2018 dl #img {
  display: block;
  margin: 50px auto;
}
.web-ie2018 dl h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto 30px;
}
.web-ie2018 dl h4 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 50px auto 50px;
}
.web-ie2018 dl dd {
  margin: 0 auto 50px;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.web-ie2018 dl dd a {
  display: inline-block;
  margin: 0 20px;
}
.web-ie2018 dl dd a img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.web-ie2018 dl dd a span {
  display: block;
  font-size: 16px;
  color: #666;
}
/*<------------------------------------->*/

/* pc */
.pc-1200px {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .pc-1200px {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    z-index: 99999999999999999;
    display: block;
  }
  .pc-1200px p {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    top: 50%;
    left: 0;
  }
  .pc-1200px p img {
    display: block;
    margin: 0 auto 2em;
    height: 50px;
  }
  .pc-1200px p strong {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 2em;
  }
  .pc-1200px p span {
    display: block;
    text-align: center;
    color: #eee;
    letter-spacing: 1px;
    font-size: 16px;
  }
}

/* header */
.headerwrap {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s;
}
.headerwrap .header {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
.headerwrap .header .logo {
  display: block;
  background-color: #ffffff;
  height: 80px;
  padding: 15px 70px;
  box-sizing: border-box;
}
.headerwrap .header .logo img {
  display: block;
  width: auto;
  height: 50px;
}
.headerwrap .header .nav {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.headerwrap .header .nav li {
  position: relative;
}
.headerwrap .header .nav li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 0 25px;
}
.headerwrap .header .nav li > a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #1d3c7b;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.headerwrap .header .right {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.headerwrap .header .pclanguage {
  width: auto;
  padding: 0 30px;
  background-color: transparent;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 25px;
}
.headerwrap .header .pclanguage a {
  font-size: 12px;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.headerwrap .header .pclanguage a:last-child {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #333;
}

.header .nav li .nav02 {
  position: absolute;
  box-sizing: border-box;
  padding: 0;
  z-index: 5;
  width: 610px;
  left: 0;
  margin-left: 0px;
  text-align: center;
  top: 51.5px;
  display: none;
  justify-content: center;
  flex-flow: row;
  white-space: nowrap;
  transition: all 0.3s;
  top: 80px;
}
.header .nav li .nav02 a {
  display: inline-block;
  width: auto;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  margin: 0;
  float: none;
  margin-right: 0;
  position: relative;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
}
.header .nav li .nav02 a:last-child {
  margin-right: 0;
}
.header .nav li .nav02 a:hover {
  color: #1d3c7b;
  background-color: #fff;
}
.header .nav li .nav02 a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #1d3c7b;
  position: absolute;
  top: 14px;
  left: 5px;
  opacity: 0;
}
.header .nav li .nav02 a:hover:before {
  opacity: 1;
}
.header .nav li .nav02 a i {
  opacity: 0;
  transition: all 0.6s;
}
.header .nav li .nav02 a:hover i {
  opacity: 1;
}
.header .nav li .nav02 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  width: 180px;
  box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.3);
}
.header .nav li .nav02 a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav li:hover .nav02 {
  display: block;
}

.headerwrap:hover,
.div2_1 .headerwrap,
.div3 .headerwrap {
  background-color: #ffffff;
  border-color: #dddddd;
}
.headerwrap:hover .header .logo .logo01,
.div2_1 .headerwrap .header .logo .logo01,
.div3 .headerwrap .header .logo .logo01 {
  display: none;
}
.headerwrap:hover .header .logo .logo02,
.div2_1 .headerwrap .header .logo .logo02,
.div3 .headerwrap .header .logo .logo02 {
  display: block;
}
.headerwrap:hover .header .nav li > a,
.div2_1 .headerwrap .header .nav li a,
.div3 .headerwrap .header .nav li > a {
  color: #333333;
}
.headerwrap:hover .header .right i,
.div2_1 .headerwrap .header .right i,
.headerwrap:hover .header .right,
.div2_1 .headerwrap .header .right,
.div3 .headerwrap .header .right i,
.div3 .headerwrap .header .right {
  color: #333333;
}
/* .headerwrap:hover .header .right a,.div2_1 .headerwrap .header .right a,.div3 .headerwrap .header .right a{color: #333333;} */
.headerwrap:hover .header .right span,
.div2_1 .headerwrap .header .right span,
.div3 .headerwrap .header .right span {
  background-color: #ffffff;
}

.headerwrap .header .nav li:hover a::after {
  width: 100%;
}
.headerwrap:hover .header .nav li:hover > a {
  color: #1d3c7b;
}

.closenav {
  background: #1d3c7b;
  border: none;
  display: block;
  height: 32px;
  position: relative;
  top: 0;
  width: 32px;
  z-index: 999;
  right: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  width: 80px;
  height: 80px;
  padding: 30px 26px;
  cursor: pointer;
  outline: none;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.closenav:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 40px;
  display: none;
}
.closenav:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.closenav .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #fff;
}
.closenav .hamb-middle {
  background-color: #fff;
}
.closenav .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #fff;
}
.closenav .hamb-top,
.closenav .hamb-middle,
.closenav .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 2px;
  left: 27px;
  position: absolute;
  width: 24px;
  display: block;
  width: 26px;
}
.closenav .hamb-top {
  top: 30px;
}
.closenav .hamb-middle {
  top: 40px;
}
.closenav .hamb-bottom {
  top: 50px;
}

.closenav.navisopen .hamb-bottom {
  top: 33px;
}

/* navopen */

.closenav.navisopen .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: 0;
  top: 50% !important;
}
.closenav.navisopen .hamb-middle {
  background-color: #fff;
  display: none;
}
.closenav.navisopen .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  top: 40px;
}

.navopenwrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #f1f2f3;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.6s;
  z-index: 19;
}
.navopenwrap.navopenwrap02 {
  top: 0;
}
.navopenwrap .oprnnav {
  width: 40%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.navopenwrap .oprnnav .cont {
  padding-top: 80px;
  width: 300px;
}
.navopenwrap .oprnnav .cont li {
  margin-bottom: 36px;
}
.navopenwrap .oprnnav .cont li > a {
  font-size: 22px;
  color: #222222;
  font-weight: normal;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.navopenwrap .oprnnav .cont li > a span {
  font-size: 12px;
  color: #aaa;
  margin-right: 30px;
  font-weight: normal;
  font-family: arial;
  font-weight: bold;
}
.navopenwrap .oprnnav .cont li > a i {
  font-size: 14px;
  color: inherit;
  margin-left: 10px;
}
.navopenwrap .oprnnav .cont li > a:hover,
.navopenwrap .oprnnav .cont li > a.active {
  color: #1d3c7b;
}
.navopenwrap .oprnnav .cont li > a:hover i,
.navopenwrap .oprnnav .cont li > a.active i {
  transform: rotate(180deg);
}
.navopenwrap .oprnnav .cont li .nav-two {
  width: 100%;
  box-sizing: border-box;
  padding-left: 48px;
  margin-top: 20px;
  display: none;
}

.navopenwrap .oprnnav .cont li .nav-two a {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  display: block;
}
.navopenwrap .oprnnav .cont li .nav-two a:last-child {
  margin-bottom: 0;
}

.navopenwrap .imgbox {
  width: 60%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.navopenwrap .imgbox .bg {
  display: block;
  width: auto;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.navopenwrap .imgbox .text {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.navopenwrap .imgbox .text img {
  display: block;
  width: auto;
}
.navopenwrap .imgbox .text ul {
  margin-top: 30px;
}
.navopenwrap .imgbox .text ul li {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  font-family: arial;
}
.navopenwrap .oprnnav .cont li .nav-two a:hover {
  color: #e52727;
}

/* more */
.more {
  width: 210px;
  height: 52px;
  background: linear-gradient(left, #1d3c7b, #264d9d);
  background: -webkit-linear-gradient(left, #1d3c7b, #264d9d);
  border-radius: 4px;
  display: block;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.more:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.3s;
}
.more:hover:after {
  width: 100%;
}
.more:hover {
  color: #1d3c7b;
}

/* contwidth */
.contwidth {
  width: 1400px;
}
.contwidth02 {
  width: 1200px;
}

/* bannerwrap */
.bannerwrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
.bannerwrap video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.bannerwrap .text {
  width: 1200px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  text-align: center;
  z-index: 1;
}
.bannerwrap .text h3 {
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  font-weight: bold;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.bannerwrap .text p {
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  opacity: 1;
}

.bannerwrap .text p:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  margin-right: 30px;
}
.bannerwrap .text p:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  margin-left: 30px;
}

.bannerwrap img {
  display: block;
  width: 100%;
  display: none;
}
.bannerwrap .more {
  margin-top: 50px;
}
.bannerwrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  position: absolute;
}

.p-top-mv__text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 278px;
  left: 30px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  z-index: 2;
}

.p-top-mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 30px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-top-mv__scroll-point {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.26);
  position: relative;
}
.p-top-mv__scroll-point::before {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  -webkit-animation: scroll 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
  animation: scroll 2.3s cubic-bezier(0, 0, 0.38, 0.97) infinite;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(33px);
    opacity: 1;
  }
  70% {
    transform: translateY(33px);
    opacity: 0;
  }
  100% {
    transform: translateY(33px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(33px);
    opacity: 1;
  }
  70% {
    transform: translateY(33px);
    opacity: 0;
  }
  100% {
    transform: translateY(33px);
    opacity: 0;
  }
}

#scrollnow {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 80px;
}

/* indexwrap */
.indexwrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* index01wrap */
.index01wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  background-color: #f1f5f8;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.index01wrap .text {
  width: 60%;
  box-sizing: border-box;
  padding-left: calc((100% - 1400px) / 2);
  margin-right: -10%;
  position: relative;
  z-index: 1;
}
.index01wrap .text .top {
    padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 40%;
}
.index01wrap .text .top font {
  background: linear-gradient(left, #1d3c7b, #f1732f);
  background: -webkit-linear-gradient(left, #1d3c7b, #f1732f);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index01wrap .text .top h3 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.index01wrap .text .top p {
  font-size: 20px;
  color: #222222;
  margin-bottom: 30px;
}
.index01wrap .text .top h4 {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.index01wrap .mumping_mun {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 70px;
  background: linear-gradient(left, #1d3c7b, #264d9d);
  background: -webkit-linear-gradient(left, #1d3c7b, #264d9d);
}
.index01wrap .mumping_mun li {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 40px;
  border-right: 1px solid #ffffff;
}
.index01wrap .mumping_mun li:last-child {
  border-right: none;
}
.index01wrap .mumping_mun li img {
  display: block;
  width: auto;
  margin-bottom: 30px;
}
.index01wrap .mumping_mun li h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
}
/* .index01wrap .mumping_mun li h2::after{content: '+';font-size: inherit;color: inherit;} */
.index01wrap .mumping_mun li p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}

.index01wrap .imgbox {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.index01wrap .imgbox img {
  display: block;
  width: 100%;
}

/* index02wrap */
.index02wrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 100px 0;
}
.i-tl {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.i-tl font {
  background: linear-gradient(left, #1d3c7b, #f1732f);
  background: -webkit-linear-gradient(left, #1d3c7b, #f1732f);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.i-tl h3 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
}
.i-tl h4 {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-top: 30px;
}
.index02wrap .swiper-slide {
  border: 1px solid #dddddd;
}
.index02wrap a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #f1f2f3;
}
.index02wrap a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.index02wrap a:hover:after {
  object-fit: 1;
  opacity: 1;
}
.index02wrap a .bg {
  width: 100%;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.index02wrap a .textshow {
  width: 100%;
  height: auto;
  position: absolute;
  top: 120px;
  left: 0; /* background-color: #f1f2f3; */
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.6s;
  padding: 0 60px;
}
.index02wrap a font {
  display: block;
  font-size: 16px;
  color: #1d3c7b;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: center;
}
.index02wrap a .textshow img {
  display: block;
  margin: auto;
  width: auto;
  height: 44px;
}
.index02wrap a .textshow img:nth-of-type(2) {
  display: none;
}
.index02wrap a:hover .textshow img:nth-of-type(2) {
  display: block;
}
.index02wrap a:hover .textshow img:nth-of-type(1) {
  display: none;
}
.index02wrap a:hover .bg {
  opacity: 1;
}
.index02wrap a .textshow h3 {
  font-size: 34px;
  color: #222222;
  font-weight: bold;
}
.index02wrap a .textshow .font01 {
  width: 100%;
  padding: 100px 0;
  transition: all 0.6s;
}
.index02wrap a:hover .textshow .font01 {
  padding: 40px 0 100px;
}
.index02wrap a:hover .textshow {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.index02wrap a .textshow strong {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1d3c7b;
  margin: 30px auto;
}
.index02wrap a .textshow h4 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.index02wrap a:hover font,
.index02wrap a:hover .textshow h3,
.index02wrap a:hover .textshow h4 {
  color: #ffffff;
}
.index02wrap a:hover .textshow strong {
  background-color: #ffffff;
}

.sil-tile__square {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  z-index: 1;
  color: #fff;
}
.ieIE1011 .sil-tile__square {
  display: none !important;
}
.sil-tile__square:after,
.sil-tile__square:before {
  color: inherit;
  position: absolute;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  content: " ";
  border: 1px solid currentcolor;
  box-sizing: border-box;
}
.sil-tile__square:before {
  top: 0;
  left: 50%;
  transition: height 0.1s linear 0.3s, width 0.1s linear 0.4s,
    visibility 0s 0.51s;
  border-bottom: 0;
  border-left: 0;
}
.sil-tile__square:after {
  right: 0;
  bottom: 0;
  transition: background-size 0.1s linear 0s, height 0.1s linear 0.1s,
    width 0.1s linear 0.2s, visibility 0s 0.3s;
  border-top: 0;
  border-right: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0 1px;
}
a:active .sil-tile__square:after,
a:active .sil-tile__square:before,
a:focus .sil-tile__square:after,
a:focus .sil-tile__square:before,
a:hover .sil-tile__square:after,
a:hover .sil-tile__square:before {
  visibility: visible;
}
a:active .sil-tile__square:before,
a:focus .sil-tile__square:before,
a:hover .sil-tile__square:before {
  width: 50%;
  height: 100%;
  transition: width 0.1s linear 0s, height 0.1s linear 0.1s;
}
a:active .sil-tile__square:after,
a:focus .sil-tile__square:after,
a:hover .sil-tile__square:after {
  width: 100%;
  height: 100%;
  transition: visibility 0s 0.2s, width 0.1s linear 0.2s,
    height 0.1s linear 0.3s, background-size 0.1s linear 0.4s;
  background-size: 51% 1px;
}

.index02wrap a .texthide {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 65px 0;
  z-index: 1;
  transform: scale(1.2);
  transition: all 0.5s;
  opacity: 0;
}
.index02wrap a .texthide font {
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.index02wrap a .texthide .bot {
  position: absolute;
  bottom: 70px;
  width: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  left: 0;
}
.index02wrap a .texthide .bot img {
  display: block;
  width: auto;
  margin: auto;
  height: 44px;
  margin-bottom: 50px;
}
.index02wrap a .texthide .bot h3 {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
}
.index02wrap a .texthide .bot strong {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 30px auto;
}
.index02wrap a .texthide .bot h4 {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}
.index02wrap a:hover .texthide {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/* .index02wrap a:hover .textshow{opacity: 0;} */
.index02wrap .swiper-button-next,
.index02wrap .swiper-button-prev {
  width: 28px;
  height: 48px;
  background-color: #1d3c7b;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: none;
  outline: none;
  top: 50%;
  margin-top: -24px;
}
.index02wrap .swiper-button-next {
  right: 0;
}
.index02wrap .swiper-button-prev {
  left: 0;
}
.index02wrap .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.index02wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #f1f2f3;
  margin-right: 10px;
  outline: none;
}
.index02wrap .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index02wrap .swiper-pagination-bullet-active {
  background-color: #1d3c7b;
}

/* index03wrap */
.index03wrap {
  margin: 100px auto;
}
.index03wrap a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index03wrap a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/index_promask.png) no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.index03wrap a .bg {
  display: block;
  width: 100%;
}
.index03wrap a .text {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  padding: 0 0 60px 60px;
  top: 100%;
  transform: translateY(-220px);
  -webkit-transform: translateY(-220px);
  transition: all 0.3s;
}
.index03wrap a .text img {
  display: block;
  width: auto;
  height: 56px;
  margin-bottom: 50px;
}
.index03wrap a .text h3 {
  font-size: 28px;
  color: #ffffff;
  transition: all 0.3s;
  font-weight: bold;
}
.index03wrap a:hover .text h3 {
  color: #1d3c7b;
}
.index03wrap a .text strong {
  display: block;
  width: 40px;
  margin: 30px 0;
  height: 2px;
  background-color: #1d3c7b;
  transition: all 0.3s;
}
.index03wrap a:hover .text strong {
  width: 160px;
}
.index03wrap a .text h4 {
  display: none;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  width: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.index03wrap a:hover .text h4 {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.index03wrap a:hover .text {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.index03wrap .page .swiper-button-next,
.index03wrap .page .swiper-button-prev {
  position: relative;
  bottom: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  font-size: 26px;
  color: #1d3c7b;
  height: auto;
  width: auto;
  outline: none;
}
.index03wrap .page {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-content: center;
  margin-top: 40px;
}
.index03wrap .swiper-pagination {
  position: relative;
  margin: 0 90px;
}
.index03wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #bbbbbb;
  margin: 0 6px;
  opacity: 1;
}
.index03wrap .swiper-pagination-bullet-active {
  background-color: #1d3c7b;
}
.index03wrap a .text .more {
  opacity: 0;
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.index03wrap a:hover .text .more {
  opacity: 1;
}

/* index04 */
.index04wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #f1f5f8;
}
.index04 {
  margin: auto;
  box-sizing: border-box;
}
.index04 .top {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.index04 .top .left {
  width: 66%;
  box-sizing: border-box;
}
.index04 .top .left:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/index_newsmask_01.png) no-repeat;
  background-size: cover;
}
.index04 .top .item {
  overflow: hidden;
  position: relative;
}
.index04 .top .item img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.index04 .top .item:hover img {
  transform: scale(1.1);
}
.index04 .top .item .text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  z-index: 1;
}
.index04 .top .item .text .data {
  width: auto;
  padding: 20px;
  position: absolute;
  background-color: #1d3c7b;
}
.index04 .top .item .text .data span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
}
.index04 .top .item .text .data h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.index04 .top .item .text .b-text {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  bottom: 50px;
  left: 0;
  box-sizing: border-box;
}
.index04 .top .item .text .b-text h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.index04 .top .item .text .b-text h4 {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 30px;
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index04 .top .item:hover .text .b-text h3 {
  color: #1d3c7b;
}

.index04 .top .right {
  width: 32%;
  position: absolute;
  right: 0;
  height: 100%;
}
.index04 .top .right a {
  width: 100%;
  overflow: hidden;
  display: block;
  height: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
.index04 .top .right a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index_newsmask_02.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.index04 .top .right a:last-child {
  margin-bottom: 0;
}
.index04 .top .right a img {
  display: block;
  width: auto;
  height: 100%;
  min-width: 100%;
}
.index04 .top .right a .text {
  padding: 20px;
}
.index04 .top .right a .text .b-text {
  bottom: 20px;
  padding: 0 20px;
}
.index04 .top .right a .text .b-text h3 {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.index04 .bot {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  margin-top: 30px;
}
.index04 .bot a {
  display: block;
  width: 32%;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.index04 .bot a font {
  display: block;
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.index04 .bot a h3 {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index04 .bot a span {
  font-size: 13px;
  color: #999999;
}
.index04 .bot a span i {
  font-size: inherit;
  color: inherit;
  margin-left: 5px;
  transition: all 0.3s;
}
.index04 .bot a:hover h3 {
  color: #1d3c7b;
}
.index04wrap .more {
  margin: 30px auto 0;
  width: 180px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border: 1px solid #1d3c7b;
}

/* index05wrap */
.index05wrap {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../images/index_09.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.index05 {
  margin: auto;
  position: relative;
}

.index05wrap .sjimg {
  display: none;
}
.index05wrap .index05 img {
  display: block;
  width: 100%;
}
.index05wrap .index05 .min {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index05wrap .index05 .min a {
  text-align: center;
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.index05wrap .index05 .min a span {
  z-index: 1;
  border: 1px solid #1d3c7b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
  background-color: #1d3c7b;
}

.index05wrap .index05 .min a font {
  display: inline-block;
  font-size: 15px;
  color: #000;
  white-space: nowrap;
}

.index05wrap .index05 .min #a1 {
  top: 25.5%;
  left: 41%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a2 {
  top: 28%;
  left: 41.5%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a3 {
  top: 19.5%;
  left: 39%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a4 {
  top: 32.5%;
  left: 40%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a5 {
  top: 26.5%;
  left: 39%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a6 {
  top: 31.5%;
  left: 39%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a7 {
  top: 30.5%;
  left: 42%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a8 {
  top: 19.5%;
  left: 42%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a9 {
  top: 21.5%;
  left: 46.5%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a10 {
  top: 47.5%;
  left: 37%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a11 {
  top: 42.5%;
  left: 35%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a12 {
  top: 45.5%;
  left: 36%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a13 {
  top: 21%;
  left: 71%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a14 {
  top: 28%;
  left: 61%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.index05wrap .index05 .min #a15 {
  top: 16%;
  left: 60%;
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 1;
}

.index05wrap .index05 .min #a1 font {
  position: absolute;
  top: 33px;
  left: 56px;
}

.index05wrap .index05 .min #a2 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a3 font {
  position: absolute;
  top: 33px;
  right: 56px;
  white-space: nowrap;
}
.index05wrap .index05 .min #a4 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a5 font {
  position: absolute;
  top: 33px;
  right: 56px;
}
.index05wrap .index05 .min #a6 font {
  position: absolute;
  top: 33px;
  right: 56px;
}
.index05wrap .index05 .min #a7 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a8 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a9 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a10 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a11 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a12 font {
  position: absolute;
  top: 33px;
  right: 56px;
}
.index05wrap .index05 .min #a13 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a14 font {
  position: absolute;
  top: 33px;
  left: 56px;
}
.index05wrap .index05 .min #a15 font {
  position: absolute;
  top: 33px;
  left: 56px;
}

/* 重置 */
.index05wrap .map-center {
  display: block;
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.index05wrap .map-center .mapimg {
  width: 100%;
  display: block;
}
.index05wrap .map-center .mapimg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.index05wrap .map-center .itemmin {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index05wrap .map-center .item {
  position: absolute;
  cursor: pointer;
}

.index05wrap .map-center .item .font {
  position: relative;
}
.index05wrap .map-center .item .font h3 {
  font-size: 14px;
  color: #585656;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 20px;
}
.index05wrap .map-center .item .font p {
  font-size: 12px;
  color: #585656;
  line-height: 1em;
}
.index05wrap .map-center .item .font:hover h3,
.index05wrap .map-center .item .font:hover p {
  color: #1d3c7b;
}

.index05wrap .map-center .item1 {
  top: 23.2%;
  left: 53.7%;
}

.index05wrap .map-center .item2 {
  top: 28%;
  left: 53.7%;
}

.index05wrap .map-center .item3 {
  top: 35%;
  right: 44%;
}
.index05wrap .map-center .item4 {
  top: 40.5%;
  right: 44%;
}
.index05wrap .map-center .item5 {
  top: 45.5%;
  right: 44%;
}
.index05wrap .map-center .item6 {
  top: 50.5%;
  right: 44%;
}
.index05wrap .map-center .item7 {
  top: 24%;
  right: 13.5%;
}
.index05wrap .map-center .item8 {
  top: 23%;
  right: 27%;
}
.index05wrap .map-center .item9 {
  top: 18.5%;
  left: 53.7%;
}
.index05wrap .map-center .item10 {
  top: 21%;
  left: 28.5%;
}
.index05wrap .map-center .item11 {
  top: 28%;
  left: 28.5%;
}
.index05wrap .map-center .item12 {
  top: 44%;
  left: 28.5%;
}
.index05wrap .map-center .item13 {
  top: 57%;
  left: 28.5%;
}
.index05wrap .map-center .item14 {
  top: 63%;
  left: 28.5%;
}
.index05wrap .map-center .item15 {
  top: 29%;
  right: 27%;
}

/* .index05wrap .map-center .item4{top: 54%;left: 23.5%;}
.index05wrap .map-center .item5{top: 71%;left: 34%;}
.index05wrap .map-center .item6{top: 81%;left: 20%;}
.index05wrap .map-center .item7{top: 31.5%;right: 26.8%;}
.index05wrap .map-center .item8{top: 61.5%;left: 55%;}
.index05wrap .map-center .item9{top: 21.5%;left: 51%;} */

@keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.index05wrap .index05 .min .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
  width: 100%;
  height: 100%;
}

.index05wrap .index05 .min .point-10 strong {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #1d3c7b;
  opacity: 0;
  -webkit-animation: ballScale 12s 0s linear infinite;
  -moz-animation: ballScale 12s 0s linear infinite;
  -ms-animation: ballScale 12s 0s linear infinite;
  animation: ballScale 12s 0s linear infinite;
}

.index05wrap .index05 .min .point-70 strong,
.index05wrap .index05 .min .point-40 strong {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #1d3c7b;
  opacity: 0;
  -webkit-animation: ballScale 6s 0s linear infinite;
  -moz-animation: ballScale 6s 0s linear infinite;
  -ms-animation: ballScale 6s 0s linear infinite;
  animation: ballScale 6s 0s linear infinite;
}

/* footerwrap */
.footerwrap {
  width: 100%;
  box-sizing: border-box;
  background-color: #2f2f2f;
  padding: 100px 0 40px;
  position: relative;
}
.footerwrap:before {
  content: "";
  display: block;
  width: 40%;
  /*background-color: #393939;*/
  z-index: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footerwrap .footer {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footerwrap .footer .left .f-logo {
  margin-bottom: 25px;
  display: block;
}
.footerwrap .footer .left .f-logo img {
  display: block;
  width: auto;
  height: 54px;
}
.footerwrap .footer .left ul li {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.footerwrap .footer .left ul li i {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-content: center;
  background-color: #1d3c7b;
  font-size: 20px;
  color: #ffffff;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.footerwrap .footer .f-nav {
  display: flex;
  display: -webkit-flex;
}
.footerwrap .footer .f-nav li {
  margin-right: 120px;
}
.footerwrap .footer .f-nav li:last-child {
  margin-right: 0;
}
.footerwrap .footer .f-nav li h3 {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footerwrap .footer .f-nav li .min a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 16px;
}
.footerwrap .footer .f-nav li .min a:last-child {
  margin-bottom: 0;
}
.footerwrap .footer .f-nav li .min a:hover {
  text-decoration: underline;
  opacity: 1;
}
.footerwrap .footer .f-nav li .item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-left: 20px;
  box-sizing: border-box;
}
.footerwrap .footer .f-nav li .item:last-child {
  margin-bottom: 0;
}

.footerwrap .copyright {
  margin: auto;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.footerwrap .copyright a {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.7;
}
.footerwrap .copyright h3 {
  display: flex;
  display: -webkit-flex;
}
.footerwrap .copyright h3 a {
  margin-left: 20px;
}

/* 模具 */
.innerbanner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.innerbanner img {
  display: block;
  width: 100%;
}
.innerbanner .text {
  text-align: center;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
}
.innerbanner .text h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.innerbanner .text p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}

.innerwrap {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.mould01wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 130px;
}
.m-tl {
  width: 100%;
  text-align: center;
}
.m-tl h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}
.m-tl strong {
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px auto;
  background-color: #1d3c7b;
}
.m-tl h4 {
  font-size: 16px;
  line-height: 30px;
}

.partner01wrap .m-tl h4 {
  width: 75%;
  margin: auto;
}

/* mould02wrap */
.mould02wrap {
  width: 100%;
  box-sizing: border-box;
}
.mould02wrap li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.mould02wrap li .imgbox {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.mould02wrap li .imgbox img {
  display: block;
  width: 100%;
}
.mould02wrap li .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 160px;
}
.mould02wrap li .text font {
  font-size: 54px;
  color: #cccccc;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
.mould02wrap li .text h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 30px;
  font-weight: bold;
}
.mould02wrap li .text h4 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.mould02wrap li:nth-of-type(odd) {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  background-color: #f1f2f3;
}
.mould02wrap li:nth-last-of-type(1) {
  background-color: #f1f2f3;
}
.mould02wrap li .imgbox .swiper-button-next,
.mould02wrap li .imgbox .swiper-button-prev {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  width: 46px;
  height: 46px;
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 50%; /* box-shadow: 5px 5px 5px rgba(0,0,0,0.3); */
  background-image: none;
  outline: none;
}
.mould02wrap li .imgbox .swiper-button-next {
  right: 50px;
}
.mould02wrap li .imgbox .swiper-button-prev {
  left: 50px;
}

/* mould03wrap */
.mould03wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
.mould03wrap02 {
  background-color: #f1f2f3;
}
.mould03 {
  width: 1400px;
  margin: auto;
  position: relative;
}
.mould03 a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mould03 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(55, 57, 78, 0.8);
  z-index: 0;
  transition: all 0.3s;
}
.mould03 a img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.mould03 a .text {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.mould03 a:hover:after {
  opacity: 0.5;
}
.mould03 .swiper-button-next,
.mould03 .swiper-button-prev {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  outline: none;
  color: #1d3c7b;
}
.mould03 .swiper-button-next {
  right: 0;
}
.mould03 .swiper-button-prev {
  left: 0;
}

/* 新闻中心 */
.newstabwrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 200px;
  border-bottom: 1px solid #dddddd;
}
.newstab {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-content: center;
}

.newstab a {
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  font-size: 16px;
  color: #888888;
  padding: 0 50px;
}

.newstab a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #e41900;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.newstab a:hover:after,
.newstab a.active:after {
  width: 100%;
}

.newstab a:hover,
.newstab a.active {
  color: #e41900;
}

.newstab i {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #888888;
}

/* news01wrap */

.news01wrap {
  width: 100%;
  box-sizing: border-box;
}

.news01wrap .li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 200px;
  border-bottom: 1px solid #dddddd;
  transition: all 0.3s;
}

.news01wrap .li:hover {
  background-color: #f1f2f3;
}

.news01wrap .item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.news01wrap .item .imgbox {
  width: 30%;
  box-sizing: border-box;
  overflow: hidden;
}

.news01wrap .item .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}

.news01wrap .li:hover .item .imgbox img {
  transform: scale(1.1);
}

.news01wrap .item .text {
  width: 70%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 200px;
}

.news01wrap .item .text p {
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 20px;
}

.news01wrap .item .text h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news01wrap .item .text h4 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news01wrap .li:hover .item .text h3 {
  color: #e41900;
}

.fy,
.nav-links {
    justify-content: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
}

.fy a,
.nav-links a,
.nav-links span {
  display: block;
  width: auto;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding: 0 12px;
}

.fy a:last-child {
  margin-right: 0;
}

.fy a:hover,
.fy a.active,
.nav-links span,
.nav-links a:hover {
  background-color: #e41900;
  border-color: #e41900;
  color: #ffffff;
}

.n-fywrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 200px;
  margin: 50px auto 100px;
}

.screen-reader-text {
  display: none;
}

/* 关于 */
.about01wrap {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.about01wrap:after {
  content: "";
  display: block;
  width: 30%;
  position: absolute;
  right: 0;
  height: 80%;
  background: url(../images/about01.jpg) no-repeat;
  background-size: cover;
  top: 0;
}
.about01 {
  margin: auto;
  position: relative;
  z-index: 1;
}
.about01top {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about01top .left {
  width: 66%;
  box-sizing: border-box;
  padding: 0 160px 0 calc((100% - 1400px) / 2);
}
.about01top .left h3 {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.about01top .left p {
  font-size: 20px;
  color: #222222;
}
.about01top .left strong {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #1d3c7b;
  margin: 30px 0;
}
.about01top .left h4 {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  text-align: justify;
}
.about01top .right {
  width: 30%;
  box-sizing: border-box;
  padding: 0 calc((100% - 1400px) / 2) 0 160px;
  margin-bottom: 100px;
}
.about01top .right li {
  margin-bottom: 50px;
}
.about01top .right li:last-child {
  margin-bottom: 0;
}
.about01top .right li h2 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.about01top .right li p {
  font-size: 14px;
  color: #ffffff;
}
.about01img {
  position: relative;
  margin: auto;
}
.about01img img {
  display: block;
  width: 100%;
}

/* about02wrap */
.about02wrap {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/about03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0 100px;
}
.about02text {
  width: 870px;
  margin: auto;
  text-align: center;
}
.about02text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.about02text strong {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  margin: 20px auto;
}
.about02text .min h4 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: justify;
  text-align-last: center;
}
.about02text .min h4:last-child {
  margin-bottom: 0;
}
.about02text .more {
  background: transparent;
  border: 1px solid #ffffff;
  width: 170px;
  height: 44px;
  margin: auto;
  line-height: 42px;
  margin-top: 40px;
  font-size: 14px;
}

/* about03 */
.about03 {
  margin: 100px auto;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.about03 .imgbox {
  width: 30%;
  box-sizing: border-box;
  overflow: hidden;
}
.about03 .imgbox img {
  display: block;
  width: 100%;
}
.about03 .text {
  width: 64%;
  box-sizing: border-box;
}
.about03 .text h3 {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.about03 .text h4 {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.about03 .text h4:last-child {
  margin-bottom: 0;
}

/* about04 */
.about03wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #f1f2f3;
}
.about03wrap .tl {
  text-align: center;
  margin-bottom: 50px;
}
.about03wrap .tl h3 {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.about03wrap .tl h4 {
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  text-align: justify;
  text-align-last: center;
  width: 800px;
  margin: auto;
}

.about04 {
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.about04 a {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
  padding: 40px 0;
  height: 350px;
  box-sizing: border-box;
}

.about04 a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  transition: all 0.6s;
  border: 3px solid #5c85cd;
}

.about04 a:hover img {
  transform: scale(1.1);
}
.about04 .swiper-button-next,
.about04 .swiper-button-prev {
  background-image: none;
  font-size: 30px;
  color: #1d3c7b;
  top: 50%;
  margin-top: -15px;
  width: auto;
  height: auto;
  outline: none;
}
.about04 .swiper-button-next {
  right: -40px;
}
.about04 .swiper-button-prev {
  left: -40px;
}
.about03wrap .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.about03wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0;
  margin-right: 10px;
  background-color: #bbbbbb;
}
.about03wrap .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.about03wrap .swiper-pagination-bullet-active {
  background-color: #1d3c7b;
}

/* 模切 */
.cutting01wrap {
  margin: 100px auto;
  box-sizing: border-box;
}
.cutting01 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.cutting01 .item {
  overflow: hidden;
}
.cutting01 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.cutting01 .item01 {
  width: 24%;
}
.cutting01 .item02 {
  width: 49%;
}
.cutting01 .item img:hover {
  transform: scale(1.1);
}
.cut-tl strong {
  width: 40px;
  height: 3px;
  background-color: #1d3c7b;
  margin: 20px auto;
}

/* cutting02wrap */
.cutting02wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  background-color: #f1f2f3;
}
.cutting02 {
  margin: auto;
  position: relative;
}
.cutting02 .gallery-top {
  width: 100%;
}
.cutting02 .gallery-top img {
  display: block;
  width: 100%;
}

.cutting02bot {
  width: 90%;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cutting02bot .textlist {
  width: 40%;
  box-sizing: border-box;
}
.cutting02bot .textlist .item {
  display: none;
}
.cutting02bot .textlist .item:first-child {
  display: block;
}
.cutting02bot .textlist .item .m-tl {
  text-align: left;
}
.cutting02bot .textlist .item .m-tl strong {
  margin: 20px 0;
}
.cutting02bot .gallery-thumbs {
  width: 40%;
  box-sizing: border-box;
  margin: 0;
}
.cutting02bot .gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
}
.cutting02bot .gallery-thumbs .swiper-slide {
  opacity: 0.5;
}
.cutting02bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* 我们的设计 */
.desing01wrap {
  margin: 100px auto;
}
.desing01text {
  width: 100%;
  box-sizing: border-box;
  padding-right: 50%;
  margin-bottom: 80px;
}
.desing01text h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.desing01text h4 {
  box-sizing: border-box;
  padding-left: 100px;
  text-align: justify;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  position: relative;
}
.desing01text h4:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 15px;
}
.desing01imgbox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.desing01imgbox .bgimg {
  display: block;
  width: 100%;
}
.desing01imgbox .list {
  position: absolute;
  right: 0;
  top: -230px;
}
.desing01imgbox .list li {
  width: 230px;
  height: 230px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1d3c7b;
}
.desing01imgbox .list li:last-child {
  background-color: #dc2d21;
}
.desing01imgbox .list li img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.desing01imgbox .list li p {
  font-size: 15px;
  color: #ffffff;
}

/* desing02wrap */
.desing02wrap {
  background: url(../images/de_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.desing02wrap:before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  background-color: #aa1100;
}
.desing02wrap h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.desing02wrap h4 {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 30px;
}
.desing02wrap .more {
  background: transparent;
  border: 1px solid #ffffff;
  width: 180px;
  height: 42px;
  line-height: 42px;
  margin: auto;
}

/* desing03 */
.desing03 {
  width: 100%;
  position: relative;
  margin: 100px auto 150px;
}
.desing03 img {
  display: block;
  width: 100%;
}
.desing03 .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.desing03 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #f1f2f3;
  margin-right: 10px;
  outline: none;
}
.desing03 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.desing03 .swiper-pagination-bullet-active {
  background-color: #1d3c7b;
}

/* 液态硅胶注塑 */
.mouldtwo01wrap {
  width: 1200px;
  box-sizing: border-box;
  position: relative;
  margin: 130px auto;
}
.mouldtwo01wrap .tl {
  text-align: center;
  margin-bottom: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 160px;
}
.mouldtwo01wrap .tl h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 40px;
  font-weight: bold;
}
.mouldtwo01wrap .tl h4 {
  font-size: 15px;
  line-height: 28px;
  color: #222222;
}

.mouldtwo01wrap .swiper-button-next,
.mouldtwo01wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e41900;
  font-size: 20px;
  color: #ffffff;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.mouldtwo01wrap .swiper-button-next {
  right: 0;
}
.mouldtwo01wrap .swiper-button-prev {
  left: 0;
}
.mouldtwo01wrap .swiper-pagination {
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.mouldtwo01wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  background-color: #aaaaaa;
}
.mouldtwo01wrap .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.mouldtwo01wrap .swiper-pagination-bullet-active {
  background-color: #e41900;
}

/* 重置 */
.mouldtwo01 {
  width: 100%;
  background-color: #f4f4f4;
}
.mouldtwo01 .gallery-top .swiper-slide {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mouldtwo01 .gallery-top .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.gallery-thumbswrap {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 180px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mouldtwo01 .gallery-thumbs img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
.mouldtwo01 .gallery-thumbs .swiper-slide {
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mouldtwo01 .gallery-thumbs .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.mouldtwo01 .gallery-thumbs .swiper-slide-thumb-active,
.caseinfo01wrap .gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  border-color: #ffffff;
}
.mouldtwo01 .gallery-thumbs .swiper-slide-thumb-active:after {
  opacity: 0;
}
.mouldtwo01 .swiper-pagination {
  width: 180px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: initial;
  font-size: 20px;
  color: #ffffff;
}
.mouldtwo01 .swiper-pagination span {
  font-size: 20px;
  color: #ffffff;
}
.mouldtwo01 .swiper-pagination span:first-child {
  font-size: 30px;
}

.mouldtwo01wrap .tl02 h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}
.mouldtwo01wrap .tl02 strong {
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px auto;
  background-color: #1d3c7b;
}
.mouldtwo01wrap .tl02 h4 {
  font-size: 16px;
  line-height: 30px;
}

/* 联系我们 */
.contact01 {
  width: 1200px;
  margin: 100px auto;
}
.contact01 .m-tl {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
}
.zym01thumbs {
  margin: auto;
  margin-bottom: 60px;
}
.zym01thumbs .swiper-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.zym01thumbs .swiper-wrapper .swiper-slide {
  width: 100px;
  border-left: 1px solid #dddddd;
  font-size: 15px;
  color: #222222;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.zym01thumbs .swiper-wrapper .swiper-slide:last-child {
  border-right: 1px solid #dddddd;
}

.zym01top {
  width: 100%;
}
.zym01top a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}

.zym01top a .imgbox {
  width: 65%;
  overflow: hidden;
}

.zym01top a .imgbox img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
/*
.zym01top a:hover .imgbox img{transform: scale(1.1);}
*/
.zym01top a .text {
  width: 43%;
  box-sizing: border-box;
  padding: 0 20px;
}
.zym01top a .text h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}
.zym01top a .text strong {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: 20px 0;
}
.zym01top a .text h4 {
  font-size: 15px;
  line-height: 36px;
  color: #222222;
}

.zym01top .swiper-button-next,
.zym01top .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: none;
  font-size: 18px;
  color: #0f426d;
  margin-top: -38px;
  outline: none;
}
.zym01top .swiper-button-next {
  right: 0;
}
.zym01top .swiper-button-prev {
  left: 0;
}

.zym01thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #1d3c7b;
}

/* contact02wrap */
.contact02wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  background: url(../images/contactbg.jpg) no-repeat fixed;
  background-size: cover;
}
.contact02 {
  width: 850px;
  margin: auto;
}
.contact02 .tl {
  text-align: center;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 50px;
}

.wpcf7-form {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

.wpcf7-form input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #888888;
  height: 46px;
  padding: 0 20px;
}

.wpcf7-form textarea {
  width: 100%;
  height: 110px;
  resize: none;
  outline: none;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #888888;
}

.wpcf7-form button {
  margin: auto;
  margin-top: 30px;
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #1d3c7b;
  background: #1d3c7b;
}
.wpcf7-form .input input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #888888;
}

.wpcf7-form .input input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #888888;
}
.wpcf7-form p {
  display: block;
  width: 100%;
}
.wpcf7-form p span {
  display: block;
  overflow: hidden;
  position: relative;
}
.wpcf7-form p span span {
  position: absolute;
  width: auto;
  top: 0;
  right: 10px;
  line-height: 46px;
  letter-spacing: 0;
  color: #0f426d;
}

.screen-reader-response,
.wpcf7-form p br {
  display: none;
}
.wpcf7-response-output,
.wpcf7-validation-errors {
  display: block;
  text-align: center;
  color: #000;
  margin: 20px 0 0 0;
  width: 100%;
  letter-spacing: 0;
}

/* 企业文化 */
.culture01wrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 140px 0;
}
.culture01 {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.culture01 .bg {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60%;
  z-index: 0;
}
.culture01 .text {
  width: 80%;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.culture01 .text h3 {
  font-size: 60px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 30px;
}
.culture01 .text p {
  font-size: 20px;
  color: #222222;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1d3c7b;
  font-weight: bold;
  letter-spacing: 8px;
}
.culture01 .text h4 {
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  margin-bottom: 30px;
}
.culture01 .text h4:last-child {
  margin-bottom: 0;
}
.culture01font {
  font-size: 200px;
  color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  white-space: nowrap;
  margin-top: -10px;
  z-index: 0;
  position: relative;
  text-align: center;
  left: 0;
}

.culture02wrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.culture02wrap .bg {
  display: block;
  width: 100%;
}
.culture02 {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.culture02 li {
  width: calc((100% - 2px) / 3);
  border-right: 1px solid #ddd;
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s;
}
.culture02 li:last-child {
  border: none;
}

.culture02 li h3 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  line-height: 52px;
  transform: scale(1, 0.95);
}
.culture02 li h3::before,
.culture02 li h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: #ffffff;
}
.culture02 li h3::before {
  margin-bottom: 20px;
}
.culture02 li h3::after {
  margin-top: 20px;
}
.culture02 li p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
}
.culture02 li .hovertext {
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  text-align: center;
  margin-top: 80px;
  line-height: 34px;
}
.culture02 li .bot {
  bottom: 70px;
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.culture02 li:hover {
  background-color: rgba(65, 67, 75, 0.75);
}
.culture02 li:hover .hovertext {
  opacity: 0.8;
}
.culture02 li:hover h3::before,
.culture02 li:hover h3::after {
  background-color: #1d3c7b;
}

/* culture0201 */
.culture0201 {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.culture0201 .swiper-container {
  width: 100%;
  height: 100%;
}
.culture0201 .item {
  width: 100%;
  box-sizing: border-box;
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s;
  height: 100%;
  border-right: 1px solid #ddd;
  text-align: center;
}
.culture0201 .item h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: bold;
}
.culture0201 .item p {
  font-size: 20px;
  color: #ffffff;
}
.culture0201 .item strong {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin: 30px auto;
}
.culture0201 .item h4 {
  font-size: 15px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  width: 80%;
  margin: auto;
}
.culture0201 .item .bot {
  bottom: 70px;
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.culture0201 .item:hover {
  background-color: rgba(65, 67, 75, 0.75);
}
.culture0201 .swiper-button-next,
.culture0201 .swiper-button-prev {
  width: 28px;
  height: 48px;
  background-color: #1d3c7b;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: none;
  outline: none;
  top: 50%;
  margin-top: -24px;
}
.culture0201 .swiper-button-next {
  right: 0;
}
.culture0201 .swiper-button-prev {
  left: 0;
}

.culture03 {
  width: 1200px;
  margin: 100px auto;
}
.culture03 .text {
  text-align: center;
}
.culture03 .text span {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  display: block;
}
.culture03 .text p {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.culture03 .min {
  width: 100%;
  box-sizing: border-box;
}
.culture03 .min a {
  display: block;
  width: 24.25%;
  float: left;
  position: relative;
  margin-right: 1%;
  box-sizing: border-box;
}
.culture03 .min a:last-child {
  margin-right: 0;
}
.culture03 .min a img {
  display: block;
  width: 100%;
}
.culture03 .min a .text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: column;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}
.culture03 .min a .text .font h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.culture03 .min a .text .font p {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
.culture03 .min a .text font {
  display: block;
  width: 100px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  transition: all 0.3s;
}
.culture03 .min a:hover .text font {
  background-color: #ffffff;
  color: #222222;
}
.culture03 .min a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.6s;
}
.culture03 .min a:hover:before {
  opacity: 0;
}

/* 全球布局 */
.global01wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 100px auto;
}
.global01wrap .tl {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.global01 {
  width: 100%;
  position: relative;
}
.global01 a {
  display: block;
  width: 100%;
}
.global01 a .imgbox {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.global01 a .imgbox img {
  display: block;
  width: 100%;
}
.global01 a .text {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  opacity: 0;
  transition: all 0.3s;
}

.global01 a .text h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}

.global01 a .text h4 {
  font-size: 16px;
  color: #666;
  line-height: 22px;
}
.global01 .swiper-slide {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.global01 .swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.global01 .swiper-slide-active .text {
  opacity: 1;
}

.global01 .page {
  width: 1100px;
  margin: auto;
  height: 50px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.global01 .page .swiper-button-next,
.global01 .page .swiper-button-prev {
  background-image: none;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
}
/* .about04 .swiper-slide .box:hover .text{background-color: #e6771b;} */
.global01 .swiper-slide .box:hover .text h3,
.global01 .swiper-slide .box:hover .text h4 {
  color: #fff;
}
.global01 .swiper-scrollbar {
  opacity: 1 !important;
  width: calc(100% - 120px);
  height: 6px;
  background: #dddddd;
}
.global01 .swiper-scrollbar-drag {
  background: #1d3c7b;
  border-radius: 10px;
}

/* global02 */
.global02 {
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 80px 0;
  margin: 100px auto;
}
.global02 .gallery-top {
  width: calc(50% + 110px);
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.global02 .gallery-top img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.global02 .page {
  width: 220px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.global02 .page .swiper-button-next,
.global02 .page .swiper-button-prev {
  width: 50%;
  background-color: #1d3c7b;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  background-image: none;
  font-size: 20px;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  outline: none;
}
.global02 .page .swiper-button-next {
  border-left: 1px solid #ffffff;
}

.global02 .thumbwrap {
  width: calc(50% + 110px);
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 60px calc((100% - 1400px) / 2) 60px 100px;
  z-index: 1;
  height: 524px;
}
.global02 .gallery-thumbs .tl {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.global02 .gallery-thumbs .tl h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}
.global02 .gallery-thumbs .tl font {
  font-size: 24px;
  color: #222222;
  opacity: 0.2;
  font-weight: bold;
}
.global02 .gallery-thumbs ul {
  width: 100%;
}
.global02 .gallery-thumbs ul li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.global02 .gallery-thumbs ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.global02 .gallery-thumbs ul li .item {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.global02 .gallery-thumbs ul li .item h3 {
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  width: 12%;
}
.global02 .gallery-thumbs ul li .item p {
  font-size: 15px;
  color: #444444;
  line-height: 30px;
  width: 88%;
}
.global02 .gallery-thumbs ul li h2 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 20px;
  font-weight: bold;
}
.global02 .gallery-thumbs ul li h4 {
  font-size: 15px;
  line-height: 30px;
  color: #444444;
  text-align: justify;
}
.global02 .gallery-thumbs .swiper-slide {
  background-color: #ffffff;
}
.global02 .gallery-thumbs ul li .h4 {
  height: 110px;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 20px;
}
.global02 .gallery-thumbs ul li .h4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  scrollbar-arrow-color: red;
}
.global02 .gallery-thumbs ul li .h4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 3px rgba(230, 51, 39, 1);
  background: rgba(230, 51, 39, 1);
  scrollbar-arrow-color: red;
}
.global02 .gallery-thumbs ul li .h4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #dddddd;
  border-radius: 0;
  background: #dddddd;
}

/* global03 */
.global03wrap {
  margin: 100px auto;
}
.global03wrap .tl {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.global03 {
  width: 100%;
}
.global03 a {
  width: 100%;
  padding-bottom: 20px;
  display: block;
}
.global03 a .imgbox {
  width: 100%;
  overflow: hidden;
}
.global03 a .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.global03 a .text {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
}
.global03 a .text h3 {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
}
.global03 a .text h4 {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

.global03wrap .page {
  width: 100%;
  margin: auto;
  height: 50px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.global03wrap .page .swiper-button-next,
.global03wrap .page .swiper-button-prev {
  background-image: none;
  font-size: 20px;
  color: #e73d31;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  outline: none;
}
.global03wrap .page .swiper-pagination {
  width: auto;
  position: relative;
  margin-top: 0;
  bottom: 0;
  margin: 0 20px;
}
.global03wrap .page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  opacity: 1;
  margin-right: 10px;
}
.global03wrap .page .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.global03wrap .page .swiper-pagination-bullet-active {
  background-color: #e73d31;
}

/* 产品中心 */
.prolink {
  width: 1200px;
  margin: 60px auto;
  display: block;
  /* display: -webkit-flex; */
  border-bottom: 1px solid #dddddd;
}
.prolink a {
  float: left;
  display: block;
  width: auto;
  padding: 0 20px;
  line-height: 80px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.prolink a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
  background-color: #1d3c7b;
}
.prolink a:hover:after {
  width: 100%;
}
.prolink a.active,
.prolink a:hover {
  color: #1d3c7b;
}
.prolink a.active:after,
.prolink a:hover:after {
  width: 100%;
}

/* pro01wrap */
.pro01wrap {
  max-width:1200px;
  width: 90%;
  position: relative;
  padding: 90px 0;
  margin: auto;
}
.pro_con_le{
    margin-right: 10%;
    width: 40%;
    float: left;
}
.pro_con_ri{
    width: 50%;
    float: right;
}
.pro01wrap .swiper-container {
  position: relative;
  z-index: 0;
}
.pro_con_ri img{
    max-width: 100%!important;
}
.pro01wrap .swiper-slide img {
  border:1px solid #f2dcdc;
  display: block;
  width: 99%;
  position: relative;
}
.pro01wrap .swiper-pagination {
  width: 100%;
  bottom: 40px;
}
.pro01wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 15px;
  opacity: 1;
  outline: none;
}
.pro01wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1d3c7b;
}
.pro01wrap .fontbox {
  width: 250px;
  height: 120px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1d3c7b;
  position: absolute;
  left: 2%;
  top: 0;
  z-index: 1;
}
.pro01wrap .fontbox h3 {
  font-size: 18px;
  color: #ffffff;
}

/* pro02 */
.pro02 {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  /*padding-right: 300px;*/
}
.pro02 h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.pro02 h4 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}
.pro02 h4:last-child {
  margin-bottom: 0;
  text-align: justify;
}

/* pro03 */
.pro03 {
  width: 100%;
  padding: 100px 0;
  background-color: #f1f2f3;
  margin: 0;
}
.pro03 .pro03min {
  width: 1200px;
  margin: auto;
}
.pro04 h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.pro04 {
  width: 100%;
  margin: 40px 0;
  box-sizing: border-box;
  /*padding-right: 300px;*/
}
.pro04 h4 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}
.pro04 h4:last-child {
  margin-bottom: 0;
  text-align: justify;
}
/* 人才 */
.presonnel01wrap {
  width: 100%;
  position: relative;
  padding: 140px 0;
}
.presonnel01wrap:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1f2f3;
  z-index: 0;
}
.presonnel01 {
  position: relative;
  margin: auto;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.presonnel01-t {
  width: 50%;
  box-sizing: border-box;
  padding-right: 260px;
}
.presonnel01-t font {
  font-size: 13px;
  color: #e52f26;
  margin-bottom: 30px;
  display: block;
}
.presonnel01-t h3 {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.presonnel01-t p {
  font-size: 20px;
  color: #222222;
}
.presonnel01-t strong {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #dddddd;
  margin: 30px 0;
}
.presonnel01-t h4 {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 20px;
}
.presonnel01-t h4:last-child {
  margin-bottom: 0;
}
.presonnel01-i {
  width: 50%;
  position: relative;
}
.presonnel01-i .imgbox {
  width: 100%;
  overflow: hidden;
}
.presonnel01-i .imgbox img {
  display: block;
  width: 100%;
}
.presonnel01-i .fontbox {
  width: 380px;
  height: 220px;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e52f26;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: -190px;
  top: 50%;
  margin-top: -110px;
  display: none;
}
.presonnel01-i .fontbox img {
  display: block;
  width: auto;
  max-width: 100%;
}

/* presonnel02wrap */
.presonnel02wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 180px 0;
  background: url(../images/per_02.jpg) no-repeat;
  background-size: cover;
}
.presonnel02 {
  margin: auto;
  box-sizing: border-box;
}
.presonnel02 > div {
  width: 50%;
  box-sizing: border-box;
  padding-right: 150px;
}
.presonnel02 h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.presonnel02 p {
  font-size: 18px;
  color: #ffffff;
}
.presonnel02 strong {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #dddddd;
  margin: 30px 0;
  opacity: 0.66;
}
.presonnel02 h4 {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.66;
  box-sizing: border-box;
  padding-right: 40%;
}
.presonnel02 h4:last-child {
  margin-bottom: 0;
}

/* presonnel03wrap */
.presonnel03wrap {
  width: 100%;
  position: relative;
  padding: 130px 0;
}
.presonnel03wrap:before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  left: 0;
  z-index: 0;
  background-color: #f1f2f3;
  height: 100%;
  top: 0;
}
.presonnel03 {
  position: relative;
  margin: auto;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
}
.presonnel03-t {
  width: 50%;
  box-sizing: border-box;
  padding-right: 130px;
}
.presonnel03-t h3 {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}
.presonnel03-t p {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
}
.presonnel03-t strong {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #dddddd;
  margin: 30px 0;
}
.presonnel03-t h4 {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 20px;
}
.presonnel03-t h4:last-child {
  margin-bottom: 0;
}
.presonnel03-i {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.presonnel03-i img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.presonnel03-i:hover img {
  transform: scale(1.1);
}

.presonnel02 font {
  font-size: 13px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.presonnel03 font {
  font-size: 13px;
  color: #e52f26;
  margin-bottom: 30px;
  display: block;
}

/* 合作伙伴 */
.partner01wrap {
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 100px 0;
}
.partner01wrap .tl {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 50px;
}
.partner01 {
  margin: auto;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.partner01 li {
  width: 20%;
  box-sizing: border-box;
  height: 220px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  border: 1px solid #dddddd;
  margin-right: -1px;
  margin-bottom: -1px;
}
.partner01 li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: rgba(228, 25, 0, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
.partner01 li:hover:after {
  opacity: 1;
}
.partner01 li .imgbox img {
  display: block;
  width: auto;
  max-width: 90%;
  margin: auto;
}

.partner01 li .text {
  font-size: 18px;
  color: #ffffff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(1.3);
  -webkit-transform: scale(1.1);
  z-index: 1;
  border: 1px solid #ffffff;
  text-transform: uppercase;
}

.partner01 li:hover .text {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.partner02wrap {
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f4f5;
  padding: 100px 0;
}
.partner02 {
  margin: auto;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.partner02 a {
  display: block;
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  overflow: hidden;
  position: relative;
}
.partner02 a:last-child {
  margin-right: 0;
}
.partner02 a img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.partner02 a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.partner02 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 0;
  opacity: 0.65;
  transition: all 0.6s;
}
.partner02 a:hover::after {
  opacity: 0.5;
}
.partner02 a .text {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 20px;
  z-index: 1;
}
.partner02 a .text p {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.partner02 a .text h3 {
  font-size: 36px;
  color: #ffffff;
  margin: 20px 0;
}
.partner02 a .text h4 {
  font-size: 16px;
  color: #ffffff;
}

/* 新闻详情 */
.newsinfowrap {
  width: 100%;
  box-sizing: border-box;
  margin-top: 80px;
}

.newsinfowrap .n-tlwrap {
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f2f3;
  padding: 80px 0 80px;
}
.newsinfowrap .n-tlwrap .n-tl {
  width: 1200px;
  margin: auto;
}
.newsinfowrap .n-tlwrap .n-tl h3 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}
.newsinfowrap .n-tlwrap .n-tl p {
  font-size: 14px;
  color: #888888;
}
.newsinfo01 {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding-right: 280px;
  margin-bottom: 100px;
}
.newsinfo01 .cont {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.newsinfo01 .cont h4 {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 30px;
}
.newsinfo01 .cont h4:last-child {
  margin-bottom: 0;
}
.newsinfo01 .cont h4 img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.newsinfo01 .cont h4 p {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 30px;
}
.newsinfo01 .page {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}
.newsinfo01 .page a {
  font-size: 14px;
  color: #666666;
}
.newsinfo01 .page a i {
  font-size: inherit;
  color: inherit;
  margin-right: 10px;
}
.newsinfo01 .page a:last-child i {
  margin-right: 0;
  margin-left: 10px;
}
.newsinfo01 .page a:hover {
  color: #e41900;
}
.newsinfo01 .cont p,
.newsinfo01 .cont span,
.newsinfo01 .cont font {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  text-indent: 2em;
}

.newsinfo01 .cont img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 10px auto;
}

@media only screen and (max-width: 1600px) {
  .index01wrap .text {
    padding-left: calc((100% - 1200px) / 2);
  }
  .index01wrap .text .top {
    padding-right: 27%;
  }
  .index01wrap .mumping_mun li {
    padding: 20px 25px;
  }
  .index01wrap .mumping_mun li h2 {
    font-size: 40px;
  }
  .index01wrap .text .top h3 {
    font-size: 32px;
  }
  .index01wrap .text .top font {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index01wrap .text .top p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .index01wrap .text .top h4 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .index01wrap .mumping_mun {
    margin-top: 40px;
  }
  .index01wrap .mumping_mun li img {
    margin-bottom: 10px;
    height: 38px;
  }
  .index01wrap .mumping_mun li p {
    font-size: 15px;
    margin-top: 10px;
  }

  /* .index02wrap a .textshow{padding: 50px 30px;} */
  .index02wrap a .textshow h3,
  .index02wrap a .texthide .bot h3 {
    font-size: 28px;
  }
  .index02wrap a .textshow strong,
  .index02wrap a .texthide .bot strong {
    margin: 20px auto;
  }
  .index02wrap a .textshow h4,
  .index02wrap a .texthide .bot h4 {
    font-size: 14px;
    line-height: 26px;
  }
  .index02wrap a .texthide .bot {
    padding: 0 15px;
  }
  .index02wrap a .texthide {
    padding: 35px 0;
  }
  .index02wrap a .texthide .bot img {
    margin-bottom: 30px;
  }
  .index02wrap a font {
    top: 70px;
  }
  .index02wrap a .textshow {
    padding: 0 40px;
  }
  .index02wrap a:hover .textshow .font01 {
    padding: 40px 0 60px;
  }
  /* .index02wrap a .textshow .font01{padding: 100px 0 150px;}
.index02wrap a:hover .textshow .font01{padding: 40px 0 60px;} */

  .index03wrap a .text img {
    height: 50px;
    margin-bottom: 30px;
  }
  .index03wrap a .text h3 {
    font-size: 24px;
  }
  .index03wrap a .text {
    padding: 0 0 40px 40px;
  }
  .index03wrap a .text h4 {
    width: 70%;
  }
  .index03wrap a .text {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
  .index03wrap a .text h4 {
    font-size: 14px;
  }

  .contwidth {
    width: 1200px;
  }
  .index04 .top .item .text {
    padding: 30px;
  }
  .index04 .top .item .text .b-text {
    padding: 0 30px;
  }
  .index04 .top .item .text .b-text h4 {
    width: 60%;
    font-size: 14px;
  }
  .index04 .top .item .text .b-text h3 {
    font-size: 20px;
  }
  .index04 .top .item .text .data {
    padding: 15px;
  }
  .index04 .top .item .text .data h3 {
    font-size: 22px;
  }
  .index04 .top .right a .text .b-text h3 {
    font-size: 16px;
  }
  .index04 .top .right {
    width: 32%;
  }

  .index05wrap {
    background-position: center;
  }

  .i-tl h3 {
    font-size: 32px;
  }
  .i-tl font {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .bannerwrap .text h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .bannerwrap .more {
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    margin-top: 36px;
  }
  .headerwrap .header .nav li > a {
    font-size: 15px;
    padding: 0 20px;
  }
  .footerwrap:before {
    width: 32%;
  }
  .footerwrap .footer .f-nav li .min a {
    font-size: 13px;
  }
  .footerwrap .footer .f-nav li {
    margin-right: 110px;
  }
  .footerwrap {
    padding: 80px 0 40px;
  }
  .footerwrap .copyright {
    margin-top: 40px;
  }

  .navopenwrap .oprnnav .cont li > a {
    font-size: 18px;
  }
  .navopenwrap .oprnnav .cont li {
    margin-bottom: 30px;
  }
  .navopenwrap .oprnnav .cont li > a span {
    margin-right: 18px;
  }
  .navopenwrap .oprnnav .cont li .nav-two a {
    margin-bottom: 14px;
  }
  .headerwrap .header .pclanguage {
    margin-left: 10px;
  }

  .index05wrap .map-center {
    width: 1200px;
  }
  .navopenwrap .imgbox {
    width: 65%;
  }
  .navopenwrap .oprnnav {
    width: 35%;
  }
  .navopenwrap .oprnnav .cont {
    width: 250px;
  }

  .mould02wrap li .text {
    padding: 0 100px;
  }
  .newstabwrap {
    padding: 0 100px;
  }
  .news01wrap .li {
    padding: 50px 100px;
  }
  .n-fywrap {
    padding: 0 100px;
  }

  .mould03 {
    width: 1200px;
  }
  .mould03 a .text {
    font-size: 20px;
  }
  .mould02wrap li .text h4 {
    font-size: 15px;
    line-height: 26px;
  }

  .about01top .left {
    padding: 0 100px 0 calc((100% - 1200px) / 2);
  }
  .about01top .right {
    padding: 0 calc((100% - 1200px) / 2) 0 100px;
  }
  .about04 .swiper-button-next {
    right: -25px;
  }
  .about04 .swiper-button-prev {
    left: -25px;
  }

  .culture01wrap {
    margin: 100px auto;
  }
  .culture01font {
    font-size: 180px;
  }
  .culture0201 .item {
    padding: 80px 0;
  }
  .culture03 {
    margin: 80px auto;
  }
  .culture0201 .item h3 {
    font-size: 29px;
    margin-bottom: 30px;
  }

  .global02 .thumbwrap {
    padding: 60px calc((100% - 1200px) / 2) 60px 60px;
  }

  .culture02 li h3 {
    font-size: 34px;
    line-height: 38px;
  }
  .culture02 li p {
    font-size: 22px;
  }
  .culture02 li .hovertext {
    margin-top: 50px;
  }
  .culture01 {
    width: 1100px;
  }
  .culture01 .text h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  .pro03 {
    margin: 0;
  }

  .presonnel01-i .fontbox {
    left: -100px;
    width: 280px;
    height: 180px;
    margin-top: -90px;
  }
  .presonnel01-t {
    padding-right: 160px;
  }

  .presonnel02 > div {
    padding-right: 0px;
  }
  .presonnel03-t {
    padding-right: 80px;
  }

  .partner01 li {
    height: 180px;
  }

  .pro01wrap {
    width: 1200px;
  }

  .culture0201 .item h4 {
    font-size: 14px;
    line-height: 30px;
    width: 82%;
  }
  .culture0201 .item p {
    font-size: 17px;
  }

  .global01 a .text h4 {
    font-size: 15px;
  }

}
@media screen and (max-width:768px){
      .pro_con_le{
      margin: 0;
      width: 100%;
  }
  .pro_con_ri{
      margin: 0;
      width: 100%;
  }
}
