@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: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: 'PingFang SC', '思源黑体 CN', 'Microsoft Yahei', '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: #86868B;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
a:visited {
  color: #86868B;
}
a:hover {
  color: #86868B;
}
a:active {
  color: #86868B;
}
body {
  color: #86868B;
  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;
  }
}
@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: #ff6800;
  position: absolute;
  left: -12px;
  top: -12px;
}
.cndns-right-btn p {
  color: #ff6800;
  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: #ff6800;
  background: url(../img/kefu.gif) no-repeat #ff6800 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: #ff6800
}
.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 #ff6800;
  padding: 20px;
  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: #ff6800;
  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: 230px;
}
.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: #ff6800;
  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: #ff6800
}
@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: #FF6B00;
}
#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-color: #FF6B00;
  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;
  }
}
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.pagination {
  margin-top: 40px;
  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: #FFB400;
  color: #fff;
}
.comWidth {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 15px;
  z-index: 500;
}
#header .width {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header h1 {
  max-width: 150px;
}
#header .menu {
  max-width: 60px;
  cursor: pointer;
}
#headerFix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 20px 15px;
  -webkit-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
  -webkit-transition: all .5s;
  transition: all .5s;
  transform: translateY(-100%);
}
#headerFix.show {
  transform: translateY(0%);
  -webkit-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}
#headerFix.hide {
  transform: translateY(-100%);

    -webkit-transition: transform .4s ease-in-out;

    transition: transform .4s ease-in-out;
}
#headerFix .width {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerFix .logo {
  max-width: 150px;
}
#headerFix .tel {
  background: url("icon10.png") no-repeat left center;
  background-size: 40px auto;
  color: #fff;
  padding-left: 45px;
  line-height: 1.3;
}
#headerFix .tel span {
  font-size: 30px;
  font-family: Impact;
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
}
#headerFix .navi ul {
  display: flex;
}
#headerFix .navi a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 10px;
}
#headerFix .navi li {
  margin: 0 15px;
}
#headerFix .navi .on a, #headerFix .navi a:hover {
  color: #FFBF61;
}
body.menuShow {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#menuBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 250ms ease 300ms;
  transition: all 250ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.menuShow #menuBox {
  -webkit-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
#menuBox .menuLbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url("bg02.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0.6;
}
.menuShow #menuBox .menuLbox {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 1;
}
#menuBox .menuLbox .txt {
  position: absolute;
  left: 5%;
  top: 5%;
}
#menuBox .menuLbox .txt span {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
  font-weight: bold;
}
#menuBox .menuLbox .txt01 {
  font-size: 60px;
}
#menuBox .menuLbox .txt02 {
  font-size: 40px;
  letter-spacing: 8px;
}
#menuBox .menuRbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 130px 120px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 0.6;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #FBFBFB;
}
.menuShow #menuBox .menuRbox {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 1;
}
#menuBox .menuclose {
  position: absolute;
  right: 120px;
  top: 30px;
  font-size: 24px;
  cursor: pointer;
}
#menuBox .menuclose img {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
  -webkit-transition: all 1500ms ease 0s;
  transition: all 1500ms ease 0s;
}
#menuBox .menuclose:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
#menuBox .menunavi {
  height: 100%;
  overflow-y: auto;
}
#menuBox .menunavi .item > a {
  font-size: 36px;
  font-weight: bold;
  display: block;
  position: relative;
  color: #666;
}
#menuBox .menunavi .item.on > a, #menuBox .menunavi .item > a:hover {
  color: #000;
}
#menuBox .menunavi .item:not(:last-child) {
  margin-bottom: 30px;
}
#menuBox .menunavi .item ul {
  display: none;
  flex-wrap: wrap;
}
#menuBox .menunavi .item.on ul {
  display: flex;
}
#menuBox .menunavi .item.on > a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("icon13.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}
#menuBox .menunavi .item ul li {
  width: 25%;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}
