@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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15rem 0 2.5rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}
#header .logo {
    max-width: 13rem;
}
#header .navlist {
    display: flex;
}
#header .navlist > li {
    position: relative;
    margin-left: 1.65vw;
}
#header .navlist > li > a {
    font-size: .9rem;
    line-height: 4rem;
    display: block;
    padding: 0 .5rem;
}
#header .navlist > li.on > a,
#header .navlist > li > a:hover {
    color: #0271bd;
}
#header .navhide {
    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 .navlist > li:hover .navhide {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}
#header .navpro {
    padding: .5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(2, 113, 189,.4);
    position: relative;
    width: 35rem;
    display: flex;
}
#header .navpro .prol {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
#header .navpro .prol li {
    width: 50%;
}
#header .navpro .prol a {
    display: block;
    font-size: .9rem;
    padding: .5rem;
}
#header .navpro .prol li.on a,
#header .navpro .prol a:hover {
    color: #0271bd;
}
#header .navpro .pror {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FAFAFA;
    border-radius: 0 10px 10px 0;
}
#header .navpro .pror .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#header .navpro .pror a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#header .navpro .pror img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
#header .navpro .pror .type {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 0 0;
    background-color: rgba(2, 113, 189,0.8);
    color: #fff;
    font-size: .8rem;
    padding: .5rem 1rem;
}
#header .navhide .list {
    padding: .5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(2, 113, 189,.4);
    position: relative;
}
#header .navpro:before,
#header .navhide .list:before{
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    top: -6px;
    left: 50%;
    margin-left: -7px;
    background-color: #fff;
    position: absolute;
}
#header .navhide .list a {
    display: block;
    font-size: .9rem;
    text-align: center;
    padding: .5rem;
    white-space: nowrap;
}
#header .navhide .list a:hover {
    color: #0271bd;
}
#header .tel {
    position: absolute;
    right: 5rem;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .9rem;
    color: #0271bd;
    font-weight: bold;
}
#header .tel img {
    width: 1.2rem;
    display: inline-block;
    margin: -.1rem .2rem 0 0;
}
#header .search {
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    bottom: 0;
    background: #0271bd url("../img/icon01.png") no-repeat center center;
    background-size: 1.3rem auto;
}
#header .searchide {
    position: absolute;
    top: 100%;
    right: 1rem;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
#header .search:hover .searchide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
#header .searchinn {
    width: 20rem;
    padding: .7rem 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(2, 113, 189,.4);
    position: relative;
}
#header .searchinn:before{
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    top: -6px;
    right: 1rem;
    margin-left: -7px;
    background-color: #fff;
    position: absolute;
}
#header .search form {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
#header .search input {
	width: 100%;
	height: 2.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .8rem;
	color: #666;
	padding: 0 2.5rem 0 0;
}
#header .search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2.5rem;
	width: 2.5rem;
	background: url("../img/icon02.png") no-repeat center center;
	background-size: 45% auto;
}
#header .search ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}
#header .search li {
    margin: 0 .4rem .4rem 0;
}
#header .search ul a {
    display: block;
    font-size: .8rem;
    border-radius: 4px;
    background-color: #e1e1e1;
    color: #999;
    padding: .4rem;
    position: relative;
}
#header .search ul a:hover {
    color: #fff;
}
#header .search ul a span {
    position: relative;
    z-index: 2;
}
#header .search ul a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #0271bd 0%, #21B3F0 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}
#header .search ul a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.comFix {
    position: fixed;
    right: 1rem;
    bottom: 20%;
    z-index: 400;
    width: 3.5rem;
    display: none;
}
.comFix .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;transition: all .5s;
}
.comFix .icon img {
    width: 1.4rem;
}
.comFix .icon .white {
    display: none;
}
.comFix a:hover .icon {
    background-color: #0271bd;
}
.comFix a:hover .icon .blue {
    display: none;
}
.comFix a:hover .icon .white {
    display: block;
}
.comFix ul {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: .3rem;
}
.comFix li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}
.comFix li {
    margin-bottom: .5rem;
}
.comFix ul a {
    display: block;
    padding-bottom: .9rem;
    position: relative;
}
.comFix li:last-child a {
    padding-bottom: 0;
}
.comFix ul .icon {
    margin: 0 auto;
}
.comFix ul p {
    font-size: .7rem;
    color: #999;
    text-align: center;
    margin-top: .25rem;
}
.comFix .txthide {
    position: absolute;
    top: 50%;
    right: 130%;
    background-color: #fff;
    padding: 0.75rem;
    -webkit-transition: all .5s;transition: all .5s;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.comFix .txthide:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border-width: 10px;
    border-top-color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.comFix .txthide div {
    color: #666;
    white-space: nowrap;
    font-size: .9rem;
}
.comFix .txthide.code {
    width: 8rem;
}
.comFix ul a:hover .txthide {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.pageTop a {
    height: 3.5rem;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.index01 .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1,1.1);
}
.index01 .swiper-slide-active img,
.index01 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1,1);
}
.comTtl {
    line-height: 1.2;
}
.comTtl .cn {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0271bd;
    padding-left: 2.6rem;
}
.comTtl .cn:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 2rem;
    height: .2rem;
    margin-top: -.1rem;
    background-color: #0271bd;
}
.comTtl .en {
    display: block;
    font-size: 1.8rem;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #dbdbdb;
    text-shadow: 0px .5rem .4rem rgba(0,0,0,.1);
}
.comTtl .en:first-letter {
    text-transform: uppercase;
    color: #0271bd;
}
.comMore a {
    display: inline-block;
    width: 9rem;
    text-align: center;
    background-color: #eee;
    font-size: .85rem;
    padding: .7rem 1rem;
    border-radius: 10px;
    position: relative;
}
.comMore span {
    position: relative;
    z-index: 2;
}
.comMore a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #0271bd 0%, #21B3F0 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10px;
}
.comMore a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.comMore a:hover {
    color: #fff;
}
.index02 {
    margin: 4rem 0;
}
.index02 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.index02 .listul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index02 .listul li {
    width: 32%;
    margin-bottom: 1.5rem;
}
.index02 .listul li:first-child,
.index02 .listul li:nth-child(2) {
    width: 49%;
}
.index02 .listul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 15rem;
    padding: 1rem 1.3rem;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.index02 .listul .txtbox {
    width: 48%;
}
.index02 .listul li:first-child .txtbox,
.index02 .listul li:nth-child(2) .txtbox {
    width: 40%;
}
.index02 .listul .txtbox h3 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.index02 .listul .txtbox .type {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    background-color: rgba(2, 113, 189,0.8);
    padding: .2rem .8rem;
    font-size: .75rem;
    margin-bottom: 1.5rem;
}
.index02 .listul .txtbox .more {
    font-size: .75rem;
    color: #999;
}
.index02 .listul .photo {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index02 .listul li:first-child .photo,
.index02 .listul li:nth-child(2) .photo {
    width: 58%;
}
.index02 .listul .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index02 .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index02 .listul a:hover {
    box-shadow: 0 .2rem 1rem rgba(2, 113, 189,.4);
}
.index02 .listul a:hover h3 {
    color: #0271bd;
}
.index03 {
    padding: 0 0 5rem 11%;
    overflow-x: hidden;
    background: url("../img/bg03.png") no-repeat left bottom;
}
.index03 .imgbox {
    position: relative;
}
.index03 .lbox {
    width: 40%;
    padding: 2rem 0;
}
.index03 .lbox h2 {
    margin-bottom: 1.5rem;
    padding-left: 3.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    background: url("../img/icon10.png") no-repeat left center;
    background-size: 3rem auto;
}
.index03 .lbox h2 span {
    display: block;
    font-size: .9rem;
    color: #999;
    font-weight: normal;
}
.index03 .lbox .txt {
    margin-bottom: 2rem;
    font-size: .95rem;
    line-height: 2;
}
.index03 .lbox li {
    margin-top: .7rem;
    padding-left: 1.6rem;
    font-size: 1.2rem;
    background: url("../img/icon11.png") no-repeat left center;
    background-size: 1.2rem auto;
}
.index03 .rbox {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58%;
}
.index03 .rbox .bg {
    margin-left: 10%;
    height: 100%;
    background: url("../img/pho01.jpg") no-repeat center top;
    background-size: cover;
    border-radius: 2rem 0 0 0;
}
.index03 .rbox .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(270deg, #0271bd 0%, #21B2EE 100%);
    border-radius: 2rem 0 0 0;
}
.index03 .rbox .txt a {
    color: #fff;
    font-size: 1rem;
    display: block;
    padding: 1.5rem 1rem 1.5rem 6.5rem;
    background: url("../img/icon09.png") no-repeat left 2rem center;
    background-size: 3rem auto;
}
.index03 .rbox .txt a:hover {
    background-position: left 1.5rem center;
}
.index04 .comTtl {
    text-align: center;
    margin-bottom: 2rem;
}
.index04 .listul {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}
.index04 .listul li {
    width: 19%;
}
.index04 .listul a {
    display: block;
    background-color: #f7f7f7;
    border-radius: 10px;
    text-align: center;
    padding: 1.3rem .5rem;
}
.index04 .listul .icon {
    width: 2.2rem;
    margin: 0 auto .5rem;
}
.index04 .listul .icon .white {
    display: none;
}
.index04 .listul p {
    font-size: 1rem;
}
.index04 .listul .active a {
    background: linear-gradient(270deg, #0271bd 0%, #21B3F0 100%);
}
.index04 .listul .active p {
    color: #fff;
}
.index04 .listul .active .blue {
    display: none;
}
.index04 .listul .active .white {
    display: inline-block;
}
.index04 .swiper-slide a {
    display: block;
    position: relative;
    padding: 4rem 1rem 2rem 0;
}
.index04 .swiper-slide .photo {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 1rem;
    overflow: hidden;
}
.index04 .swiper-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index04 .swiper-slide a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index04 .swiper-slide .txtbox {
    width: 60%;
    margin-left: auto;
    position: relative;
    z-index: 2;
    background-color: rgba(255,255,255,1.00);
    padding: 2rem;
    border-radius: 1rem 1rem 1rem 2rem;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.05);
}
.index04 .swiper-slide .txtbox h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}
.index04 .swiper-slide .txtbox h3:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg,#0271bd 50%,#0271bd 0,#dbdbdb 0,#dbdbdb 0);
    height: 3px;
    width: 3rem;
    margin-left: -1.5rem;
}
.index04 .swiper-slide .txtbox p {
    font-size: .9rem;
    color: #666;
    line-height: 2;
}
.index04 .swiper-slide .txtbox .link {
    margin-top: 1rem;
    font-size: .9rem;
    color: #0271bd;
    text-align: center;
}
.index04 .swiper-slide a:hover h3 {
    color: #0271bd;
}
.index04 .swiper-pagination {
    text-align: right;
}
.index05 {
    margin-top: 4.5rem;
    padding: 4rem 0;
    background: url("../img/bg01.jpg") no-repeat center center;
    background-size: cover;
}
.index05 p {
    max-width: 40%;
    margin-top: 2rem;
    font-size: .9rem;
    color: #666;
    line-height: 1.8;
}
.index05 p span {
    margin-bottom: .5rem;
    display: block;
    font-size: 1.2rem;
    color: #333;
}
.index05 .icon {
    width: 3rem;
    margin-top: 2rem;
    animation: cogMove 10s linear infinite;
}
@keyframes cogMove {
	0% {transform: rotate(0deg);}
	25% {transform: rotate(90deg);}
	50% {transform: rotate(180deg);}
	75% {transform: rotate(270deg);}
	100% {transform: rotate(360deg);}
}
.index06 {
    margin-top: 4rem;
}
.index06 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.index06 .listul {
    display: flex;
    justify-content: space-between;
}
.index06 .listul li {
    width: 32%;
}
.index06 .listul a {
    display: block;
    box-shadow: 0px .2rem 1rem rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}
