@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: 4.15rem;
    font-size: 0;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.1%;
    z-index: 500;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}
#header .search {
    position: absolute;
    right: 3.1%;
    top: 0;
    height: 100%;
    width: 4rem;
}
#header .search .btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("../img/search.png") no-repeat center center;
    background-size: 1.1rem auto;
}
#header .search .btn.show {
    background-image: url("../img/close.png");
}
#header .search .open {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 24rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px #ddd;
    padding: 1rem;
}
#header .search form {
    position: relative;
    border-bottom: 1px solid #ddd;
}
#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/search1.png") no-repeat center center;
	background-size: 45% auto;
}
#header .search ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
#header .search ul li {
    margin: .15rem;
}
#header .search ul a {
    display: block;
    font-size: .8rem;
    padding: .4rem .5rem;
    color: #999;
    border-radius: 5px;
    background-color: #e1e1e1;
}
#header .search ul a:hover {
    color: #fff;
    background-color: rgba(245, 56, 87,0.8);
}
#header .logo {
    max-width: 12.8rem;
}
#header .logo a {
    display: block;
}
#header .nav {
    display: flex;
    padding-right: 4rem;
}
#header .nav > li {
    margin: 0 0.5vw;
    position: relative;
}
#header .nav > li > a {
    font-size: .9rem;
    display: block;
    padding: 1.4rem 1rem;
}
#header .nav > li.on > a,
#header .nav > li:hover > a {
    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 .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px #ddd;
}
#header .navopen .list a {
    display: block;
    font-size: .9rem;
    padding: .55rem 1.3rem;
    white-space: nowrap;
    text-align: center;
}
#header .navopen .list a:hover {
    color: #0271bd;
    background-color: rgba(2, 113, 189,0.1);
}
#header .nav .proli {
    position: initial;
}
#header .navpro {
    width: 100%;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    box-shadow: 0 1px 5px #ddd;
    padding: 2rem;
}
#header .nav > li:hover .navpro {
     -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
#header .widbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1330px;
    margin: 0 auto;
}
#header .pronav {
    width: 69%;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
    padding-right: 3%;
}
#header .pronav li {
    width: 23%;
    margin: .1rem 2% .1rem 0;
}
#header .pronav a {
    display: block;
    font-size: .95rem;
    padding: .8rem;
    text-align: center;
}
#header .pronav .on a {
    color: #0271bd;
    background-color: rgba(2, 113, 189,0.1);
}
#header .proimg {
    width: 26%;
}
#header .proimg a {
    display: block;
}
#header .proimg .photo {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .proimg a:hover p {
    color: #0271bd;
}
#header .proimg img {
    max-width: 100%;
    max-height: 100%;
}
#header .proimg p {
    margin-top: .5rem;
    text-align: center;
    font-size: .9rem;
}
.comFix {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 200;
    width: 3.6rem;
}
.comFix li {
    margin-bottom: 3px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}
