@charset "utf-8";

/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  text-align: left;
  position: relative;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 991px) {
  body {
    min-width: inherit;
    font-size: 14px;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
}

#header .width {
  max-width: 1470px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header h1 {
  width: 228px;
}

#header .tel {
  padding-left: 50px;
  color: #fff;
  position: relative;
  font-size: 24px;
}

#header .tel img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  margin-top: -20px;
  animation: msClock 1.2s linear infinite;
}

@keyframes msClock {

  0%,
  90%,
  100% {
    transform: rotate(0) scale(1);
  }

  20%,
  40% {
    transform: rotate(-15deg) scale(1.1);
  }

  30%,
  50% {
    transform: rotate(15deg) scale(1.1);
  }
}

#header .tel span {
  display: block;
  font-size: 12px;
}

#header .navi {
  width: 58%;
}

#header .navi ul {
  display: flex;
  justify-content: flex-end;
}

#header .navi li {
  width: 12.5%;
}

#header .navi a {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

#header .navi span {
  position: relative;
  z-index: 2;
}

#header .navi a:hover {
  color: #0854A8;
}

#header .navi .on a:before,
#header .navi a:hover:before {
  height: 100%;
}

#header .navi .on a,
#header .navi a:hover {
  font-size: 16px;
}

.mainVisual {
  position: relative;
}

.mainVisual:before {
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*content: "";*/
  /*width: 100%;*/
  /*height: 20px;*/
  /*background-image: -moz-linear-gradient(0deg, rgb(0, 81, 214) 0%, rgb(79, 0, 180) 100%);*/
  /*background-image: -webkit-linear-gradient(0deg, rgb(0, 81, 214) 0%, rgb(79, 0, 180) 100%);*/
  /*background-image: -ms-linear-gradient(0deg, rgb(0, 81, 214) 0%, rgb(79, 0, 180) 100%);*/
  /*z-index: 2;*/
}