#menuBox .menunavi .item ul a:hover {
  color: #FF6B00;
}
#menuBox .menubtm {
  position: absolute;
  left: 120px;
  right: 120px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	font-size: 20px;
}
#menuBox .menubtm .rbox {
  max-width: 80px;
}
#menuBox .menubtm .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
#menuBox .menubtm .lbox ul {
  display: flex;
}
#menuBox .menubtm .lbox li {
  position: relative;
  line-height: 1.25;
  padding: 0 20px 0 25px;
  max-width: 300px;
  box-sizing: border-box;
}
#menuBox .menubtm .lbox li img {
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
}
.indexsec01 {
  padding: 0 15px;
  background: url("img01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.indexsec01 #video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.indexsec01 #video video {
  position: absolute;
  left: 0;
  top: 0;
}
.indexsec01 #video:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("bg01.png") repeat;
  z-index: 1;
}
.indexsec01 .width {
  max-width: 1560px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.indexsec01 .txt {
  position: absolute;
  right: 0;
	text-align: right;
  top: 50%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  max-width: 680px;
  letter-spacing: 1px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.indexsec01 .txt .bigtxt {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.4;
}
.indexsec01 .txt span {
  display: block;
}
.indexsec01 .line {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: 20;
}
.indexsec01 .arrow {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 44px;
}
.indexsec01 .arrow:before {
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  content: "";
  background: url("icon02.png") no-repeat;
  background-size: 100% 100%;
}
.indexsec01 .arrow img {
  -webkit-animation: anim01 .7s linear 0s infinite alternate;
  animation: anim01 .7s linear 0s infinite alternate;
}
@-webkit-keyframes anim01 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes anim01 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.indexsec01 .iconul {
  position: absolute;
  left: 0;
  bottom: 42px;
  display: flex;
}
.indexsec01 .iconul li {
  margin-right: 44px;
}
.indexsec01 .iconul a {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 18px;
}
.indexsec01 .iconul a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  content: "";
  background: url("icon02.png") no-repeat;
  background-size: 100% 100%;
}
.indexsec01 .iconul .icon {
  margin-bottom: 8px;
}
.indexsec01 .iconul .icon img {
  width: 32px;
}
.indexsec01 .iconul p {
  color: #fff;
}
.indexsec01 .iconul a:hover {
  transform: translateY(-8px);
}
.indexsec01 .iconul a:hover p {
  color: #FFB400;
}
.indexsec02 {
  padding: 100px 0;
  position: relative;
}
.indexsec02 .photo {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.indexsec02 .comWidth {
  position: relative;
  z-index: 2;
}
.indexsec02 h2 {
  margin-top: -220px;
  text-align: center;
  font-size: 80px;
  color: #E7E7E7;
  line-height: 1.4;
}
.indexsec02 h2 span {
  font-size: 100px;
  color: #000;
}
.indexsec02 h3 {
  text-align: center;
  font-size: 80px;
  color: #E7E7E7;
  line-height: 1.4;
  margin-bottom: 80px;
}
.indexsec02 h3 span {
  color: #000;
}
.indexsec02 p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  line-height: 2;
}

.indexsec02 .swiper-slide {
  text-align: right;
}
.indexsec02 .swiper-slide img {
  max-width: 620px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.indexsec02 .swiper-slide-active img {
  opacity: 1;
}
	.shandong {
  display: inline-block;
		vertical-align: middle;

text-align: center;

  color: #E7E7E7;
font-size: 0;
overflow: hidden;
}
.shandong span {
  display: inline-block;

	color: #E7E7E7 !important;
	font-size: 80px;
	margin: auto 3px;
}
.shandong span {
  animation: sideSlide 6s forwards infinite;
  transform: translateX(-100vw);
}
@keyframes sideSlide {
  15%, 20% {
    transform: translateX(0.5em);
  }
  24% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(0);
  }
  90%, 100% {
    transform: translateX(100vw);
  }
}
.shandong span {
  transform: translateX(-100vw) scale(0);
}
@keyframes sideSlide {
  15%, 20% {
    transform: translateX(0.5em) scale(1);
  }
  24% {
    transform: translateX(0) scale(1.2);
  }
  25%, 75% {
    transform: translateX(0) scale(1);
  }
  90%, 100% {
    transform: translateX(100vw) scale(0);
  }
}
.shandong span {
  filter: opacity(0);
}
@keyframes sideSlide {
  15%, 20% {
    transform: translateX(0.5em) scale(1);
  }
  24% {
    transform: translateX(0) scale(1.2);
  }
  25%, 75% {
    transform: translateX(0) scale(1);
    filter: opacity(1);
  }
  90%, 100% {
    transform: translateX(100vw) scale(0);
    filter: opacity(0);
  }
}
.shandong span:nth-child(1) {
  --n: 1;
}
.shandong span:nth-child(2) {
  --n: 2;
}
.shandong span:nth-child(3) {
  --n: 3;
}
.shandong span:nth-child(4) {
  --n: 4;
}
.shandong span:nth-child(5) {
  --n: 5;
}
.shandong span:nth-child(6) {
  --n: 6;
}
.shandong span:nth-child(7) {
  --n: 7;
}
.shandong span:nth-child(8) {
  --n: 8;
}
.shandong span:nth-child(9) {
  --n: 9;
}
.shandong span:nth-child(10) {
  --n: 10;
}
.shandong span:nth-child(11) {
  --n: 11;
}
.shandong span:nth-child(12) {
  --n: 12;
}
.shandong span:nth-child(13) {
  --n: 13;
}
.shandong span:nth-child(14) {
  --n: 14;
}
.shandong span {
  animation-delay: calc((var(--n) - 1) * 0.05s);
}
.comMore {
  text-align: center;
}
.comMore a {
  display: inline-block;
  font-size: 24px;
  background-color: #FF6B00;
  border-radius: 100px;
  width: 224px;
  box-sizing: border-box;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
}
.comMore a:hover {
  background-color: #FFB400;
}
.indexsec03 {
  display: flex;
}
.indexsec03 .lbox {
  width: 50%;
  background: url("bg03.jpg") no-repeat center center;
  background-size: cover;
}
.indexsec03 .rbox {
  width: 50%;
}
.indexsec03 .rbox .topbox {
  height: 540px;
  background: url("bg04.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.indexsec03 .rbox .topbox:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.indexsec03 .rbox .topbox h2 {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 8px;
}
.indexsec03 .rbox .topbox h2 span {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
}
.indexsec03 .rbox .btmbox {
  height: 340px;
  background: url("bg05.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.indexsec03 .rbox .btmbox:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.indexsec03 .rbox .btmbox ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.indexsec03 .rbox .btmbox ul li {
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 33.33%;
  box-sizing: border-box;
  padding: 100px 20px 0;
}
.indexsec03 .rbox .btmbox ul p span {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
  font-size: 60px;
  font-family: Impact;
}
.indexsec04 {
  padding: 100px 0;
  overflow: hidden;
}
.indexsec04 .comWidth {
  display: flex;
  justify-content: space-between;
}
.indexsec04 h2 {
  width: 55%;
  font-size: 90px;
}
.indexsec04 h2 span {
  color: #000;
}
.indexsec04 .rbox {
  width: 43%;
}
.indexsec04 .rbox h3 {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.indexsec04 .rbox p {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
.indexsec05 {
  padding: 0 15px;
  background-color: #FCFCFC;
}
.indexsec05 .width {
  max-width: 1560px;
  height: 1000px;
  margin: 0 auto;
  position: relative;
}
.indexsec05 .lbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 10;
}
.indexsec05 .lbox .link {
  max-width: 180px;
  margin-top: 40px;
}
.indexsec05 .lbox .link a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  background: linear-gradient(272.71deg, #FFBF61 0%, #FFE2B6 100%);
  border-radius: 2px;
  padding: 13px 0;
}
.indexsec05 .lbox .link a:hover {
  background: linear-gradient(272.71deg, #FF6B00 0%, #FF6B00 100%);
}
.indexsec05 .lbox .tabul li {
  margin-bottom: 30px;
}
.indexsec05 .lbox .tabul a {
  display: inline-block;
  position: relative;
  font-size: 28px;
  cursor: pointer;
  padding-left: 34px;
}
.indexsec05 .lbox .tabul .on a, .indexsec05 .lbox .tabul a:hover {
  color: #FF6B00;
}
.indexsec05 .lbox .tabul img {
  width: 26px;
  position: absolute;
  left: 0;
  top: 5px;
}
.indexsec05 .swiper-num {
  position: absolute;
  right: 10%;
  top: 200px;
  font-size: 24px;
}
.indexsec05 .swiper-num .active {
  font-size: 60px;
  color: #FF6B00;
  font-weight: bold;
}
.indexsec05 .swiper-container {
  height: 100%;
}
.indexsec05 .ttlbox {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 400px;
}
.indexsec05 .ttlbox a {
  display: block;
  font-size: 26px;
  color: #999;
}
.indexsec05 .ttlbox span {
  display: block;
  font-size: 50px;
  color: #000;
  font-weight: bold;
}
.indexsec05 .photo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -300px;
}
.indexsec05 .photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
}
.indexsec05 .photo img {
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: auto;
}
.indexsec05 .yuan {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -300px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px 20px rgba(255, 107, 0, 0.1);
}
.indexsec05 .yuan:before {
  content: '';
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -300px;
  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(0, 0, 0, 0.2);
}
.indexsec05 .yuan:after {
  content: '';
  width: 700px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -350px;
  border-radius: 100%;
  animation: ServiceAppScale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 280ms;
  transition: 0.5s all ease;
  transform: scale(1);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@keyframes ServiceAppScale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(1.2);
  }
  78%, 100% {
    opacity: 0;
  }
}
.indexsec05 .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 200px;
}
.indexsec05 .swiper-pagination-bullet {
  opacity: 1;
  background: #999;
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.indexsec05 .swiper-pagination-bullet-active {
  background: #FF6B00;
}
.indexsec05 .tabbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.indexsec05 .tabbox.show {
  opacity: 1;
  visibility: visible;
}
.indexsec06 {
  padding: 100px 15px;
  background: #F6F5F3 url("bg06.png") no-repeat right center fixed;
  background-size: auto 514px;
}
.indexsec06 .width {
  max-width: 1560px;
  margin: 0 auto;
}
.indexsec06 h2 {
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 1.1;
  color: #000;
  letter-spacing: 10px;
}
.indexsec06 p {
  margin-left: 160px;
  font-size: 40px;
  font-weight: 500;
}
.indexsec07 {
  padding: 100px 15px;
  overflow: hidden;
}
.indexsec07 .width {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexsec07 .lbox {
  width: 65%;
}
.indexsec07 .lbox li {
  font-size: 32px;
  margin: 15px 0;
}
.indexsec07 .rbox {
  width: 31%;
}
.indexsec07 .rbox p {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexsec07 .rbox h2 {
  font-size: 90px;
  color: #000;
  line-height: 1.1;
}
.indexsec08 {
  padding: 150px 15px;
  background: url("bg07.jpg") no-repeat center center;
  background-size: cover;
}
.indexsec08 .width {
  max-width: 1560px;
  margin: 0 auto;
}
.indexsec08 h2 {
  margin-bottom: 10px;
  font-size: 60px;
  color: #fff;
  letter-spacing: 3px;
}
.indexsec08 h3 {
  font-size: 40px;
  color: #fff;
}
.indexsec09 .inner01 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexsec09 .inner01 .lbox {
  box-sizing: border-box;
  width: 60%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.indexsec09 .inner01 .lbox .txt01 {
  font-size: 20px;
  margin-bottom: 20px;
}
.indexsec09 .inner01 .lbox .line {
  display: flex;
  letter-spacing: 3px;
}
.indexsec09 .inner01 .lbox .txt02 {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  line-height: 1.16;
}
.indexsec09 .inner01 .lbox .txt03 {
  font-size: 20px;
  margin: 75px 0 0 25px;
}
.indexsec09 .inner01 .rbox {
  box-sizing: border-box;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding: 100px 5%;
}
.indexsec09 .inner01 .rbox h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}
.indexsec09 .inner01 .rbox p {
  font-size: 20px;
  line-height: 2;
}
.indexsec09 .inner02 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexsec09 .inner02 .lbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  box-sizing: border-box;
  padding: 100px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.indexsec09 .inner02 .lbox p {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
.indexsec09 .inner02 .rbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  box-sizing: border-box;
  padding: 100px 0;
  text-align: right;
}
.indexsec09 .inner02 .rbox h2 {
  font-size: 60px;
  color: #000;
  line-height: 1.16;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.indexsec09 .inner02 .rbox p {
  font-size: 20px;
}
.indexsec09 .inner03 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexsec09 .inner03 .lbox {
  width: 60%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexsec09 .inner03 .lbox h2 {
  font-size: 60px;
  color: #000;
  line-height: 1.16;
  margin-bottom: 20px;
}
.indexsec09 .inner03 .lbox p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
}
.indexsec09 .inner03 .rbox {
  width: 40%;
  box-sizing: border-box;
  padding: 100px 5%;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexsec09 .inner03 .rbox h2 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.indexsec09 .inner03 .rbox p {
  font-size: 20px;
}
.indexsec10 {
  height: 320px;
  background: url("bg08.jpg") no-repeat center center fixed;
  background-size: 100% auto;
}
.indexsec11 {
  padding: 100px 15px;
  overflow: hidden;
}
.indexsec11 .width {
  max-width: 1560px;
  margin: 0 auto;
}
.indexsec11 .topbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.indexsec11 .topbox h2 {
  font-size: 60px;
  line-height: 1.11;
}
.indexsec11 .topbox h2 span {
  display: block;
  color: #000;
}
.indexsec11 .topbox p {
  font-size: 20px;
  line-height: 2;
  max-width: 480px;
  text-align: right;
}
.indexsec11 .listul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.indexsec11 .listul li {
  width: 32%;
}
.indexsec11 .listul a {
  display: block;
}
.indexsec11 .listul .photo {
  margin-bottom: 20px;
  overflow: hidden;
}
.indexsec11 .listul .photo img {
  width: 100%;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.indexsec11 .listul a:hover .photo img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.indexsec11 .listul .time {
  font-size: 20px;
  color: #000;
}
.indexsec11 .listul h3 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}
.indexsec11 .listul p {
  font-size: 20px;
  line-height: 2;
}
.indexsec11 .listul a:hover h3 {
  color: #FF6B00;
}
.indexsec12 {
  padding: 100px 15px;
  background: url("bg09.jpg") no-repeat center center fixed;
  background-size: 100% auto;
  position: relative;
}
.indexsec12:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 44, 97, 0.4);
}
.indexsec12 .comWidth {
  position: relative;
  z-index: 2;
}
.indexsec12 h2 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 40px;
}
.indexsec12 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.indexsec12 .link {
  text-align: center;
}
.indexsec12 .link a {
  display: inline-block;
  width: 176px;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  background-color: #FF0000;
}
.indexsec12 .link img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin: -4px 5px 0 0;
}
.indexsec12 .link a:hover {
  background-color: #FF6B00;
}
#footer {
  background-color: #333;
}
#footer .copyright {
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#footer .copyright a {
  color: #fff;
}
#footer .copyright span {
  margin-left: 40px;
}
#footer .qyrz {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  width: 120px;
}
#footer .fbox {
  max-width: 1590px;
  margin: 0 auto;
  padding: 50px 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .flogo {
  max-width: 200px;
}
#footer .code {
  width: 350px;
  display: flex;
  justify-content: space-between;
}
#footer .code img {
  width: 120px;
}
#footer .code01 {
  display: flex;
  align-items: center;
}
#footer .code02 {
  display: flex;
  align-items: center;
}
#footer .code p {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}
#footer .ful li {
  margin: 10px 0;
  padding-left: 34px;
  position: relative;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .ful a {
  color: rgba(255, 255, 255, 0.8);
}
#footer .ful img {
  width: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