.comFix a {
    display: block;
    background-color: #E5F1F8;
    border-radius: 5px;
    text-align: center;
    padding: .5rem 0;
    position: relative;
}
.comFix a:hover {
    background-color: #0271bd;
}
.comFix a p {
    font-size: .7rem;
    color: #0271bd;
    margin-top: .3rem;
}
.comFix a:hover p {
    color: #fff;
}
.comFix .icon {
    width: 1.5rem;
    height: 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 86% auto;
    margin: 0 auto;
}
.comFix .icon.dh {
    background-image: url("../img/icon1.png");
}
.comFix a:hover .icon.dh {
    background-image: url("../img/icon1w.png");
}
.comFix .icon.zx {
    background-image: url("../img/icon3.png");
    animation: tdong 1s ease-in-out infinite alternate;
}
.comFix a:hover .icon.zx {
    background-image: url("../img/icon3w.png");
}
.comFix .icon.wx {
    background-image: url("../img/icon2.png");
}
.comFix a:hover .icon.wx {
    background-image: url("../img/icon2w.png");
}
.comFix .icon.fh {
    background-image: url("../img/icon4.png");
}
.comFix a:hover .icon.fh {
    background-image: url("../img/icon4w.png");
}
@keyframes tdong{from{transform:translate(0,0)} to{transform:translate(0,5px)}}
.comFix .txthide {
    position: absolute;
    top: 50%;
    right: 130%;
    background-color: #0271bd;
    padding: 0.7rem;
    -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: #0271bd transparent transparent;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -10px;
    border-width: 10px;
    border-top-color: #0271bd;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.comFix .txthide div {
    color: #fff;
    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);
}
.index1 .swiper a {
    display: block;
}
.index1 .swiper img {
    width: 100%;
}
.comTtl {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}
.comTtl span {
    display: block;
    font-size: 1rem;
    color: #0271bd;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1;
}
.index2 {
    margin: 4rem 0;
}
.index2 .catelist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.index2 .catelist li {
    width: 11.8%;
    margin: 0 0.8% .7rem 0;
}
.index2 .catelist li:nth-child(8n) {
    margin-right: 0;
}
.index2 .catelist a {
    display: block;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: .9rem;
    text-align: center;
    padding: .6rem .3rem;
    background-color: #f8f8f8;
    height: 100%;
}
.index2 .catelist a:hover {
    color: #0271bd;
    background-color: rgba(2, 113, 189,0.1);
}
.index2 .catelist img {
    display: block;
    width: 1.8rem;
    margin: 0 auto 0.5rem;
}
.index2 .prolist {
    display: flex;
    flex-wrap: wrap;
}
.index2 .prolist li {
    width: 25%;
    border-radius: 5px;
}
.index2 .prolist a {
    display: block;
    height: 100%;
    padding: 1.5rem;
    position: relative;
}
.index2 .prolist li:nth-child(2),
.index2 .prolist li:nth-child(4),
.index2 .prolist li:nth-child(5),
.index2 .prolist li:nth-child(7) {
    background-color: #f9f9f9;
}
.index2 .prolist a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 5px;
}
.index2 .prolist a:hover:before {
    box-shadow: 0 0 6px rgba(2, 113, 189,0.2);
}
.index2 .prolist .photo {
    position: relative;
    padding-bottom: 70%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.index2 .prolist .photo div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index2 .prolist .photo img {
    max-width: 100%;
    max-height: 100%;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index2 .prolist a:hover .photo img {
	-webkit-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px);
}
.index2 .prolist p {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}
.index2 .prolist p span {
    display: block;
    font-size: .8rem;
}
.index2 .prolist a:hover p {
    color: #0271bd;
}
.index3 {
    position: relative;
    overflow-x: hidden;
}
.index3 .photo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 3rem;
    width: 48%;
    content: "";
    background: url("../img/bg1.jpg") no-repeat right center;
    background-size: cover;
    z-index: 1;
}
.index3 .txtbox {
    width: 52%;
    position: relative;
    z-index: 2;
    margin-left: auto;
}
.index3 .txtbox:before {
    content: "";
	width: 2000px;
	background-color: #1e6799;
	bottom: 0;
	position: absolute;
	left: -3.25rem;
	top: 0;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
    z-index: 5;
}
.index3 .inner {
    position: relative;
    z-index: 10;
    padding: 4rem 0 4rem 2rem;
}
.index3 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.index3 .txtbox .comTtl {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}
.index3 .txtbox .comTtl span {
    color: rgba(255,255,255,0.8);
}
.index3 .txtbox .link a {
    padding: 0 1.5rem;
    color: #fff;
    font-size: .85rem;
    display: block;
    background: url("../img/icon6.png") no-repeat right center;
    background-size: .95rem auto;
}
.index3 .txtbox .link a:hover {
    text-decoration: underline;
}
.index3 .txtbox p {
    font-size: .85rem;
    line-height: 2;
    color: rgba(255,255,255,0.8);
}
.index3 .txtbox ul {
    display: flex;
    margin-top: 2rem;
}
.index3 .txtbox ul li:not(:last-child) {
    margin-right: 2rem;
}
.index3 .txtbox ul img {
    border-radius: 100%;
    width: 4.5rem;
}
.comLink a {
    width: 8rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    font-size: .8rem;
    border-radius: 5px;
    padding: .7rem 0;
}
.comLink a:hover {
    background-color: rgba(2, 113, 189,0.1);
    color: #0271bd;
}
.index4 {
    margin: 4rem 0;
}
.index4 .comTtl {
    text-align: left;
    margin-bottom: 0;
}
.index4 .topbox {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index4 .swiper a {
    display: block;
}
.index4 .swiper .photo {
    position: relative;
}
.index4 .swiper .photo:before {
	width: 3.2rem;
	height: 3.2rem;
	margin: -1.6rem 0 0 -1.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../img/icon7.png") no-repeat;
	background-size: 100% 100%;
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.index4 .swiper a:hover .photo:before {
	opacity: 1;
}
.index4 .swiper .photo img {
    width: 100%;
    border-radius: 5px;
}
.index4 .swiper p {
    margin-top: .5rem;
    text-align: center;
    font-size: .95rem;
}
.index4 .swiper a:hover p {
    color: #0271bd;
}
.index4 .swiperbox {
    position: relative;
    padding: 0 3.5rem;
    margin: 0 -3.5rem;
}
.index4 .swiper-button-next:after,
.index4 .swiper-button-prev:after {
	display: none;
}
.index4 .swiper-button-next,
.index4 .swiper-button-prev {
	width: 2.5rem;
	height: 2.5rem;
	box-shadow: 0 .2rem .5rem rgba(2, 113, 189,.4);
	border-radius: 100%;
}
.index4 .swiper-button-next {
	right: 0;
	background: url("../img/icon8.png") no-repeat center center;
	background-size: 40% auto;
}
.index4 .swiper-button-next:hover {
	background-color: #0271bd;
	background-image: url("../img/icon8w.png");
}
.index4 .swiper-button-prev {
	left: 0;
	background: url("../img/icon9.png") no-repeat center center;
	background-size: 40% auto;
}
.index4 .swiper-button-prev:hover {
	background-color: #0271bd;
	background-image: url("../img/icon9w.png");
}
.index5 {
    margin-bottom: 4rem;
    position: relative;
    padding: 4rem 0;
}
.index5 .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index5 .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/bg9.png") no-repeat center center;
    background-size: cover;
    z-index: 2;
}
.index5 .comWidth {
    position: relative;
    z-index: 3;
}
.index5 .comTtl {
    text-align: left;
}
.index5 .txtlist {
    width: 28rem;
    margin-bottom: 2rem;
}
.index5 .txtlist li {
    display: none;
    font-size: .9rem;
    line-height: 1.8;
}
.index5 .txtlist li.on {
    display: block;
}
.index5 .txtlist li span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .4rem;
}
.index5 .linebox {
    margin: 5rem 0 2.5rem;
    position: relative;
    z-index: 3;
}
.index5 .linebox > img {
    width: 100%;
}
.index5 .linelist li {
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
}
.index5 .linelist li:first-child {
    left: 8%;
    top: 51%;
}
.index5 .linelist li:nth-child(2) {
    left: 22%;
    top: 79%;
}
.index5 .linelist li:nth-child(3) {
    left: 36%;
    top: 26%;
}
.index5 .linelist li:nth-child(4) {
    left: 48%;
    top: 53%;
}
.index5 .linelist li:nth-child(5) {
    left: 62%;
    top: 66%;
}
.index5 .linelist li:nth-child(6) {
    left: 76%;
    top: 9%;
}
.index5 .linelist li:nth-child(7) {
    left: 88%;
    top: 22%;
}
.index5 .linelist .dot {
    width: 2rem;
    height: 2rem;
    position: relative;
    -webkit-transition: all .5s;transition: all .5s;
}
.index5 .linelist .dot:after,
.index5 .linelist .dot:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    content: "";
}
.index5 .linelist .dot:after {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
	-webkit-animation: sdong 1.2s ease-out infinite;
	animation: sdong 1.2s ease-out infinite;
}
.index5 .linelist .dot:before {
    width: 70%;
    height: 70%;
    left: 13%;
    top: 13%;
    border: 1px solid rgba(0,0,0,0.5);
    z-index: 2;
	-webkit-animation: sdong 1.5s ease-out infinite;
	animation: sdong 1.5s ease-out infinite;
}
@keyframes sdong {
  0% {-webkit-transform: scale(0);transform: scale(0);opacity: 1;}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);opacity: 0;}
 }