.mainVisual .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mainVisual .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.mainVisual .width {
  height: 100vh;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mainVisual .inner {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}

.mainVisual .slide3 .inner {
  margin-top: 200px;
}

.mainVisual .ttl {
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
}

.mainVisual .txt {
  color: #fff;
  font-size: 32px;
  max-width: 675px;
}

.mainVisual .video {
  position: absolute;
  right: 15px;
  bottom: 35px;
  z-index: 5;
  width: 260px;
  height: 460px;
  overflow: hidden;
}

.mainVisual .video video {
  width: 100%;
}

.mainVisual .video .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.mainVisual .video .link a {
  display: flex;
}

.mainVisual .video .link .lbox {
  width: 38.5%;
  background: #345A98 url("../img/icon01.png") no-repeat center center;
  background-size: 27px auto;
}

.mainVisual .video .link .rbox {
  width: 61.5%;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 23px 0;
}

.mainVisual .video .link .rbox span {
  display: block;
  color: #345A98;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}

.mainVisual .btmbox {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 520px;
  height: 80px;
  background-color: #0051D600;
  z-index: 2;
}

.mainVisual .btmbox .scroll {
  position: absolute;
  left: 145px;
  top: 0;
  width: 180px;
  height: 100%;
  text-align: center;
}

.mainVisual .btmbox .scroll:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background-color: rgba(255, 255, 255, 0);
}

.mainVisual .btmbox .scroll a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mainVisual .btmbox .scroll img {
  width: 24px;
  -webkit-animation: scroll_anim 1s linear 0s infinite alternate;
  animation: scroll_anim 1s linear 0s infinite alternate;
}

@-webkit-keyframes scroll_anim {
  0% {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes scroll_anim {
  0% {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.mainVisual .swiper-pagination {
  width: 180px;
  left: 235px;
  padding-top: 26px;
}

.mainVisual .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 5px;
}

.mainVisual .swiper-pagination-bullet-active {
  width: 48px;
  background-color: #fff;
}

.mainVisual .swiper-num {
  position: absolute;
  width: 120px;
  right: 0;
  top: 18px;
  height: 50%;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  color: #FF0000;
  padding-top: 0;
  text-align: center;
  border-radius: 30px;
}

.mainVisual .swiper-num .active {
  font-size: 26px;
  font-weight: bold;
}

.indexsec01 {
  padding: 130px 0 100px;
  background: url("../img/img01.png") no-repeat right bottom;
  overflow: hidden;
}

.indexsec01 .width {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexsec01 .lbox {
  width: 54.8%;
  position: relative;
}

.indexsec01 .lbox:before {
  position: absolute;
  left: 30px;
  top: -30px;
  right: -30px;
  bottom: 30px;
  content: "";
  box-sizing: border-box;
  border: 5px solid #0854A8;
  border-radius: 24px;
  z-index: 1;
}

.indexsec01 .lbox:hover:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -150px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -webkit-animation: sg 2s infinite;
  animation: sg 2s infinite;
  z-index: 3;
}

.indexsec01 .lbox img {
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 2;
}

.indexsec01 .rbox {
  width: 40.5%;
}

.indexsec01 .rbox .txtul {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.indexsec01 .rbox .txtul li {
  width: 30.8%;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(49, 156, 255, 0.24);
  border-radius: 16px;
  font-size: 12px;
  color: #0854A8;
  box-sizing: border-box;
  padding: 20px 10px;
}

.indexsec01 .rbox .txtul span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.indexsec01 .rbox h2 {
  padding: 0 0 5px;
  font-size: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
}

.indexsec01 .rbox h2 span {
  color: #0854A8;
  font-size: 22px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.indexsec01 .rbox p {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
  text-align: justify;
}

.indexsec01 .comLink {
  text-align: right;
}

.comLink {
  margin-top: 40px;
}

.comLink a {
  padding: 12px 24px;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: radial-gradient(211.43% 211.43% at 50% 50%, #0854A8 0.83%, rgb(8, 84, 168) 100%);
  box-shadow: inset 2px 2px 12px 7px rgba(255, 255, 255, 0.28);
  border-radius: 100px;
}

.comLink img {
  margin: -3px 0 0 10px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.comLink a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.indexsec02 {
  margin: 100px 0 150px;
  position: relative;
  z-index: 2;
}

.indexsec02 .width {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.indexsec02 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 44px;
}

.indexsec02 h2 .color {
  color: #0854A8;
  font-size: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.indexsec02 h2 .txt {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.indexsec02 .cateul {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.indexsec02 .cateul li {
  width: 10%;
  margin: 0 1.25% 10px 0;
}

.indexsec02 .cateul li:nth-child(9n) {
  margin-right: 0;
}

.indexsec02 .cateul a {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 10px rgba(49, 156, 255, 0.5);
  border-radius: 16px;
  background: #FFFFFF;
  box-sizing: border-box;
}

.indexsec02 .cateul a:hover {
  color: #0854A8;
  font-weight: bold;
  border: 1px solid #0854A8;
}

.indexsec02 .comLink {
  text-align: center;
}

.indexsec02 .photoul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.indexsec02 .photoul li {
  width: 19%;
  margin-bottom: 2%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.indexsec02 .photoul li:nth-child(3n) {
  margin-right: 0;
}

.indexsec02 .photoul a {
  display: block;
  position: relative;
}

.indexsec02 .photoul .txt01 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 5px;
}

.indexsec02 .photoul .txt02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  width: 40%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

.indexsec02 .photoul a:hover .txt01 {
  background: #0854A8;
  color: #fff;
}

.indexsec02 .photoul a:hover .txt02 {
  color: #333;
  background-image: none;
  background-color: #fff;
}

.indexsec03 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 130px;
  position: relative;
}

.indexsec03 .iconbox {
  position: absolute;
  right: 8%;
  top: -40px;
  z-index: 1;
}

.comYuan:before {
  content: '';
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -140px;
  border-radius: 100%;
  animation: ServiceAppScale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  transition: 0.5s all ease;
  transform: scale(1);
  opacity: 1;
  border: 1px solid rgba(52, 90, 152, 0.5);
}

.comYuan:after {
  content: '';
  width: 510px;
  height: 510px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -255px 0 0 -255px;
  border-radius: 100%;
  animation: ServiceAppScale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 180ms;
  transition: 0.5s all ease;
  transform: scale(1);
  opacity: 1;
  border: 1px solid rgba(52, 90, 152, 0.5);
}

@keyframes ServiceAppScale {
  0% {
    transform: scale(1);
  }

  50%,
  75% {
    transform: scale(1.2);
  }

  78%,
  100% {
    opacity: 0;
  }
}

.indexhidden {
  overflow: hidden;
}

.indexsec03 .rbox {
  width: 34.4%;
  background: -moz-linear-gradient(180deg, rgba(237, 243, 255, 0) 0%, #EDF3FF 100%);
  background: -webkit-linear-gradient(180deg, rgba(237, 243, 255, 0) 0%, #EDF3FF 100%);
  background: -ms-linear-gradient(180deg, rgba(237, 243, 255, 0) 0%, #EDF3FF 100%);
  background: linear-gradient(180deg, rgba(237, 243, 255, 0) 0%, #EDF3FF 100%);
  border-radius: 0px 0px 0px 64px;
  box-sizing: border-box;
  padding: 120px 60px 80px;
  position: relative;
}

.indexsec03 .rbox h2 {
  font-size: 44px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.indexsec03 .rbox h2 span {
  color: #0854A8;
  font-size: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.indexsec03 .rbox p {
  color: #666;
  max-width: 370px;
  position: relative;
  z-index: 2;
}

.indexsec03 .rbox .comLink {
  position: relative;
  z-index: 2;
}

.indexsec03 .lbox {
  width: 65.6%;
  position: relative;
}

.indexsec03 .lbox:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 390px;
  content: "";
  background: linear-gradient(180deg, rgba(237, 243, 255, 0) 0%, #E4EDFF 100%);
}

.indexsec03 .lbox .swiper-container {
  padding-bottom: 30px;
}

.indexsec03 .lbox .swiper-slide {
  width: 380px;
}

.indexsec03 .lbox .swiper-slide a {
  display: block;
  border-radius: 0 40px 24px 0;
  background-color: #fff;
  position: relative;
  padding-bottom: 90px;
  box-shadow: 0px 10px 30px rgba(49, 156, 255, 0.13);
}

.indexsec03 .lbox .swiper-slide .photo {
  border-radius: 0 40px 0 0;
  overflow: hidden;
}

.indexsec03 .lbox .swiper-slide .photo img {
  width: 100%;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  border-radius: 0 40px 0 0;
}

.indexsec03 .lbox .swiper-slide a:hover .photo img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.indexsec03 .lbox .swiper-slide .ttl {
  font-size: 16px;
  color: #666;
  margin: 15px 25px 15px;
}

.indexsec03 .lbox .swiper-slide p {
  font-size: 14px;
  color: #999;
  margin: 0 25px;
}

.indexsec03 .lbox .swiper-slide .link {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 24px 0 24px 0;
  background-color: #0854A880;
  font-size: 16px;
  color: #fff;
  width: 120px;
  text-align: center;
  padding: 10px 0;
}

.indexsec03 .lbox .swiper-slide .link img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 10px;
}

.indexsec03 .lbox .swiper-slide a:hover .link {
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

.indexsec04 {
  display: flex;
  position: relative;
  align-items: flex-end;
}

.indexsec04:before {
  position: absolute;
  left: 0;
  top: -120px;
  content: "";
  background: url("../img/img06.png") no-repeat;
  width: 368px;
  height: 401px;
}

.indexsec04:after {
  position: absolute;
  left: 0;
  top: -25px;
  content: "";
  background: url("../img/img07.png") no-repeat left 36% top;
  width: 100%;
  height: 116px;
}

.indexsec04 .lbox {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.indexsec04 .lbox .inner {
  max-width: 400px;
  text-align: center;
}

.indexsec04 .lbox h2 {
  font-size: 44px;
  position: relative;
  padding: 80px 0 30px;
  margin-bottom: 15px;
}

.indexsec04 .lbox h2 span {
  color: #0854A8;
  font-size: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.indexsec04 .lbox h2:before {
  width: 1px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  background: url("../img/img08.png") no-repeat;
  background-size: 1px 80px;
}

.indexsec04 .lbox h2:after {
  width: 12px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -6px;
  content: "";
  background: url("../img/img09.png") no-repeat;
  background-size: auto 30px;
}

.indexsec04 .lbox p {
  color: #666;
}

.indexsec04 .rbox {
  width: 65%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 70px;
}

.indexsec04 .rbox .swiper-container {
  padding: 20px;
}

.indexsec04 .rbox .swiper-slide {
  width: 340px;
}

.indexsec04 .rbox .swiper-slide a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px rgba(49, 156, 255, 0.14);
  border-radius: 16px;
  padding: 40px 30px 30px;
  position: relative;
}

.indexsec04 .rbox .swiper-slide a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
  width: 70px;
  height: 8px;
  border-radius: 16px 0 0 0;
}

.indexsec04 .rbox .swiper-slide h3 {
  margin-bottom: 15px;
  font-size: 16px;
}

.indexsec04 .rbox .swiper-slide p {
  color: #666;
  margin-bottom: 25px;
}

.indexsec04 .rbox .swiper-slide .time {
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  background: url("../img/img12.png") no-repeat left center;
  background-size: 16px auto;
}

.indexsec04 .rbox .swiper-slide .link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: url("../img/icon03.png") no-repeat right 13px bottom 13px;
  background-size: 24px auto;
  background-color: #0854A880;
  box-shadow: inset 2px 2px 2px rgba(127, 161, 215, 0.28);
  border-radius: 1000px 0 160px;
}

.indexsec04 .rbox .swiper-slide a:hover .link {
  background-image: url("../img/icon04.png");
}

.indexsec04 .rbox .swiper-slide a:hover h3 {
  color: #0854A8;
}

.indexsec04 .swiper-button-next:after,
.indexsec04 .swiper-button-prev:after {
  display: none;
}

.indexsec04 .swiper-button-next,
.indexsec04 .swiper-button-prev {
  width: 64px;
  height: 64px;
  margin-top: -32px;
}

.indexsec04 .swiper-button-prev {
  left: 15px;
  background: url("../img/img10.png") no-repeat;
  background-size: 100% 100%;
}

.indexsec04 .swiper-button-next {
  right: 15px;
  background: url("../img/img11.png") no-repeat;
  background-size: 100% 100%;
}

#footer {
  overflow: hidden;
  padding: 30px 15px 0;
  margin-top: 100px;
  background-color: #1E1E1E;
  background-size: cover;
  position: relative;
  z-index: 10;
}

#footer .flogo {
  width: 96px;
  margin: 0 auto;
}

#footer .copyright {
  padding: 20px 0;
  text-align: center;
  color: #EBEBEB;
  font-size: 12px;
}

#footer .copyright span {
  font-size: 12px;
}

#footer .copyright span a {
  font-size: 12px;
}

#footer .copyright a {
  color: #EBEBEB;
}

#footer .copyright span {
  margin-left: 20px;
}

#footer .qyrz {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  width: 120px;
}

#footer .fbox {
  margin: 30px auto 0;
  padding-bottom: 30px;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .code {
  max-width: 160px;
}

#footer .fl .txt01 {
  color: #EBEBEB;
  font-size: 44px;
  margin-bottom: 15px;
}

#footer .fl .txt01 span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}

#footer .fl .txt02 {
  color: #EBEBEB;
}

#footer .fr li {
  margin: 15px 0;
  color: #EBEBEB;
  font-size: 16px;
}

#footer .fr li a {
  color: #EBEBEB;
  font-size: 16px;
}

#footer .fr li .txt {
  margin-left: 30px;
}

.comTop {
  height: 600px;
  position: relative;
  color: #fff;
  margin-bottom: 100px;
}

.comTop .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: left bottom; */
  z-index: 2;
}

.comTop .comYuan {
  position: absolute;
  right: 260px;
  bottom: 30px;
}

.comTop .width {
  max-width: 1640px;
  margin: 0 auto;
  padding: 244px 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.comTop h2 {
  margin-bottom: 25px;
  font-size: 40px;
  -webkit-animation: ani01 1s;
  animation: ani01 1s;
}

@-webkit-keyframes ani01 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ani01 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.comTop p {
  max-width: 820px;
  font-size: 18px;
  -webkit-animation: ani01 1s;
  animation: ani01 1s;
}

.comWidth {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.aboutPage .sec01 {
  padding-bottom: 100px;
  padding-top: 80px;
  overflow: hidden;
  background: url("../img/img01.png") no-repeat right bottom;
}

.aboutPage .sec01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutPage .sec01 .lbox {
  width: 54.9%;
  position: relative;
}

.aboutPage .sec01 .lbox:before {
  position: absolute;
  left: 30px;
  top: -30px;
  right: -30px;
  bottom: 30px;
  content: "";
  box-sizing: border-box;
  border: 5px solid #345A98;
  border-radius: 24px;
  z-index: 1;
}

.aboutPage .sec01 .lbox:hover:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -150px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -webkit-animation: sg 2s infinite;
  animation: sg 2s infinite;
  z-index: 3;
}

@-webkit-keyframes sg {
  0% {
    left: -150px;
  }

  100% {
    left: 150%;
    transition: left 0.5s ease 0s;
  }
}

@keyframes sg {
  0% {
    left: -150px;
  }

  100% {
    left: 150%;
    transition: left 0.5s ease 0s;
  }
}

.aboutPage .sec01 .lbox img {
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 2;
}

.aboutPage .sec01 .rbox {
  width: 40.1%;
}

.aboutPage .sec01 .rbox h2 {
  font-size: 56px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutPage .sec01 .rbox h2 span {
  font-size: 32px;
  color: #0051D6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.aboutPage .sec01 .rbox p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  padding-bottom: 50px;
}

.aboutPage .sec01 .txtul {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.aboutPage .sec01 .txtul li {
  margin-left: 25px;
  width: 280px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(49, 156, 255, 0.24);
  border-radius: 16px;
  text-align: center;
  color: #0854A8;
  padding: 10px 0;
}

.aboutPage .sec01 .txtul li span {
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.aboutPage .ovhbox {
  overflow: hidden;
  position: relative;
}

.aboutPage .ovhbox .comYuan {
  position: absolute;
  left: 7%;
  top: 42%;
}

.aboutPage .sec02 {
  padding: 200px 0 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.aboutPage .sec02 .inner {
  position: relative;
}

.aboutPage .sec02 .inner .video {
  position: absolute;
  right: -160px;
  top: -100px;
  width: 61.4%;
  z-index: 2;
}

.aboutPage .sec02 .inner .video a {
  display: block;
  position: relative;
}

.aboutPage .sec02 .inner .video img {
  width: 80%;
}

.aboutPage .sec02 .inner .video a:before {
  /*width: 80px;*/
  /*height: 80px;*/
  /*margin: -40px 0 0 -40px;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*content: "";*/
  /*background: #fff url("../img/img17.png") no-repeat center center;*/
  /*background-size: 30px 35px;*/
  /*border-radius: 100%;*/
}

.aboutPage .sec02 .inner .video a:hover:before {
  -webkit-animation: ani02 2s infinite;
  animation: ani02 2s infinite;
}

@-webkit-keyframes ani02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes ani02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.aboutPage .sec02 .inner h2 {
  margin-bottom: 20px;
  font-size: 56px;
  padding-right: 54%;
}

.aboutPage .sec02 .inner h2 span {
  font-size: 32px;
  color: #0854A8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.aboutPage .sec02 .inner p {
  padding-right: 54%;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.aboutPage .sec02 .inner .txtbox {
  margin-top: 60px;
  background: url("../img/img18.jpg") no-repeat center;
  background-size: cover;
  border-radius: 200px 24px 24px 24px;
  padding: 115px 51% 115px 0;
}

.aboutPage .sec02 .inner .txtbox ul {
  display: flex;
  justify-content: center;
}

.aboutPage .sec02 .inner .txtbox li {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 5%;
}

.aboutPage .sec03 {
  position: relative;
  z-index: 2;
}

.aboutPage .sec03 h2 {
  text-align: center;
  margin-bottom: 60px;
}

.aboutPage .sec03 h2 .txt {
  font-size: 20px;
  color: #999;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}

.aboutPage .sec03 h2 .color {
  font-size: 32px;
  color: #0854A8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #0854A880, #0854A8);
}

.aboutPage .sec03 .txtul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.aboutPage .sec03 .txtul li {
  width: 17.5%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(49, 156, 255, 0.24);
  border-radius: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.aboutPage .sec03 .txtul img {
  height: 60px;
  margin-bottom: 30px;
}

.aboutPage .sec03 .txtul h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #FF0000;
}

.aboutPage .sec03 .txtul p {
  color: #999;
  line-height: 1.75;
  text-align: justify;
}

.aboutPage .sec03 .txtul li:nth-child(2n) {
  margin-top: 130px;
}

.aboutPage .sec03 .txtul li:nth-child(2n) h3 {
  color: #345A98;
}

.aboutPage .sec03 .txtul li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.videoPage .videoul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}

.videoPage .videoul li {
  margin: 120px 1.66% 0 0;
  width: 23.75%;
}

.videoPage .videoul li:nth-child(4n) {
  margin-right: 0;
}

.videoPage .videoul a {
  padding: 24px;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 8px rgba(49, 156, 255, 0.12);
  height: 100%;
  box-sizing: border-box;
}

.videoPage .videoul a:before {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  opacity: 0.3;
  border: 2px dashed #345A98;
  border-radius: 16px;
}

.videoPage .videoul .photo {
  margin-top: -104px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}

.videoPage .videoul .photo img {
  width: 100%;
  border-radius: 16px;
}

.videoPage .videoul .inn {
  position: relative;
}

.videoPage .videoul .photo:before,
.videoPage .videoul .photo:after,
.videoPage .videoul .inn:before,
.videoPage .videoul .inn:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  z-index: 2;
  transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.videoPage .videoul .photo:before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  left: 15px;
  top: 15px;
}

.videoPage .videoul .photo:after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  right: 15px;
  top: 15px;
}

.videoPage .videoul .inn:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  left: 15px;
  bottom: 15px;
}

.videoPage .videoul .inn:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  right: 15px;
  bottom: 15px;
}

.videoPage .videoul a:hover .photo:before,
.videoPage .videoul a:hover .photo:after,
.videoPage .videoul a:hover .inn:before,
.videoPage .videoul a:hover .inn:after {
  transform: scale(1);
}

.videoPage .videoul .inside {
  position: relative;
}

.videoPage .videoul .inside:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5) url("../img/img26.png") no-repeat center center;
  content: "";
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-size: 36px auto;
}

.videoPage .videoul a:hover .inside:before {
  opacity: 1;
}

.videoPage .videoul a:hover {
  box-shadow: 0px 8px 20px rgba(49, 156, 255, 0.4);
}

.videoPage .videoul a:hover:before {
  border-color: #E53130;
}

.videoPage .videoul a:hover p {
  color: #E53130;
}

.videoPage .videoul p {
  margin-top: 10px;
  text-align: center;
  color: #345A98;
  font-size: 18px;
}

.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination span {
  font-size: 16px;
}

.pagination a {
  margin: 0 5px 5px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  min-width: 36px;
  text-align: center;
}

.pagination .page-status {
  margin-right: 10px;
}

.pagination a:hover,
.pagination .page-num-current {
  background-color: #E53130;
  color: #fff;
}

.contactPage .comTop .width {
  padding-right: 200px;
}

.contactPage .comTop .code {
  position: absolute;
  right: 20px;
  top: 310px;
  width: 160px;
  text-align: center;
}

.contactPage .comTop .code .txt {
  font-size: 20px;
  margin-top: 20px;
}

.contactPage .comTop .code .img {
  position: relative;
}

.contactPage .comTop .code .img:before {
  position: absolute;
  left: 10px;
  top: 10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border: 3px solid #fff;
}

.contactPage .comTop .code img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.contactPage .iconul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.contactPage .iconul li {
  width: 25.14%;
  margin: 0 2%;
  text-align: center;
  background: url("../img/img27.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 114px 3%;
  word-break: break-all;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contactPage .iconul li:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.contactPage .iconul .photo {
  margin-bottom: 25px;
}

.contactPage .iconul .photo img {
  height: 80px;
}

.contactPage .iconul p {
  font-size: 18px;
}

.contactPage .iconul a {
  font-size: 20px;
  color: #0854A8;
}

.contactPage #allmap {
  margin-bottom: -230px;
  width: 100%;
  height: 682px;
  background-color: #ccc;
}

.newsPage .newul {
  position: relative;
  z-index: 2;
}

.newsPage .newul li:not(:last-child) {
  margin-bottom: 60px;
}

.newsPage .newul a {
  display: flex;
  align-items: center;
  border-radius: 24px 24px 0 24px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(49, 156, 255, 0.24);
}

.newsPage .newul .photobox {
  width: 44.44%;
}

.newsPage .newul .photobox img {
  width: 100%;
  border-radius: 24px 0 0 24px;
}

.newsPage .newul .txtbox {
  width: 55.56%;
  box-sizing: border-box;
  padding: 20px 4%;
}

.newsPage .newul .txtbox h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.newsPage .newul .txtbox p {
  font-size: 16px;
  color: #999;
  line-height: 1.66;
  margin-bottom: 30px;
}

.newsPage .newul .txtbox .time {
  font-size: 16px;
  color: #999;
}

.newsPage .newul .txtbox .time img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.newsPage .newul a:before {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/img32.png") no-repeat;
  background-size: 120px auto;
}

.newsPage .newul a:hover:before {
  background-image: url("../img/img33.png");
}

.newsPage .newul a:hover h3 {
  color: #0854A8;
}

.newsPage .debox {
  min-height: 600px;
  box-sizing: border-box;
  padding: 140px 15px 40px;
  background: url("../img/img34.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsPage .debox h2 {
  text-align: center;
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
}

.newsPage .debox ul {
  display: flex;
  justify-content: center;
}

.newsPage .debox ul li {
  color: #fff;
  font-size: 20px;
}

.newsPage .debox ul li:first-child {
  margin-right: 50px;
}

.newsPage .debox ul img {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.comInfo {
  padding: 60px 0 0;
  position: relative;
}

.comInfo .comYuan {
  position: absolute;
  left: 0;
  top: 50%;
}

.comInfo .comWidth {
  position: relative;
  z-index: 2;
}

.comInfo .infotxt {
  font-size: 20px;
  color: #666;
  line-height: 2;
}

.comInfo .infotxt img {
  display: block;
  margin: 0 auto;
  height: auto !important;
}

.comPageList {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.comPageList .all {
  width: 10%;
}

.comPageList .all a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #FF0000;
  border-radius: 100px;
  padding: 10px 0;
}

.comPageList .all a:hover {
  opacity: 0.7;
}

.comPageList .prev {
  max-width: 40%;
}

.comPageList .next {
  max-width: 40%;
}

.comPageList .next a:hover,
.comPageList .prev a:hover {
  color: #FF0000;
}

.gongyiPage .listul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.gongyiPage .listul li {
  width: 23%;
  margin: 0 2.66% 50px 0;
}

.gongyiPage .listul li:nth-child(4n) {
  margin-right: 0;
}

.gongyiPage .listul a {
  padding-bottom: 50px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0px 24px 8px 8px;
  box-shadow: 0px 4px 22px rgba(49, 156, 255, 0.24);
}

.gongyiPage .listul .photo {
  border-radius: 0 24px 0 0;
}

.gongyiPage .listul .photo img {
  width: 100%;
  border-radius: 0 24px 0 0;
}

.gongyiPage .listul h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 25px 10px;
}

.gongyiPage .listul p {
  margin: 0 25px;
  font-size: 14px;
  color: #999;
  line-height: 1.55;
}

.gongyiPage .listul .link {
  padding: 5px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0854A880;
  border-radius: 24px 0px 8px;
  font-size: 16px;
  color: #fff;
}

.gongyiPage .listul .link img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}

.gongyiPage .listul a:hover .link {
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

.gongyiPage .debox {
  min-height: 650px;
  box-sizing: border-box;
  padding: 140px 15px 40px;
  background: url("../img/img34.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gongyiPage .debox h2 {
  text-align: center;
  font-size: 70px;
  color: #fff;
  margin-bottom: 30px;
}

.gongyiPage .debox p {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.productPage .photoul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.productPage .photoul li {
  width: 23%;
  margin-bottom: 2.2%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.productPage .photoul li:nth-child(3n) {
  margin-right: 0;
}

.productPage .photoul a {
  display: block;
  position: relative;
}

.productPage .photoul .txt01 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 80%);
  z-index: 3;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 5px;
}

.productPage .photoul .txt02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  width: 38.7%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

.productPage .photoul a:hover .txt01 {
  background: #0854A8;
  color: #fff;
}

.productPage .photoul a:hover .txt02 {
  color: #333;
  background-image: none;
  background-color: #fff;
}

.productPage .cateul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0px 4px 22px rgba(49, 156, 255, 0.24);
  border-radius: 24px 0 24px 0;
  position: relative;
  z-index: 2;
}

.productPage .cateul li {
  width: 11.11%;
}

.productPage .cateul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #666;
  padding: 10px 5px;
  min-height: 80px;
  position: relative;
}

.productPage .cateul a:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -20px;
  bottom: 10px;
  content: "";
  background: url("../img/img39.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.productPage .cateul span {
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.productPage .cateul .on a:before,
.productPage .cateul a:hover:before {
  opacity: 1;
}

.productPage .cateul .on a,
.productPage .cateul a:hover {
  font-size: 24px;
  color: #fff;
}

.productPage .cateul .on span,
.productPage .cateul a:hover span {
  transform: translateY(-15px);
}

.productPage .detop {
  height: 650px;
  background: url("../img/img34.jpg") no-repeat center center;
  background-size: cover;
}

.productPage .debox {
  max-width: 1830px;
  margin: -250px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.productPage .debox .width {
  padding: 0 0 55px 51.1%;
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(49, 156, 255, 0.4);
  border-radius: 24px;
  position: relative;
}

.productPage .debox .photobox {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px 24px 300px 24px;
  overflow: hidden;
}

.productPage .debox .photobox:hover:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -150px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -webkit-animation: sg 2s infinite;
  animation: sg 2s infinite;
  z-index: 3;
}

.productPage .debox .photobox img {
  width: 100%;
  border-radius: 24px 24px 300px 24px;
}

.productPage .debox h2 {
  margin: 0 20px 30px;
  text-align: center;
  font-size: 56px;
}

.productPage .debox h2 span {
  color: #0854A8;
  font-size: 22px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

.productPage .debox .inner {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.productPage .debox .lbox {
  width: 50%;
  position: relative;
}

.productPage .debox .lbox:before {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.productPage .debox .lbox li {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  background: url("../img/img41.png") no-repeat left center;
  background-size: 24px auto;
}

.productPage .debox .lbox .link {
  margin-top: 40px;
  max-width: 196px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #07C160;
  box-shadow: 0px 12px 24px rgba(6, 192, 95, 0.24), inset 2px 2px 8px 4px rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
}

.productPage .debox .lbox .link span {
  padding: 15px 34px 15px 0;
  display: inline-block;
  background: url("../img/img42.png") no-repeat right center;
  background-size: 24px auto;
}

.productPage .debox .lbox .link .code {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding-top: 10px;
  z-index: 2;
  display: none;
}

.productPage .debox .lbox .link:hover .code {
  display: block;
}

.productPage .debox .rbox {
  width: 50%;
}

.productPage .debox .rbox .tel {
  font-size: 16px;
  color: #FF0000;
  text-align: center;
  /*margin-top: 46px;*/
}

.productPage .debox .rbox .tel img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  width: 48px;
}

.productPage .debox .rbox .tel span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-top: 13px;
}

.productPage .debox .rbox .tel a {
  color: #FF0000;
  font-size: 30px;
}

.productPage .debox .rbox .link {
  max-width: 196px;
  text-align: center;
  margin: 40px auto 0;
}

.productPage .debox .rbox .link a {
  display: block;
  font-size: 20px;
  color: #fff;
  background: radial-gradient(211.43% 211.43% at 50% 50%, #FF0D0C 0.83%, rgba(252, 134, 134, 0) 100%);
  box-shadow: inset 2px 2px 12px 7px rgba(255, 255, 255, 0.28);
  filter: drop-shadow(0px 12px 24px rgba(254, 48, 47, 0.28));
  border-radius: 100px;
}

.productPage .debox .rbox .link span {
  padding: 15px 34px 15px 0;
  background: url("../img/icon03.png") no-repeat right center;
  background-size: 24px auto;
  display: inline-block;
}

.productPage .debox .rbox .link a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

@media all and (min-width: 992px) and (max-width: 1320px) {
  #header h1 {
    width: 200px;
  }

  #header .tel img {
    width: 30px;
  }

  #header .tel {
    padding-left: 38px;
  }

  .mainVisual .video {
    right: 60px;
  }

  .mainVisual .ttl {
    font-size: 64px;
  }

  .mainVisual .txt {
    font-size: 26px;
  }

  .contactPage .iconul li {
    width: 29%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 991px) {
  #header .width {
    max-width: inherit;
    display: block;
    padding: 5px 15px;
  }

  #header h1 {
    width: 180px;
  }

  #header .tel {
    display: none;
  }

  #header .navi {
    display: none;
    width: 100px;
    position: absolute;
    right: 0px;
    top: 55px;
    z-index: 500;
    background-color: #000;
  }

  #header .navi ul {
    display: block;
  }

  #header .navi li {
    width: auto;
  }

  #header .navi a {
    padding: 10px 0;
    height: auto;
    display: block;
    text-align: center;
    font-size: 18px !important;
  }

  .menu {
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 200;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 38px;
    height: 30px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }

  .mainVisual:before {
    height: 10px;
  }

  .mainVisual .width {
    height: calc(100vh - 59px);
    max-width: inherit;
  }

  .mainVisual .inner {
    margin-top: -150px;
  }

  .mainVisual .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .mainVisual .txt {
    font-size: 20px;
  }

  .mainVisual .video {
    display: none;
  }

  .mainVisual .btmbox {
    bottom: 10px;
    width: 100%;
    height: 60px;
  }

  .mainVisual .btmbox .scroll {
    width: 33.33%;
    left: 0;
  }

  .mainVisual .btmbox .scroll img {
    width: 20px;
  }

  .mainVisual .swiper-pagination {
    width: 44.67%;
    left: 33.33%;
    padding-top: 20px;
  }

  .mainVisual .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
  }

  .mainVisual .swiper-pagination-bullet-active {
    width: 40px;
  }

  .mainVisual .swiper-num {
    width: 22%;
    font-size: 16px;
    padding-top: 0;
  }

  .mainVisual .swiper-num .active {
    font-size: 20px;
  }

  .indexsec01 {
    padding: 40px 0;
  }

  .indexsec01 .width {
    max-width: inherit;
    display: block;
  }

  .indexsec01 .lbox {
    width: auto;
    margin-bottom: 20px;
  }

  .indexsec01 .lbox:before {
    left: 8px;
    top: -8px;
    right: -8px;
    bottom: 8px;
    border-width: 2px;
  }

  .indexsec01 .rbox {
    width: auto;
  }

  .indexsec01 .rbox .txtul {
    margin-bottom: 20px;
  }

  .indexsec01 .rbox .txtul li {
    padding: 15px 10px;
  }

  .indexsec01 .rbox .txtul span {
    font-size: 30px;
  }

  .indexsec01 .rbox h2 {
    /* padding: 0 150px 5px 0; */
    font-size: 22px;
    margin-bottom: 20px;
  }

  .indexsec01 .rbox p {
    font-size: 16px;
  }

  .indexsec01 .comLink {
    text-align: center;
  }

  .comLink {
    margin-top: 20px;
  }

  .comLink a {
    padding: 12px 25px;
    font-size: 16px;
  }

  .comLink img {
    margin: -3px 0 0 10px;
    width: 18px;
  }

  .indexsec02 {
    margin: 40px 0;
  }

  .indexsec02 .width {
    max-width: inherit;
    position: relative;
  }

  .indexsec02 .comLink {
    position: absolute;
    right: 15px;
    bottom: 30px;
    display: none;
  }

  .indexsec02 h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .indexsec02 h2 .txt {
    margin-top: 5px;
    font-size: 12px;
  }

  .indexsec02 .cateul {
    margin-bottom: 20px;
  }

  .indexsec02 .cateul li {
    width: 32%;
    margin: 0 2% 5px 0 !important;
  }

  .indexsec02 .cateul li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .indexsec02 .cateul a {
    padding: 5px;
    font-size: 16px;
  }

  .indexsec02 .photoul {
    justify-content: space-between;
  }

  .indexsec02 .photoul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .indexsec02 .photoul .txt01 {
    width: 100%;
    font-size: 16px;
    padding: 5px;
  }

  .indexsec02 .photoul .txt02 {
    font-size: 12px;
    width: 33%;
  }

  .indexsec03 {
    display: block;
    margin-bottom: 40px;
  }

  .indexsec03 .rbox {
    width: auto;
    border-radius: 0px 0px 0px 30px;
    padding: 0 15px 40px;
  }

  .indexsec03 .rbox h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .indexsec03 .rbox p {
    max-width: inherit;
  }

  .indexsec03 .lbox {
    width: auto;
  }

  .indexsec03 .lbox:before {
    display: none;
  }

  .indexsec03 .lbox .swiper-slide {
    width: 290px;
  }

  .indexsec03 .lbox .swiper-slide a {
    border-radius: 0 40px 24px 0;
    padding-bottom: 60px;
  }

  .indexsec03 .lbox .swiper-slide .ttl {
    font-size: 18px;
    margin: 15px 15px 10px;
    text-align: center;
  }

  .indexsec03 .lbox .swiper-slide p {
    margin: 0 15px;
  }

  .indexsec03 .lbox .swiper-slide .link {
    font-size: 16px;
    width: 100px;
    padding: 12px 0;
  }

  .indexsec03 .lbox .swiper-slide .link img {
    width: 16px;
    margin: -3px 0 0 5px;
  }

  .indexsec03 .iconbox {
    display: none;
  }

  .indexsec04 {
    display: block;
  }

  .indexsec04:before {
    top: -60px;
    background-size: 100% auto;
    width: 184px;
    height: 200px;
  }

  .indexsec04:after {
    display: none;
  }

  .indexsec04 .lbox {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }

  .indexsec04 .lbox .inner {
    max-width: inherit;
    padding: 0 15px;
  }

  .indexsec04 .lbox h2 {
    font-size: 28px;
    padding: 40px 0 20px;
  }

  .indexsec04 .lbox h2:before {
    height: 40px;
    background-size: 1px 40px;
  }

  .indexsec04 .lbox h2:after {
    width: 8px;
    height: 20px;
    margin-left: -4px;
    background-size: auto 20px;
  }

  .indexsec04 .rbox {
    width: auto;
    padding: 0;
  }

  .indexsec04 .rbox .swiper-slide {
    width: 290px;
  }

  .indexsec04 .rbox .swiper-slide a {
    padding: 30px 15px 30px;
  }

  .indexsec04 .rbox .swiper-slide a:before {
    width: 60px;
    height: 6px;
  }

  .indexsec04 .rbox .swiper-slide h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .indexsec04 .rbox .swiper-slide p {
    margin-bottom: 25px;
  }

  .indexsec04 .rbox .swiper-slide .link {
    width: 50px;
    height: 50px;
    background-position: right 10px bottom 10px;
    background-size: 18px auto;
  }

  .indexsec04 .swiper-button-next,
  .indexsec04 .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .indexsec04 .swiper-button-prev {
    left: 7px;
  }

  .indexsec04 .swiper-button-next {
    right: 7px;
  }

  #footer {
    padding: 30px 15px 0;
    margin-top: 40px;
  }

  #footer .copyright {
    padding: 15px 0 75px;
  }

  #footer .copyright span {
    /*display: block;*/
    margin: 5px 0 0;
  }

  #footer .qyrz {
    display: none;
  }

  #footer .fbox {
    margin: 20px auto;
    max-width: inherit;
    display: block;
  }

  #footer .code {
    display: none;
  }

  #footer .fl {
    display: none;
  }

  #footer .fr li {
    margin: 10px 0;
    font-size: 16px;
  }

  #footer .fr li .txt {
    margin-left: 20px;
  }

  .comYuan img {
    width: 60px;
  }

  .comYuan:before {
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
  }

  .comYuan:after {
    width: 260px;
    height: 260px;
    margin: -130px 0 0 -130px;
  }

  .comTop {
    height: 240px;
    margin-bottom: 40px;
  }

  .comTop .comYuan {
    left: 0;
    right: inherit;
    bottom: 0;
  }

  .comTop .width {
    max-width: inherit;
    padding: 120px 15px 0;
  }

  .comTop h2 {
    margin-bottom: 0;
    font-size: 22px;
    text-align: center;
  }

  .comTop p {
    display: none;
  }

  .comWidth {
    max-width: inherit;
  }

  .aboutPage .sec01 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .aboutPage .sec01 .inner {
    display: block;
  }

  .aboutPage .sec01 .lbox {
    width: auto;
  }

  .aboutPage .sec01 .lbox:before {
    left: 8px;
    top: -8px;
    right: -8px;
    bottom: 8px;
    border-width: 2px;
  }

  .aboutPage .sec01 .rbox {
    width: auto;
  }

  .aboutPage .sec01 .rbox h2 {
    font-size: 28px;
    padding: 10px 0 5px;
    text-align: center;
    margin-bottom: 10px;
  }

  .aboutPage .sec01 .rbox p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .aboutPage .sec01 .txtul {
    margin-top: 0;
    justify-content: space-between;
  }

  .aboutPage .sec01 .txtul li {
    margin-left: 0;
    width: 32%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .aboutPage .sec01 .txtul li span {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .aboutPage .ovhbox .comYuan {
    left: 0;
    top: 34%;
  }

  .aboutPage .sec02 {
    padding: 40px 0;
  }

  .aboutPage .sec02 .inner .video {
    position: static;
    right: inherit;
    top: inherit;
    width: auto;
    margin-bottom: 5px;
  }

  .aboutPage .sec02 .inner .video a:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-size: 18px 21px;
  }

  .aboutPage .sec02 .inner h2 {
    margin-bottom: 10px;
    font-size: 28px;
    padding-right: 0;
    text-align: center;
  }

  .aboutPage .sec02 .inner p {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .aboutPage .sec02 .inner .txtbox {
    margin-top: 20px;
    border-radius: 100px 12px 12px 12px;
    padding: 30px 15px;
  }

  .aboutPage .sec02 .inner .txtbox li {
    font-size: 22px;
    margin: 0 5%;
  }

  .aboutPage .sec03 h2 {
    margin-bottom: 20px;
  }

  .aboutPage .sec03 h2 .txt {
    font-size: 14px;
    margin-top: 5px;
  }

  .aboutPage .sec03 h2 .color {
    font-size: 28px;
  }

  .aboutPage .sec03 .txtul {
    display: block;
    padding-bottom: 15px;
  }

  .aboutPage .sec03 .txtul li {
    width: auto;
    box-shadow: 0px 4px 12px rgba(49, 156, 255, 0.24);
    border-radius: 12px;
    padding: 20px 15px;
  }

  .aboutPage .sec03 .txtul img {
    height: 40px;
    margin-bottom: 10px;
  }

  .aboutPage .sec03 .txtul h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .aboutPage .sec03 .txtul p {
    line-height: 1.6;
  }

  .aboutPage .sec03 .txtul li:nth-child(2n) {
    margin: 20px 0;
  }

  .aboutPage .sec03 .txtul li:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }

  .pagination {
    margin-top: 25px;
  }

  .pagination span {
    font-size: 14px;
  }

  .pagination a {
    margin: 0 3px 5px;
    min-width: 33px;
  }

  .pagination .page-status {
    margin-right: 8px;
  }

  .videoPage .videoul {
    justify-content: space-between;
    margin-top: -18px;
  }

  .videoPage .videoul li {
    margin: 44px 0 0;
    width: 48%;
  }

  .videoPage .videoul a {
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(49, 156, 255, 0.12);
  }

  .videoPage .videoul a:before {
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    border-width: 1px;
    border-radius: 10px;
  }

  .videoPage .videoul .photo {
    margin-top: -40px;
    border-radius: 10px;
  }

  .videoPage .videoul .photo img {
    border-radius: 10px;
  }

  .videoPage .videoul .photo:before,
  .videoPage .videoul .photo:after,
  .videoPage .videoul .inn:before,
  .videoPage .videoul .inn:after {
    width: 10px;
    height: 10px;
  }

  .videoPage .videoul .photo:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    left: 10px;
    top: 10px;
  }

  .videoPage .videoul .photo:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 10px;
    top: 10px;
  }

  .videoPage .videoul .inn:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 10px;
    bottom: 10px;
  }

  .videoPage .videoul .inn:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 10px;
    bottom: 10px;
  }

  .videoPage .videoul .inside:before {
    border-radius: 10px;
    background-size: 20px auto;
  }

  .videoPage .videoul a:hover {
    box-shadow: 0px 4px 10px rgba(49, 156, 255, 0.4);
  }

  .videoPage .videoul p {
    margin-top: 10px;
    font-size: 14px;
  }

  .contactPage .comTop .width {
    padding-right: 15px;
  }

  .contactPage .comTop .code {
    display: none;
  }

  .contactPage .iconul {
    display: block;
    margin-bottom: 20px;
  }

  .contactPage .iconul li {
    width: auto;
    margin: 0;
    padding: 60px 15% 60px;
  }

  .contactPage .iconul .photo {
    margin-bottom: 15px;
  }

  .contactPage .iconul .photo img {
    height: 50px;
  }

  .contactPage .iconul p {
    font-size: 18px;
  }

  .contactPage .iconul a {
    font-size: 26px;
  }

  .contactPage #allmap {
    margin-bottom: -75px;
    height: 400px;
  }

  .newsPage .newul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .newsPage .newul a {
    display: block;
    box-shadow: 0px 4px 10px rgba(49, 156, 255, 0.24);
  }

  .newsPage .newul .photobox {
    width: auto;
  }

  .newsPage .newul .photobox img {
    border-radius: 24px 24px 0 0;
  }

  .newsPage .newul .txtbox {
    width: auto;
    padding: 15px;
  }

  .newsPage .newul .txtbox h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .newsPage .newul .txtbox p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .newsPage .newul .txtbox .time {
    font-size: 15px;
  }

  .newsPage .newul .txtbox .time img {
    width: 14px;
  }

  .newsPage .newul a:before {
    width: 50px;
    height: 50px;
    background-size: 100% auto;
  }

  .newsPage .debox {
    min-height: 240px;
    padding: 120px 15px 20px;
    display: block;
  }

  .newsPage .debox h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .newsPage .debox ul li {
    font-size: 14px;
  }

  .newsPage .debox ul li:first-child {
    margin-right: 40px;
  }

  .newsPage .debox ul img {
    width: 18px;
    margin: -3px 5px 0 0;
  }

  .comInfo {
    padding: 20px 0 0;
  }

  .comInfo .infotxt {
    font-size: 15px;
    line-height: 1.6;
  }

  .comPageList {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .comPageList .all {
    width: 18%;
  }

  .comPageList .prev {
    max-width: 38%;
  }

  .comPageList .next {
    max-width: 38%;
  }

  .gongyiPage .listul {
    justify-content: space-between;
  }

  .gongyiPage .listul li {
    width: 48%;
    margin: 0 0 15px;
  }

  .gongyiPage .listul a {
    padding-bottom: 45px;
    box-shadow: 0px 2px 11px rgba(49, 156, 255, 0.24);
  }

  .gongyiPage .listul h3 {
    font-size: 18px;
    margin: 10px 15px 5px;
  }

  .gongyiPage .listul p {
    margin: 0 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .gongyiPage .listul .link {
    padding: 8px 20px;
    font-size: 14px;
  }

  .gongyiPage .listul .link img {
    width: 12px;
  }

  .gongyiPage .debox {
    min-height: 240px;
    padding: 120px 15px 20px;
    display: block;
  }

  .gongyiPage .debox h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .gongyiPage .debox p {
    font-size: 14px;
    text-align: center;
  }

  .productPage .photoul {
    justify-content: space-between;
  }

  .productPage .photoul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .productPage .photoul .txt01 {
    width: 100%;
    font-size: 18px;
    padding: 5px;
  }

  .productPage .photoul .txt02 {
    font-size: 12px;
    width: 33%;
  }

  .productPage .cateul {
    margin-bottom: 0;
    box-shadow: 0px 2px 11px rgba(49, 156, 255, 0.24);
    border-radius: 12px 0 12px 0;
  }

  .productPage .cateul li {
    width: 33.33%;
  }

  .productPage .cateul a {
    font-size: 16px;
    padding: 10px;
    min-height: 60px;
  }

  .productPage .cateul a:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .productPage .cateul .on a,
  .productPage .cateul a:hover {
    font-size: 17px;
  }

  .productPage .cateul .on span,
  .productPage .cateul a:hover span {
    transform: translateY(0);
  }

  .productPage .detop {
    height: 240px;
  }

  .productPage .debox {
    max-width: inherit;
    margin: -120px auto 0;
  }

  .productPage .debox .width {
    padding: 15px;
    box-shadow: 0px 6px 12px rgba(49, 156, 255, 0.4);
  }

  .productPage .debox .photobox {
    width: auto;
    position: relative;
    left: inherit;
    top: inherit;
    border-radius: 24px;
    margin-bottom: 10px;
  }

  .productPage .debox .photobox img {
    border-radius: 24px;
  }

  .productPage .debox h2 {
    margin: 0 0 30px;
    font-size: 28px;
  }

  .productPage .debox .inner {
    display: block;
    max-width: inherit;
    padding: 0;
  }

  .productPage .debox .lbox {
    display: none;
  }

  .productPage .debox .rbox {
    width: auto;
  }

  .productPage .debox .rbox .tel {
    font-size: 18px;
    margin-top: 0;
  }

  .productPage .debox .rbox .tel img {
    margin: -5px 5px 0 0;
    width: 30px;
  }

  .productPage .debox .rbox .tel span {
    font-size: 26px;
    margin-top: 5px;
  }

  .productPage .debox .rbox .link {
    display: none;
  }

}

@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon.eot?qradjf');
  src: url('../font/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?qradjf') format('truetype'),
    url('../font/icomoon.woff?qradjf') format('woff'),
    url('../font/icomoon.svg?qradjf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  color: #999;
}

/*new right*/
.cndns-right {
  position: fixed;
  right: 1px;
  top: 40%;
  margin-top: -100px;
  z-index: 100
}

.cndns-right-meau {
  position: relative;
}

.cndns-right-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  background-color: #fff
}