.comTop {
  position: relative;
}
.comTop .bigtu {
  overflow: hidden;
  height: 460px;
  position: relative;
}
.comTop .bigtu div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: slow_flash 1s 0s 1;
  animation-fill-mode: forwards;
}
@keyframes slow_flash {
  from {
    opacity: 0.8;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.comTop h2 {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 15px;
}
.comTop h2 span {
  display: block;
  margin-bottom: 15px;
}
.comTop h2 a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.comWhite {
  background-color: #fff;
  max-width: 1600px;
  margin: -120px auto 0;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 2;
}
.comList {
  padding: 40px 0 90px;
  display: flex;
  justify-content: center;
}
.comList li {
  margin: 0 3.7%;
}
.comList a {
  display: block;
  font-size: 28px;
  position: relative;
  padding-bottom: 5px;
}
.comList a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #FF6B00;
  margin-left: -20px;
  opacity: 0;
  border-radius: 10px;
}
.comList .on a, .comList a:hover {
  color: #000;
  font-weight: bold;
}
.comList .on a:before, .comList a:hover:before {
  opacity: 1;
}
.comTtl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.comTtl p {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.comTtl h2 {
  font-size: 32px;
  color: #000;
}
.comTtl h2 span {
  display: block;
  font-size: 20px;
  color: #86868B;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.comTtl h2 span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 72px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF6B00;
}
.aboutPage .sec01 {
  margin-bottom: 100px;
  position: relative;
}
.aboutPage .sec01 h3 {
  font-size: 90px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aboutPage .sec01 h3 .txt {
  font-size: 240px;
  font-family: Impact;
  color: #000;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 30px;
  font-weight: normal;
}
.aboutPage .sec01 h3 .color {
  color: #FF6B00;
}
.aboutPage .sec01 .text {
  width: 61%;
  font-size: 18px;
  color: #000;
  line-height: 1.78;
}
.aboutPage .sec01 .swiper-container {
  position: absolute;
  right: -15px;
  top: -30px;
  width: 49%;
}
.aboutPage .sec01 .listul {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.aboutPage .sec01 .listul p {
  margin-top: 25px;
  font-size: 18px;
}
.aboutPage .sec01 .listul span {
  font-size: 90px;
  font-family: Impact;
  line-height: 1;
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
}
.aboutPage .sec01 .listul li {
  margin: 0 80px;
}
.aboutPage .sec02 {
  padding: 100px 15px;
  margin-bottom: 100px;
  background: url("bg11.jpg") no-repeat center center;
  background-size: cover;
}
.aboutPage .sec02 .width {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .sec02 .lbox h2 {
  color: #fff;
  font-size: 60px;
}
.aboutPage .sec02 .lbox h3 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
}
.aboutPage .sec02 .rbox {
  max-width: 480px;
  font-size: 18px;
  color: #fff;
  line-height: 1.78;
}
.aboutPage .sec03 {
  margin-bottom: 100px;
}
.aboutPage .sec03 .topbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.aboutPage .sec03 .topbox h2 {
  font-size: 40px;
  position: relative;
  padding-left: 90px;
  font-weight: 500;
}
.aboutPage .sec03 .topbox h2:before {
  width: 68px;
  height: 60px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  background: url("icon23.png") no-repeat left top;
  background-size: 68px auto;
}
.aboutPage .sec03 .topbox p {
  font-size: 90px;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.aboutPage .sec03 .sliderbox {
  margin-bottom: 40px;
}
.aboutPage .sec03 .sliderbox img {
  width: 100%;
}
.aboutPage .sec03 .btm {
  margin-top: 20px;
}
.aboutPage .sec03 .btm .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.aboutPage .sec03 .btm .swiper-slide-thumb-active:before {
  opacity: 0;
}
.aboutPage .sec03 .inner p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.comTeam {
  padding: 0 0 100px;
}
.comTeam .title {
  text-align: center;
  position: relative;
  font-size: 32px;
  color: #FF6B00;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 60px;
}
.comTeam .title:before {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.comTeam .title .inn {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
.comTeam .title .txt {
  font-weight: bold;
}
.comTeam .title .color {
  color: #000;
}
.comTeam .linkul {
  max-width: 1230px;
  margin: 0 auto 60px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.comTeam .linkul a {
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background-color: #FF6B00;
  border-radius: 100px;
  font-size: 32px;
  display: block;
}
.comTeam .linkul img {
  width: 32px;
  margin: -5px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.comTeam .linkul a:hover {
  background-color: #FFB400;
}
.comTeam .box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("bg12.png") no-repeat center center;
}
.comTeam .rPhoto {
  max-width: 310px;
  padding: 0 20px;
}
.comTeam .lTxt {
  padding: 0 20px;
}
.comTeam .lTxt .word {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.comTeam .lTxt .color {
  color: #000;
  font-weight: bold;
}
.comTeam .lTxt .color01 {
  color: #FF6B00;
  font-weight: bold;
}
.comTeam .lTxt .link {
  display: flex;
  align-items: center;
}
.comTeam .lTxt .link a {
  display: block;
}
.comTeam .lTxt .link01 {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  background-color: #FF6B00;
  border-radius: 100px;
  color: #fff;
  width: 190px;
}
.comTeam .lTxt .link01:hover {
  background-color: #FFB400;
}
.comTeam .lTxt .link02 {
  margin-left: 20px;
  padding-right: 45px;
  display: block;
  font-size: 32px;
  background: url("icon28.png") no-repeat right center;
  background-size: 36px auto;
}
.comTeam .lTxt .link02:hover {
  color: #FFB400;
}
.comTeam .txtinn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.comTeam .txtinn .txt01 {
  font-size: 32px;
  font-weight: bold;
  margin-right: 10px;
}
.comTeam .txtinn .txt02 {
  line-height: 1.3;
}
.culturePage .sec01 {
  background: url("bg14.jpg") no-repeat center center;
  background-size: cover;
  height: 360px;
  position: relative;
  margin-bottom: 100px;
}
.culturePage .sec01 p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 40px;
  box-sizing: border-box;
  padding: 0 5% 25px;
}
.culturePage .sec01 p span {
  display: block;
  font-size: 60px;
  font-weight: bold;
}
.culturePage .sec02 {
  max-width: 800px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
}
.culturePage .sec02 .lbox {
  font-size: 20px;
  line-height: 3;
}
.culturePage .sec02 .rbox {
  font-size: 60px;
  color: #000;
  text-align: right;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 6px;
}
.culturePage .sec02 .rbox span {
  display: block;
  color: #FF6B00;
}
.culturePage .sec03 {
  padding: 100px 0;
  margin-bottom: 100px;
  background: url("bg15.jpg") no-repeat center center;
  background-size: cover;
}
.culturePage .sec03 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}
.culturePage .sec03 ul {
  display: flex;
  justify-content: center;
}
.culturePage .sec03 ul li {
  color: #fff;
  text-align: center;
  margin: 0 60px;
}
.culturePage .sec03 ul img {
  width: 60px;
}
.culturePage .sec03 ul p {
  font-size: 20px;
  margin-top: 10px;
}
.culturePage .sec04 {
  margin-bottom: 100px;
}
.culturePage .sec04 .comWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culturePage .sec04 .lbox {
  width: 60%;
}
.culturePage .sec04 .lbox img {
  width: 100%;
}
.culturePage .sec04 ul {
  width: 35%;
}
.culturePage .sec04 ul li {
  font-size: 20px;
  margin-bottom: 40px;
}
.culturePage .sec04 ul li:last-child {
  margin-bottom: 0;
}
.culturePage .sec04 ul span {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.culturePage .sec04 ul .color {
  color: #FF6B00;
}
.honorPage .sec01 {
  margin-bottom: 40px;
}
.honorPage .sec01 img {
  width: 100%;
}
.honorPage .sec02 {
  margin-bottom: 100px;
  overflow: hidden;
}
.honorPage .sec02 h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.honorPage .sec02 h2 .txt01 {
  font-size: 90px;
  color: #000;
}
.honorPage .sec02 h2 .txt02 {
  font-size: 40px;
  font-weight: normal;
  text-align: right;
}
.comUl {
  display: flex;
  flex-wrap: wrap;
}
.comUl li {
  width: 23%;
  margin: 0 2.66% 40px 0;
}
.comUl li:nth-child(4n) {
  margin-right: 0;
}
.comUl p {
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #86868B;
}
.comUl .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
}
.comUl .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.comUl a {
  display: block;
}
.comUl a:hover p {
  background: linear-gradient(272.71deg, #FFBF61 0%, #FFE2B6 100%);
}
.technologyPage .sec01 {
  margin-bottom: 100px;
}
.technologyPage .sec01 .inner {
  max-width: 1040px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.technologyPage .sec01 .inner .lbox {
  font-size: 90px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.technologyPage .sec01 .inner .rbox {
  max-width: 422px;
  font-size: 18px;
  line-height: 2;
}
.technologyPage .sec01 .inner .rbox span {
  font-size: 40px;
  line-height: 1;
  color: #000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.technologyPage .sec01 .photo01 img, .technologyPage .sec01 .photo02 img {
  width: 100%;
}
.technologyPage .sec01 p {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.technologyPage .sec02 {
  padding: 100px 15px;
  background-color: #F0F5F7;
}
.technologyPage .comTeam {
  background-color: #F0F5F7;
}
.technologyPage .comTeam .title .inn {
  background-color: #F0F5F7;
}
.technologyPage .sec02 .width {
  max-width: 1040px;
  margin: 0 auto;
}
.technologyPage .sec02 .photobox img {
  width: 100%;
}
.technologyPage .sec02 .txtbox p {
  font-size: 18px;
  line-height: 2;
}
.technologyPage .sec02 .imgbox01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technologyPage .sec02 .imgbox01 .photobox {
  width: 46.1%;
}
.technologyPage .sec02 .imgbox01 .txtbox {
  width: 50%;
}
.technologyPage .sec02 .imgbox01 .txtbox h2 {
  font-size: 90px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}
.technologyPage .sec02 .imgbox02 {
  margin-top: -60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.technologyPage .sec02 .imgbox02 .photobox {
  width: 63%;
}
.technologyPage .sec02 .imgbox02 .txtbox {
  width: 34%;
  text-align: right;
}
.technologyPage .sec02 .imgbox02 .txtbox h2 {
  font-size: 40px;
  line-height: 1;
  color: #FF6B00;
  margin-bottom: 20px;
}
.technologyPage .sec02 .imgbox03 {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technologyPage .sec02 .imgbox03 .photobox {
  width: 45%;
}
.technologyPage .sec02 .imgbox03 .txtbox {
  width: 51%;
}
.technologyPage .sec02 .imgbox03 .txtbox h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #000;
  line-height: 1;
}
.productPage .comList a {
  font-size: 24px;
}
.productPage .comList li {
  margin: 0 1.7%;
}
.productPage .sec {
  margin-bottom: 100px;
}
.productPage .sec a {
  padding: 0 15px;
  display: block;
  overflow: hidden;
}
.productPage .sec .grey {
  background-color: #FBFBFB;
}
.productPage .sec .blue {
  background-color: #EBF9FF;
}
.productPage .sec h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.productPage .sec h2 span {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
}
.productPage .sec .link {
  font-size: 20px;
}
.productPage .sec p {
  font-size: 24px;
}
.productPage .sec .photo {
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.productPage .sec a:hover h2 span {
  color: #FF6B00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FF6B00, #FF6B00);
}
.productPage .sec a:hover .link {
  color: #FF6B00;
}
.productPage .sec a:hover .photo {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.productPage .sec .box01 {
  margin-bottom: 20px;
}
.productPage .sec .box01 .width {
  max-width: 1070px;
  margin: 0 auto;
  height: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productPage .sec .box01 .photo {
  width: 360px;
}
.productPage .sec .box01 .link {
  margin-top: 60px;
}
.productPage .sec .box02 {
  text-align: center;
  margin-bottom: 20px;
}
.productPage .sec .box02 h2 {
  padding-top: 72px;
}
.productPage .sec .box02 .width {
  height: 420px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.productPage .sec .box02 .link {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.productPage .sec .box02 .photo {
  width: 285px;
  margin: 0 auto;
}
.productPage .sec .box03 .width {
  height: 420px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.productPage .sec .box03 .photo {
  width: 360px;
}
.productPage .sec .box03 .lbox {
  text-align: right;
}
.productPage .sec .box03 .link {
  margin-top: 50px;
}
.productPage .sec .line {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.productPage .sec .box04 {
  width: 49.5%;
}
.productPage .sec .box04 a {
  height: 420px;
  text-align: center;
}
.productPage .sec .box04 .photo {
  width: 285px;
  margin: 0 auto;
}
.productPage .sec .box04 .link {
  margin-top: 10px;
}
.productPage .sec .box04 h2 {
  padding-top: 25px;
}
.productPage .sec .box05 {
  width: 49.5%;
}
.productPage .sec .box05 a {
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.productPage .sec .box05 .photo {
  width: 350px;
}
.productPage .sec .box05 .lbox {
  text-align: right;
}
.productPage .sec .box05 .link {
  margin-top: 40px;
}
.productPage .sec .yellow {
  background-color: #FFF2E9;
}
.productPage .sec .box06 {
  width: 49.5%;
}
.productPage .sec .box06 a {
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.productPage .sec .box06 .lbox {
  text-align: right;
}
.productPage .sec .box06 .link {
  margin-top: 40px;
}
.productPage .sec .box06 .photo {
  width: 200px;
  margin-right: 5%;
}
.productPage .sec .box07 {
  width: 49.5%;
}
.productPage .sec .box07 a {
  height: 420px;
  text-align: center;
}
.productPage .sec .box07 .photo {
  width: 280px;
  margin: 0 auto;
}
.productPage .sec .box07 .link {
  margin-top: 10px;
}
.productPage .sec .box08 {
  width: 49.5%;
}
.productPage .sec .box08 a {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPage .sec .box08 .photo {
  width: 300px;
  margin-left: 8%;
}
.productPage .sec .box08 .link {
  margin-top: 40px;
}
.productPage .sec .box09 {
  width: 49.5%;
}
.productPage .sec .box09 a {
  height: 420px;
  text-align: center;
}
.productPage .sec .box09 h2 {
  padding-top: 30px;
}
.productPage .sec .box09 .link {
  margin-top: 10px;
}
.productPage .sec .box09 .photo {
  width: 296px;
  margin: 0 auto;
}
.productdetailPage {
  background-color: #F5F5F5;
}
.productdetailPage .comUl {
  margin-bottom: 100px;
}
.productdetailPage .comList a {
  font-size: 24px;
}
.productdetailPage .comList li {
  margin: 0 1.7%;
}
.productdetailPage .comTop .toptxt {
  position: absolute;
  left: 0;
  top: 190px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.productdetailPage .comTop .toptxt .txt {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.productdetailPage .comWhite {
  margin-top: -180px;
}
.servicePage .sec01 {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.servicePage .sec01 .txtbox {
  max-width: 467px;
}
.servicePage .sec01 .txtbox h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
.servicePage .sec01 .txtbox h2 span {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
}
.servicePage .sec01 .txtbox h3 {
  font-size: 60px;
  color: #FF6B00;
  line-height: 1;
  margin-bottom: 40px;
}
.servicePage .sec01 .txtbox p {
  font-size: 20px;
  line-height: 2;
}
.servicePage .sec01 .txtbox p span {
  display: block;
  font-weight: bold;
}
.servicePage .sec01 .photo {
  max-width: 360px;
}
.servicePage .sec02 {
  padding: 400px 15px;
  margin-bottom: 100px;
  background: url("bg20.jpg") no-repeat center center;
  background-size: cover;
}
.servicePage .sec02 .width {
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.servicePage .sec02 h2 {
  font-size: 60px;
  color: #000;
  margin-bottom: 40px;
}
.servicePage .sec02 p {
  font-size: 20px;
  line-height: 2;
}
.servicePage .sec02 p span {
  display: block;
  font-weight: bold;
}
.servicePage .sec03 {
  margin-bottom: 100px;
  padding: 0 15px;
}
.servicePage .sec03 .width {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.servicePage .sec03 h2 {
  font-size: 60px;
  color: #FF6B00;
  margin-bottom: 10px;
}
.servicePage .sec03 p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}
.servicePage .sec03 p span {
  display: block;
  font-weight: bold;
}
.servicePage .sec04 {
  padding: 100px 0;
  margin-bottom: 100px;
  background-color: #F0F5F7;
  overflow: hidden;
}
.servicePage .sec04 .comWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicePage .sec04 .rbox {
  width: 40%;
}
.servicePage .sec04 .lbox {
  width: 45%;
}
.servicePage .sec04 .lbox h2 {
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}
.servicePage .sec04 .lbox p {
  font-size: 20px;
  line-height: 2;
}
.servicePage .sec04 .lbox p span {
  display: block;
  font-weight: bold;
}
.servicePage .sec04 .lbox .txt {
  margin-bottom: 100px;
}
.servicePage .sec05 {
  margin-bottom: 100px;
}
.servicePage .sec05 .topbox {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.servicePage .sec05 .topbox .ttl {
  font-size: 90px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-align: right;
}
.servicePage .sec05 .topbox .txt {
  font-size: 32px;
  max-width: 417px;
}
.servicePage .sec05 .topbox .txt span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #FF6B00;
  margin-bottom: 10px;
}
.servicePage .sec05 .inner {
  display: flex;
  justify-content: space-between;
}
.servicePage .sec05 .inner .lbox {
  width: 56.6%;
}
.servicePage .sec05 .inner .lbox h2 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  margin: 40px 0;
}
.servicePage .sec05 .inner .lbox p {
  font-size: 20px;
  line-height: 2;
}
.servicePage .sec05 .inner .lbox p span {
  display: block;
  font-weight: bold;
}
.servicePage .sec05 .inner .rbox {
  width: 40%;
}
.servicePage .sec05 .inner .rbox img {
  width: 100%;
}
.servicePage .sec06 {
	padding: 0 3.2%;
	position: relative;
	margin-bottom: 100px;
}
.servicePage .sec06 .photo01 {
	width: 67.7%;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.servicePage .sec06 .photo01 img {
	width: 100%;
}
.servicePage .sec06 .photo02 {
	width: 38.3%;
	position: absolute;
	right: 3.2%;
	bottom: 0;
}
.servicePage .sec06 .photo02 img {
	width: 100%;
}
.servicePage .sec06 .inner {
	max-width: 467px;
}
.servicePage .sec06 h2 {
	font-size: 60px;
	color: #000;
	margin-bottom: 5px;
}
.servicePage .sec06 p {
	font-size: 20px;
	line-height: 2;
}
.servicePage .sec06 p span {
	display: block;
	font-weight: bold;
}
.servicePage .sec {
	margin-bottom: 100px;
}
.servicePage .sec img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.newsPage .newsul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsPage .newsul li {
  width: 48.5%;
  margin-bottom: 40px;
}
.newsPage .newsul a {
  display: block;
  background-color: #F0F5F7;
  height: 100%;
}
.newsPage .newsul .photo img {
  width: 100%;
}
.newsPage .newsul .txtbox {
  padding: 20px;
}
.newsPage .newsul h2 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.newsPage .newsul a:hover h2 {
  color: #FF6B00;
}
.newsPage .comTeam {
  margin-top: 100px;
}
.newsdetailPage {
  background-color: #F5F5F5;
}
.newsdetailPage .comTop .toptxt {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.newsdetailPage .comTop .toptxt .txt {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.newsdetailPage .comTop .toptxt .time {
  font-size: 32px;
}
.newsdetailPage .comTop .toptxt .ttl {
  font-size: 40px;
  font-weight: bold;
}
.newsdetailPage .info {
  padding: 80px 0;
  line-height: 2;
  color: #000;
}
.newsdetailPage .info img {
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.newsdetailPage .comTeam {
  margin-top: 100px;
}
.comPageList {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
.comPageList li {
  max-width: 49%;
}
.comPageList a:hover {
  color: #FF6B00;
}
.contactPage .comWhite {
  padding-top: 100px;
}
.contactPage .sec01 {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
.contactPage .sec01 .lbox {
  width: 50%;
}
.contactPage .sec01 .lbox h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
.contactPage .sec01 .lbox h2 span {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
}
.contactPage .sec01 .lbox h3 {
  color: #FF6B00;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
}
.contactPage .sec01 .lbox p {
  font-size: 20px;
  line-height: 1.6;
}
.contactPage .sec01 .lbox p span {
  display: block;
  font-weight: bold;
}
.contactPage .sec01 #allmap {
  width: 45%;
  height: 360px;
  background-color: #ddd;
}
.contactPage .sec02 {
  padding: 60px 0;
  background-color: #F8F8F8;
  margin-bottom: 100px;
  overflow: hidden;
}
.contactPage .sec02 .comWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactPage .sec02 .lbox {
  display: flex;
  align-items: center;
}
.contactPage .sec02 .lbox .code {
  width: 200px;
}
.contactPage .sec02 .lbox .txt {
  font-size: 20px;
  margin-left: 20px;
}
.contactPage .sec02 .lbox .txt img {
  width: 180px;
}
.contactPage .sec02 .lbox .txt span {
  color: #000;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.contactPage .sec02 .rbox {
  text-align: right;
}
.contactPage .sec02 .rbox .txt01 {
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  padding-right: 12px;
}
.contactPage .sec02 .rbox .txt02 {
  font-size: 60px;
  color: #FF6B00;
  font-weight: bold;
}
.contactPage .sec02 .rbox .txt03 {
  font-size: 60px;
  font-weight: bold;
  color: #FFBF61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFE2B6, #FFBF61);
  text-transform: uppercase;
}
.joinPage .comWhite {
  padding-top: 100px;
  padding-bottom: 174px;
}
.joinPage .sec01 {
  padding: 0 0 100px;
  background-color: #F0F5F7;
  margin-bottom: 100px;
}
.joinPage .sec01 .inner {
  padding: 60px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FF6B00 url("bg24.png") no-repeat left bottom;
  color: #fff;
  position: relative;
  margin-bottom: 100px;
}
.joinPage .sec01 .inner .lbox {
  max-width: 456px;
}
.joinPage .sec01 .inner .lbox h2 {
  font-size: 40px;
  margin-bottom: 5px;
}
.joinPage .sec01 .inner .lbox p {
  line-height: 1.6;
}
.joinPage .sec01 .inner .rbox {
  font-size: 20px;
}
.joinPage .sec01 .inner .rbox a {
  font-size: 40px;
  font-family: Impact;
  color: #fff;
  line-height: 1.3;
}
.joinPage .sec01 .inner .photo {
  width: 308px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 10px;
  z-index: 2;
}
.joinPage .sec01 .txtinn {
  display: flex;
  justify-content: space-between;
}
.joinPage .sec01 .txtinn .lbox {
  font-size: 90px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.joinPage .sec01 .txtinn .rbox {
  max-width: 470px;
  text-align: right;
}
.joinPage .sec01 .txtinn .rbox h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.joinPage .sec01 .txtinn .rbox p {
  font-size: 20px;
  line-height: 1.6;
}
.joinPage .sec02 {
  margin-bottom: 100px;
}
.joinPage .sec02 .topbox {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.joinPage .sec02 .topbox .ttl {
  font-size: 90px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.joinPage .sec02 .topbox .txt {
  line-height: 2;
  font-size: 32px;
}
.joinPage .sec02 ul {
  display: flex;
  flex-wrap: wrap;
}
.joinPage .sec02 ul li {
  width: 23%;
  margin: 20px 2.66% 0 0;
}
.joinPage .sec02 ul li:nth-child(4n) {
  margin-right: 0;
}
.joinPage .sec02 ul a {
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.joinPage .sec02 ul .name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.joinPage .sec02 ul .num {
  padding-left: 10px;
  color: #FF6B00;
  font-family: Impact;
  min-width: 50px;
  text-align: right;
}
.joinPage .sec02 ul a:hover {
  box-shadow: 0px 0px 28px rgba(255, 107, 0, 0.16);
}
.joindetailPage {
  background-color: #F5F5F5;
}
.joindetailPage .comTop .toptxt {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.joindetailPage .comTop .toptxt .txt {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.joindetailPage .comTop .toptxt .time {
  font-size: 32px;
}
.joindetailPage .comTop .toptxt .ttl {
  font-size: 40px;
  font-weight: bold;
}
.joindetailPage .topul {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.joindetailPage .topul li {
  font-size: 28px;
  position: relative;
  min-width: 200px;
  text-align: center;
}
.joindetailPage .topul li:before {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.joindetailPage .topul li:last-child:before {
  display: none;
}
.joindetailPage .info {
  margin-bottom: 60px;
}
.joindetailPage .info h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
}
.joindetailPage .comTeam {
  margin-top: 100px;
}
.joindetailPage .linkbtn {
  text-align: center;
}
.joindetailPage .linkbtn a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #FF6B00;
  border-radius: 100px;
  width: 200px;
  padding: 15px 0;
}
.joindetailPage .linkbtn a:hover {
  background-color: #FFB400;
}

.youlink {
	background-color: #444;
}
.youlink .youinn {
	max-width: 1590px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 15px 10px 100px;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.youlink .youinn p {
	position: absolute;
	left: 15px;
	top: 10px;
}
.youlink .youinn a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
.youlink .youinn a:hover {
	color: #FFBF61;
	text-decoration: underline;
}

@media all and (min-width: 1350px) and (max-width: 1680px) {
  #menuBox .menubtm {
    left: 40px;
    right: 40px;
  }
  #menuBox .menuclose {
    right: 40px;
  }
  #menuBox .menuRbox {
    padding-left: 60px;
    padding-right: 60px;
	  padding-bottom: 180px;
  }
  #menuBox .menunavi .item > a {
    font-size: 33px;
  }
  #menuBox .menunavi .item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 992px) and (max-width: 1349px) {
  .indexsec01 .iconul li {
    margin-right: 30px;
  }
  #headerFix .navi a {
    font-size: 18px;
  }
  #headerFix .logo {
    max-width: 130px;
  }
  #headerFix .tel {
    padding-left: 35px;
    background-size: 30px auto;
  }
  #headerFix .tel span {
    font-size: 28px;
  }
  #headerFix .navi li {
    margin: 0;
  }
  #menuBox .menuLbox .txt01 {
    font-size: 50px;
  }
  #menuBox .menuLbox .txt02 {
    font-size: 30px;
  }
  #menuBox .menubtm {
    left: 15px;
    right: 15px;
  }
  #menuBox .menubtm .rbox {
    display: none;
  }
  #menuBox .menubtm .lbox li {
    font-size: 14px;
    padding: 0 18px;
  }
  #menuBox .menubtm .lbox li img {
    width: 16px;
  }
  #menuBox .menuclose {
    right: 15px;
  }
  #menuBox .menuRbox {
    padding-left: 15px;
    padding-right: 15px;
	  padding-bottom: 150px;
  }
  #menuBox .menunavi .item > a {
    font-size: 30px;
  }
  #menuBox .menunavi .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .aboutPage .sec01 h3 .txt {
    letter-spacing: 0;
  }
  .aboutPage .sec01 .listul li {
    margin: 0 50px;
  }
  #footer .ful {
    max-width: 400px;
  }
  #footer .code {
    width: 300px;
  }
  #footer .code img {
    width: 110px;
  }
  .culturePage .sec03 ul li {
    margin: 0 40px;
  }
  .productPage .comList a {
    font-size: 20px;
  }
  .productPage .comList li {
    margin: 0 1.4%;
  }
  .productdetailPage .comList a {
    font-size: 20px;
  }
  .productdetailPage .comList li {
    margin: 0 1.4%;
  }
}
@media all and (max-width: 991px) {
  .pagination {
    margin-top: 20px;
  }
  .pagination span {
    font-size: 14px;
  }
  .pagination a {
    margin: 0 3px 5px;
    min-width: 33px;
  }
  .pagination .page-status {
    margin-right: 8px;
  }
  .comWidth {
    max-width: inherit;
  }
  #header {
    display: none;
  }
  #headerFix {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 15px;
    transform: translateY(0%);
  }
  #headerFix.show {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #headerFix .spMenu {
    position: absolute;
    right: 15px;
    top: 19px;
    width: 50px;
  }
  .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-image: -moz-linear-gradient(0deg, rgb(255, 226, 182) 0%, rgb(255, 191, 97) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 226, 182) 0%, rgb(255, 191, 97) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 226, 182) 0%, rgb(255, 191, 97) 100%);
    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);
  }
  #headerFix .width {
    max-width: inherit;
    display: block;
  }
  #headerFix .logo {
    max-width: 120px;
  }
  #headerFix .tel {
    display: none;
  }
  #headerFix .navi {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #headerFix .navi ul {
    display: block;
  }
  #headerFix .navi a {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  #headerFix .navi li {
    margin: 0;
  }
	.indexsec01 {
		background-image: url("img01-sp.jpg");
	}
  .indexsec01 #video video {
    display: none;
  }
  .indexsec01 #video:before {
    background-size: 2px 2px;
  }
  .indexsec01 .width {
    max-width: inherit;
    height: calc(100vh - 58px);
  }
  .indexsec01 .txt {
    font-size: 16px;
    line-height: 1.5;
	  display: none;
  }
  .indexsec01 .txt .bigtxt {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .indexsec01 .line {
    display: none;
  }
  .indexsec01 .arrow {
    right: 0;
    bottom: 20px;
    width: 36px;
  }
  .indexsec01 .arrow:before {
    display: none;
  }
  .indexsec01 .iconul {
    display: none;
  }
  .indexsec02 {
    padding: 40px 0;
  }
  .indexsec02 h2 {
    margin-top: -40px;
    font-size: 24px;
  }
  .indexsec02 h2 span {
    font-size: 40px;
  }
  .indexsec02 h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .indexsec02 p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .indexsec02 .swiper-slide img {
    max-width: 280px;
  }
	.shandong span {
	font-size: 24px;
	margin: auto 0;
}

  .comMore a {
    font-size: 16px;
    width: 160px;
    padding: 10px 0;
  }
  .indexsec03 {
    display: block;
  }
  .indexsec03 .lbox {
    width: auto;
    background: none;
  }
  .indexsec03 .rbox {
    width: auto;
  }
  .indexsec03 .rbox .topbox {
    height: auto;
    display: block;
    padding: 40px 15px;
  }
  .indexsec03 .rbox .topbox h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .indexsec03 .rbox .topbox h2 span {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .indexsec03 .rbox .btmbox {
    height: auto;
    padding: 40px 0;
  }
  .indexsec03 .rbox .btmbox ul li {
    font-size: 13px;
    padding: 0 15px;
  }
  .indexsec03 .rbox .btmbox ul p span {
    font-size: 30px;
  }
  .indexsec04 {
    padding: 40px 0;
  }
  .indexsec04 .comWidth {
    display: block;
  }
  .indexsec04 h2 {
    width: auto;
    font-size: 36px;
  }
  .indexsec04 .rbox {
    width: auto;
  }
  .indexsec04 .rbox h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .indexsec04 .rbox p {
    font-size: 15px;
    line-height: 1.5;
  }
  .indexsec05 .width {
    max-width: inherit;
    height: 700px;
  }
  .indexsec05 .lbox {
    top: 15px;
    right: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
  }
  .indexsec05 .lbox .link {
    max-width: 100px;
    margin: 10px auto 0;
  }
  .indexsec05 .lbox .link a {
    font-size: 15px;
    padding: 10px 0;
  }
  .indexsec05 .lbox .tabul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexsec05 .lbox .tabul li {
    margin-bottom: 5px;
    width: 48%;
  }
  .indexsec05 .lbox .tabul a {
    font-size: 18px;
    padding-left: 22px;
  }
  .indexsec05 .lbox .tabul img {
    width: 18px;
    top: 3px;
  }
  .indexsec05 .swiper-num {
    right: 0;
    top: 180px;
    font-size: 18px;
  }
  .indexsec05 .swiper-num .active {
    font-size: 30px;
  }
  .indexsec05 .ttlbox {
    top: 75%;
    max-width: inherit;
    left: 0;
    text-align: center;
  }
  .indexsec05 .ttlbox a {
    font-size: 18px;
  }
  .indexsec05 .ttlbox span {
    font-size: 26px;
  }
  .indexsec05 .photo {
    margin: -150px 0 0 -150px;
  }
  .indexsec05 .photo a {
    width: 300px;
    height: 300px;
  }
  .indexsec05 .photo img {
    max-width: 200px;
  }
  .indexsec05 .yuan {
    width: 260px;
    height: 260px;
    margin: -130px 0 0 -130px;
    box-shadow: 0 0 10px 10px rgba(255, 107, 0, 0.1);
  }
  .indexsec05 .yuan:before {
    width: 260px;
    height: 260px;
    margin: -130px 0 0 -130px;
  }
  .indexsec05 .yuan:after {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
  }
  .indexsec05 .swiper-pagination {
    bottom: 40px;
  }
  .indexsec05 .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .indexsec06 {
    padding: 40px 15px;
    background-size: auto 180px;
  }
  .indexsec06 .width {
    max-width: inherit;
  }
  .indexsec06 h2 {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 5px;
  }
  .indexsec06 p {
    margin-left: 20px;
    font-size: 20px;
  }
  .indexsec07 {
    padding: 40px 15px;
  }
  .indexsec07 .width {
    max-width: inherit;
    display: block;
  }
  .indexsec07 .lbox {
    width: auto;
    margin-bottom: 20px;
  }
  .indexsec07 .lbox li {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .indexsec07 .rbox {
    width: auto;
    text-align: center;
  }
  .indexsec07 .rbox p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .indexsec07 .rbox h2 {
    font-size: 40px;
  }
  .indexsec08 {
    padding: 40px 15px;
  }
  .indexsec08 .width {
    max-width: inherit;
  }
  .indexsec08 h2 {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .indexsec08 h3 {
    font-size: 20px;
  }
  .indexsec09 .inner01 .lbox {
    padding: 40px 0;
  }
  .indexsec09 .inner01 .lbox .txt01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .indexsec09 .inner01 .lbox .line {
    letter-spacing: 0;
  }
  .indexsec09 .inner01 .lbox .txt02 {
    font-size: 30px;
  }
  .indexsec09 .inner01 .lbox .txt03 {
    font-size: 16px;
    margin: 20px 0 0 10px;
  }
  .indexsec09 .inner01 .rbox {
    padding: 40px 10px;
  }
  .indexsec09 .inner01 .rbox h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .indexsec09 .inner01 .rbox p {
    font-size: 14px;
    line-height: 1.5;
  }
  .indexsec09 .inner02 .lbox {
    padding: 40px 0;
  }
  .indexsec09 .inner02 .lbox p {
    font-size: 20px;
  }
  .indexsec09 .inner02 .rbox {
    padding: 40px 10px;
  }
  .indexsec09 .inner02 .rbox h2 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .indexsec09 .inner02 .rbox p {
    font-size: 14px;
  }
  .indexsec09 .inner03 .lbox {
    padding: 40px 0;
  }
  .indexsec09 .inner03 .lbox h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .indexsec09 .inner03 .lbox p {
    font-size: 18px;
  }
  .indexsec09 .inner03 .rbox {
    padding: 40px 10px;
  }
  .indexsec09 .inner03 .rbox h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .indexsec09 .inner03 .rbox p {
    font-size: 14px;
  }
  .indexsec10 {
    height: 180px;
    background-attachment: inherit;
    background-size: cover;
  }
  .indexsec11 {
    padding: 40px 15px;
  }
  .indexsec11 .width {
    max-width: inherit;
  }
  .indexsec11 .topbox {
    display: block;
    margin-bottom: 20px;
  }
  .indexsec11 .topbox h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  .indexsec11 .topbox p {
    font-size: 14px;
    line-height: 1.5;
    max-width: inherit;
    text-align: left;
  }
  .indexsec11 .listul {
    display: block;
    margin-bottom: 20px;
  }
  .indexsec11 .listul li {
    width: auto;
    margin-bottom: 15px;
  }
  .indexsec11 .listul .photo {
    margin-bottom: 10px;
  }
  .indexsec11 .listul .time {
    font-size: 14px;
  }
  .indexsec11 .listul h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .indexsec11 .listul p {
    font-size: 14px;
    line-height: 1.5;
  }
  .indexsec12 {
    padding: 40px 15px;
    background-attachment: inherit;
    background-size: cover;
  }
  .indexsec12 h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .indexsec12 p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .indexsec12 .link a {
    width: 150px;
    font-size: 18px;
  }
  .indexsec12 .link img {
    width: 20px;
  }
  #footer .copyright {
    padding: 15px 5px 70px;
  }
  #footer .copyright span {
    display: block;
    margin: 5px 0 0;
  }
  #footer .qyrz {
    display: none;
  }
  #footer .fbox {
    max-width: inherit;
    padding: 30px 15px 0;
    display: block;
  }
  #footer .flogo {
    max-width: 140px;
    margin: 0 auto 20px;
  }
  #footer .code {
    display: none;
  }
  #footer .ful li {
    margin: 10px 0;
    padding-left: 22px;
    font-size: 17px;
  }
  #footer .ful img {
    width: 16px;
    top: 3px;
  }
  .comTop .bigtu {
    height: 200px;
  }
  .comTop h2 {
    top: 90px;
    font-size: 30px;
  }
  .comTop h2 span {
    margin-bottom: 8px;
  }
  .comTop h2 a {
    font-size: 14px;
  }
  .comWhite {
    max-width: inherit;
    margin: 0;
    border-radius: 0;
  }
  .comList {
    padding: 15px 0 30px;
  }
  .comList li {
    margin: 0 10px;
  }
  .comList a {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .comList a:before {
    width: 30px;
    height: 2px;
    margin-left: -15px;
  }
  .comTtl {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .comTtl p {
    font-size: 22px;
    line-height: 1.5;
  }
  .comTtl h2 {
    font-size: 22px;
  }
  .comTtl h2 span {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .comTtl h2 span:before {
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
  }
  .aboutPage .sec01 {
    margin-bottom: 40px;
  }
  .aboutPage .sec01 h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .aboutPage .sec01 h3 .txt {
    font-size: 82px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .aboutPage .sec01 .text {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
  }
  .aboutPage .sec01 .swiper-container {
    top: -10px;
    width: 161px;
  }
  .aboutPage .sec01 .listul {
    margin-top: 30px;
  }
  .aboutPage .sec01 .listul p {
    margin-top: 10px;
    font-size: 14px;
  }
  .aboutPage .sec01 .listul span {
    font-size: 40px;
  }
  .aboutPage .sec01 .listul li {
    margin: 0;
    width: 33.33%;
  }
  .aboutPage .sec02 {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
  .aboutPage .sec02 .width {
    max-width: inherit;
    display: block;
  }
  .aboutPage .sec02 .lbox h2 {
    font-size: 30px;
    text-align: right;
  }
  .aboutPage .sec02 .lbox h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: right;
  }
  .aboutPage .sec02 .rbox {
    max-width: inherit;
    font-size: 15px;
    line-height: 1.5;
  }
  .aboutPage .sec03 {
    margin-bottom: 40px;
  }
  .aboutPage .sec03 .topbox {
    margin-bottom: 20px;
  }
  .aboutPage .sec03 .topbox h2 {
    font-size: 22px;
    padding-left: 35px;
  }
  .aboutPage .sec03 .topbox h2:before {
    width: 27px;
    height: 24px;
    top: 0;
    background-size: 27px auto;
  }
  .aboutPage .sec03 .topbox p {
    font-size: 22px;
    line-height: 1.5;
  }
  .aboutPage .sec03 .sliderbox {
    margin-bottom: 20px;
  }
  .aboutPage .sec03 .btm {
    margin-top: 10px;
  }
  .aboutPage .sec03 .inner p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .comTeam {
    padding: 0 0 40px;
  }
  .comTeam .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .comTeam .title .inn {
    padding: 0 20px;
  }
  .comTeam .linkul {
    max-width: inherit;
    margin: 0 0 20px;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
  }
  .comTeam .linkul li {
    width: 24%;
  }
  .comTeam .linkul a {
    padding: 8px 0;
    font-size: 14px;
  }
  .comTeam .linkul img {
    width: 14px;
    margin: -3px 3px 0 0;
  }
  .comTeam .box {
    display: block;
    background-size: auto 100px;
  }
  .comTeam .rPhoto {
    max-width: inherit;
    text-align: center;
    padding: 0 15px;
  }
  .comTeam .rPhoto img {
    max-width: 240px;
  }
  .comTeam .lTxt {
    padding: 0 15px;
  }
  .comTeam .lTxt .word {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .comTeam .lTxt .link01 {
    font-size: 15px;
    padding: 10px 0;
    width: 140px;
  }
  .comTeam .lTxt .link02 {
    margin-left: 10px;
    padding-right: 35px;
    font-size: 18px;
    background-size: 28px auto;
  }
  .comTeam .txtinn {
    margin-bottom: 20px;
  }
  .comTeam .txtinn .txt01 {
    font-size: 18px;
    margin-right: 10px;
  }
  .comTeam .txtinn .txt02 {
    font-size: 13px;
  }
  .culturePage .sec01 {
    height: 180px;
    margin-bottom: 40px;
  }
  .culturePage .sec01 p {
    font-size: 24px;
    padding: 0 15px 15px;
  }
  .culturePage .sec01 p span {
    font-size: 30px;
  }
  .culturePage .sec02 {
    max-width: inherit;
    margin: 0 auto 40px;
    display: block;
  }
  .culturePage .sec02 .lbox {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .culturePage .sec02 .rbox {
    font-size: 30px;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  .culturePage .sec03 {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .culturePage .sec03 h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .culturePage .sec03 ul li {
    margin: 0 8px;
  }
  .culturePage .sec03 ul img {
    width: 26px;
  }
  .culturePage .sec03 ul p {
    font-size: 15px;
    margin-top: 5px;
  }
  .culturePage .sec04 {
    margin-bottom: 40px;
  }
  .culturePage .sec04 .comWidth {
    display: block;
  }
  .culturePage .sec04 .lbox {
    width: auto;
    margin-bottom: 10px;
  }
  .culturePage .sec04 ul {
    width: auto;
  }
  .culturePage .sec04 ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .culturePage .sec04 ul span {
    font-size: 20px;
  }
  .honorPage .sec01 {
    margin-bottom: 20px;
  }
  .honorPage .sec02 {
    margin-bottom: 40px;
  }
  .honorPage .sec02 h2 {
    margin-bottom: 20px;
  }
  .honorPage .sec02 h2 .txt01 {
    font-size: 26px;
  }
  .honorPage .sec02 h2 .txt02 {
    font-size: 18px;
  }
  .comUl {
    justify-content: space-between;
  }
  .comUl li {
    width: 48%;
    margin: 0 0 10px;
  }
  .comUl p {
    padding: 5px;
  }
  .comUl .photo {
    height: 130px;
    padding: 5px;
  }
  .technologyPage .sec01 {
    margin-bottom: 40px;
  }
  .technologyPage .sec01 .inner {
    max-width: inherit;
    margin: 20px auto;
    display: block;
  }
  .technologyPage .sec01 .inner .lbox {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .technologyPage .sec01 .inner .rbox {
    max-width: inherit;
    font-size: 15px;
    line-height: 1.6;
  }
  .technologyPage .sec01 .inner .rbox span {
    font-size: 22px;
    text-align: center;
  }
  .technologyPage .sec01 p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .technologyPage .sec02 {
    padding: 40px 15px;
  }
  .technologyPage .sec02 .width {
    max-width: inherit;
  }
  .technologyPage .sec02 .txtbox p {
    font-size: 15px;
    line-height: 1.6;
  }
  .technologyPage .sec02 .photobox {
    margin-bottom: 10px;
  }
  .technologyPage .sec02 .imgbox01 {
    display: block;
  }
  .technologyPage .sec02 .imgbox01 .photobox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox01 .txtbox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox01 .txtbox h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .technologyPage .sec02 .imgbox02 {
    margin-top: 20px;
    display: block;
  }
  .technologyPage .sec02 .imgbox02 .photobox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox02 .txtbox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox02 .txtbox h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .technologyPage .sec02 .imgbox03 {
    margin-top: 20px;
    display: block;
  }
  .technologyPage .sec02 .imgbox03 .photobox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox03 .txtbox {
    width: auto;
  }
  .technologyPage .sec02 .imgbox03 .txtbox h2 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.5;
  }
  .productPage .comList {
    flex-wrap: wrap;
  }
  .productPage .comList a {
    font-size: 16px;
  }
  .productPage .comList li {
    margin: 0 10px 8px;
  }
  .productPage .sec {
    margin-bottom: 40px;
  }
  .productPage .sec h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .productPage .sec .link {
    font-size: 14px;
  }
  .productPage .sec a {
    padding: 15px;
  }
  .productPage .sec p {
    font-size: 16px;
  }
  .productPage .sec .box01 {
    margin-bottom: 10px;
  }
  .productPage .sec .box01 .width {
    max-width: inherit;
    height: auto;
  }
  .productPage .sec .box01 .photo {
    width: 180px;
  }
  .productPage .sec .box01 .link {
    margin-top: 20px;
  }
  .productPage .sec .box02 {
    margin-bottom: 10px;
  }
  .productPage .sec .box02 h2 {
    padding-top: 0;
  }
  .productPage .sec .box02 .width {
    height: auto;
    max-width: inherit;
  }
  .productPage .sec .box02 .link {
    bottom: 20px;
  }
  .productPage .sec .box02 .photo {
    width: 142px;
  }
  .productPage .sec .box03 .width {
    height: auto;
    max-width: inherit;
  }
  .productPage .sec .box03 .photo {
    width: 180px;
  }
  .productPage .sec .box03 .link {
    margin-top: 20px;
  }
  .productPage .sec .line {
    display: block;
    margin-top: 10px;
  }
  .productPage .sec .box04 {
    width: auto;
  }
  .productPage .sec .box04 a {
    height: auto;
  }
  .productPage .sec .box04 .photo {
    width: 142px;
  }
  .productPage .sec .box04 h2 {
    padding-top: 0;
  }
  .productPage .sec .box05 {
    width: auto;
    margin-top: 10px;
  }
  .productPage .sec .box05 a {
    height: auto;
  }
  .productPage .sec .box05 .photo {
    width: 175px;
  }
  .productPage .sec .box05 .link {
    margin-top: 20px;
  }
  .productPage .sec .box06 {
    width: auto;
  }
  .productPage .sec .box06 a {
    height: auto;
  }
  .productPage .sec .box06 .link {
    margin-top: 20px;
  }
  .productPage .sec .box06 .photo {
    width: 100px;
    margin-right: 0;
  }
  .productPage .sec .box07 {
    width: auto;
    margin-top: 10px;
  }
  .productPage .sec .box07 a {
    height: auto;
  }
  .productPage .sec .box07 .photo {
    width: 140px;
  }
  .productPage .sec .box08 {
    width: auto;
  }
  .productPage .sec .box08 a {
    height: auto;
  }
  .productPage .sec .box08 .photo {
    width: 150px;
    margin-left: 0;
  }
  .productPage .sec .box08 .link {
    margin-top: 20px;
  }
  .productPage .sec .box09 {
    width: auto;
    margin-top: 10px;
  }
  .productPage .sec .box09 a {
    height: auto;
  }
  .productPage .sec .box09 h2 {
    padding-top: 0;
  }
  .productPage .sec .box09 .photo {
    width: 148px;
  }
  .productdetailPage .comUl {
    margin-bottom: 40px;
  }
  .productdetailPage .comList {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .productdetailPage .comList a {
    font-size: 16px;
  }
  .productdetailPage .comList li {
    margin: 0 10px 8px;
  }
  .productdetailPage .comTop .toptxt {
    top: 120px;
  }
  .productdetailPage .comTop .toptxt .txt {
    max-width: inherit;
    font-size: 20px;
  }
  .productdetailPage .comWhite {
    margin-top: 0;
  }
  .servicePage .sec01 {
    margin: 0 0 40px;
    display: block;
  }
  .servicePage .sec01 .txtbox {
    max-width: inherit;
  }
  .servicePage .sec01 .txtbox h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .servicePage .sec01 .txtbox h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .servicePage .sec01 .txtbox p {
    font-size: 15px;
    line-height: 1.5;
  }
  .servicePage .sec01 .photo {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .servicePage .sec01 .photo img {
    width: 100%;
  }
  .servicePage .sec02 {
    padding: 100px 15px;
    margin-bottom: 40px;
  }
  .servicePage .sec02 .width {
    max-width: inherit;
  }
  .servicePage .sec02 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .servicePage .sec02 p {
    font-size: 15px;
    line-height: 1.5;
  }
  .servicePage .sec03 {
    margin-bottom: 40px;
  }
  .servicePage .sec03 .width {
    max-width: inherit;
  }
  .servicePage .sec03 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .servicePage .sec03 p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .servicePage .sec04 {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .servicePage .sec04 .comWidth {
    display: block;
  }
  .servicePage .sec04 .rbox {
    width: auto;
  }
  .servicePage .sec04 .lbox {
    width: auto;
  }
  .servicePage .sec04 .lbox h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .servicePage .sec04 .lbox p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .servicePage .sec04 .lbox .txt {
    margin-bottom: 20px;
  }
  .servicePage .sec05 {
    margin-bottom: 40px;
  }
  .servicePage .sec05 .topbox {
    max-width: inherit;
    margin: 0 auto 20px;
    display: block;
  }
  .servicePage .sec05 .topbox .ttl {
    font-size: 30px;
  }
  .servicePage .sec05 .topbox .txt {
    font-size: 16px;
    max-width: inherit;
  }
  .servicePage .sec05 .topbox .txt span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .servicePage .sec05 .inner {
    display: block;
  }
  .servicePage .sec05 .inner .lbox {
    width: auto;
    margin-bottom: 20px;
  }
  .servicePage .sec05 .inner .lbox h2 {
    font-size: 30px;
    margin: 20px 0;
  }
  .servicePage .sec05 .inner .lbox p {
    font-size: 15px;
    line-height: 1.5;
  }
  .servicePage .sec05 .inner .rbox {
    width: auto;
  }
	.servicePage .sec06 {
		padding: 0;
		margin-bottom: 40px;
	}
	.servicePage .sec06 .photo01 {
		width: auto;
		margin-bottom: 10px;
	}
	.servicePage .sec06 .photo02 {
		width: auto;
		position: static;
		right:inherit;
		bottom: inherit;
		margin-top: 10px;
	}
	.servicePage .sec06 .inner {
		max-width: inherit;
	}
	.servicePage .sec06 h2 {
		font-size: 30px;
	}
	.servicePage .sec06 p {
		font-size: 15px;
		line-height: 1.5;
	}
	.servicePage .sec {
	margin-bottom: 40px;
}
  .newsPage .newsul {
    display: block;
  }
  .newsPage .newsul li {
    width: auto;
    margin-bottom: 15px;
  }
  .newsPage .newsul .txtbox {
    padding: 15px;
  }
  .newsPage .newsul h2 {
    font-size: 18px;
  }
  .newsPage .comTeam {
    margin-top: 40px;
  }
  .newsdetailPage .comTop .toptxt {
    top: 90px;
  }
  .newsdetailPage .comTop .toptxt .txt {
    max-width: inherit;
  }
  .newsdetailPage .comTop .toptxt .time {
    font-size: 16px;
  }
  .newsdetailPage .comTop .toptxt .ttl {
    font-size: 20px;
  }
  .newsdetailPage .info {
    padding: 20px 0;
    line-height: 1.6;
  }
  .newsdetailPage .comTeam {
    margin-top: 40px;
  }
  .comPageList {
    font-size: 14px;
  }
  .contactPage .comWhite {
    padding-top: 20px;
  }
  .contactPage .sec01 {
    margin: 0 0 40px;
    display: block;
  }
  .contactPage .sec01 .lbox {
    width: auto;
    margin-bottom: 20px;
  }
  .contactPage .sec01 .lbox h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contactPage .sec01 .lbox h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contactPage .sec01 .lbox p {
    font-size: 16px;
    line-height: 1.6;
  }
  .contactPage .sec01 #allmap {
    width: 100%;
    height: 300px;
  }
  .contactPage .sec02 {
    display: none;
  }
  .joinPage .comWhite {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .joinPage .sec01 {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .joinPage .sec01 .inner {
    padding: 15px;
    display: block;
    background: #FF6B00 none;
    margin-bottom: 40px;
  }
  .joinPage .sec01 .inner .lbox {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .joinPage .sec01 .inner .lbox h2 {
    font-size: 20px;
  }
  .joinPage .sec01 .inner .rbox {
    font-size: 18px;
  }
  .joinPage .sec01 .inner .rbox a {
    font-size: 30px;
  }
  .joinPage .sec01 .inner .photo {
    width: 100px;
    left: inherit;
    margin-left: 0;
    right: 0;
    bottom: 10px;
  }
  .joinPage .sec01 .txtinn {
    display: block;
  }
  .joinPage .sec01 .txtinn .lbox {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
  .joinPage .sec01 .txtinn .rbox {
    max-width: inherit;
    text-align: center;
  }
  .joinPage .sec01 .txtinn .rbox h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .joinPage .sec01 .txtinn .rbox p {
    font-size: 15px;
  }
  .joinPage .sec02 {
    margin-bottom: 40px;
  }
  .joinPage .sec02 .topbox {
    margin-bottom: 20px;
    display: block;
  }
  .joinPage .sec02 .topbox .ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .joinPage .sec02 .topbox .txt {
    line-height: 1.6;
    font-size: 18px;
  }
  .joinPage .sec02 ul {
    display: block;
  }
  .joinPage .sec02 ul li {
    width: auto;
    margin: 15px 0 0;
  }
  .joinPage .sec02 ul a {
    padding: 10px 15px;
    height: auto;
  }
  .joinPage .sec02 ul .name {
    font-size: 18px;
  }
  .joindetailPage .comTop .toptxt {
    top: 90px;
  }
  .joindetailPage .comTop .toptxt .txt {
    max-width: inherit;
  }
  .joindetailPage .comTop .toptxt .time {
    font-size: 16px;
  }
  .joindetailPage .comTop .toptxt .ttl {
    font-size: 20px;
  }
  .joindetailPage .topul {
    padding: 20px 0;
  }
  .joindetailPage .topul li {
    font-size: 16px;
    min-width: inherit;
    padding: 0 15px;
  }
  .joindetailPage .info {
    margin-bottom: 20px;
  }
  .joindetailPage .info h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .joindetailPage .comTeam {
    margin-top: 40px;
  }
  .joindetailPage .linkbtn a {
    font-size: 16px;
    width: 160px;
    padding: 10px 0;
  }
}