/* --Public-- */
body,
div,
span,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
ol,
p,
i,
b,
strong,
a,
table,
th,
td,
form,
input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
/* @font-face {
  font-family: sy;
  src: url('https://fonts.loli.net/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
} */
@font-face {
  font-family: sy;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/SourceHanSansCN-Normal.otf);
}
@font-face {
  font-family: sy;
  font-style: bold;
  font-weight: bold;
  font-display: swap;
  src: url(../font/SourceHanSansCN-Bold.otf);
}
body {
  /* font-family: "SF Pro SC", "HanHei SC", "Myriad Set Pro", "PingFang SC", "Microsoft YaHei", SimHei, sans-serif; */
  font-family: sy;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  background: #f8f8f8;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #bbb;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
}



@font-face {
  font-family: fz;
  src: url('../font/bahnschrift.ttf');
}

@font-face {
  font-family: wurairun;
  src: url('../font/wurairun.ttf');
}

.ts035 {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.ts05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.center-center-colume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -ms-flex-line-pack: center;
  align-content: center;
}

.pic {
  position: relative;
  overflow: hidden;
}

.pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pic:hover img {
  /* -webkit-transform: scale(1.08);
  transform: scale(1.08); */
}

.picEnlarge {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.picEnlarge:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 67, 155, 0.7);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}

.picEnlarge i {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: url(../image/picEnlarge.png) no-repeat center;
  background-size: 20px 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 480ms ease-out 200ms;
  transition: all 480ms ease-out 200ms;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pic:hover .picEnlarge:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pic:hover .picEnlarge i {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}


.hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.valign-middle {
  display: table-cell;
  vertical-align: middle;
}

.pub {
  width: 90%;
  margin: auto;
  position: relative;
}

#myContainer .pub {
  /* padding-left: 80px; */
}


/*中文标题*/
.f60 {
  font-size: 60px;
  line-height: 72px;
}

.f42 {
  font-size: 42px;
  line-height: 58px;
}

.f32 {
  font-size: 32px;
  line-height: 48px;
}

.f24 {
  font-size: 24px;
  line-height: 32px;
}

.f20 {
  font-size: 20px;
  line-height: 30px;
}

/*中文详情*/
.f16 {
  font-size: 16px;
  line-height: 32px;
}

.f14 {
  font-size: 14px;
  line-height: 20px;
}


/* --header-- */
.header.index {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
}