.cndns-right-btn span {
  color: #848484;
  font-size: 26px;
  line-height: 48px;
}

.cndns-right-btn sup {
  display: block;
  min-width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #0854A8;
  position: absolute;
  left: -12px;
  top: -12px;
}

.cndns-right-btn p {
  color: #0854A8;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
  display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
  display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
  display: block;
}

.meau-sev .cndns-right-btn {
  border-color: #0854A8;
  background: url(../img/kefu.png) no-repeat #0854A8 center;
}

.meau-code .cndns-right-btn {
  border-color: #0854A8;
  background: url(../img/wx.png) no-repeat #0854A8 center;
}

.meau-top .cndns-right-btn {
  border-color: #0854A8;
  background: url(../img/top.png) no-repeat #0854A8 center;
}

.meau-sev .cndns-right-btn p {
  color: #fff
}

.meau-sev .cndns-right-btn span {
  color: #fff
}

.meau-top .cndns-right-btn span {
  font-size: 12px;
  line-height: 12px;
  padding-top: 10px;
  display: block
}

.meau-top .cndns-right-btn i {
  display: block;
  color: #999
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
  background-color: #0854A8;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
  display: block;
  color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
  color: #fff;
}

.cndns-right-box {
  position: absolute;
  top: -15px;
  right: 48px;
  padding-right: 25px;
  display: none;
}