.index5 .linelist .dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: .5rem;
    height: .5rem;
    background-color: #999;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.index5 .linelist li.show .dot span {
    background-color: #0271bd;
}
.index5 .linelist li.show .dot:after {
    background: rgba(2, 113, 189,0.1);
}
.index5 .linelist li.show .dot:before {
    border-color: rgba(2, 113, 189,0.8);
}
.index5 .linelist .txt {
    font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translate(-50%,100%);
    white-space: nowrap;
}
.index5 .linelist li.show .txt {
    color: #0271bd;
}
.index5 .linelist .icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #0271bd;
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translate(-50%,-100%) scale(0);
    opacity: 0;
    -webkit-transition: all .5s;transition: all .5s;
}
.index5 .linelist .icon:before {
    position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 120%;
      height: 120%;
      border: 1px dashed #ddd;
      content: "";
      border-radius: 100%;
}
.index5 .linelist li.show .icon {
    transform: translate(-50%,-100%) scale(1) rotate(360deg);
    opacity: 1;
}
.index5 .linelist .icon img {
    max-width: 60%;
}
.index6 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.index6 .comTtl {
    text-align: left;
    margin-bottom: 0;
}
.index6 .inner {
    margin-bottom: 1rem;
    position: relative;
}
.index6 .inner .lbox {
    width: 66%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.index6 .inner .lbox a {
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.index6 .inner .lbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index6 .inner .lbox a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index6 .inner .lbox .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .8));
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    border-radius: 0 0 5px 5px;
}
.index6 .inner .lbox h3 {
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index6 .inner .rbox {
    width: 32%;
    margin-left: auto;
}
.index6 .inner .rbox a,
.index6 ul a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1rem;
}
.index6 ul a {
    height: 100%;
}
.index6 ul {
    display: flex;
    justify-content: space-between;
}
.index6 ul li {
    width: 32%;
}
.index6 .inner .rbox .photo,
.index6 ul .photo {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: .8rem;
    border-radius: 5px;
    overflow: hidden;
}
.index6 .inner .rbox .photo img,
.index6 ul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index6 .inner .rbox a:hover .photo img,
.index6 ul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index6 .inner .rbox .txt,
.index6 ul .txt {
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
    font-size: .7rem;
}
.index6 .inner .rbox .cate,
.index6 ul .cate {
    background-color: rgba(2, 113, 189,0.1);
    color: #0271bd;
    padding: .3rem .6rem;
    margin-right: .8rem;
}
.index6 .inner .rbox .time,
.index6 ul .time {
    color: #666;
}
.index6 .inner .rbox h3,
.index6 ul h3 {
    font-size: .95rem;
}
.index6 .inner .rbox a:hover h3,
.index6 ul a:hover h3 {
    color: #0271bd;
}
#footer {
    margin-top: 5rem;
    padding: 0 6%;
    background: url("../img/bg10.jpg") no-repeat center center;
    background-size: cover;
}
#footer .ftbox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
#footer .flogo {
    width: 12.8rem;
}
#footer .ftbox .flox {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem 1.5rem 0;
    border-right: 1px solid rgba(0,0,0,0.12);
}
#footer .ftbox .fbox {
    display: flex;
    align-items: center;
}
#footer .codelist {
	display: flex;
}
#footer .codelist li {
	margin-right: 1rem;
	position: relative;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	background-color: rgba(0,0,0,0.03);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .codelist li > img {
	width: 1.1rem;
}
#footer .codelist .code {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 5rem;
	z-index: 5;
	padding: .4rem;
	background-color: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