.index06 .listul a:hover {
    box-shadow: 0 .2rem 1rem rgba(2, 113, 189,.4);
}
.index06 .listul li:nth-child(2) a {
    display: flex;
    flex-direction: column-reverse;
}
.index06 .listul .txtbox,
.index06 .listul .photo {
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}
.index06 .listul .photo {
    border-radius: 1rem 1rem 0 0;
}
.index06 .listul li:nth-child(2) .photo {
    border-radius: 0 0 1rem 1rem;
}
.index06 .listul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .5s;transition: all .5s;
}
.index06 .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index06 .listul .photo:before {
    content: "";
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    bottom: -12px;
    left: 50%;
    margin-left: -13px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .5s;transition: all .5s;
}
.index06 .listul li:nth-child(2) .photo:before {
    bottom: inherit;
    top: -12px;
}
.index06 .listul a:hover .photo:before {
    transform: rotate(45deg) scale(1.5);
}
.index06 .listul .txtbox > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8%;
}
.index06 .listul .txtbox h3 {
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index06 .listul .txtbox p {
    font-size: .9rem;
    color: #999;
    margin-top: 1.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index06 .listul .txtbox .btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 10%;
}
.index06 .listul .txtbox .time {
    color: #999;
}
.index06 .listul .txtbox .link {
    color: #0271bd;
}
.index06 .listul a:hover .txtbox h3 {
    color: #0271bd;
}
#footer {
    margin-top: 4rem;
    background: url("../img/bg02.jpg") no-repeat center center;
    background-size: cover;
    padding: 2rem 6% 1.5rem;
}
#footer .ftop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 1rem 1rem;
}
#footer .fnav {
    display: flex;
    color: #fff;
    font-size: .9rem;
}
#footer .fnav i {
    margin: 0 1rem;
}
#footer .fnav li:last-child i {
    display: none;
}
#footer .fnav a:hover {
    text-decoration: underline;
}
#footer .friendlink {
	width: 8rem;
	border: 1px solid rgba(255,255,255,0.2);
	font-size: .7rem;
	padding: .5rem .75rem;
	background: url("../img/icon22.png") no-repeat right .75rem center;
	background-size: .6rem auto;
	position: relative;
    color: #fff;
}
#footer .friendlink ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}
#footer .friendlink:hover ul {
	display: block;
}
#footer .friendlink ul a {
	display: block;
	padding: .3rem;
    color: #333;
}
#footer .friendlink ul a:hover {
	text-decoration: underline;
}
#footer .fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
}
#footer .flogo {
    max-width: 15rem;
    margin-bottom: 1.5rem;
}
#footer .flox ul li {
    margin-top: .2rem;
    color: #fff;
    font-size: .9rem;
}
#footer .fnote {
    font-size: .7rem;
    color: rgba(255,255,255,0.5);
    margin-top: 1.3rem;
    text-align: right;
}
#footer .frox {
    width: 30rem;
}
#footer .frox .codeul {
    display: flex;
    justify-content: space-between;
}
#footer .frox .codeul li {
    width: 18%;
}
#footer .frox .codeul p {
    color: rgba(255,255,255,0.8);
    font-size: .8rem;
    margin-bottom: .5rem;
}
#footer .frox .codeul p img {
    width: 1.2rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 100%;
    display: inline-block;
    margin: -.2rem .3rem 0 0;
    padding: .2rem;
}
#footer .frox .codeul .code {
    background-color: rgba(255,255,255,1);
    padding: .4rem;
    position: relative;
    border-radius: 5px;
}
#footer .frox .codeul .code:before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: -5px;
    left: 16px;
    background-color: rgba(255,255,255,1);
    position: absolute;
}
#footer .frox .codeul .code img {
    position: relative;
    z-index: 2;
}
#footer .fbtm {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: .8rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
#footer .copyright span {
    margin: 0 1rem;
}
#footer .copyright img {
    width: .9rem;
    display: inline-block;
    margin: -.1rem .1rem 0 0;
}
.comTop {
    display: none;
    position: relative;
    overflow: hidden;
}
.comTop img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: mybig 3s;
}
@keyframes mybig {
  0% {transform:scale(1.1)}
  100% {transform:scale(1)}
}
.comTop .title {
    padding: 0 50px;
    max-width: 1600px;
    margin: 0 auto;
    height: 19rem;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.comTop .title > div {
    position: relative;
    padding-left: 2.5rem;
}
.comTop .title > div:before {
    position: absolute;
    left: 0;
    top: -2rem;
    content: "";
    background: url("../img/icon24.png") no-repeat;
    background-size: 100% auto;
    width: 5.2rem;
    height: 6.15rem;
    animation: cogMove 10s linear infinite;
    z-index: 1;
}
.comTop .cn {
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.comTop .en {
    font-size: 2.1rem;
    font-family: Arial;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.comTop span {
    display: inline-block;
}
.comLine {
    border-bottom: 1px solid #eee;
    margin-bottom: 3rem;
}
.comLine .comWidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comLine .path {
    font-size: .8rem;
}
.comLine .path a:hover {
    color: #0271bd;
}
.comLine .text {
    font-size: .8rem;
    padding: .8rem 0;
}
.comLine ul {
    display: flex;
    font-size: .9rem;
}
.comLine ul li {
    margin-right: 3rem;
}
.comLine ul a {
    display: block;
    padding: .8rem 0;
    position: relative;
}
.comLine ul a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #0271bd;
    width: 0;
    height: 2px;
    -webkit-transition: all .5s;transition: all .5s;
}
.comLine ul li.on a,
.comLine ul a:hover {
    color: #0271bd;
}
.comLine ul li.on a:before,
.comLine ul a:hover:before {
    width: 100%;
}
.sidebar {
    width: 22%;
}
.sidebar .sttl {
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(200deg, #21B3F0 18.52%, #0271bd 48.84%);
    padding: .7rem;
    text-align: center;
}
.sidebar .proul > li {
    margin-top: .5rem;
    position: relative;
}
.sidebar .proul > li > a {
    padding: .7rem 2.75rem .7rem 1rem;
    font-size: .9rem;
    background-color: #f5f5f5;
    display: block;
}
.sidebar .proul .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.75rem;
    height: 2.75rem;
}
.sidebar .proul .more:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .8rem;
	height: .1rem;
	margin: -0.05rem 0 0 -0.4rem;
	background-color: #ccc;
	content: "";
}
.sidebar .proul .more:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .1rem;
	height: .8rem;
	margin: -0.4rem 0 0 -0.05rem;
	background-color: #ccc;
	content: "";
	-webkit-transition: all .5s;transition: all .5s;
}
.sidebar .proul > li.on > a {
    background: linear-gradient(200deg, #21B3F0 18.52%, #0271bd 48.84%);
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.sidebar .proul > li.on .more:before,
.sidebar .proul > li.on .more:after {
    background-color: #fff;
}
.sidebar .proul > li.on .more:after {
    transform: rotate(90deg);
}
.sidebar .protwo {
    display: none;
    margin-bottom: 1rem;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}
.sidebar .proul > li.on .protwo {
    display: block;
}
.sidebar .protwo li {
    border-top: 1px solid #eee;
}
.sidebar .protwo a {
    padding: .7rem 2.75rem .7rem 1rem;
    display: block;
    font-size: .9rem;
    position: relative;
}
.sidebar .protwo li:last-child a {
    border-radius: 0 0 10px 10px;
}
.sidebar .protwo a:before {
    position: absolute;
    right: 1rem;
    top: 50%;
    content: ">";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar .protwo a:hover,
.sidebar .protwo li.on a {
    background-color: rgba(2, 113, 189,0.15);
}
.sidebar .het {
    height: 1.5rem;
}
.sidebar .snews li {
    margin-top: 1rem;
}
.sidebar .snews a {
    display: block;
}
.sidebar .snews p {
    font-size: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5rem;
}
.sidebar .snews .photo {
    padding-bottom: 61%;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}
.sidebar .snews .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: .5rem;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.sidebar .snews a:hover .photo img {
 	-webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.sidebar .snews a:hover p {
    color: #0271bd;
}
.conts {
    width: 74%;
}
.productPage .sec .comWidth {
    display: flex;
    justify-content: space-between;
}
.productPage .conts .listul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productPage .conts .listul li {
    width: 48.5%;
   margin-bottom: 1.5rem;
}
.productPage .conts .listul a {
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.1);
    display: block;
    padding: 1.5rem 1.5rem 6rem;
    position: relative;
    height: 100%;
    border-radius: .5rem;
}
.productPage .conts .listul a:hover {
    box-shadow: 0 .2rem 1rem rgba(2, 113, 189,.4);
}
.productPage .conts .listul a:before {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    content: "LANENDE";
    color: #F5F5F5;
    font-size: 1rem;
}
.productPage .conts .listul .hot a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url("../img/icon39.png") no-repeat;
    background-size: 100% 100%;
    width: 3.6rem;
    height: 3.6rem;
}
.productPage .conts .listul h2 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}
.productPage .conts .listul a:hover h2 {
    color: #0271bd;
}
.productPage .conts .listul p {
    position: relative;
    z-index: 2;
    min-height: 4rem;
}
.productPage .conts .listul p span {
    display: block;
    color: #9F9F9F;
    font-size: .8rem;
}
.productPage .conts .listul .link {
    font-size: .75rem;
    color: rgba(2, 113, 189,0.8);
    position: absolute;
    left: 1.5rem;
    bottom: 3rem;
    z-index: 2;
}
.productPage .conts .listul .link span {
    display: inline-block;
    -webkit-transition: all .5s;transition: all .5s;
}
.productPage .conts .listul a:hover .link span {
    transform: translateX(5px);
}
.productPage .conts .listul .photo {
    position: absolute;
    right: .5rem;
    bottom: 1rem;
    width: 58%;
    z-index: 1;
    -webkit-transition: all .5s;transition: all .5s;
}
.productPage .conts .listul a:hover .photo {
    bottom: 1.5rem;
}
.productPage .conts .listul .photo .inn {
    padding-bottom: 70%;
    position: relative;
}
.productPage .conts .listul .photo .inn div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productPage .conts .listul .photo img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.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 .page-status {
	margin-right: .5rem;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
    border-color: #0271bd;
}
.productDetailPage .sec01 {
    background: url("../img/bg10.jpg") no-repeat center center;
    background-size: cover;
    padding: 2rem 0 4rem;
    overflow: hidden;
}
.productDetailPage .sec01 .path {
    font-size: .8rem;
    color: #999;
    margin-bottom: 1rem;
}
.productDetailPage .sec01 .path span {
    color: #333;
}
.productDetailPage .sec01 .path a:hover {
    color: #0271bd;
}
.productDetailPage .sec01 .imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productDetailPage .sec01 .lbox {
    width: 55%;
    position: relative;
    padding-left: 6rem;
}
.productDetailPage .sec01 .lbox .swiper01 {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 5rem;
}
.productDetailPage .sec01 .lbox .swiper01 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0,0.1);
    border-radius: .5rem;
}
.productDetailPage .sec01 .lbox .swiper01 img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
.productDetailPage .sec01 .lbox .swiper01 .swiper-slide-thumb-active {
    background: linear-gradient(to bottom, #e7f0ff, #fff);
    border-color: rgba(2, 113, 189,0.5);
}
.productDetailPage .sec01 .lbox .swiper02 {
    height: 20rem;
}
.productDetailPage .sec01 .lbox .swiper02 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetailPage .sec01 .lbox .swiper02 img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}
.productDetailPage .sec01 .rbox {
    width: 40%;
    background: url("../img/bg06.png") no-repeat;
    background-size: 100% 100%;
    padding: 2rem;
    border-radius: .5rem;
}
.productDetailPage .sec01 .rbox h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
}
.productDetailPage .sec01 .rbox .note {
    font-size: .8rem;
    line-height: 2;
    color: #666;
}
.productDetailPage .sec01 .rbox .txtul {
    font-size: .9rem;
    margin: 1.5rem 0;
    word-break: break-all;
}
.productDetailPage .sec01 .rbox .txtul li {
    margin-bottom: .3rem;
}
.productDetailPage .sec01 .rbox .txtul li:last-child {
    color: #999;
}
.productDetailPage .sec01 .rbox .linkul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productDetailPage .sec01 .rbox .linkul li {
    margin: .5rem .5rem 0;
}
.productDetailPage .sec01 .rbox .linkul a {
    width: 10rem;
    font-size: .9rem;
    color: #fff;
    border-radius: .5rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetailPage .sec01 .rbox .linkul img {
    width: 1.3rem;
    margin-right: .3rem;
}
.productDetailPage .sec01 .rbox .linkul .link01 a {
    background-color: #F53857;
}
.productDetailPage .sec01 .rbox .linkul .link01 a:hover {
    border-radius: 5rem;
}
.productDetailPage .sec01 .rbox .linkul .link02 a {
    background-color: rgba(2, 113, 189,0.8);
}
.productDetailPage .sec02 {
    overflow-x: hidden;
}
.productDetailPage .sec02 .bg {
    padding: 2.5rem 0;
}
.productDetailPage .sec02 .bg:nth-child(2n) {
    background-color: #eff2f6;
}
.productDetailPage .sec02 .comWidth {
    display: flex;
    justify-content: space-between;
}
.productDetailPage .sec02 h2 {
    font-size: .9rem;
    width: 30%;
    position: relative;
    color: #0271bd;
    padding: 1rem 0 0 1.5rem;
}
.productDetailPage .sec02 h2 span {
    display: block;
    font-family: Arial;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.productDetailPage .sec02 h2:before {
    width: 4.5rem;
    height: 5.35rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/bg07.png") no-repeat;
    background-size: 100% auto;
    content: "";
}
.productDetailPage .sec02 .info {
    width: 67%;
}
.productDetailPage .sec02 .info,
.productDetailPage .sec02 .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.productDetailPage .sec02 .info table {
	width: 100% !important;
}
.productDetailPage .sec02 .info table tr {
background-color: #fff;
}
.productDetailPage .sec02 .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.productDetailPage .sec02 .info table th,
.productDetailPage .sec02 .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.productDetailPage .imgul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 67%;
}
.productDetailPage .imgul li {
    width: 49%;
    margin-top: 1rem;
}
.comPageList {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
}
.comPageList ul {
    display: flex;
    justify-content: space-between;
}
.comPageList li {
    max-width: calc( 50% - 4rem );
    font-size: .9rem;
    padding: 1.2rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comPageList li a:hover {
    color: #0271bd;
}
.comPageList .link {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5rem;
    margin-left: -2.5rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.comPageList .link a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/icon26.png") no-repeat center center;
    background-size: 32% auto;
}
.comPageList .link a:hover {
    background-image: url("../img/icon27.png");
}
.comProduct {
    margin-top: 4rem;
}
.comProduct .comTtl {
    text-align: center;
    margin-bottom: 1.5rem;
}
.comProduct .swiperbox {
    padding: 0 5rem;
    position: relative;
}
.comProduct .swiper .photo {
    padding-bottom: 100%;
    background-color: #f5f5f5;
    border-radius: .5rem;
    position: relative;
}
.comProduct .swiper .photo div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comProduct .swiper .photo img {
    width: auto;
    height: auto;
    max-height: 78%;
    max-width: 78%;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comProduct .swiper p {
    text-align: center;
    font-size: 1rem;
    margin-top: .5rem;
}
.comProduct .swiper a {
    display: block;
}
.comProduct .swiper a:hover p {
    color: #0271bd;
}
.comProduct .swiper a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.comProduct .swiper-button-next:after,
.comProduct .swiper-button-prev:after {
	display: none;
}
.comProduct .swiper-button-next,
.comProduct .swiper-button-prev {
	width: 3rem;
	height: 3rem;
	box-shadow: 0 .2rem .5rem rgba(2, 113, 189,.4);
	border-radius: 100%;
}
.comProduct .swiper-button-next {
	right: 0;
	background: url("../img/icon28.png") no-repeat center center;
	background-size: 40% auto;
}
.comProduct .swiper-button-next:hover {
	background-color: #0271bd;
	background-image: url("../img/icon28-w.png");
}
.comProduct .swiper-button-prev {
	left: 0;
	background: url("../img/icon29.png") no-repeat center center;
	background-size: 40% auto;
}
.comProduct .swiper-button-prev:hover {
	background-color: #0271bd;
	background-image: url("../img/icon29-w.png");
}
.comHot {
    margin-top: 4rem;
}
.comHot .comTtl {
    margin-bottom: 1.5rem;
    text-align: center;
}
.comHot ul {
    display: flex;
}
.comHot ul li {
    width: 23.5%;
    margin-right: 2%;
}
.comHot ul li:nth-child(4) {
    margin-right: 0;
}
.comHot ul a {
    display: block;
}
.comHot ul .photo {
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}
.comHot ul .photo img {
    border-radius: .5rem;
    position: absolute;
    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;
}
.comHot ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.comHot ul p {
    font-size: .9rem;
    margin-top: .7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comHot ul a:hover p {
    color: #0271bd;
}
.contactPage .sec {
    position: relative;
    overflow: hidden;
    margin-bottom: -4rem;
}
.contactPage .mapbox {
    position: relative;
}
.contactPage .mapbox > img {
    width: 100%;
}
.contactPage .mapbox a {
    width: 4rem;
    position: absolute;
    right: 25%;
    top: 50%;
}
.contactPage .mapbox a img {
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
      -webkit-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.contactPage .lbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}
.contactPage .lbox > div {
    padding: 0 3rem;
    max-width: 26rem;
}
.contactPage .lbox .ttl {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.contactPage .lbox .ttl span {
    display: block;
    color: #0271bd;
    font-size: .9rem;
    margin-bottom: .5rem;
}
.contactPage .lbox li {
    font-size: 1.1rem;
    position: relative;
    padding-left: 2rem;
    margin-top: 1rem;
    word-break: break-all;
}
.contactPage .lbox li img {
    position: absolute;
    left: 0;
    top: .1rem;
    width: 1.5rem;
}
.aboutPage .sec01 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    overflow: hidden;
}
.aboutPage .sec01 .lbox {
    width: 55%;
    padding: 0 6rem;
    position: relative;
}
.aboutPage .sec01 .lbox:before {
    position: absolute;
    left: .5rem;
    top: 0;
    content: "LANENDE";
    color: #F4F4F4;
    font-style: italic;
    font-size: 8rem;
    font-family: Arial;
    font-weight: bold;
    z-index: -1;
}
.aboutPage .sec01 .lbox .txt {
    font-size: .9rem;
    line-height: 2;
    text-indent: 2em;
    margin-top: 3rem;
}
.aboutPage .sec01 .rbox {
    width: 45%;
}
.aboutPage .sec01 .rbox img {
    width: 100%;
    border-radius: 1rem;
}
.aboutPage .sec02 {
    margin-bottom: 4rem;
    padding: 3rem 6rem 9rem;
    background: url("../img/bg11.jpg") no-repeat center center;
    background-size: cover;
}
.aboutPage .sec02 ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.aboutPage .sec02 ul li {
    padding-left: 2rem;
    font-size: .9rem;
    width: 20%;
    line-height: 1.8;
    background: url("../img/icon35.png") no-repeat left top;
    background-size: 0.75rem auto;
    animation: sxdown 1.6s linear infinite alternate;
}
@keyframes sxdown {
	0% {
		transform: translateY(0);
		opacity: 0.8;
	}
	100% {
		transform: translateY(-1rem);
		opacity: 1;
	}
}
.aboutPage .sec02 ul li span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-weight: bold;
}
.aboutPage .sec02 ul li:first-child {
    margin-top: 8rem;
    animation-delay: 0.4s;-moz-animation-delay: 0.4s;-webkit-animation-delay: 0.4s;
}
.aboutPage .sec02 ul li:nth-child(2) {
    margin-top: 5rem;
    animation-delay: 0.2s;-moz-animation-delay: 0.2s;-webkit-animation-delay: 0.2s;
}
.aboutPage .sec02 ul li:last-child {
    margin-top: 2rem;
    animation-delay: 0.3s;-moz-animation-delay: 0.3s;-webkit-animation-delay: 0.3s;
}
.aboutPage .sec03 .comTtl {
    text-align: center;
}
.aboutPage .sec03 .txt {
    text-align: center;
    font-size: 1rem;
    margin: 2rem 0;
}
.aboutPage .sec03 ul {
    display: flex;
    justify-content: space-between;
}
.aboutPage .sec03 ul li {
    width: 31.5%;
    background: url("../img/bg12.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 1rem;
}
.aboutPage .sec03 ul li:nth-child(2) {
    background-image: url("../img/bg13.jpg");
}
.aboutPage .sec03 ul li:nth-child(3) {
    background-image: url("../img/bg14.jpg");
}
.aboutPage .sec03 ul div {
    padding-bottom: 100%;
    position: relative;
}
.aboutPage .sec03 ul p {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    left: 8%;
    bottom: 12%;
    padding-bottom: 0.75rem;
}
.aboutPage .sec03 ul p:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 2.3rem;
    height: 0.15rem;
    background-color: #fff;
}
.honorPage .sec ul {
    display: flex;
    flex-wrap: wrap;
}
.honorPage .sec ul li {
    width: 23.5%;
    margin: 0 2% 1.5rem 0;
}
.honorPage .sec ul li:nth-child(4n) {
    margin-right: 0;
}
.honorPage .sec ul a {
    display: block;
    height: 100%;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    padding: 1rem;
}
.honorPage .sec ul a:hover {
    box-shadow: 0 .2rem 1rem rgba(2, 113, 189,.4);
}
.honorPage .sec ul .photo {
    padding-bottom: 100%;
    position: relative;
}
.honorPage .sec ul .photo div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honorPage .sec ul .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.honorPage .sec ul p {
    text-align: center;
    font-size: .9rem;
    margin-top: 1rem;
}
.honorPage .sec ul a:hover p {
    color: #0271bd;
}
.newsPage .listul li {
    margin-bottom: 1.5rem;
}
.newsPage .listul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #eaeaea;
    padding: 2rem 2rem 2rem 7.5rem;
}
.newsPage .listul .time {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 3.5rem;
    border-radius: .5rem;
    background-color: #0271bd;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    font-family: Arial;
    line-height: 1.2;
    padding: .6rem 0;
}
.newsPage .listul .time span {
    display: block;
    font-size: 1.6rem;
}
.newsPage .listul .time:before {
    content: "";
    position: absolute;
    right: .9rem;
    top: 100%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #0271bd;
    border-right-color: #0271bd;
}
.newsPage .listul .photo {
    width: 28%;
    border-radius: 1rem;
    overflow: hidden;
}
.newsPage .listul .photo div {
    position: relative;
    padding-bottom: 63%;
}
.newsPage .listul .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.newsPage .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsPage .listul .txtbox {
    width: 68.5%;
}
.newsPage .listul .txtbox h2 {
    font-size: 1.2rem;
    margin-bottom: .6rem;
}
.newsPage .listul .txtbox p {
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
}
.newsPage .listul .txtbox .link {
    display: inline-block;
    color: #999;
    font-size: .7rem;
    margin-top: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 5rem;
    padding: .5rem 2rem;
}
.newsPage .listul a:hover {
    background-color: #f3f9fd;
    border-color: #f3f9fd;
}
.newsPage .listul a:hover h2 {
    color: #0271bd;
}
.newsPage .listul a:hover .link {
    background-color: #0271bd;
    color: #fff;
    border-color: #0271bd;
}
.detailPage .sec01 {
    padding: 4rem 0 6rem;
    background: url( "../img/bg09.jpg") no-repeat center center;
    background-size: cover;
}
.detailPage .sec01 h1 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}
.detailPage .sec01 .topbox {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    padding: 0 3%;
    color: #666;
}
.detailPage .sec01 .path a:hover {
    color: #0271bd;
}
.detailPage .sec01 ul {
    display: flex;
}
.detailPage .sec01 ul li {
    margin-right: 2rem;
}
.detailPage .sec01 ul img {
    width: 1rem;
    display: inline-block;
    margin: -.1rem .2rem 0 0;
}
.detailPage .sec02 .bg {
    margin-top: -5rem;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 2rem;
}
.detailPage .sec02 .info,
.detailPage .sec02 .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.detailPage .sec02 .info img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}
.detailPage .sec02 .info table {
	width: 100% !important;
}
.detailPage .sec02 .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.detailPage .sec02 .info table th,
.detailPage .sec02 .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.detailPage .sec02 .link {
    font-size: .8rem;
    color: #666;
    margin-bottom: 1rem;
    text-align: center;
}
.comList li {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.comList a {
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comList li:nth-child(2n) a {
    flex-direction: row-reverse;
}
.comList .photo {
    width: 40%;
    border-radius: 1rem;
    overflow: hidden;
}
.comList .photo div {
    position: relative;
    padding-bottom: 50%;
}
.comList .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comList a:hover .photo img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.comList .txtbox {
    width: 56%;
}
.comList .txtbox h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.1rem;
}
.comList .txtbox h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: .6rem;
    height: .6rem;
    margin-top: -.3rem;
    border-radius: 100%;
    background-color: #0271bd;
}
.comList .txtbox p {
    font-size: .9rem;
    line-height: 1.8;
    color: #666;
}
.comList .txtbox .link {
    margin-top: 2rem;
    font-size: .8rem;
    color: #999;
}
.comList a:hover .txtbox .link,
.comList a:hover .txtbox h2 {
    color: #0271bd;
}
.videoPage .sec ul {
    display: flex;
    flex-wrap: wrap;
}
.videoPage .sec ul li {
    width: 32%;
    margin: 0 2% 1.5rem 0;
}
.videoPage .sec ul li:nth-child(3n) {
    margin-right: 0;
}
.videoPage .sec ul a {
    display: block;
}
.videoPage .sec ul .photo {
    position: relative;
    padding-bottom: 60%;
    border-radius: 1rem;
    overflow: hidden;
}
.videoPage .sec ul .photo:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
    background: url("../img/icon38.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0.9;
}
.videoPage .sec ul .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.videoPage .sec ul a:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.videoPage .sec ul p {
    font-size: .9rem;
    margin-top: .5rem;
    text-align: center;
}
.videoPage .sec ul a:hover p {
    color: #0271bd;
}
.searchPage .sec ul {
    display: flex;
    flex-wrap: wrap;
}
.searchPage .sec ul li {
    width: 23.5%;
    margin: 0 2% 1.8rem 0;
}
.searchPage .sec ul li:nth-child(4n) {
    margin-right: 0;
}
.searchPage .sec ul .photo {
    padding-bottom: 60%;
    position: relative;
}
.searchPage .sec ul .photo div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchPage .sec ul .photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.searchPage .sec ul h2 {
    font-size: 1rem;
    margin: 1rem 0;
}
.searchPage .sec ul p {
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
}
@media screen and (min-width: 1540px) {
	html,body {font-size: 20px;}
}
@media screen and (max-width: 1539px) {
	html,body {font-size: 19px;}
	/* #region */
    #header {padding: 0 14rem 0 1.8rem;}
    #header .navlist > li {margin-left: .8vw;}
    .index03 {padding-left: 5%;}
    #footer {padding-left: 5%;padding-right: 5%;}
    .aboutPage .sec01 .lbox {padding: 0 3rem;}
    .aboutPage .sec02 {padding-left: 3rem;padding-right: 3rem;}
}
@media screen and (max-width: 1299px) {
	html,body {font-size: 18px;}
	/* #region */
    #header {padding: 0 12.5rem 0 .5rem;}
    #header .logo {max-width: 10rem;}
    #header .tel {right: 4.5rem;}
    #header .navlist > li {margin-left: .1vw;}
    #header .navlist > li > a {padding: 0 .4rem;}
    #header .navpro {width: 31rem;}
    .comWidth {padding: 0 30px;}
    #footer {padding-left: 2%;padding-right: 2%;}
}
@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) {
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
	#toolbar{display: block;}
    body {font-size: inherit !important;}
	/* #region */
    #container {
        padding-top: 4.9rem;
    }
    #header {
        display: block;
        padding: 1rem 0 1rem 1rem;
    }
    #header .logo {
        max-width: 15rem;
    }
    #header .nav {
        position: fixed;
        left: -101%;
        top: 0;
        width: 60%;
        height: 100vh;
        background-color: #fff;
        padding: 3rem 0;
        transition: ease-out .36s;
        z-index: 666;
        overflow-y: auto;
    }
    #header .nav.on {
        left: 0;
    }
    #header .navlist {
        display: block;
    }
    #header .navlist > li {
        margin-left: 0;
    }
    #header .navlist > li > a {
        font-size: 1.44rem;
        line-height: 1.5;
        padding: 1rem;
        text-align: center;
    }
    #header .navhide {
        display: none;
    }
    #header .tel {
        display: none;
    }
    #header .search {
        background-size: 1.6rem auto;
    }
    #header .search input {
        height: 3.2rem;
        font-size: 1.28rem;
        padding: 0 3.2rem 0 0;
    }
    #header .search button {
        height: 3.2rem;
        width: 3.2rem;
    }
    #header .search li {
        margin: 0 .6rem .6rem 0;
    }
    #header .search ul a {
        font-size: 1.12rem;
        padding: .4rem .6rem;
    }
    #header .menu {
        position: absolute;
        right: 5rem;
        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;
    }
    .comFix {
        right: .5rem;
        bottom: 4.5rem;
    }
    .comFix ul {
        display: none;
    }
    .comMore a {
        font-size: 1.2rem;
        padding: .7rem;
    }
    .index02 {
        margin: 3.2rem 0;
    }
    .index02 .topbox {
        margin-bottom: 1.6rem;
    }
    .index02 .listul {
        display: block;
    }
    .index02 .listul li {
        width: auto;
        margin-bottom: 1rem;
    }
    .index02 .listul li:first-child,
    .index02 .listul li:nth-child(2) {
        width: auto;
    }
    .index02 .listul a {
        height: 13rem;
    }
    .index02 .listul .txtbox {
        width: 50%;
    }
    .index02 .listul li:first-child .txtbox,
    .index02 .listul li:nth-child(2) .txtbox {
        width: 50%;
    }
    .index02 .listul .txtbox h3 {
        font-size: 1.36rem;
    }
    .index02 .listul .txtbox .type {
        font-size: 1.12rem;
    }
    .index02 .listul .txtbox .more {
        font-size: 1.12rem;
    }
    .index02 .listul .photo {
        width: 48%;
    }
    .index02 .listul li:first-child .photo,
    .index02 .listul li:nth-child(2) .photo {
        width: 48%;
    }
    .index03 {
        padding: 0 0 3.2rem;
        background: url("../img/bg03.png") no-repeat left bottom;
        background-size: 100% auto;
    }
    .index03 .lbox {
        width: auto;
        padding: 0 1rem 2rem;
    }
    .index03 .lbox h2 {
        margin-bottom: 1rem;
    }
    .index03 .lbox h2 span {
        font-size: 1.12rem;
    }
    .index03 .lbox .txt {
        margin-bottom: 1.5rem;
        font-size: 1.28rem;
        line-height: 1.7;
    }
    .index03 .lbox li {
        padding-left: 2.5rem;
        font-size: 1.3rem;
        background-size: 1.6rem auto;
    }
    .index03 .rbox {
        position: static;
        width: auto;
    }
    .index03 .rbox .bg {
        margin-left: 5%;
        height: 18rem;
    }
    .index03 .rbox .txt a {
        font-size: 1.2rem;
        padding: 1rem 1rem 1rem 6rem;
        background-size: 2.5rem auto;
    }
    .index04 .comTtl {
        margin-bottom: 1.6rem;
    }
    .index04 .listul {
        margin-bottom: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index04 .listul li {
        width: 32%;
        margin: 0 0.66% .5rem;
    }
    .index04 .listul a {
        padding: 1rem .5rem;
    }
    .index04 .listul p {
        font-size: 1.28rem;
    }
    .index04 .swiper-slide a {
        padding: 0 .5rem 3rem;
    }
    .index04 .swiper-slide .photo {
        width: auto;
        position: static;
        height: 16rem;
    }
    .index04 .swiper-slide .txtbox {
        width: auto;
        margin: .5rem 0 0;
        padding: 1rem;
    }
    .index04 .swiper-slide .txtbox h3 {
        font-size: 1.44rem;
        margin-bottom: 1rem;
    }
    .index04 .swiper-slide .txtbox p {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .index04 .swiper-slide .txtbox .link {
        font-size: 1.12rem;
    }
    .index04 .swiper-pagination {
        text-align: center;
    }
    .index05 {
        margin-top: 2rem;
        padding: 3rem 0;
    }
    .index05 p {
        max-width: inherit;
        margin-top: 2rem;
        font-size: 1.28rem;
        line-height: 1.8;
    }
    .index05 p span {
        font-size: 1.44rem;
    }
    .index06 {
        margin-top: 3.2rem;
    }
    .index06 .topbox {
        margin-bottom: 1.6rem;
    }
    .index06 .listul {
        display: block;
    }
    .index06 .listul li {
        width: auto;
        margin-top: 1rem;
    }
    .index06 .listul li:nth-child(2) a {
        display: block;
    }
    .index06 .listul .photo {
        padding-bottom: 63%;
    }
    .index06 .listul li:nth-child(2) .photo {
        border-radius: 1rem 1rem 0 0;
    }
    .index06 .listul li:nth-child(2) .photo:before {
        bottom: -12px;
        top: inherit;
    }
    .index06 .listul .txtbox {
        padding-bottom: 3rem;
    }
    .index06 .listul .txtbox > div {
        padding: 5%;
        position: static;
    }
    .index06 .listul .txtbox h3 {
        font-size: 1.44rem;
        overflow: inherit;
        white-space: normal;
    }
    .index06 .listul .txtbox p {
        display: none;
    }
    .index06 .listul .txtbox .btm {
        font-size: 1.12rem;
        left: 5%;
        right: 5%;
        bottom: 8%;
    }
    #footer {
        margin-top: 3.2rem;
        padding: 2rem 2.5% 5rem;
    }
    #footer .ftop {
        display: block;
        border-bottom: none;
        padding: 0;
    }
    #footer .fnav {
        display: none;
    }
    #footer .friendlink {
        width: 90%;
        font-size: 1.12rem;
        background-size: .8rem auto;
        margin: 0 auto 1.5rem;
    }
    #footer .fbox {
        display: block;
        padding: 0 1rem 1rem;
    }
    #footer .flogo {
        max-width: 17rem;
        margin: 0 auto 1.5rem;
    }
    #footer .flox ul li {
        font-size: 1.28rem;
    }
    #footer .fnote {
        font-size: 1.12rem;
        margin-top: 1rem;
        text-align: left;
    }
    #footer .frox {
        width: auto;
    }
    #footer .frox .codeul {
        display: none;
    }
    #footer .fbtm {
        font-size: 1.12rem;
        display: block;
        text-align: center;
    }
    .comTop .title {
        padding: 0 1rem;
        height: 12rem;
    }
    .comTop .en {
        font-size: 1.8rem;
    }
    .comLine {
        margin-bottom: 2rem;
    }
    .comLine .comWidth {
        display: block;
    }
    .comLine .path {
        display: none;
    }
    .comLine .text {
        font-size: 1.28rem;
        padding: .8rem 0;
        text-align: center;
    }
    .comLine ul {
        font-size: 1.28rem;
        overflow-x: auto;
    }
    .comLine ul li {
        margin-right: 1.4rem;
    }
    .comLine ul a {
        padding: 1rem 0;
        white-space: nowrap;
    }
    .sidebar {
        width: auto;
        margin-top: 2rem;
    }
    .sidebar .sttl {
        font-size: 1.44rem;
    }
    .sidebar .proul > li > a {
        padding: 1rem 3.92rem 1rem 1.5rem;
        font-size: 1.28rem;
    }
    .sidebar .proul .more {
        width: 3.92rem;
        height: 3.92rem;
    }
    .sidebar .proul .more:before {
        width: 1.4rem;
        height: .2rem;
        margin: -0.1rem 0 0 -0.7rem;
    }
    .sidebar .proul .more:after {
        width: .2rem;
        height: 1.4rem;
        margin: -0.7rem 0 0 -0.1rem;
    }
    .sidebar .protwo a {
        font-size: 1.28rem;
    }
    .sidebar .snews p {
        font-size: 1.28rem;
    }
    .conts {
        width: auto;
    }
    .productPage .sec .comWidth {
        flex-direction: column-reverse;
    }
    .productPage .conts .listul {
        display: block;
    }
    .productPage .conts .listul li {
        width: auto;
       margin-bottom: 1rem;
    }
    .productPage .conts .listul a:before {
        font-size: 1.12rem;
    }
    .productPage .conts .listul .hot a:after {
        width: 4.6rem;
        height: 4.6rem;
    }
    .productPage .conts .listul h2 {
        font-size: 1.36rem;
        margin-bottom: .8rem;
    }
    .productPage .conts .listul p {
        min-height: auto;
    }
    .productPage .conts .listul p span {
        font-size: 1.2rem;
    }
    .productPage .conts .listul .link {
        font-size: 1.12rem;
        left: 1.5rem;
        bottom: 3rem;
    }
    .productPage .conts .listul .photo {
        width: 50%;
    }
    .productPage .conts .listul .photo .inn {
        padding-bottom: 80%;
    }
    .pagination a {
        min-width: 2.6rem;
        font-size: 1.12rem;
    }
    .productDetailPage .sec01 {
        padding: 2rem 0 3rem;
    }
    .productDetailPage .sec01 .path {
        font-size: 1.12rem;
    }
    .productDetailPage .sec01 .imgbox {
        display: block;
    }
    .productDetailPage .sec01 .lbox {
        width: auto;
        padding-bottom: 1rem;
    }
    .productDetailPage .sec01 .rbox {
        width: auto;
        margin-top: 2rem;
    }
    .productDetailPage .sec01 .rbox h1 {
        font-size: 1.8rem;
    }
    .productDetailPage .sec01 .rbox .note {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .productDetailPage .sec01 .rbox .txtul {
        font-size: 1.2rem;
        margin: 1.5rem 0;
    }
    .productDetailPage .sec01 .rbox .linkul a {
        width: 14rem;
        font-size: 1.28rem;
        height: 3.8rem;
    }
    .productDetailPage .sec01 .rbox .linkul img {
        width: 1.6rem;
        margin-right: .5rem;
    }
    .productDetailPage .sec02 .bg {
        padding: 2rem 0;
    }
    .productDetailPage .sec02 .comWidth {
        display: block;
    }
    .productDetailPage .sec02 h2 {
        font-size: 1.6rem;
        width: auto;
        padding: 1rem 0 1rem 1.5rem;
    }
    .productDetailPage .sec02 h2 span {
        font-size: 1.44rem;
    }
    .productDetailPage .sec02 .info {
        width: auto;
    }
    .productDetailPage .sec02 .info,
    .productDetailPage .sec02 .info * {
        font-size: 1.28rem !important;
        line-height: 1.6 !important;
    }
    .productDetailPage .imgul {
        display: block;
        width: auto;
    }
    .productDetailPage .imgul li {
        width: auto;
    }
    .comPageList ul {
        display: block;
        padding: .5rem 0;
    }
    .comPageList li {
        max-width: inherit;
        font-size: 1.2rem;
        padding: .5rem 5rem .5rem 0;
    }
    .comPageList .link {
        left: inherit;
        right: 0;
        margin-left: 0;
        border-right: none;
    }
    .comProduct {
        margin-top: 3.2rem;
    }
    .comProduct .swiperbox {
        padding: 0 4rem;
    }
    .comProduct .swiper p {
        font-size: 1.28rem;
    }
    .comHot {
        margin-top: 3.2rem;
    }
    .comHot ul {
        margin-top: -1rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .comHot ul li {
        width: 49%;
        margin: 1rem 0 0;
    }
    .comHot ul p {
        font-size: 1.28rem;
        margin-top: .5rem;
    }
    .contactPage .sec {
        margin-bottom: -3.2rem;
    }
    .contactPage .mapbox a {
        right: 44%;
        top: 30%;
    }
    .contactPage .lbox {
        position: static;
        width: auto;
        background-color: transparent;
        display: block;
    }
    .contactPage .lbox > div {
        padding: 2rem;
        max-width: inherit;
    }
    .contactPage .lbox .ttl {
        margin-bottom: 2rem;
    }
    .contactPage .lbox .ttl span {
        font-size: 1.28rem;
    }
    .contactPage .lbox li {
        font-size: 1.4rem;
        padding-left: 2rem;
        margin-top: 1rem;
    }
    .contactPage .lbox li img {
        top: .3rem;
    }
    .aboutPage .sec01 {
        display: block;
        margin-bottom: 0;
    }
    .aboutPage .sec01 .lbox {
        width: auto;
        padding: 0 1.5rem 1rem;
    }
    .aboutPage .sec01 .lbox:before {
        font-size: 5.5rem;
    }
    .aboutPage .sec01 .lbox .txt {
        font-size: 1.28rem;
        line-height: 1.8;
        margin-top: 1.5rem;
    }
    .aboutPage .sec01 .rbox {
        width: auto;
    }
    .aboutPage .sec02 {
        margin-bottom: 3.2rem;
        padding: 3rem 1.5rem 3.2rem;
    }
    .aboutPage .sec02 ul {
        display: block;
    }
    .aboutPage .sec02 ul li {
        font-size: 1.2rem;
        width: auto;
        line-height: 1.6;
        background-position: left 1rem top 1.5rem;
        animation: none;
        background-color: rgba(255,255,255,0.6);
        padding: 1rem 1rem 1rem 3rem;
        border-radius: 1rem;
    }
    .aboutPage .sec02 ul li span {
        font-size: 1.4rem;
    }
    .aboutPage .sec02 ul li:first-child {
        margin-top: 0;
    }
    .aboutPage .sec02 ul li:nth-child(2) {
        margin: 2rem 0;
    }
    .aboutPage .sec02 ul li:last-child {
        margin-top: 2rem;
    }
    .aboutPage .sec03 .txt {
        font-size: 1.2rem;
        margin: 1.5rem 0;
    }
    .aboutPage .sec03 ul {
        display: block;
    }
    .aboutPage .sec03 ul li {
        width: auto;
    }
    .aboutPage .sec03 ul li:nth-child(2) {
        margin: 1rem 0;
    }
    .aboutPage .sec03 ul div {
        padding-bottom: 70%;
    }
    .aboutPage .sec03 ul p {
        font-size: 1.5rem;
    }
    .honorPage .sec ul {
        justify-content: space-between;
    }
    .honorPage .sec ul li {
        width: 48%;
        margin: 0 0 1rem;
    }
    .honorPage .sec ul p {
        font-size: 1.28rem;
    }
    .newsPage .listul li {
        margin-bottom: 1rem;
    }
    .newsPage .listul a {
        display: block;
        padding: 1.2rem;
    }
    .newsPage .listul .time {
        left: 1.2rem;
        top: 1.2rem;
        width: 5.6rem;
        font-size: 1.12rem;
        padding: 1rem 0;
        line-height: 1.4;
    }
    .newsPage .listul .photo {
        width: auto;
        margin: 0 0 1rem 7rem;
    }
    .newsPage .listul .txtbox {
        width: auto;
    }
    .newsPage .listul .txtbox h2 {
        font-size: 1.44rem;
        margin-bottom: .6rem;
    }
    .newsPage .listul .txtbox p {
        font-size: 1.12rem;
        line-height: 1.6;
    }
    .newsPage .listul .txtbox .link {
        display: block;
        font-size: 1.12rem;
        margin: 1rem auto 0;
        padding: .5rem;
        width: 11.2rem;
        text-align: center;
    }
    .detailPage .sec01 {
        padding: 2rem 0 5rem;
    }
    .detailPage .sec01 h1 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
    .detailPage .sec01 .topbox {
        display: block;
        font-size: 1.12rem;
        padding: 0;
    }
    .detailPage .sec01 .path {
        text-align: center;
    }
    .detailPage .sec01 ul {
        justify-content: center;
        margin-bottom: .5rem;
    }
    .detailPage .sec01 ul li {
        margin-right: 0;
    }
    .detailPage .sec01 ul li:first-child {
        margin-right: 1rem;
    }
    .detailPage .sec01 ul img {
        width: 1.2rem;
    }
    .detailPage .sec02 .bg {
        margin-top: -4rem;
        padding: 1.6rem;
    }
    .detailPage .sec02 .info,
    .detailPage .sec02 .info * {
        font-size: 1.28rem !important;
        line-height: 1.8 !important;
    }
    .detailPage .sec02 .link {
        font-size: 1.12rem;
    }
    .comList a {
        padding-bottom: 2rem;
        display: block;
    }
    .comList .photo {
        width: auto;
    }
    .comList .photo div {
        padding-bottom: 62%;
    }
    .comList .txtbox {
        width: auto;
        margin-top: 1rem;
    }
    .comList .txtbox h2 {
        font-size: 1.44rem;
    }
    .comList .txtbox p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .comList .txtbox .link {
        font-size: 1.12rem;
        text-align: center;
        margin-top: 1rem;
    }
    .videoPage .sec ul {
        justify-content: space-between;
    }
    .videoPage .sec ul li {
        width: 49%;
        margin: 0 0 1rem;
    }
    .videoPage .sec ul p {
        font-size: 1.28rem;
    }
    .searchPage .sec ul {
        justify-content: space-between;
    }
    .searchPage .sec ul li {
        width: 48.5%;
        margin: 0 0 1rem;
    }
    .searchPage .sec ul h2 {
        font-size: 1.44rem;
    }
    .searchPage .sec ul p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}