.cndns-right-box .box-border {
  border: 1px solid #ccc;
  border-top: 4px solid #0854A8;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
  position: relative
}

.cndns-right-box .box-border .arrow-right {
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/arrow.png) no-repeat;
  position: absolute;
  right: -13px;
  top: 26px;
}

.cndns-right-box .box-border .sev-t {
  overflow: hidden;
}

.cndns-right-box .box-border .sev-t span {
  font-size: 42px;
  float: left;
  display: block;
  line-height: 56px;
  margin-right: 8px;
  color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
  float: left;
  color: #0854A8;
  font-size: 24px;
  line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
  display: block;
  font-size: 14px;
  color: #aaa;
}

.cndns-right-box .box-border .sev-b {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}

.meau-sev .cndns-right-box .box-border {
  width: 155px;
}

.meau-contact .cndns-right-box .box-border {
  width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
  display: block
}

.meau-code .cndns-right-box {
  top: inherit;
  bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
  width: 156px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
  display: block;
  color: #0854A8;
  font-size: 16px;
  line-height: 16px;
  margin-top: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
  top: inherit;
  bottom: 50px;
}

.meau-sev .cndns-right-btn .demo-icon {
  display: none;
}

.meau-sev:hover .cndns-right-btn {
  background: #0854A8;
}