#footer .codelist .code p {
	font-size: .7rem;
	text-align: center;
	margin-bottom: .1rem;
}
#footer .friendlink {
	width: 8.5rem;
	border: 1px solid rgba(0,0,0,0.5);
	font-size: .7rem;
	padding: .5rem .75rem;
	box-sizing: border-box;
	background: url("../img/icon24.png") no-repeat right 0.75rem center;
	background-size: 0.6rem auto;
	position: relative;
	margin-left: 1rem;
}
#footer .friendlink ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	border: 1px solid rgba(0,0,0,0.5);
	box-sizing: border-box;
    height: 20rem;
    overflow-y: auto;
}
#footer .friendlink:hover ul {
	display: block;
}
#footer .friendlink ul a {
	display: block;
	padding: .25rem;
}
#footer .friendlink ul a:hover {
	text-decoration: underline;
}
#footer .ftbox .frox {
    width: 30%;
    padding-left: 2rem;
}
#footer .ftbox .frox p {
    padding-left: 1.2rem;
    font-size: .8rem;
    background: url("../img/icon17.png") no-repeat left center;
    background-size: 1rem auto;
}
#footer .ftbox .frox a {
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.1rem;
}
#footer .fcbox {
    display: flex;
}
#footer .fcbox .flox {
    width: 70%;
    border-right: 1px solid rgba(0,0,0,0.12);
    padding: 2rem 7% 2rem 0;
    display: flex;
    justify-content: space-between;
}
#footer .fcbox .flox .ttl a {
    font-size: .9rem;
    display: block;
}
#footer .fcbox .flox li {
    margin-top: .5rem;
}
#footer .fcbox .flox li a {
    font-size: .8rem;
    color: #666;
    display: block;
}
#footer .fcbox .flox a:hover {
    text-decoration: underline;
    color: #0271bd;
}
#footer .fcbox .frox {
    width: 30%;
    padding: 2rem 0 2rem 2rem;
}
#footer .fcbox .frox li {
    font-size: .8rem;
    margin-bottom: 1.5rem;
}
#footer .fcbox .frox li span {
    display: block;
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: .3rem;
}
#footer .fcbox .frox li img {
    width: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
}
#footer .fcbox .frox .note {
    font-size: .7rem;
    color: #666;
}
#footer .fcbox .fcode {
    max-width: 5rem;
}
#footer .fbtm {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    font-size: .7rem;
    border-top: 1px solid rgba(0,0,0,0.12);
}
#footer .copyright span {
    margin: 0 .5rem;
}
#footer .copyright img {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    margin: -0.1rem 0.1rem 0 0;
}
#footer .fbtm a:hover {
    text-decoration: underline;
}
.comPath {
    padding: 1rem 0;
    background-color: #F9FAFC;
    font-size: .7rem;
    color: #6b6b6b;
    margin-bottom: 2rem;
}
.comPath a:hover {
    text-decoration: underline;
}
.productPage .box1 .comWidth {
    display: flex;
    justify-content: space-between;
}
.productPage .lbox {
    width: 20%;
}
.productPage .rbox {
    width: 76%;
}
.productPage .lbox .proul > li {
    border: 1px solid #e6e6e6;
    margin-bottom: .5rem;
    border-radius: 5px;
    position: relative;
}
.productPage .lbox .proul h2 {
    font-size: .9rem;
    position: relative;
    padding: .8rem 2.5rem .8rem 3.2rem;
    border-radius: 5px 5px 0 0;
    background: url("../img/icon36.png") no-repeat right 0.8rem center;
    background-size: 1rem auto;
}
.productPage .lbox .proul > li.on h2 {
    color: #fff;
    background-color: #0271bd;
    background-image: url("../img/icon37.png");
}
.productPage .lbox .proul h2 img {
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 1.4rem;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.productPage .lbox .proul h2 img.white {
    opacity: 0;
}
.productPage .lbox .proul li.on h2 img.white {
    opacity: 1;
}
.productPage .lbox .proul li.on h2 img.blue {
    opacity: 0;
}
.productPage .lbox .protwo {
    display: none;
}
.productPage .lbox .proul li.on .protwo {
    display: block;
}
.productPage .lbox .protwo li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.productPage .lbox .protwo a {
    display: block;
    font-size: .8rem;
    padding: .6rem 1.4rem;
}
.productPage .lbox .protwo a:hover,
.productPage .lbox .protwo li.on a {
    color: #0271bd;
    background-color: rgba(2, 113, 189,0.1);
}
.productPage .lbox .title {
    margin: 2rem 0 .5rem;
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
}
.productPage .lbox .title:before {
    position: absolute;
    left: 0;
    top: .25rem;
    bottom: .25rem;
    content: "";
    background-color: #0271bd;
    width: .25rem;
}
.productPage .lbox .newlist li {
    margin-bottom: .4rem;
}
.productPage .lbox .newlist a {
    display: block;
    font-size: .8rem;
    position: relative;
    padding-left: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productPage .lbox .newlist a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: .3rem;
    height: .3rem;
    margin-top: -.15rem;
    background-color: #999;
}
.productPage .lbox .newlist a:hover {
    color: #0271bd;
}
.productPage .lbox .newlist a:hover:before {
    background-color: #0271bd;
}
.productPage .rbox .topbox {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productPage .rbox h1 {
    font-size: 1.2rem;
}
.productPage .rbox .topbox .link a {
    display: block;
    text-align: center;
    font-size: .8rem;
    background-color: rgba(2, 113, 189,0.9);
    color: #fff;
    width: 7rem;
    padding: .5rem;
    border-radius: 50px;
}
.productPage .rbox .topbox .link a:hover {
    transform: scale(1.1);
    background-color: rgba(2, 113, 189,1)
}
.productPage .rbox ul {
    display: flex;
    flex-wrap: wrap;
}
.productPage .rbox ul li {
    width: 31.5%;
    margin: 0 2.75% 2rem 0;
}
.productPage .rbox ul li:nth-child(3n) {
    margin-right: 0;
}
.productPage .rbox ul a {
    display: block;
}
.productPage .rbox ul .photo {
    position: relative;
    padding-bottom: 70%;
    background-color: #F7F7F7;
    border-radius: 5px;
    /*background: url("../img/bg12.jpg") no-repeat center center;
    background-size: cover;*/
}
.productPage .rbox ul .photo div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productPage .rbox ul .photo img {
    width: auto;
    height: auto;
    max-width: 86%;
    max-height: 86%;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.productPage .rbox ul a:hover .photo img {
	-webkit-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px);
}
.productPage .rbox ul h3 {
    font-size: 1rem;
   margin: .8rem 0 .3rem;
}
.productPage .rbox ul a:hover h3 {
    color: #0271bd;
}
.productPage .rbox ul .txt {
    font-size: .8rem;
    color: #666;
}
.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 #e4e9ec;
}
.pagination .page-status {
	margin-right: .5rem;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
    border-color: #0271bd;
}
.productdetailPage .comPath {
    background: none;
}
.productdetailPage .bgbox {
    background: url("../img/bg11.jpg") no-repeat center center;
    background-size: cover;
}
.productdetailPage .box1 {
    padding-bottom: 4rem;
}
.productdetailPage .box1 .comWidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productdetailPage .box1 .lbox {
    width: 46%;
}
.productdetailPage .box1 .lbox h1 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.productdetailPage .box1 .lbox .type,
.productdetailPage .box1 .lbox .chja {
    font-size: .9rem;
    margin-bottom: .5rem;
}
.productdetailPage .box1 .lbox .txt {
    font-size: .9rem;
    color: #666;
    line-height: 1.8;
}
.productdetailPage .box1 .lbox .conul {
	display: flex;
	margin-top: 3rem;
}
.productdetailPage .box1 .lbox .conul li:first-child {
	margin-right: 1rem;
}
.productdetailPage .box1 .lbox .conul li a {
    font-size: .9rem;
	color: #fff;
    border-radius: 5px;
	padding: .7rem 1.5rem;
	display: block;
}
.productdetailPage .box1 .lbox .conul li:first-child a {
	background-color: #0271bd;
}
.productdetailPage .box1 .lbox .conul li:last-child a {
	background-color: rgba(245, 56, 87,1);
}
.productdetailPage .box1 .lbox .conul li:last-child a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.productdetailPage .box1 .rbox {
    width: 46%;
    position: relative;
    padding-right: 6rem;
}
.productdetailPage .box1 .rbox .swiper01 {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    width: 5rem;
}
.productdetailPage .box1 .rbox .swiper01 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0,0.1);
    border-radius: .5rem;
}
.productdetailPage .box1 .rbox .swiper01 img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
.productdetailPage .box1 .rbox .swiper01 .swiper-slide-thumb-active {
    background: linear-gradient(to bottom, #e7f0ff, #fff);
    border-color: rgba(2, 113, 189,0.5);
}
.productdetailPage .box1 .rbox .swiper02 {
    height: 20rem;
}
.productdetailPage .box1 .rbox .swiper02 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.productdetailPage .box1 .rbox .swiper02 img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}
.productdetailPage .box2 .linebox {
    background-color: #F5F5F7;
    margin-bottom: 2rem;
}
.productdetailPage .box2 .tabul {
    display: flex;
    background-color: #F5F5F7;
    padding-top: .5rem;
}
.productdetailPage .box2 .tabul li {
    width: 25%;
    text-align: center;
    font-size: 1rem;
    border-top: 2px solid #F5F5F7;
    padding: 1rem .5rem;
    cursor: pointer;
}
.productdetailPage .box2 .tabul li.on {
    background-color: #fff;
    color: #0271bd;
    border-top-color: #0271bd;
}
.productdetailPage .tabpanel {
    margin-bottom: 3rem;
}
.productdetailPage .box2 .tabbox h2 {
    font-size: 1rem;
    margin-bottom: .5rem;
    position: relative;
    padding-left: .6rem;
    line-height: 1.5;
    color: #0271bd;
}
.productdetailPage .box2 .tabbox h2:before {
    position: absolute;
    left: 0;
    top: .3rem;
    bottom: .3rem;
    content: "";
    width: .2rem;
    background-color: #0271bd;
}
.productdetailPage .box2 .tabbox,
.productdetailPage .box2 .tabbox * {
    font-size: .9rem;
    line-height: 2;
}
.productdetailPage .box2 .tabbox table {
	border-collapse: collapse;
	width: 100% !important;
}
.productdetailPage .box2 .tabbox table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.productdetailPage .box2 .tabbox table th,
.productdetailPage .box2 .tabbox table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
}
.productdetailPage .box2 .tabbox table tr:hover {
    cursor: pointer;
    background-color: rgba(2, 113, 189,0.2);
}
.productdetailPage .box2 .tabbox img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: .5rem auto !important;
    display: block !important;
}
.productdetailPage .box2 .tabbox ul li {
    position: relative;
    padding-left: 1rem;
}
.productdetailPage .box2 .tabbox ul li:before {
    position: absolute;
    left: 0;
    top: 0.72rem;
    content: "";
    width: .4rem;
    height: .4rem;
    background-color: #0271bd;
}
.productdetailPage .box2 .tabbox .videobox {
    display: flex;
    flex-wrap: wrap;
}
.productdetailPage .box2 .tabbox .videobox .item {
    width: 32%;
    margin: 0 2% 1rem 0;
}
.productdetailPage .box2 .tabbox .videobox .item:nth-child(3n) {
    margin-right: 0;
}
.productdetailPage .box2 .tabbox .videobox .item a {
    display: block;
}
.productdetailPage .box2 .tabbox .videobox .photo {
    margin-bottom: .5rem;
    position: relative;
}
.productdetailPage .box2 .tabbox .videobox .photo:before {
	width: 3.2rem;
	height: 3.2rem;
	margin: -1.6rem 0 0 -1.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../img/icon7.png") no-repeat;
	background-size: 100% 100%;
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.productdetailPage .box2 .tabbox .videobox a:hover .photo:before {
	opacity: 1;
}
.productdetailPage .box2 .tabbox .videobox img {
  width: 100% !important;
  margin: 0 !important;
    border-radius: 5px;
}
.productdetailPage .box2 .tabbox .videobox a:hover p {
    color: #0271bd;
}
.comUrl {
    font-size: .8rem;
    margin-bottom: 1rem;
    color: #666;
}
.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/icon25.png") no-repeat center center;
    background-size: 32% auto;
}
.comPageList .link a:hover {
    background-image: url("../img/icon26.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/icon8.png") no-repeat center center;
	background-size: 40% auto;
}
.comProduct .swiper-button-next:hover {
	background-color: #0271bd;
	background-image: url("../img/icon8w.png");
}
.comProduct .swiper-button-prev {
	left: 0;
	background: url("../img/icon9.png") no-repeat center center;
	background-size: 40% auto;
}
.comProduct .swiper-button-prev:hover {
	background-color: #0271bd;
	background-image: url("../img/icon9w.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 {
	-webkit-transform: scale(1.1);
	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;
}
.yssmPage .box1 h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    position: relative;
    padding-left: .8rem;
}
.yssmPage .box1 h2:before {
    position: absolute;
    left: 0;
    top: .2rem;
    bottom: .2rem;
    content: "";
    width: .25rem;
    background-color: #0271bd;
}
.yssmPage .box1 p {
    font-size: .9rem;
    margin-bottom: 2rem;
    line-height: 2;
    color: #666;
}
.videoPage .box1 .listul {
    display: flex;
    flex-wrap: wrap;
}
.videoPage .box1 .listul li {
    width: 32%;
    margin: 0 2% 1.5rem 0;
}
.videoPage .box1 .listul li:nth-child(3n) {
    margin-right: 0;
}
.videoPage .box1 .listul a {
    display: block;
}
.videoPage .box1 .listul .photo {
    position: relative;
    padding-bottom: 60%;
    border-radius: 5px;
    overflow: hidden;
}
.videoPage .box1 .listul .photo:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
    background: url("../img/icon7.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
}
.videoPage .box1 .listul a:hover .photo:before {
    opacity: 1;
}
.videoPage .box1 .listul .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.videoPage .box1 .listul a:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.videoPage .box1 .listul p {
    font-size: .9rem;
    margin-top: .5rem;
}
.videoPage .box1 .listul a:hover p {
    color: #0271bd;
}
.comCate {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.comCate li {
    width: 16%;
    margin: 0 0.8% 0 0;
}
.comCate li:last-child {
    margin-right: 0;
}
.comCate li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .8rem .5rem;
    font-size: .9rem;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    text-align: center;
    background-color: #F9FAFC;
}
.comCate li a:hover,
.comCate li.on a {
    background-color: #0271bd;
    color: #fff;
}
.contactPage .box1 {
    position: relative;
    margin-bottom: 4rem;
}
.contactPage .box1 .comTtl {
    text-align: left;
}
.contactPage .box1 .lbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.contactPage .box1 .lbox > div {
    padding: 0 3rem;
}
.contactPage .box1 .lbox li {
    font-size: 1rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
}
.contactPage .box1 .lbox li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    border: 1px solid #0271bd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.contactPage .box1 .lbox li img {
    width: 1.4rem;
}
.contactPage .box1 .lbox li p {
    color: #999;
    font-size: .8rem;
    margin-bottom: .3rem;
}
.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 .box2 .line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.contactPage .box2 .line .item {
    width: 49%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
    padding-left: 6rem;
}
.contactPage .box2 .cont {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}
.contactPage .box2 .txt {
    font-size: .9rem;
}
.contactPage .box2 .txt span {
    color: rgba(245, 56, 87,1);
    margin-left: .2rem;
}
.contactPage .box2 .line .txt {
    position: absolute;
    left: 2rem;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contactPage .box2 input {
    width: 100%;
    height: 4rem;
    font-size: .9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    padding: .5rem;
}
.contactPage .box2 textarea {
    width: 100%;
    height: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: none;
    resize: vertical;
    margin-top: 1rem;
    font-size: .9rem;
}
.contactPage .box2 button {
    width: 7rem;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background-color: #0271bd;
    color: #fff;
    text-align: center;
    padding: 1rem .5rem;
    font-size: .8rem;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
}
.honorPage .box1 .listul {
    display: flex;
    flex-wrap: wrap;
}
.honorPage .box1 .listul li {
    width: 23.5%;
    margin: 0 2% 1.5rem 0;
}
.honorPage .box1 .listul li:nth-child(4n) {
    margin-right: 0;
}
.honorPage .box1 .listul a {
    display: block;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1rem;
}
.honorPage .box1 .listul .photo {
    padding-bottom: 100%;
    position: relative;
}
.honorPage .box1 .listul .photo div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honorPage .box1 .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;
}
.honorPage .box1 .listul p {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
    font-size: .9rem;
    background: url("../img/icon31.png") no-repeat right top 1.2rem;
    background-size: 1rem auto;
    padding-right: 2rem;
}
.honorPage .box1 .listul a:hover p {
    color: #0271bd;
}
.honorPage .box1 .listul a:hover .photo img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.aboutPage .box1 {
    display: flex;
    margin-bottom: 4rem;
}
.aboutPage .box1 .lbox {
    width: 55%;
    padding: 5rem 6%;
    position: relative;
}
.aboutPage .box1 .lbox:before {
    position: absolute;
    left: .5rem;
    top: 5rem;
    content: "LANENDE";
    color: #F4F4F4;
    font-style: italic;
    font-size: 8rem;
    font-family: Arial;
    font-weight: bold;
    z-index: -1;
}
.aboutPage .box1 .lbox .comTtl {
    text-align: left;
    margin-bottom: 3rem;
}
.aboutPage .box1 .lbox .txt {
    font-size: .9rem;
    line-height: 2;
    text-indent: 2em;
}
.aboutPage .box1 .rbox {
    width: 45%;
    background: url("../img/pic5.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}
.aboutPage .box2 {
    padding: 5rem 0 0;
    background: url("../img/bg5.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 32rem;
   position: relative;
    margin-bottom: 5rem;
}
.aboutPage .box2 .comTtl,
.aboutPage .box2 .comTtl span {
    color: #fff;
}
.aboutPage .box2 ul {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: space-around;
    align-items: flex-end;
}
.aboutPage .box2 li {
    width: 24%;
    color: #fff;
    background-color: #2778be;
    padding: 2rem 6rem 2rem 2rem;
    font-size: .9rem;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.aboutPage .box2 li:nth-child(2n) {
    background-color: #38bab1;
}
.aboutPage .box2 li span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.aboutPage .box2 li img {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
}
.aboutPage .box2 li .txt02 {
    height: 0;
    overflow: hidden;
}
.aboutPage .box2 li:hover .txt02 {
    height: auto;
}
.aboutPage .box3 .txt {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.aboutPage .box3 ul {
    display: flex;
    justify-content: space-between;
}
.aboutPage .box3 ul li {
    width: 31.5%;
    background: url("../img/pic6.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 1rem;
}
.aboutPage .box3 ul li:nth-child(2) {
    background-image: url("../img/pic7.jpg");
}
.aboutPage .box3 ul li:nth-child(3) {
    background-image: url("../img/pic8.jpg");
}
.aboutPage .box3 ul div {
    padding-bottom: 100%;
    position: relative;
}
.aboutPage .box3 ul p {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    left: 8%;
    bottom: 12%;
    padding-bottom: 0.75rem;
}
.aboutPage .box3 ul p:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 2.3rem;
    height: 0.15rem;
    background-color: #fff;
}
.newsPage .listul {
    display: flex;
    flex-wrap: wrap;
}
.newsPage .listul li {
    width: 32%;
    margin: 0 2% 1.2rem 0;
}
.newsPage .listul li:nth-child(3n) {
    margin-right: 0;
}
.newsPage .listul a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1rem;
    height: 100%;
}
.newsPage .listul .photo {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: .8rem;
    border-radius: 5px;
    overflow: hidden;
}
.newsPage .listul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    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 .txt {
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
    font-size: .7rem;
}
.newsPage .listul .cate {
    background-color: rgba(2, 113, 189,0.1);
    color: #0271bd;
    padding: .3rem .6rem;
    margin-right: .8rem;
}
.newsPage .listul .time {
    color: #666;
}
.newsPage .listul h2 {
    font-size: .95rem;
}
.newsPage .listul a:hover h2 {
    color: #0271bd;
}
.detailPage .box1 .txt {
    display: flex;
    align-items: center;
    font-size: .7rem;
    margin-bottom: .8rem;
}
.detailPage .box1 .txt .cate {
    background-color: rgba(2, 113, 189,0.1);
    color: #0271bd;
    padding: .3rem .6rem;
    margin-right: .8rem;
}
.detailPage .box1 .txt .time {
    color: #666;
}
.detailPage .box1 h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
}
.detailPage .box1 .info {
    margin-bottom: 2rem;
}
.detailPage .box1 .info,
.detailPage .box1 .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
    color: #444 !important;
}
.detailPage .box1 .info img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}
.detailPage .box1 .info table {
	width: 100% !important;
}
.detailPage .box1 .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.detailPage .box1 .info table th,
.detailPage .box1 .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.detailPage .box1 .info a,
.detailPage .box1 .info a * {
    color: #0271bd !important;
}
.comList {
    display: flex;
    flex-wrap: wrap;
}
.comList li {
    width: 32%;
    margin: 0 2% 1.2rem 0;
}
.comList li:nth-child(3n) {
    margin-right: 0;
}
.comList a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1rem 1rem 3.5rem;
    height: 100%;
    position: relative;
}
.comList .photo {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: .8rem;
    border-radius: 5px;
    overflow: hidden;
}
.comList .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    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 h2 {
    font-size: .95rem;
}
.comList a:hover h2 {
    color: #0271bd;
}
.comList .btm {
    font-size: .8rem;
    color: #999;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchPage .comList .photo img {
    object-fit: contain;
}