.header {
  width: 100%;
  height: 85px;
  background: #fff;
  border-bottom: 0px solid #e2e2e2;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}

.header .logo {
  width: 20%;
  height: 85px;
  position: absolute;
  left: 5%;
  top: 0;
  overflow: hidden;
  z-index: 20;
}

.header .logo img {
  width: 100%;
  height: auto;
  max-width: 420px;
  display: block;
}

.header .logo a {
  display: inline-block;
}

.header .box {
  width: 63%;
  padding-right: 80px;
  margin-right: 5%;
  float: right;
  position: relative;
  display: flex;
}

.header .nava {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header .nava li {
  height: 85px;
  float: left;
  position: relative;
}

.header .nava li .navaLi {
  font-size: 18px;
  line-height: 85px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: block;
  overflow: hidden;
}

.header .nava li .navaLi:hover,
.header .nava li .navaLi.on {
  color: #06389b;
}

.header .search {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 30;
}

.header .search .keywords {
  width: 0;
  height: 60px;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.header .search .keywords input {
  width: 100%;
  height: 58px;
  padding-right: 64px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  outline: none;
  border: none;
  background: none;
}

.header .search .submit {
  width: 58px;
  height: 58px;
  border: none;
  outline: none;
  background: url(../image/search.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.header .search input::-webkit-input-placeholder {
  color: #666;
}

.header .search:hover {
  width: 272px;
}

.header .search:hover .keywords {
  width: 100%;
}


.header.index {
  /* width: calc(100% - 80px); */
  /* background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(0,0,0,0)); */
  position: sticky;
  right: 0;
  top: 0;
}

.header.index.change {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.header {
  /* width: calc(100% - 80px); */
  /* background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(0,0,0,0)); */
  position: sticky;
  right: 0;
  top: 0;
}

.header.change {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.header.show {
  top: -100px;
}

.header.show .logo {
  opacity: 0;
}

.header.show.on .logo {
  opacity: 1;
  animation: indexFadeInUp 1s ease-in-out;
  -webkit-animation: indexFadeInUp 1s ease-in-out;
  -moz-animation: indexFadeInUp 1s ease-in-out;
  -o-animation: indexFadeInUp 1s ease-in-out;
}

.header.show .box {
  opacity: 0;
}

.header.show.on .box {
  opacity: 1;
  animation: indexFadeInRight 1s ease-in-out;
  -webkit-animation: indexFadeInRight 1s ease-in-out;
  -moz-animation: indexFadeInRight 1s ease-in-out;
  -o-animation: indexFadeInRight 1s ease-in-out;
}



/* --footer-- */
.footer {
  padding-top: 80px;
  padding-bottom: 120px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.footer .leftBox {
  width: 48%;
  float: left;
}

.footer .leftBox .logo {
  margin-bottom: 60px;
}

.footer .leftBox .logo img {
  width: 100%;
  max-width: 415px;
}

.footer .leftBox ul {
  width: 19%;
  float: left;
  text-align: center;
}

.footer .leftBox ul li {
  height: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}

.footer .leftBox ul li:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .leftBox ul li a {
  color: #333;
}

.footer .leftBox ul li a:hover {
  color: #06389b;
}

.footer .rightBox {
  padding-top: 40px;
  width: 46%;
  float: right;
}

.footer .rightBox .tel {
  width: 40%;
  float: left;
  padding-top: 100px;
  background-image: url(../image/tel.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.footer .rightBox .en {
  padding-bottom: 10px;
  color: #06389b;
  font-family: fz;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../image/dot.png) no-repeat left bottom;
}

.footer .rightBox .title {
  margin-top: 20px;
}

.footer .rightBox .num {
  color: #06389b;
  font-family: fz;
  font-weight: bold;
}

.footer .rightBox .wechat {
  width: 27%;
  float: left;
  margin-left: 3%;
}

.footer .rightBox .wechat img {
  width: 100%;
  max-width: 150px;
  padding: 2px;
  border: 1px solid #e2e2e2;
  margin: auto;
  display: block;
}

.footer .rightBox .wechat p {
  text-align: center;
}

.footer .rightBox .add {
  margin-top: 20px;
  padding-left: 30px;
  background: url(../image/location.png) no-repeat left center;
}


.icp {
  padding: 46px 0;
  position: relative;
}

.icp .leftBox {
  width: 50%;
  padding-right: 20px;
  float: left;
}

.icp .rightBox {
  width: calc(50% - 40px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #06389b;
  background-image: url(../image/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
}

/* --视频-- */
.fixVideo {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.fixVideo .box {
  position: absolute;
  width: 92%;
  max-width: 800px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.fixVideo .close {
  position: absolute;
  right: -1px;
  top: -40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  z-index: 10000;
  background: #000;
  color: #fff;
}

.fixVideo video {
  display: block;
}

.fixVideo.active {
  height: 100%;
  -webkit-animation: moveInDown 0.4s ease-in-out;
  animation: moveInDown 0.4s ease-in-out;
}

/* --分页-- */
.page {
  font-size: 14px;
  color: #646464;
  text-align: center;
  margin-top: 2%;
}

.page a {
  padding: 3px 10px;
  font-size: 14px;
  color: #646464;
  border: 1px solid rgb(220, 220, 220);
  background: #FFF;
}

a.page-num-current {
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  background: #0049be;
  border: #0049be solid 1px;
}

.page span {
  padding: 3px 10px;
  font-size: 14px;
  color: #646464;
  /* background: #0049be; */
  border: 1px solid rgb(220, 220, 220);
}

.page a:hover {
  background: #0049be;
  border: #0049be solid 1px;
  color: #fff;
}

/* --翻页-- */
.pageUpdown {
  margin-top: 40px;
}

.pageUpdown .btn {
  width: 48%;
  height: auto;
  line-height: 42px;
  font-size: 18px;
  padding: 30px;
  overflow: hidden;
  color: #999;
  display: block;
  float: left;
  background: #FFF;
}

.pageUpdown .btn b {
  height: 42px;
  font-size: 20px;
  color: #000;
  display: block;
  overflow: hidden;
}

.pageUpdown .btn:nth-of-type(2) {
  float: right;
}

.pageUpdown .btn:hover {
  border-left: 5px solid #06389b;
}

.pageUpdown .btn:hover b {
  color: #06389b;
}


.pageUpdown2 {
  margin-top: 40px;
  position: relative;
}

.pageUpdown2 .btn {
  width: calc(50% - 30px);
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px;
  overflow: hidden;
  color: #333;
  background: #e8e8e8;
  display: block;
  float: left;
}

.pageUpdown2 .btn b {
  font-size: 18px;
  font-weight: normal;
}

.pageUpdown2 .btn:nth-of-type(2) {
  float: right;
  text-align: right;
}

.pageUpdown2 .btn:hover {
  background: #0049be;
  color: #FFF;
}

.pageUpdown2 .return {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
  background-image: url(../image/list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: #999;
}

/* --暂无栏目-- */
.no-content {
  padding-top: 4%;
  overflow: hidden;
  text-align: center;
}

.no-content img {
  width: 80%;
  max-width: 420px;
  display: block;
  margin: 0 auto 30px;
}

.no-content p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

/* --暂无内容-- */
.no-goods {
  overflow: hidden;
  text-align: center;
}

.no-goods img {
  width: 200px;
  display: block;
  margin: 30px auto;
}

.no-goods p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}


/* --侧边快捷栏-- */
.publicSidebar {
  width: 50px;
  height: auto;
  margin-left: -50px;
  position: fixed;
  right: 0%;
  bottom: 40px;
  z-index: 999;
}

.publicSidebar .top {
  border: 1px solid #eee;
  background: #FFF;
  margin-bottom: 10px;
}

.publicSidebar .bottom {
  border: 1px solid #eee;
  border-bottom: none;
  background: #FFF;
}

.publicSidebar .bottom .box {
  border-bottom: 1px solid #eee;
}

.publicSidebar .box {
  cursor: pointer;
  position: relative;
}

.publicSidebar .box .out {
  padding: 14px 0 10px;
}

.publicSidebar .box .out .icon {
  width: 100%;
  height: 16px;
  position: relative;
}

.publicSidebar .box .out .icon .cur {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.publicSidebar .box .out .icon .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.publicSidebar .box .out .icon img {
  height: 16px;
  margin: auto;
  display: block;
}

.publicSidebar .box .out .wz {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  color: #666;
  text-align: center;
}

.publicSidebar .box:hover {
  background: #06389b;
}

.publicSidebar .box:hover .icon .cur {
  display: none;
}

.publicSidebar .box:hover .icon .hover {
  display: block;
}

.publicSidebar .box:hover .out .wz {
  color: #FFF;
}

.publicSidebar .box .in {
  width: 0;
  height: 100%;
  position: absolute;
  right: 50px;
  bottom: 0;
  border: 0px solid #cccccc00;
  background: #06389b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.publicSidebar .box .in.active {
  width: 160px;
  border: 1px solid #cccccc;
}

.publicSidebar .box .tel {
  font-size: 16px;
  line-height: 62px;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}

.publicSidebar .box .ewm {
  height: 186px;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}

.publicSidebar .box .ewm img {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
}

.publicSidebar .box .ewm p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  margin-top: 6px;
}



@keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0deg);
  }

  100% {
    transform: rotateX(0) rotateY(360deg);
  }
}

@keyframes sec1imgrotate {
  0% {
    transform: rotate(0deg);
    opacity: .5;
  }

  50% {
    transform: rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: rotate(360deg);
    opacity: 0.5;
  }
}


@keyframes indexFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes indexFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes indexFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes indexFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}