@media all and (max-width: 991px) {
  .cndns-right {
    display: none;
  }
}

/* 工具栏 */
#toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 888;
  left: 0;
  display: none;
}

#toolbar .list {
  display: flex;
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
}

#toolbar .list li {
  width: 25%;
  text-align: center;
}

#toolbar .list a {
  display: block;
  padding: 5px;
}

#toolbar .list a span {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
}

#toolbar .list a img {
  display: block;
  margin: 5px auto;
}

#toolbar .list li:hover {
  background: #0185d0;
}

/*微信弹窗*/
#wxnr {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  padding: 20px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px #777;
  -webkit-box-shadow: 0px 2px 6px #777;
  -moz-box-shadow: 0px 2px 6px #777;
  border-radius: 10px;
  box-sizing: border-box;
  margin: -150px auto 0;
}

#wxnr img {
  width: 135px;
  height: 135px;
  display: block;
  margin: 0 auto;
}

#wxnr p {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

#wxnr i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  background: #333;
  border-radius: 100%;
  cursor: pointer;
}

#wxnr span {
  display: inline-block;
  padding: 0 5px;
  background-image: -moz-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -webkit-linear-gradient(0deg, #0854A880, #0854A8 100%);
  background-image: -ms-linear-gradient(0deg, #0854A880, #0854A8 100%);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/*复制提示*/
#weixin {
  position: fixed;
  top: 50%;
  margin-top: -26px;
  z-index: 9999999;
  font-size: 16px;
  color: #fff;
  width: 90%;
  right: 5%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #333;
  border-radius: 5px;
  display: none;
  line-height: 50px;
}

@media all and (max-width: 991px) {
  #toolbar {
    display: block;
  }
}

.pagess {
  clear: both;
  height: 30px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
}

.page-pre a {
  display: inline-block;
  font-size: 1.8rem;
  color: #262626;
  font-family: '微软雅黑';
  margin-right: 2rem;
}

.page-num {
  display: inline-block;
  font-size: 1.8rem;
  color: #262626;
  font-family: '微软雅黑';
  margin-right: 2rem;
}

.page-next a {
  display: inline-block;
  font-size: 1.8rem;
  color: #262626;
  font-family: '微软雅黑';
  margin-right: 2rem;
}

.page-num-current {
  color: #0854A8 !important;
  font-family: "arialbd";
  font-weight: bold;
}
