@charset "UTF-8";
/* #region 初始化 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
}
body,table,input,textarea,select,option {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
ol,ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
dl,dd,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
button,input,optgroup,select,textarea {
	color: inherit;
	outline: none;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.sp {display: none !important;}
}
/* #region */
.comWidth {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 100;left: 0;display: none;}
#toolbar .list{display: flex;}
#toolbar .list li{width: 33.33%;background-color: #FC4400;border-radius: 8rem;}
#toolbar .list li:nth-child(2){background-color: #1AAD19;}
#toolbar .list li:nth-child(3){background-color: #0069FF;}
#toolbar .list a{display: flex;align-items: center;justify-content: center;font-size: 1.28rem;color: #fff;padding: .8rem 0;}
#toolbar .list img{width: 2.08rem;margin-right: .4rem;}
#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: 24rem;height: 24rem;padding: 1.6rem .8rem;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:.8rem;box-sizing: border-box;margin: -12rem auto 0;}
#wxnr img{width: 10.8rem;height: 10.8rem;display: block;margin: 0 auto;}
#wxnr p{font-size: 1.12rem;text-align:center;line-height: 2.4rem;}
#wxnr i{position: absolute;top: .4rem;right:.4rem;width: 1.6rem;height: 1.6rem;font-size: 1.12rem;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 .4rem;background-color: #1AAD19;color:#fff;border-radius: .4rem;cursor:pointer;}
#weixin{position: fixed;top: 50%;margin-top: -2.08rem;z-index: 9999999;font-size: 1.28rem;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: .4rem;display: none;line-height: 4rem;}
#container {
    padding-top: 4rem;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .hlox {
    display: flex;
    align-items: center;
}
#header .logo {
    width: 11rem;
    margin-right: 1.8vw;
}
#header .nav {
    display: flex;
}
#header .nav > li {
    position: relative;
}
#header .nav > li > a {
    font-size: .9rem;
    display: block;
    padding: 0 1.5vw;
    height: 4rem;
    line-height: 4rem;
}
#header .nav > li.on > a,
#header .nav > li > a:hover {
    color: #0271bd;
}
#header .navopen {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
#header .nav > li:hover .navopen {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}
#header .navopen .prolist,
#header .navopen .list {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #0271bd;
    border-radius: 5px;
}
#header .navopen .proone > a,
#header .navopen .list a {
    display: block;
    font-size: .9rem;
    padding: .55rem 1.3rem;
    white-space: nowrap;
    text-align: center;
}
#header .navopen .proone:hover > a,
#header .navopen .list a:hover {
    color: #fff;
    background-color: #0271bd;
}
#header .navopen .proone {
    position: relative;
}
#header .navopen .protwo {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #0271bd;
    border-radius: 0 5px 5px 5px;
    padding: .4rem 0;
}
#header .navopen .proone:hover .protwo {
    display: block;
}
#header .navopen .protwo a {
    display: block;
    font-size: .85rem;
    white-space: nowrap;
    padding: .4rem 1.3rem;
    color: #fff;
}
#header .navopen .protwo a:hover {
    text-decoration: underline;
}
#header .hrox {
    display: flex;
    align-items: center;
}
#header .tel {
    font-size: 1.2rem;
    color: #0271bd;
    display: flex;
    align-items: center;
}
#header .tel img {
    width: 1.4rem;
    margin-right: .3rem;
}
#header .gzh {
    margin-left: 1.8vw;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background: #0271bd url("../img/sp-wx.png") no-repeat center center;
    background-size: 55% auto;
    position: relative;
}
#header .gzh .hide {
    width: 12rem;
    padding: .5rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-top: 2px solid #0271bd;
}
#header .gzh:hover .hide {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
}
#header .gzh .code {
    width: 50%;
}
#header .gzh .txt {
    width: 48%;
    font-size: .8rem;
}
#header .gzh .txt span {
    display: block;
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.idxbanner .swiper-slide img {
    width: 100%;
    transform: scale(1.2);
    transition: transform 2s ease;
}
.idxbanner .swiper-slide-active img {
    transform: none;
}
.idxbanner .swiper-pagination-bullet {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    opacity: 1;
    background: none;
    margin: 0 .5rem !important;
}
.idxbanner .swiper-pagination-bullet:before,
.idxbanner .swiper-pagination-bullet:after {
    width: .4rem;
    height: .4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    content: "";
}
.idxbanner .swiper-pagination-bullet:before {
    background-color: #fff;
    transition: all .3s ease-out;
    z-index: 2;
}
.idxbanner .swiper-pagination-bullet:after {
    background-color: rgba(252,255,255,0.2);
    opacity: 0;
    transition: all .4s ease-out;
    z-index: 1;
}
.idxbanner .swiper-pagination-bullet-active {
    pointer-events: none;
}
.idxbanner .swiper-pagination-bullet-active:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.comTit {
    margin-bottom: 2rem;
    position: relative;
}
.comTit:before {
    position: absolute;
    left: -1rem;
    top: -1rem;
    content: "";
    background: url("../img/ico1.png") no-repeat;
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    opacity: 0.1;
}
.comTit .cn {
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.comTit .en {
    font-size: .7rem;
    color: #999;
    font-family: Arial;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.idx01 {
    padding: 5rem 0;
    background: url("../img/bg1.jpg") no-repeat center bottom;
    background-size: cover;
}
.idx01 .innerbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.idx01 .lbox {
    width: 30%;
}
.idx01 .lbox ul {
    margin-bottom: 2.5rem;
}
.idx01 .lbox ul li {
    margin-bottom: 1rem;
}
.idx01 .lbox ul a {
    display: block;
    padding-left: 1rem;
}
.idx01 .lbox ul h3 {
    font-size: 1.2rem;
    display: inline-block;
    color: #666;
    position: relative;
    padding-right: 1rem;
}
.idx01 .lbox ul h3:before {
    position: absolute;
    left: -1rem;
    top: 50%;
    margin-top: -0.2rem;
    width: .4rem;
    height: .4rem;
    content: "";
    border-radius: 100%;
    background-color: #c7c7c7;
    -webkit-transition: all .5s;transition: all .5s;
}
.idx01 .lbox ul .active h3 {
    color: #000;
}
.idx01 .lbox ul .active h3:before {
    background-color: #0271bd;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.idx01 .lbox ul h3:after {
    position: absolute;
    left: 150%;
    top: 50%;
    content: "";
    width: 0;
    height: 1px;
    background: url("../img/line1.png") no-repeat;
    background-size: 100% 1px;
    -webkit-transition: all .5s;transition: all .5s;
}
.idx01 .lbox ul .active h3:after {
    width: 15rem;
    left: 100%;
}
.idx01 .lbox ul .en {
    text-transform: uppercase;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.15);
    display: block;
    line-height: 1;
}
.idx01 .rbox {
    width: 65%;
}
.idx01 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.idx01 .swiper-slide .photo {
    opacity: 0;
    width: 50%;
    position: relative;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.idx01 .swiper-slide .photo img {
    width: auto;
    height: auto;
    max-width: 86%;
    max-height: 86%;
}
.idx01 .swiper-slide .txtbox {
    opacity: 0;
    width: 45%;
}
.idx01 .swiper-slide-active .photo,
.idx01 .swiper-slide-active .txtbox {
    opacity: 1;
}
.idx01 .swiper-slide .txtbox .type {
    font-size: 1rem;
    color: #0271bd;
}
.idx01 .swiper-slide .txtbox h3 {
    font-size: 1.7rem;
    margin: .5rem 0 1.3rem;
    font-weight: bold;
}
.idx01 .swiper-slide .txtbox h3 a {
    display: block;
}
.idx01 .swiper-slide .txtbox h3 a:hover {
    color: #0271bd;
}
.idx01 .swiper-slide .txtbox p {
    font-size: .8rem;
    line-height: 1.9;
    margin-bottom: 2.5rem;
}
.idx01 .swiper-slide .txtbox .link a {
    font-size: .8rem;
    color: #0271bd;
    border-bottom: 2px solid #0271bd;
}
.idx01 .swiper-slide .txtbox .link a:hover {
    letter-spacing: 1.5px;
}
.comMore a {
    display: block;
    color: #fff;
    background-color: #0271bd;
    text-align: center;
    width: 7.5rem;
    padding: .6rem;
    font-size: .8rem;
    border-radius: 50px;
    position: relative;
}
.comMore a:before,
.comMore a:after {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.comMore a:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0271bd 20%, transparent 30%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0271bd 15%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%);
  background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.comMore a:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0271bd 15%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%), radial-gradient(circle, #0271bd 20%, transparent 20%);
  background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.comMore a:hover:before {
  display: block;
  -webkit-animation: topdong ease-in-out 0.95s infinite forwards;
  animation: topdong ease-in-out 0.95s infinite forwards;
}
.comMore a:hover:after {
  display: block;
  -webkit-animation: btmdong ease-in-out 0.95s infinite forwards;
  animation: btmdong ease-in-out 0.95s infinite forwards;
}
@-webkit-keyframes topdong {
  0% {background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;}
  50% {background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;}
  100% {background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;}
}
@keyframes topdong {
  0% {background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;}
  50% {background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;}
  100% {background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;}
}
@-webkit-keyframes btmdong {
  0% {background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;}
  50% {background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;}
  100% {background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;}
}
@keyframes btmdong {
  0% {background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;}
  50% {background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;}
  100% {background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;}
}
.idx02 {
    margin: 5rem 0;
}
.idx02 .topbox {
    text-align: center;
    margin-bottom: 2rem;
}
.idx02 .comTit {
    display: inline-block;
}
.idx02 .topbox p {
    font-size: .9rem;
    line-height: 1.8;
}
.idx02 .topbox .arrow {
    width: 2rem;
    margin: 1rem auto 0;
    opacity: 0.7;
}
.idx02 .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.idx02 .swiper .photo {
    width: 48%;
    height: 25rem;
}
.idx02 .swiper .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 3rem;
}
.idx02 .swiper .txtbox {
    width: 47%;
    padding-right: 2rem;
}
.idx02 .swiper .num {
    font-size: 4rem;
    color: #eae9e9;
    margin-bottom: .5rem;
}
.idx02 .swiper .ttl {
    font-size: 1.5rem;
    color: #0271bd;
    font-weight: bold;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: .7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.idx02 .swiper .ttl:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 4rem;
    height: 0.1rem;
    background-color: #0271bd;
}
.idx02 .swiper p {
    font-size: .8rem;
    color: #666;
    line-height: 2;
    margin-bottom: 3rem;
}
.idx03 {
    margin-bottom: 5rem;
    padding: 5rem 0;
    background: url("../img/bg2.jpg") no-repeat center center;
    background-size: cover;
}
.idx03 .text p {
    font-size: .85rem;
    line-height: 2.2;
}
.idx03 ul {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}
.idx03 ul .icon {
    width: 2.4rem;
    margin: 0 auto 0.5rem;
}
.idx03 ul p {
    text-align: center;
    font-size: .9rem;
}
.idx03 ul li {
    width: 14%;
    padding: 1.5rem 1rem;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0 2rem;
}
.idx04 .swiper a {
    display: block;
}
.idx04 .swiper .ttl {
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 1rem;
    -webkit-transition: all .5s;transition: all .5s;
}
.idx04 .swiper .photo {
    height: 13rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.idx04 .swiper .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    border-radius: 10px 10px 0 0;
}
.idx04 .swiper a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.idx04 .swiper p {
    font-size: .8rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
.idx04 .swiper .link {
    color: #0271bd;
    font-size: .8rem;
    text-decoration: underline;
    -webkit-transition: all .5s;transition: all .5s;
}
.idx04 .swiper a:hover .link {
    letter-spacing: 1.5px;
}
.idx04 .swiper a:hover .ttl {
    color: #0271bd;
}
.idx04 .slidebox {
    position: relative;
}
.idx04 .swiper-button-next:after,
.idx04 .swiper-button-prev:after {
    display: none;
}
.idx04 .swiper-button-next,
.idx04 .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    background-size: 1rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    top: 0;
    margin-top: -5rem;
    -webkit-transition: all .5s;transition: all .5s;
}
.idx04 .swiper-button-next {
    right: 0;
    background-image: url("../img/ico9.png");
}
.idx04 .swiper-button-prev {
    left: inherit;
    right: 4.2rem;
    background-image: url("../img/ico8.png");
}
.idx04 .swiper-button-next:hover,
.idx04 .swiper-button-prev:hover {
    border-color: #0271bd;
}
#footer {
    margin-top: 5rem;
    background: url("../img/bg3.jpg") no-repeat center center;
    background-size: cover;
}
#footer .finn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}
#footer .flogo {
    width: 11rem;
}
#footer .copyright {
    font-size: .7rem;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#footer .copyright img {
  width: .7rem;
  display: inline-block;
  margin: -0.1rem 0.1rem 0 0;
}
#footer .flox li {
    margin-bottom: .5rem;
    color: rgba(255,255,255,0.9);
    font-size: .8rem;
}
#footer .flox li:first-child {
    position: relative;
    padding-left: 2.4rem;    
}
#footer .flox li:first-child img {
    width: 2rem;
    position: absolute;
    left: 0;
    top: .5rem;
}
#footer .flox li:first-child span {
    display: block;
}
#footer .flox li:first-child a {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
}
#footer .flox li:last-child {
    font-size: .7rem;
    color: rgba(255,255,255,0.3);
}
#footer .frox {
    width: 21rem;
}
#footer .frox .fttl {
    color: #fff;
    font-size: .85rem;
    margin-bottom: 1rem;
}
#footer .search {
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0.25rem;
    border-radius: 3rem;
}
#footer .search input {
    width: 100%;
	height: 2.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .85rem;
	color: #fff;
	padding: 0 6rem 0 2rem;
    background: url("../img/ico10.png") no-repeat left 0.4rem center;
    background-size: 1rem auto;
}
#footer .search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0.25rem;
	bottom: 0.25rem;
	top: 0.25rem;
	width: 5rem;
    background-color: #0271bd;
    border-radius: 3rem;
    font-size: .85rem;
    color: #fff;
    cursor: pointer;
}
.friendlink {
    margin: 5rem 0 -4rem;
    font-size: .8rem;
    color: #666;
}
.friendlink img {
    width: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.2rem .2rem 0 0;
    opacity: 0.6;
}
.friendlink a {
    display: inline-block;
}
.friendlink a:hover {
    text-decoration: underline;
}
.comCode {
    position: fixed;
    right: .8rem;
    bottom: 23%;
    width: 6.5rem;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.comCode .txt {
    color: #fff;
    text-align: center;
    background-color: #4CAF50;
    font-size: .8rem;
    padding: .4rem 0;
}
.comCode ul {
    padding: .8rem .5rem;
}
.comCode li p {
    font-size: .7rem;
    white-space: nowrap;
    margin-bottom: .2rem;
}
.backTop {
    display: none;
}
.backTop.show {
    display: block;
}
.backTop a {
    text-align: center;
    font-size: .7rem;
    padding: 1rem 0 .5rem;
    display: block;
    background: url("../img/top1.png") no-repeat center top;
    background-size: auto 1rem;
    color: #666;
}
.backTop a:hover {
    color: #4CAF50;
    background-image: url("../img/top2.png");
}
.comTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #e5e5e5;
    padding: 3rem 0 0.6rem;
    margin-bottom: 3rem;
}
.comTop .path {
    font-size: .8rem;
    color: #666;
    background: url("../img/ico12.png") no-repeat left center;
    background-size: .7rem auto;
    padding-left: 1rem;
}
.comTop .path a:hover {
    color: #0271bd;
}
.comTop h2 {
    font-size: 1.4rem;
    background: url("../img/ico13.png") no-repeat left center;
    background-size: 1.6rem auto;
    padding-left: 2rem;
    font-weight: bold;
}
.pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination a {
	margin: 0 .15rem .25rem;
	display: inline-block;
	padding: .4rem .4rem;
	box-sizing: border-box;
	min-width: 2rem;
	text-align: center;
	border-radius: .5rem;
    font-size: .8rem;
    border: 1px solid #ddd;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
    border-color: #0271bd;
}
.newsPage .listul {
    display: flex;
    flex-wrap: wrap;
}
.newsPage .listul li {
    width: 31.6%;
    margin: 0 2.6% 2rem 0;
}
.newsPage .listul li:nth-child(3n) {
    margin-right: 0;
}
.newsPage .listul a {
    display: block;
    position: relative;
}
.newsPage .listul .photo {
    height: 15rem;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
}
.newsPage .listul .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    border-radius: 10px 10px 0 0;
}
.newsPage .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsPage .listul h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul p {
    font-size: .8rem;
    color: #666;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsPage .listul .link {
    color: #0271bd;
    font-size: .8rem;
    text-decoration: underline;
    -webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul a:hover h2 {
    color: #0271bd;
}
.newsPage .listul a:hover .link {
    letter-spacing: 1.5px;
}
.newsPage .listul .time {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/ico14.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .7rem;
    line-height: 1.2;
    height: 4.6rem;
    width: 4.8rem;
    -webkit-transition: all .5s;transition: all .5s;
    z-index: 2;
    padding: 0.5rem 0 0 0.5rem;
    border-radius: 0 10px 0 0;
}
.newsPage .listul .time span {
    display: block;
    font-size: 1.6rem;
}
.newsPage .listul a:hover .time {
    opacity: 1;
}
.detailPage h1 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.detailPage .noteul {
    background-color: #f7f8f9;
    display: flex;
    justify-content: center;
    padding: .6rem 0;
    margin-bottom: 2.5rem;
}
.detailPage .noteul li {
    margin: 0 1rem;
    font-size: .8rem;
    color: #666;
}
.detailPage .info {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.detailPage .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.detailPage .info img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}
.detailPage .info table {
	width: 100% !important;
}
.detailPage .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.detailPage .info table th,
.detailPage .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.detailPage .info a,
.detailPage .info a * {
    color: #0271bd !important;
    text-decoration: underline;
    font-weight: bold;
}
.comPageList {
    margin-top: 3rem;
}
.comPageList li:first-child {
    margin-bottom: 0.5rem;
}
.comPageList a {
    font-size: .9rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comPageList span {
    margin-right: 1rem;
    display: inline-block;
    background-color: #f7f8f9;
    padding: .5rem 2rem;
    -webkit-transition: all .5s;transition: all .5s;
    border-radius: 3rem 0 0 3rem;
}
.comPageList a:hover {
    color: #0271bd;
}
.comPageList a:hover span {
    background-color: #0271bd;
    color: #fff;
}
.comProut,
.comOther {
    margin-top: 5rem;
}
.comProut h2,
.comOther h2 {
    font-size: 1.3rem;
    border-bottom: 1px solid #e5e5e5;
    background: url("../img/ico15.png") no-repeat left top .3rem;
    background-size: 1.4rem auto;
    padding: 0 0 0.5rem 1.9rem;
    margin-bottom: 1rem;
}
.comOther ul {
    display: flex;
}
.comOther li {
    width: 23.5%;
    margin-right: 2%;
}
.comOther li:nth-child(4n) {
    margin-right: 0;
}
.comOther li .photo {
    height: 12rem;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.comOther li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comOther li a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.comOther li p {
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comProut li a,
.comOther li a {
    display: block;
}
.comProut li a:hover p,
.comOther li a:hover p {
    color: #0271bd;
}
.comProut ul {
    display: flex;
}
.comProut li {
    width: 23.5%;
    margin-right: 2%;
}
.comProut li:nth-child(4n) {
    margin-right: 0;
}
.comProut li .photo {
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f8f9;
    margin-bottom: 0.5rem;
    border-radius: 10px 10px 0 0;
}
.comProut li .photo img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comProut li a:hover .photo img {
    -webkit-transform: scale(1.05) translateY(-10px);
	transform: scale(1.05) translateY(-10px);
}
.comProut li p {
    text-align: center;
    font-size: .9rem;
}
.contactPage .listul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.contactPage .listul li {
    padding: 1rem 2rem;
}
.contactPage .listul .box1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.contactPage .listul .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0271bd;
    border-radius: 100%;
    margin-right: 1rem;
}
.contactPage .listul .icon img {
    width: 50%;
}
.contactPage .listul .box1 p {
    font-size: 1.2rem;
}
.contactPage .listul .box1 p span {
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: .8rem;
}
.contactPage .listul .box2 {
    font-size: 1.1rem;
}
.contactPage .listul .box2 a {
    font-size: 1.3rem;
}
.contactPage .listul .box2 p {
    font-size: .8rem;
}
.contactPage .map {
    margin-bottom: 4rem;
}
.contactPage .map img {
    width: 100%;
    border-radius: 30px;
}
.contactPage .formbox .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.contactPage .formbox .ttl span {
    display: block;
    font-size: 1rem;
    color: #0271bd;
}
.contactPage .formbox .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactPage .formbox .item {
    width: 48%;
    margin-bottom: 2.5rem;
}
.contactPage .formbox .item p {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.contactPage .formbox input {
    width: 100%;
    height: 3rem;
    border-bottom: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-size: .8rem;
}
.contactPage .formbox button {
    width: 15rem;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    background-color: #0271bd;
    color: #fff;
    text-align: center;
    padding: 1rem .5rem;
    font-size: .9rem;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
}
.contactPage .formbox input:focus {
    border-color: #0271bd;
}
.casePage .listul li {
    margin-bottom: 3rem;
}
.casePage .listul a {
    position: relative;
    display: block;
    padding-top: 3rem;
}
.casePage .listul .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.casePage .listul .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    border-radius: 10px 10px 0 0;
}
.casePage .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.casePage .listul .txtbox {
    width: 50%;
    margin-left: 50%;
    background-color: #f7f8f9;
    padding: 2.5rem 2rem;
}
.casePage .listul h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.casePage .listul .txtbox p {
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.casePage .listul li:nth-child(2n) .photo {
    left: inherit;
    right: 0;
}
.casePage .listul li:nth-child(2n) .txtbox {
    margin-left: 0;
}
.casePage .listul .link {
    font-size: .8rem;
    margin-top: 3rem;
    text-decoration: underline;
    color: #0271bd;
}
.casePage .listul a:hover h2 {
    color: #0271bd;
}
.aboutPage .abttl {
    font-size: 2rem;
    margin-bottom: 4rem;
}
.aboutPage .abttl span {
    margin-top: -1.5rem;
    font-size: 3rem;
    line-height: 1;
    display: block;
    color: rgba(2, 113, 189,0.2);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: 6px;
}
.aboutPage .box1 {
    padding: 1rem 0 2rem;
    display: flex;
    justify-content: space-between;
}
.aboutPage .box1 .lbox {
    width: 45%;
}
.aboutPage .box1 .lbox p {
    font-size: 1.5rem;
    position: relative;
    padding-left: 3.5rem;
}
.aboutPage .box1 .lbox p:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '“';
    font-size: 4rem;
    font-weight: bold;
    color: #0271bd;
    line-height: 1;
}
.aboutPage .box1 .rbox {
    width: 50%;
}
.aboutPage .box1 .rbox p {
    font-size: .85rem;
    line-height: 2.2;
    margin-bottom: 1.5rem;
}
.aboutPage .box2 {
    margin-bottom: 3rem;    
    background: url("../img/bg4.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 5rem 5% 7rem;
    position: relative;
}
.aboutPage .box2:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: 2rem;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    z-index: 1;
}
.aboutPage .box2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100%;
    height: 2rem;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 1;
}
.aboutPage .box2 h2 {
    text-align: center;
}
.aboutPage .box2 ul {
    display: flex;
    justify-content: space-between;
}
.aboutPage .box2 ul li {
    width: 24%;
    font-size: .85rem;
    padding: 1.5rem 1rem;
    background-color: rgba(240, 245, 249,0.9);
    text-align: center;
}
.aboutPage .box2 ul li:nth-child(2) {
    background-color: rgba(245, 240, 240,0.9);
}
.aboutPage .box2 ul li:nth-child(3) {
    background-color: rgba(240, 245, 240,0.8);
}
.aboutPage .box2 ul li:nth-child(4) {
    background-color: rgba(249, 245, 240,0.8);
}
.aboutPage .box2 ul span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.aboutPage .box2 ul img {
    width: 2.5rem;
    margin-bottom: .5rem;
}
.aboutPage .box3 .photo {
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutPage .box3 .photo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.aboutPage .box3 p {
    text-align: center;
    font-size: .9rem;
    margin-top: .5rem;
}
.productPage .inner {
    display: flex;
}
.productPage .sidebar {
    width: 25%;
    padding-right: 5%;
}
.productPage .spro > li {
    margin-bottom: 0.5rem;
    background-color: #f7f8f9;
}
.productPage .spro .txt {
    font-size: 0.95rem;
    padding: 1rem 2.5rem 1rem 1rem;
    background: url("../img/ico9.png") no-repeat right 1rem center;
    background-size: 0.8rem auto;
}
.productPage .spro > li.on .txt {
    background-image: url("../img/ico9-d.png");
}
.productPage .spro > li.on {
    background-color: rgba(2, 113, 189,0.1);
}
.productPage .sproul {
    display: none;
    padding: 0 0 0.5rem;
}
.productPage .spro li.on .sproul {
    display: block;
}
.productPage .sproul a {
    display: block;
    font-size: .85rem;
    padding: 0 1rem 0.5rem;
}
.productPage .sproul a:hover,
.productPage .sproul .on a {
    color: #0271bd;
}
.productPage .snews {
    margin-top: 3rem;
}
.productPage .snews .ttl {
    font-size: 1.2rem;
    border-bottom: 1px solid #e5e5e5;
    background: url("../img/ico15.png") no-repeat left top .3rem;
    background-size: 1.3rem auto;
    padding: 0 0 0.5rem 1.8rem;
    margin-bottom: 1rem;
}
.productPage .snews ul li {
    margin-bottom: 1rem;
}
.productPage .snews ul a {
    font-size: .85rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productPage .snews ul a:hover {
    text-decoration: underline;
}
.productPage .snews ul span {
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
    margin: -0.15rem 0.4rem 0 0;
    color: #fff;
    background-color: #D32F2F;
    padding: 0 .3rem;
    font-size: 0.7rem;
}
.productPage .snews ul li:nth-child(2) span {
    background-color: #F57C00;
}
.productPage .snews ul li:nth-child(3) span {
    background-color: #FFB300;
}
.productPage .snews ul li:nth-child(4) span {
    background-color: #388E3C;
}
.productPage .snews ul li:nth-child(5) span {
    background-color: #B55BDB;
}
.productPage .conts {
    width: 75%;
}
.productPage .conts ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.productPage .conts li {
    width: 33.33%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.productPage .conts ul a {
    display: block;
    height: 100%;
    padding: 2rem 2rem;
}
.productPage .conts ul .photo {
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}
.productPage .conts ul .photo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.productPage .conts ul .num {
    color: #0271bd;
    border: 1px solid #0271bd;
    border-radius: 3rem;
    display: inline-block;
    font-size: .75rem;
    padding: .3rem 1rem;
    -webkit-transition: all .5s;transition: all .5s;
}
.productPage .conts ul h2 {
    font-size: 1rem;
}
.productPage .conts ul a:hover .num {
    background-color: #0271bd;
    color: #fff;
}
.productPage .conts ul a:hover h2 {
    color: #0271bd;
}
.prodetailPage .topbox {
    padding: 2rem 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("../img/bg5.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    margin-bottom: 4rem;
}
.prodetailPage .topbox .txtbox {
    width: 55%;
}
.prodetailPage .topbox h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.prodetailPage .topbox .txtul li {
    font-size: 0.9rem;
    color: #666;
}
.prodetailPage .topbox  .linkul {
    margin-top: 3rem;
    display: flex;
}
.prodetailPage .topbox  .linkul a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: 1px solid #0271bd;
    border-radius: 5rem;
    color: #0271bd;
    padding: 0.8rem 2rem;
}
.prodetailPage .topbox  .linkul img {
    width: 1.4rem;
    margin-right: 0.5rem;
}
.prodetailPage .topbox  .linkul li:first-child {
    margin-right: 1rem;
}
.prodetailPage .topbox  .linkul li:first-child a {
    background-color: #0271bd;
    color: #fff;
}
.prodetailPage .topbox .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    width: 40%;
}
.prodetailPage .topbox .photo img {
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 90%;
}
.prodetailPage .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.prodetailPage .inner .fixbox {
    width: 20%;
    position: sticky;
    left: 0;
    top: 6rem;
}
.prodetailPage .inner .fixbox li {
    margin-bottom: .5rem;
}
.prodetailPage .inner .fixbox a {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
    border-radius: 30px 0 0 30px;
}
.prodetailPage .inner .fixbox a:hover {
    color: #0271bd;
}
.prodetailPage .inner .fixbox .act a {
    background-color: #f7f8f9;
    color: #0271bd;
    font-weight: bold;
}
.prodetailPage .inner .txtbox {
    width: 75%;
}
.prodetailPage .inner .info,
.prodetailPage .inner .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.prodetailPage .inner .box:not(:last-child) {
    margin-bottom: 3.5rem;
}
.prodetailPage .inner .ttl {
    font-size: 1.4rem;
    margin-bottom: .8rem;
}
.prodetailPage .inner .ttl span {
    font-size: .8rem;
    color: #666;
    text-transform: uppercase;
}
.prodetailPage .inner .info table {
	border-collapse: collapse;
	width: 100% !important;
}
.prodetailPage .inner .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.prodetailPage .inner .info table th,
.prodetailPage .inner .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.prodetailPage .inner .info table tr:hover {
    cursor: pointer;
    background-color: rgba(2, 113, 189,0.2);
}
.prodetailPage .inner .info img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}
.prodetailPage .inner #box2 .info li {
    position: relative;
    padding-left: 1rem;
}
.prodetailPage .inner #box2 .info li:before {
    position: absolute;
    left: 0;
    top: .7rem;
    width: .4rem;
    height: .4rem;
    content: "";
    background-color: #cbced0;
}
.searchPage ul {
    display: flex;
    flex-wrap: wrap;
}
.searchPage ul li {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.searchPage ul li:nth-child(4n) {
    border-right: none;
}
.searchPage ul a {
    display: block;
    height: 100%;
    padding: 1.5rem 8%;
}
.searchPage ul .photo {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}
.searchPage ul .photo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.searchPage ul .num {
    color: #0271bd;
    border: 1px solid #0271bd;
    border-radius: 3rem;
    display: inline-block;
    font-size: .75rem;
    padding: .3rem 1rem;
    -webkit-transition: all .5s;transition: all .5s;
}
.searchPage ul h2 {
    font-size: 0.95rem;
}
.searchPage ul a:hover .num {
    background-color: #0271bd;
    color: #fff;
}
.searchPage ul a:hover h2 {
    color: #0271bd;
}
@media screen and (min-width: 1540px) {html,body {font-size: 20px;}}
@media screen and (max-width: 1539px) {html,body {font-size: 19px;}}
@media screen and (max-width: 1299px) {
	html,body {font-size: 18px;}
	/* #region */
    #header {padding: 0 2%;}
    #header .logo {width: 10rem;margin-right: 1vw;}
    #header .nav > li > a {padding: 0 1vw;}
    #header .gzh {margin-left: 1vw;}
    #footer .frox {width: 19rem;}
    .productPage .sidebar {padding-right: 4%;}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {.comWidth {width: 95%;padding-left: 0;padding-right: 0;}}
@media screen and (max-width: 768px) {
    body {font-size: inherit !important;}
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
	#toolbar{display: block;}
	/* #region */
    #container {
        padding-top: 4.9rem;
    }
    #header {
        padding: 1rem;
        display: block;
    }
    #header .hlox {
        display: block;
    }
    #header .logo {
        width: 15rem;
        margin-right: 0;
    }
    #header .menu {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -1.8rem;
        width: 3.6rem;
        padding: .8rem;
        transition: ease-out .36s;
    }
    #header .menu.on {
        transform: rotate(90deg);
    }
    #header .menu-shadow {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 600;
    }
    #header .nav {
        position: fixed;
        left: -101%;
        top: 0;
        width: 60%;
        height: 100vh;
        background-color: #fff;
        padding: 1rem 0;
        transition: ease-out .36s;
        z-index: 666;
        overflow-y: auto;
        display: block;
    }
     #header .nav.on {
        left: 0;
    }
    #header .nav > li {
        position: static;
    }
    #header .nav > li > a {
        font-size: 1.44rem;
        display: block;
        padding: 1rem;
        height: auto;
        line-height: 1.5;
    }
    #header .navopen {
        position: static;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    #header .nav > li:hover .navopen {
        -webkit-transform: none;
        transform: none;
    }
    #header .navopen .prolist,
    #header .navopen .list {
        box-shadow: none;
        border-top-width: 1px;
        background-color: #f7f8f9;
        margin-bottom: 1rem;
    }
    #header .navopen .proone > a,
    #header .navopen .list a {
        font-size: 1.28rem;
        padding: .55rem 1rem;
        white-space: normal;
        text-align: left;
    }
    #header .navopen .protwo {
        display: none !important;
    }
    #header .hrox {
        display: none;
    }
    .comTit {
        margin-bottom: 1.6rem;
    }
    .comTit:before {
        left: -0.5rem;
        top: -0.5rem;
    }
    .comTit .en {
        font-size: 1.12rem;
    }
    .idx01 {
        padding: 3.2rem 0;
        position: relative;
    }
    .idx01 .innerbox {
        display: block;
    }
    .idx01 .lbox {
        width: auto;
    }
    .idx01 .lbox ul {
        display: none;
    }
    .idx01 .rbox {
        width: auto;
    }
    .idx01 .swiper-slide {
        display: block;
    }
    .idx01 .swiper-slide .photo {
        width: auto;
        height: 20rem;
    }
    .idx01 .swiper-slide .photo img {
        max-width: 90%;
        max-height: 90%;
    }
    .idx01 .swiper-slide .txtbox {
        width: auto;
    }
    .idx01 .swiper-slide .txtbox .type {
        font-size: 1.2rem;
        text-align: center;
    }
    .idx01 .swiper-slide .txtbox h3 {
        font-size: 1.7rem;
        margin: .3rem 0 1rem;
        text-align: center;
    }
    .idx01 .swiper-slide .txtbox p {
        font-size: 1.12rem;
        line-height: 1.7;
        margin-bottom: 1.6rem;
    }
    .idx01 .swiper-slide .txtbox .link {
        text-align: center;
    }
    .idx01 .swiper-slide .txtbox .link a {
        font-size: 1.12rem;
    }
    .idx01 .comMore {
        position: absolute;
        right: 2.2rem;
        top: 4rem;
    }
    .comMore a {
        width: 9rem;
        padding: .7rem;
        font-size: 1.12rem;
    }
    .idx02 {
        margin: 3.2rem 0;
    }
    .idx02 .topbox {
        margin-bottom: 1.6rem;
    }
    .idx02 .topbox p {
        font-size: 1.28rem;
        line-height: 1.7;
    }
    .idx02 .swiper-slide {
        display: block;
    }
    .idx02 .swiper .photo {
        width: auto;
        height: 20rem;
        padding: 0 1rem;
    }
    .idx02 .swiper .txtbox {
        width: auto;
        padding: 0 1rem;
    }
    .idx02 .swiper .num {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .idx02 .swiper .ttl {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        padding-bottom: .5rem;
    }
    .idx02 .swiper p {
        font-size: 1.12rem;
        line-height: 1.7;
        margin-bottom: 1.6rem;
    }
    .idx02 .comMore {
        text-align: center;
    }
    .idx02 .comMore a {
        display: inline-block;
    }
    .idx03 {
        margin-bottom: 3.2rem;
        padding: 3.2rem 0;
    }
    .idx03 .text p {
        font-size: 1.28rem;
        line-height: 2;
    }
    .idx03 ul {
        margin-top: 1.6rem;
        flex-wrap: wrap;
    }
    .idx03 ul p {
        font-size: 1.2rem;
    }
    .idx03 ul li {
        width: 31%;
        margin-top: 1rem;
    }
    .idx04 .swiper .ttl {
        font-size: 1.44rem;
    }
    .idx04 .swiper .photo {
        height: 17rem;
    }
    .idx04 .swiper p {
        font-size: 1.12rem;
        margin-bottom: 1rem;
    }
    .idx04 .swiper .link {
        font-size: 1.12rem;
    }
    #footer {
        margin-top: 3.2rem;
    }
    #footer .finn {
        display: block;
        padding: 2.5rem 0;
    }
    #footer .flogo {
        display: none;
    }
    #footer .copyright {
        font-size: 1.12rem;
        padding: 1rem 0 4.5rem;
    }
    #footer .flox li {
        font-size: 1.28rem;
    }
    #footer .flox li:first-child a {
        font-size: 1.8rem;
    }
    #footer .flox li:last-child {
        font-size: 1.12rem;
    }
    #footer .frox {
        width: auto;
        margin-top: 2rem;
    }
    #footer .frox .fttl {
        font-size: 1.28rem;
        text-align: center;
    }
    #footer .search input {
        height: 3.6rem;
        font-size: 1.28rem;
        padding: 0 8rem 0 2.2rem;
        background-size: 1.2rem auto;
    }
    #footer .search button {
        width: 7rem;
        font-size: 1.28rem;
    }
    .friendlink {
        margin: 3.2rem 0 -2.6rem;
        font-size: 1.12rem;
    }
    .comCode {
        display: none;
    }
    .comTop {
        display: block;
        padding: 2.5rem 0 0.6rem;
        margin-bottom: 2rem;
    }
    .comTop .path {
        display: none;
    }
    .comTop h2 {
        font-size: 1.6rem;
    }
    .pagination {
        margin-top: 1.6rem;
    }
    .pagination a {
        min-width: 2.64rem;
        font-size: 1.12rem;
    }
    .newsPage .listul {
        display: block;
    }
    .newsPage .listul li {
        width: auto;
        margin: 0 0 2rem;
    }
    .newsPage .listul h2 {
        font-size: 1.36rem;
    }
    .newsPage .listul p {
        font-size: 1.12rem;
    }
    .newsPage .listul .link {
        font-size: 1.12rem;
    }
    .newsPage .listul .time {
        opacity: 1;
        font-size: 1.12rem;
        height: 5.6rem;
        width: 5.8rem;
    }
    .detailPage .noteul {
        margin-bottom: 1.6rem;
    }
    .detailPage .noteul li {
        font-size: 1.12rem;
    }
    .detailPage .info {
        font-size: 1.28rem !important;
        line-height: 1.8 !important;
    }
    .detailPage .info * {
        font-size: 1.28rem !important;
        line-height: 1.8 !important;
    }
    .comPageList {
        margin-top: 2rem;
    }
    .comPageList a {
        font-size: 1.2rem;
    }
    .comPageList span {
        margin-right: 0.8rem;
        padding: .5rem 1.3rem;
    }
    .comProut,
    .comOther {
        margin-top: 3rem;
    }
    .comProut h2,
    .comOther h2 {
        font-size: 1.5rem;
        background-position: left top 0.5rem;
        padding: 0 0 0.5rem 1.9rem;
    }
    .comOther ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .comOther li {
        width: 48%;
        margin: 0 0 1rem;
    }
    .comOther li .photo {
        height: 10rem;
    }
    .comOther li p {
        font-size: 1.25rem;
    }
    .comProut ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .comProut li {
        width: 48%;
        margin: 0 0 1rem;
    }
    .comProut li .photo {
        height: 12rem;
    }
    .comProut li .photo img {
        max-width: 85%;
        max-height: 85%;
    }
    .comProut li p {
        font-size: 1.25rem;
    }
    .contactPage .listul {
        display: block;
        margin-bottom: 0;
    }
    .contactPage .listul li {
        padding: 0 1rem 2.5rem;
    }
    .contactPage .listul .box1 {
        margin-bottom: 0.5rem;
    }
    .contactPage .listul .box1 p {
        font-size: 1.28rem;
    }
    .contactPage .listul .box1 p span {
        font-size: 1.12rem;
    }
    .contactPage .listul .box2 {
        font-size: 1.44rem;
    }
    .contactPage .listul .box2 a {
        font-size: 1.6rem;
    }
    .contactPage .listul .box2 p {
        font-size: 1.12rem;
    }
    .contactPage .map {
        margin-bottom: 3.2rem;
    }
    .contactPage .formbox .ttl {
        margin-bottom: 2rem;
    }
    .contactPage .formbox .ttl span {
        font-size: 1.2rem;
    }
    .contactPage .formbox .inner {
        display: block;
    }
    .contactPage .formbox .item {
        width: auto;
        margin-bottom: 2rem;
    }
    .contactPage .formbox .item p {
        font-size: 1.28rem;
        margin-bottom: 0;
    }
    .contactPage .formbox input {
        height: 4rem;
        font-size: 1.28rem;
    }
    .contactPage .formbox button {
        font-size: 1.28rem;
    }
    .casePage .listul li {
        margin-bottom: 1.6rem;
    }
    .casePage .listul a {
        padding-top: 0;
    }
    .casePage .listul .photo {
        position: static;
        width: auto;
        height: 16rem;
    }
    .casePage .listul .txtbox {
        width: auto;
        margin-left: 0;
        padding: 1.5rem 1rem;
    }
    .casePage .listul h2 {
        font-size: 1.44rem;
        margin-bottom: 1rem;
    }
    .casePage .listul .txtbox p {
        font-size: 1.12rem;
    }
    .casePage .listul .link {
        font-size: 1.12rem;
        margin-top: 1.6rem;
    }
    .aboutPage .abttl {
        margin-bottom: 2rem;
    }
    .aboutPage .abttl span {
        letter-spacing: 3px;
    }
    .aboutPage .box1 {
        padding: 0 0 1.6rem;
        display: block;
    }
    .aboutPage .box1 .lbox {
        width: auto;
        margin-bottom: 1.6rem;
    }
    .aboutPage .box1 .lbox p {
        padding-left: 3rem;
    }
    .aboutPage .box1 .rbox {
        width: auto;
    }
    .aboutPage .box1 .rbox p {
        font-size: 1.28rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .aboutPage .box2 {
        margin-bottom: 1.6rem;    
        padding: 5rem 5%;
    }
    .aboutPage .box2 ul {
        display: block;
    }
    .aboutPage .box2 ul li {
        width: auto;
        font-size: 1.28rem;
        padding: 1.5rem 1rem;
        margin-bottom: 0.5rem;
    }
    .aboutPage .box2 ul span {
        font-size: 1.44rem;
    }
    .aboutPage .box2 ul img {
        width: 3rem;
    }
    .aboutPage .box3 p {
        font-size: 1.28rem;
    }
    .productPage .inner {
        flex-direction: column-reverse;
    }
    .productPage .sidebar {
        width: auto;
        padding-right: 0;
        margin-top: 3rem;
    }
    .productPage .spro .txt {
        font-size: 1.28rem;
        padding: 1rem 3rem 1rem 1rem;
        background-size: 1rem auto;
    }
    .productPage .sproul a {
        font-size: 1.2rem;
    }
    .productPage .snews {
        margin-top: 2.5rem;
    }
    .productPage .snews .ttl {
        font-size: 1.5rem;
        background-position: left top 0.5rem;
        padding: 0 0 0.5rem 1.9rem;
    }
    .productPage .snews ul a {
        font-size: 1.25rem;
    }
    .productPage .snews ul span {
        padding: 0 .5rem;
        font-size: 1.12rem;
    }
    .productPage .conts {
        width: auto;
    }
    .productPage .conts li {
        width: 50%;
    }
    .productPage .conts ul a {
        padding: 1.6rem 1rem;
    }
    .productPage .conts ul .num {
        font-size: 1.12rem;
        padding: .2rem 0.8rem;
    }
    .productPage .conts ul h2 {
        font-size: 1.28rem;
    }
    .prodetailPage .topbox {
        padding: 2rem 6%;
        display: block;
        margin-bottom: 2rem;
    }
    .prodetailPage .topbox .txtbox {
        width: auto;
    }
    .prodetailPage .topbox h1 {
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }
    .prodetailPage .topbox .txtul li {
        font-size: 1.2rem;
    }
    .prodetailPage .topbox  .linkul {
        margin-top: 2rem;
        justify-content: center;
    }
    .prodetailPage .topbox  .linkul a {
        font-size: 1.28rem;
        padding: 0.8rem 1.5rem;
    }
    .prodetailPage .topbox  .linkul img {
        width: 1.5rem;
    }
    .prodetailPage .topbox  .linkul li:first-child {
        margin-right: 0.8rem;
    }
    .prodetailPage .topbox .photo {
        width: auto;
        margin-top: 1.5rem;
    }
    .prodetailPage .inner {
        display: block;
    }
    .prodetailPage .inner .fixbox {
        width: auto;
        top: 5rem;
        z-index: 10;
        display: flex;
    }
    .prodetailPage .inner .fixbox li {
        margin-bottom: 0;
        width: 33.33%;
    }
    .prodetailPage .inner .fixbox a {
        font-size: 1.12rem;
        border-radius: 0;
        background-color: #f7f8f9;
    }
    .prodetailPage .inner .txtbox {
        width: auto;
    }
    .prodetailPage .inner .info,
    .prodetailPage .inner .info * {
        font-size: 1.28rem !important;
        line-height: 1.8 !important;
    }
    .prodetailPage .inner .box:not(:last-child) {
        margin-bottom: 0;
    }
    .prodetailPage .inner .box {
        padding: 3rem 0 0;
    }
    .prodetailPage .inner .ttl {
        font-size: 1.6rem;
    }
    .prodetailPage .inner .ttl span {
        font-size: 1.12rem;
    }
    .prodetailPage .inner #box2 .info li {
        padding-left: 1.2rem;
    }
    .prodetailPage .inner #box2 .info li:before {
        top: .8rem;
        width: .6rem;
        height: .6rem;
    }
    .searchPage ul li {
        width: 50%;
    }
    .searchPage ul li:nth-child(2n) {
        border-right: none;
    }
    .searchPage ul .photo {
        margin: 1.5rem 0 1rem;
    }
    .searchPage ul .num {
        font-size: 1.12rem;
    }
    .searchPage ul h2 {
        font-size: 1.28rem;
    }
}