@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 2.5%;}
    #header .search {right: 2.5%;}
    #header .nav > li {margin: 0 0.4vw;}
    .index4 .swiperbox {margin: 0 -1.5rem;}
}
@media screen and (max-width: 1299px) {
	html,body {font-size: 18px;}
	/* #region */
    #header {padding: 0 2%;}
    #header .search {right: 2%;}
    #header .search {width: 3rem;}
    #header .nav {padding-right: 3rem;}
    #header .logo {max-width: 11.5rem;}
    #header .nav > li > a {padding-left: 0.5rem;padding-right: 0.5rem;}
    .comWidth {padding: 0 40px;}
    #footer {padding: 0 3%;}
}
@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 {
        display: block;
        padding: 1rem;
    }
    #header .search {
        right: 5rem;
    }
    #header .search .btn {
        background-size: 1.5rem auto;
    }
    #header .search .open {
        width: 22rem;
    }
    #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 ul a {
        font-size: 1.12rem;
    }
    #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;
        display: block;
    }
    #header .nav.on {
        left: 0;
    }
    #header .nav > li {
        margin: 0;
    }
    #header .nav > li > a {
        font-size: 1.44rem;
        padding: 1rem;
        text-align: center;
    }
    #header .navopen {
        display: none;
    }
    #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;
    }
    .comFix {
        bottom: 4rem;
        width: 4.8rem;
    }
    .comFix li:not(:last-child) {
        display: none;
    }
    .comFix a p {
        font-size: 1rem;
        margin-top: .3rem;
    }
    .comFix .icon {
        width: 1.8rem;
        height: 1.8rem;
    }
    .comTtl {
        font-size: 1.92rem;
        margin-bottom: 1.6rem;
    }
    .comTtl span {
        font-size: 1.28rem;
    }
    .index2 {
        margin: 3.2rem 0;
    }
    .index2 .catelist {
        margin-bottom: 1.6rem;
        justify-content: space-between;
    }
    .index2 .catelist li {
        width: 49%;
        margin: 0 0 .5rem;
    }
    .index2 .catelist a {
        font-size: 1.36rem;
    }
    .index2 .catelist img {
        width: 2rem;
    }
    .index2 .prolist li {
        width: 50%;
        border-radius: 5px;
    }
    .index2 .prolist a {
        padding: 1.4rem 1rem;
    }
    .index2 .prolist li:nth-child(4),
    .index2 .prolist li:nth-child(5) {
        background-color: transparent;
    }
    .index2 .prolist li:nth-child(3),
    .index2 .prolist li:nth-child(6) {
        background-color: #f9f9f9;
    }
    .index2 .prolist .photo {
        padding-bottom: 100%;
    }
    .index2 .prolist p {
        font-size: 1.28rem;
    }
    .index2 .prolist p span {
        font-size: 1.12rem;
    }
    .index3 .photo {
        width: 20%;
    }
    .index3 .txtbox {
        width: 90%;
    }
    .index3 .txtbox:before {
        left: -1.6rem;
        -webkit-transform: skew(-5deg);
        transform: skew(-5deg);
    }
    .index3 .inner {
        padding: 3.2rem 0 3.2rem 1.6rem;
    }
    .index3 .topbox {
        margin-bottom: 1.6rem;
    }
    .index3 .txtbox .link a {
        padding: 0 1.5rem;
        font-size: 1.12rem;
        background-size: 1.1rem auto;
    }
    .index3 .txtbox p {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .index3 .txtbox ul {
        margin-top: 1.6rem;
    }
    .index3 .txtbox ul li:not(:last-child) {
        margin-right: 1.6rem;
    }
    .index3 .txtbox ul img {
        width: 4rem;
    }
    .comLink a {
        font-size: 1.12rem;
    }
    .index4 {
        margin: 3.2rem 0;
    }
    .index4 .topbox {
        margin-bottom: 1.6rem;
    }
    .index4 .swiper p {
        font-size: 1.28rem;
    }
    .index4 .swiperbox {
        padding: 0 3.5rem;
        margin: 0;
    }
    .index5 {
        margin-bottom: 3.2rem;
        padding: 3.2rem 0;
    }
    .index5:before {
        background-position: left 25% bottom;
    }
    .index5 .txtlist {
        width: auto;
        margin-bottom: 1.6rem;
    }
    .index5 .txtlist li {
        font-size: 1.24rem;
    }
    .index5 .txtlist li span {
        font-size: 1.3rem;
    }
    .index5 .linebox {
        display: none;
    }
    .index6 .topbox {
        margin-bottom: 1.6rem;
    }
    .index6 .inner {
        margin-bottom: 0;
    }
    .index6 .inner .lbox {
        width: auto;
        position: relative;
    }
    .index6 .inner .lbox a {
        height: 19rem;
    }
    .index6 .inner .lbox .txt {
        font-size: 1.2rem;
    }
    .index6 .inner .rbox {
        width: auto;
        margin: 1rem 0 0;
    }
    .index6 ul {
        display: none;
    }
    .index6 .inner .rbox .txt {
        font-size: 1.12rem;
    }
    .index6 .inner .rbox h3 {
        font-size: 1.28rem;
    }
    #footer {
        margin-top: 3.2rem;
        padding: 0 2.5%;
    }
    #footer .ftbox {
        display: block;
        border-bottom: none;
    }
    #footer .flogo {
        width: 17rem;
        margin: 0 auto;
    }
    #footer .ftbox .flox {
        width: auto;
        display: block;
        padding: 2rem 0;
        border-right: none;
    }
    #footer .ftbox .fbox {
        display: block;
    }
    #footer .codelist {
        display: none;
    }
    #footer .friendlink {
        width: 20rem;
        border: 1px solid rgba(0,0,0,0.2);
        font-size: 1.12rem;
        background-size: 0.8rem auto;
        margin: 1.5rem auto 0;
    }
    #footer .ftbox .frox {
        width: auto;
        padding: 0 0 1rem;
    }
    #footer .ftbox .frox p {
        padding-left: 1.7rem;
        font-size: 1.28rem;
        background-size: 1.4rem auto;
    }
    #footer .ftbox .frox a {
        font-size: 1.6rem;
        margin-top: -0.3rem;
    }
    #footer .fcbox {
        display: block;
    }
    #footer .fcbox .flox {
        display: none;
    }
    #footer .fcbox .frox {
        width: auto;
        padding: 0 0 1rem;
    }
    #footer .fcbox .frox li {
        font-size: 1.28rem;
        margin-bottom: 1rem;
    }
    #footer .fcbox .frox li span {
        padding-left: 1.7rem;
        margin-bottom: .3rem;
    }
    #footer .fcbox .frox li img {
        width: 1.4rem;
        margin-top: -0.7rem;
    }
    #footer .fcbox .frox .note {
        font-size: 1rem;
    }
    #footer .fcbox .fcode {
        display: none;
    }
    #footer .fbtm {
        padding: 1rem 0 4.8rem;
        display: block;
        font-size: 1.12rem;
        text-align: center;
    }
    #footer .copyright span {
        margin: 0;
        display: block;
    }
    #footer .copyright img {
        width: 1.12rem;
    }
    .comPath {
        font-size: 1.04rem;
        margin-bottom: 1.6rem;
    }
    .productPage .box1 .comWidth {
        flex-direction: column-reverse;
    }
    .productPage .lbox {
        width: auto;
        margin-top: 3.2rem;
    }
    .productPage .rbox {
        width: auto;
    }
    .productPage .lbox .proul h2 {
        font-size: 1.44rem;
        padding: .8rem 3.6rem;
        background-size: 1.4rem auto;
    }
    .productPage .lbox .proul h2 img {
        width: 1.8rem;
    }
    .productPage .lbox .protwo a {
        font-size: 1.28rem;
        padding: .8rem 1rem;
    }
    .productPage .lbox .title {
        font-size: 1.44rem;
    }
    .productPage .lbox .newlist a {
        font-size: 1.24rem;
        padding-left: 1rem;
    }
    .productPage .lbox .newlist a:before {
        width: .4rem;
        height: .4rem;
        margin-top: -.2rem;
    }
    .productPage .rbox .topbox {
        margin-bottom: 2rem;
    }
    .productPage .rbox h1 {
        font-size: 1.6rem;
    }
    .productPage .rbox .topbox .link a {
        font-size: 1.12rem;
        width: 7.5rem;
    }
    .productPage .rbox ul {
        justify-content: space-between;
    }
    .productPage .rbox ul li {
        width: 49%;
        margin: 0 0 1.5rem;
    }
    .productPage .rbox ul .photo {
        padding-bottom: 80%;
    }
    .productPage .rbox ul h3 {
        font-size: 1.36rem;
    }
    .productPage .rbox ul .txt {
        font-size: 1.12rem;
    }
    .pagination {
        margin-top: 1rem;
    }
    .pagination a {
        min-width: 2.7rem;
        font-size: 1.12rem;
    }
    .productdetailPage .box1 {
        padding-bottom: 3rem;
    }
    .productdetailPage .box1 .comWidth {
        flex-direction: column-reverse;
    }
    .productdetailPage .box1 .lbox {
        width: auto;
    }
    .productdetailPage .box1 .lbox h1 {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .productdetailPage .box1 .lbox .type,
    .productdetailPage .box1 .lbox .chja {
        font-size: 1.28rem;
    }
    .productdetailPage .box1 .lbox .txt {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .productdetailPage .box1 .lbox .conul {
        margin-top: 1rem;
    }
    .productdetailPage .box1 .lbox .conul li:first-child {
        margin-right: 0.5rem;
    }
    .productdetailPage .box1 .lbox .conul li a {
        font-size: 1.28rem;
        padding: .7rem 1.5rem;
    }
    .productdetailPage .box1 .rbox {
        width: 100%;
        padding-bottom: .5rem;
        margin-bottom: 1.6rem;
    }
    .productdetailPage .box2 .linebox {
        margin-bottom: 1.6rem;
    }
    .productdetailPage .box2 .tabul li {
        width: 25%;
        font-size: 1.2rem;
        padding: 1rem .5rem;
    }
    .productdetailPage .tabpanel {
        margin-bottom: 1.5rem;
    }
    .productdetailPage .box2 .tabbox h2 {
        font-size: 1.3rem;
    }
    .productdetailPage .box2 .tabbox {
        overflow-x: auto;
    }
    .productdetailPage .box2 .tabbox,
    .productdetailPage .box2 .tabbox * {
        font-size: 1.28rem;
        line-height: 1.6;
    }
    .productdetailPage .box2 .tabbox ul li {
        padding-left: 1.1rem;
    }
    .productdetailPage .box2 .tabbox ul li:before {
        top: 0.76rem;
        width: .5rem;
        height: .5rem;
    }
    .productdetailPage .box2 .tabbox .videobox {
        display: block;
    }
    .productdetailPage .box2 .tabbox .videobox .item {
        width: auto;
        margin: 0 0 1.3rem;
    }
    .comUrl {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .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;
    }
    .yssmPage .box1 h2 {
        font-size: 1.28rem;
    }
    .yssmPage .box1 p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .videoPage .box1 .listul {
        display: block;
    }
    .videoPage .box1 .listul li {
        width: auto;
        margin: 0 0 1.5rem;
    }
    .videoPage .box1 .listul p {
        font-size: 1.28rem;
    }
    .comCate {
        justify-content: flex-start;
        overflow-x: auto;
    }
    .comCate li {
        width: auto;
        margin: 0 0.5rem 0 0;
    }
    .comCate li a {
        padding: .8rem 1rem;
        font-size: 1.28rem;
        white-space: nowrap;
    }
    .contactPage .box1 {
        margin-bottom: 3.2rem;
    }
    .contactPage .box1 .comTtl {
        text-align: center;
    }
    .contactPage .box1 .lbox {
        position: static;
        width: auto;
        display: block;
    }
    .contactPage .box1 .lbox > div {
        padding: 3rem 1rem 2rem;
    }
    .contactPage .box1 .lbox li {
        font-size: 1.28rem;
        padding: 1rem 1rem 1rem 4.5rem;
    }
    .contactPage .box1 .lbox li p {
        font-size: 1.2rem;
        margin-bottom: .3rem;
    }
    .contactPage .mapbox a {
        right: 44%;
        top: 30%;
    }
    .contactPage .box2 .line {
        display: block;
        margin-bottom: 0;
    }
    .contactPage .box2 .line .item {
        width: auto;
        padding-left: 5.5rem;
        margin-bottom: .5rem;
    }
    .contactPage .box2 .cont {
        padding: 1rem;
    }
    .contactPage .box2 .txt {
        font-size: 1.24rem;
    }
    .contactPage .box2 .line .txt {
        left: 1rem;
    }
    .contactPage .box2 input {
        font-size: 1.24rem;
    }
    .contactPage .box2 textarea {
        font-size: 1.24rem;
    }
    .contactPage .box2 button {
        width: 9rem;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .honorPage .box1 .listul {
        justify-content: space-between;
    }
    .honorPage .box1 .listul li {
        width: 49%;
        margin: 0 0 1rem;
    }
    .honorPage .box1 .listul p {
        font-size: 1.28rem;
        background-size: 1.3rem auto;
    }
    .aboutPage .box1 {
        display: block;
        margin-bottom: 1rem;
    }
    .aboutPage .box1 .lbox {
        width: auto;
        padding: 1rem 3%;
    }
    .aboutPage .box1 .lbox:before {
        top: 4rem;
        font-size: 5.5rem;
    }
    .aboutPage .box1 .lbox .comTtl {
        text-align: center;
        margin-bottom: 2rem;
    }
    .aboutPage .box1 .lbox .txt {
        font-size: 1.28rem;
        line-height: 1.6;
    }
    .aboutPage .box1 .rbox {
        width: auto;
        height: 18rem;
        border-radius: 0;
    }
    .aboutPage .box2 {
        padding: 3.2rem 2.5% 1rem;
        height: auto;
        margin-bottom: 3.2rem;
    }
    .aboutPage .box2 ul {
        display: block;
        position: static;
    }
    .aboutPage .box2 li {
        width: auto;
        padding: 1.6rem 6.5rem 1.6rem 1.6rem;
        font-size: 1.2rem;
        border-radius: 10px;
        margin-top: 1rem;
    }
    .aboutPage .box2 li span {
        font-size: 1.3rem;
    }
    .aboutPage .box2 li .txt02 {
        height: auto;
    }
    .aboutPage .box3 .txt {
        font-size: 1.24rem;
        margin-bottom: 2rem;
    }
    .aboutPage .box3 ul {
        display: block;
    }
    .aboutPage .box3 ul li {
        width: auto;
        margin-bottom: 1rem;
    }
    .aboutPage .box3 ul div {
        padding-bottom: 66%;
    }
    .aboutPage .box3 ul p {
        font-size: 1.5rem;
    }
    .newsPage .listul {
        display: block;
    }
    .newsPage .listul li {
        width: auto;
        margin: 0 0 1rem;
    }
    .newsPage .listul .txt {
        margin-bottom: .8rem;
        font-size: 1.12rem;
    }
    .newsPage .listul h2 {
        font-size: 1.3rem;
    }
    .detailPage .box1 .txt {
        font-size: 1.12rem;
    }
    .detailPage .box1 h1 {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        padding-bottom: 1rem;
    }
    .detailPage .box1 .info {
        margin-bottom: 1.6rem;
    }
    .detailPage .box1 .info,
    .detailPage .box1 .info * {
        font-size: 1.28rem !important;
        line-height: 1.8 !important;
    }
    .comList {
        display: block;
    }
    .comList li {
        width: auto;
        margin: 0 0 1rem;
    }
    .comList a {
        padding: 1rem 1rem 4rem;
    }
    .comList h2 {
        font-size: 1.3rem;
    }
    .comList .btm {
        font-size: 1.12rem;
    }
}