::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #032f9b;
} 
     /* 布局 */
     .wp{max-width: 1580px; margin: 0 auto;}
     @media only screen and (min-width: 950px) and (max-width: 1920px) {
   	.wp{max-width: 82.29vw; margin: 0 auto;}
     }
     @media only screen  and (max-width: 950px) {
   	/* .wp{max-width:none; padding: 0 30px;} */
     }
     @media only screen  and (max-width: 500px) {
     	.wp{padding: 0 .4rem;}
     }
     video{outline: none;}
     ::selection {
    background: black;
    color: white;
}
     body{margin:0;padding:0;color:#333;font-family:"PingFang SC","Microsoft YaHei","simsun","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-variant-ligatures:no-common-ligatures; color: #333;padding-top: 1rem;overflow-x:hidden;}
     a{color: #333; transition: .5s;}
     a:hover{color:#032f9b ;}
     .a a{display: block;}
     
     /* 裁剪 */
     .ofh{overflow: hidden;}
     /* 左浮动 */
     .fl,.col-l{float: left;}
     /* 右浮动 */
     .fr,.col-r{float: right;}
     /* 相对定位 */
     .por{position: relative;}
     /* 高100% */
     .h100full{height: 100%;}
     /* 宽100% */
     .w100full{width: 100%;}
     .allfull{width: 100%;height: 100%;}
     /* 默认图片 */
     img{width: 100%;vertical-align: middle; transition: .5s;}
     
     /* 清除浮动 */
     .htover::after{
     	content: '';
     	display: table;
     	clear: both;
     }
     
     /* 文本行数限制 1行 */
     .txtof1{
     	overflow:hidden;
     	white-space: nowrap;
     	text-overflow: ellipsis;
      }
      /* 文本行数限制 2行 */
      .txtof2{
     	overflow:hidden;
     	display:-webkit-box; 
     	-webkit-box-orient:vertical; 
     	-webkit-line-clamp:2; 
     	text-overflow:ellipsis
      }
      /* 文本行数限制 3行 */
      .txtof2-3{
     	-webkit-line-clamp:3; 
      }
      /* 文本行数限制 4行 */
      .txtof2-4{
   	   overflow:hidden;
   	   display:-webkit-box; 
   	   -webkit-box-orient:vertical; 
     	-webkit-line-clamp:4;
   	text-overflow:ellipsis
      }
      /* 文本行数限制 5行 */
      .txtof2-5{
     	-webkit-line-clamp:5; 
      }
      
      /* 水平居中 */
      .mid-w{position: relative;left: 50%;transform: translateX(-50%);}
      /* 垂直居中 */
      .mid-h{position: relative;top: 50%;transform: translateY(-50%);}
      /* 水平+垂直居中 */
      .mid-all{position: relative;left: 50%;top: 50%;transform: translate(-50%,-50%);}
      
      
      
   
   
	
	.wp1760 {
		max-width: 17.6rem;
		margin: 0 auto;
	}
	
	.wp1400 {
		max-width: 15rem;
		margin: 0 auto;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		color: #fff;
		z-index: 999;
		transition: .5s;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}
	
	
	
	.header .hdr {
		position: relative;
		height: 1rem;
	}
	
	.header .logo {
		width: 3.69rem;
		float: left;
		margin-left: 1rem;
	}
	.header .fr{
		height: 1rem;
	}
	
	
	
	.nav {
		float: left;
		margin-right: 0.5rem;
	}
	
	.nav li {
		float: left;
		margin: 0 0.12rem;
	}
	
	.nav .con {
		position: relative;
		padding: 0 0.12rem;
	}
	
	.nav .con .tit {
		font-size: 0.21rem;
		position: relative;
		color: #333;
		height: 1rem;
		line-height: 1.04rem;
		display: inline-block;
		transition: color .5s;
	}
	.nav .con .tit:hover{
		color: #032f9b;
	}
	.on{
	color: #032f9b;
    font-weight: bold;
	}
	
	
	.header-all .btns {
		float: right;
		height: 1rem;
		line-height: 0.42rem;
		font-size: 0.15rem;
		color: #333;
		display: flex;
		align-items: center;
	
	}
	
	.header-all .btns .search {
		background: url(/skin/images/icon1.png) no-repeat center;
		background-size: 0.2rem;
		background-color: #032f9b;
		width: 1rem;
		height: 1rem;
	}
	
	.header-all .btns .lang {
		margin-right: 0.5rem;
		position: relative;
		cursor: pointer;
	}
	
	
	.header-all .btns .lang .txt {
		padding-right: 0.2rem;
		background: url(/skin/images/icon2.png) no-repeat right center;
		background-size: 0.1rem;
		transform: translateY(.01rem);
	}
	
	.header-all .btns .lang ul {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-25%, 100%);
		width: 1.4rem;
		background-color: #fff;
		border-radius: 0.05rem;
		display: none;
		overflow: hidden;
		z-index: 9;
	}
	
	.header-all .btns .lang .con {
		display: block;
		width: 100%;
		padding: 0 0.12rem;
		font-weight: 400;
		color: #212529;
		white-space: nowrap;
		color: #000;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		;
		transition: .5s;
	}
	
	.header-all .btns .lang .con:hover {
		background-color: #032f9b;
		color: #fff;
	}
	
	.header-all .btns .lang li:last-of-type .con {
		border: nones;
	}
	
	.g-libbtn:hover {
		background-color: #032f9b;
	}
	
	.g-libbtn,
	.nav {
		/* top: 48%; */
	}
	
	.subnav {
		position: absolute;
		left: 50%;
		bottom: -0.02rem;
		bottom: 0rem;
		transform: translate(-50%, 100%);
		display: none;
		border: 1px solid rgb(226, 226, 226);
		border-bottom-color:transparent;
	}
	
	.subnav a {
		display: block;
		padding: 0.12rem 0.4rem;
		font-size: 0.14rem;
		line-height: 2;
		background-color: #fff;
		white-space: nowrap;
		border-bottom: 1px solid rgb(226, 226, 226);
		color: #333;
		transition: .5s;
	}
	
	.subnav a:hover {
		background-color: #032f9b;
		color: #fff;
	}
	
	
	
	
	.footer{
		background-color: #333;
		padding: 0.8rem 0 .5rem;
		background: url(/skin/images/bg2.png) no-repeat  left center;
		background-size: 4.22rem;
		background-color: #032f9b;
	}
	
	.footer .logo{
		width: 3.69rem;
		margin-bottom: 0.1rem;
	}
	.footer .ftrtop{
		margin-bottom: 0.1rem;
	}
	.footer .ftrtop::after{
		content: '';
		display: table;
		clear: both;
		
	}
	.footer .ftrlist {
		overflow: hidden;
		width: 7rem;
		display: flex;
		flex-wrap: wrap;
		float: right;
	}
	.footer .ftrlist li{
		width: 33.3333%;
		margin-bottom: 0.1rem;
	}
	.footer .ftrlist .tit {
		font-size: 0.18rem;
		margin-bottom: 0.4rem;
		color: rgb(244, 244, 246);
	}
	
	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 0.15rem;
		color: rgba(244, 244, 246,.7);
	}
	.footer .ftrlist a{
		display: inline-block;
	}
	.footer .ftrlist a:hover{
		color: #fff;
	}
	
	.footer .ftrlist dd {
		margin-bottom: 0.1rem;
	}
	
	.footer .ftrlist dd span {
		font-weight: bold;
	}
	
	.footer .ftrlist li:first-of-type dd {
		color: #7e8890;
	}
	
	.footer .ftrlist .pic {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.05rem;
		overflow: hidden;
	}
	.footer .infos{
		float: left;
		width: calc(100% - 8.25rem);
	}
	
	
	.footer .ftr{
		overflow: hidden;
		font-size: 0.16rem;
		color: #fff;
		padding: ;
	}
	.footer .left{
		float: left;
	}
	.footer .copy{
		overflow: hidden;
		padding: .3rem 0 .5rem;
		text-align: center;
	}
	.footer .adress{
		float: none;
		color: #fff;
		font-size: 0.16rem;
		line-height: 1.9;
		margin-bottom: 0.8rem;
	}
	.footer .adress p{
		margin-bottom: 0.1rem;
	}
	.footer a{
		display: block;
		color: rgba(255, 255, 255, .5);
	}
	.footer a:hover{
		color: #fff;
	}
	.footer .ftr{
		color: rgba(244, 244, 246, 0.4);
	}
	.footer .ftr a{
		color: rgba(244, 244, 246, 0.4);
		display: inline-block;
	}
	.footer .ftr a:hover{
		color: #fff;
	}
	
	
	
	
	
	/* 移动端头部 */
	.header-phone {
		height: 50px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1)
	}
	
	.header-phone .hdr {
		height: 100%;
		/* overflow: hidden; */
		position: relative;
	}
	
	.header-phone .hdr::after {
		content: '';
		display: table;
		clear: both;
	}
	
	.header-phone .logo {
		width: 200px;
	
	}
	
	/* 移动端按钮 */
	.menuBtn {
		position: absolute;
		right: 0px;
		width: 25px;
		display: block;
		cursor: pointer;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s
	}
	
	.menuBtn b {
		display: block;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #032f9b;
		margin-bottom: 5px;
		transition: .5s;
		transform: rotateZ(0);
		opacity: 1;
		-webkit-transform: rotateZ(0);
		-moz-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		opacity: 1;
	}
	
	.menuBtn b:last-child {
		margin-bottom: 0;
	}
	
	.menuBtn.on b {
		opacity: 0;
	}
	
	.menuBtn.on b:first-child {
		opacity: 1;
		transform: translateY(10px) rotateZ(41deg);
		-webkit-transform: translateY(10px) rotateZ(41deg);
		-moz-transform: translateY(10px) rotateZ(41deg);
		-ms-transform: translateY(10px) rotateZ(41deg);
		-o-transform: translateY(10px) rotateZ(41deg);
	}
	
	.menuBtn.on b:last-child {
		opacity: 1;
		transform: translateY(-6px) rotateZ(-44deg);
		-webkit-transform: translateY(-6px) rotateZ(-44deg);
		-moz-transform: translateY(-6px) rotateZ(-44deg);
		-ms-transform: translateY(-6px) rotateZ(-44deg);
		-o-transform: translateY(-6px) rotateZ(-44deg);
	}
	
	.nav-ph {
		position: fixed;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 0;
		text-align: center;
		background-color: #fff;
		padding-top: 70px;
		display: none;
		overflow-y: auto;
		z-index: 999;
	}
	
	.nav-ph li {
		margin-bottom: 20px;
	}
	
	.nav-ph .con {
		position: relative;
	}
	
	.nav-ph .arr {
		position: absolute;
		right: 20%;
		top: 0;
		background: url(/skin/images/arr.png) no-repeat center;
		background-size: 100%;
		width: 13px;
		height: 30px;
		transition: .5s;
	}
	
	.nav-ph .arr.on {
		background-image: url(/skin/images/arr-on.png);
		transform: rotateZ(90deg);
	}
	
	.nav-ph a {
		font-size: 17px;
	}
	
	.nav-ph .con>a {
		height: 30px;
		line-height: 30px;
	}
	
	.sub-navph {
		padding: 15px 0;
		display: none;
	}
	
	.sub-navph a {
		font-size: 15px;
	}
	
	.sub-navph dd {
		margin-bottom: 10px;
	}
	
	.header-phone {
		display: none;
	}
	
	
	@media only screen and (max-width: 1300px) {
		.header .logos {
			margin-right: 1rem;
		}
	}
	
	@media only screen and (max-width: 1100px) {
		
		.footer .left{
			float: none;
		}
		
		.footer .copy{
			text-align: center;
			/* font-size: 0.32rem; */
			padding-top: 0.4rem;
		}
		.footer .copy span{
			display: block;
		}
	}
	
	@media only screen and (max-width: 750px) {
		body{
			padding-top: 50px;
		}
		.header {
			display: none;
		}
	
		.header-phone {
			display: block;
		}
	
		.wp1760,
		.wp1400,
		.wp {
			max-width: none;
			padding: 0 .4rem;
		}
	
	
	
		.header-all .btns {
			position: absolute;
			top: 15px;
			right: 40px;
			transform: none;
			width: auto;
			height: auto;
			line-height: 1.5;
		}
	
		.header-all .header-phone .btns .search {
			width: 15px;
			height: 15px;
			background-image: url(/skin/images/icon1-2.png);
			background-size: 100%;
			background-color: transparent;
		}
	
		.header-all .btns .lang {
			margin-left: 5px;
			padding-left: 10px;
			margin-right: 0;
		}
	
		.header-all .btns .lang .txt {
			font-size: 14px;
			color: #000;
			transform: none;
			background-size: .15rem;
		}
	
		.header-all .btns .lang::before {
			height: 12px;
			left: 0px;
		}
	
		.header-all .btns .lang ul {
			width: auto;
			font-size: 12px;
			line-height: 30px;
			z-index: 9999;
			bottom: -5px;
			left: 20px;
			border: 1px solid rgba(0, 0, 0, .15);
			border-radius: 5px;
		}
	
		.header-all .btns .lang .con {
			padding: 0 10px;
		}
	
		.header-all .btns .lang ul li:last-of-type .con {
			border: none;
		}
	
	
		
		
		.footer .logo{
			margin: 0 auto .3rem;
			width: 5rem;
		}
		.footer .adress.dn{
			margin-bottom: 0.4rem;
			color: #fff;
		}
		.footer .ftrlist {
			display: block;
			text-align: center;
		}
		
		.footer .ftrlist li {
			display: none;
		}
			
		.footer .ftrlist li:last-of-type {
			display: block;
		}
			
		.footer .ftrlist .pic {
			margin: 0 auto;
		}
		.footer{
			padding-bottom: 0;
			padding: 1rem 0 .4rem;
		}
		.footer .ftrlist{
			display: none;
		}
		.footer .infos{
			float: none;
			width: 100%;
		}
		.footer .adress{
			text-align: center;
			font-size: .28rem;
		}
		.footer .adress .tit{
			font-size: 0.4rem;
			/* margin-bottom: 0; */
		}
		.footer .adress .info{
			font-size: 0.32rem;
		}
		.footer .ftr{
			font-size: 0.24rem;
			text-align: center;
		}
		.footer .ftr .fl,
		.footer .ftr .fr{
			float: none;
			margin-bottom: 0.1rem;
		}
		.footer .copy{
			font-size: 0.28rem;
		}
	}
	
	
	
	
	@media only screen and (max-width: 950px) {
		.footer .ftr2 {
			padding: 20px 0;
		}
		.footer .ftr2 .txts{
			text-align: center;
		}
	}
	
	
	
	
	
	
	/* 新增 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		position: absolute;
		right: 0rem;
		bottom: -.01rem;
		transform: translateY(100%);
		width: 5rem;
		height: .7rem;
		line-height: .7rem;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		display: none;
	}
	.g-hdsearch .ipt{
		width: 4.7rem;
		
	}
	.g-hdsearch .ipt input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 0 .15rem;
		height: .7rem;
		display: block;
	}
	.g-hdsearch .btn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: .1rem;
		background: url(/skin/images/icon1-2.png) no-repeat;
		background-size: 0.2rem;
		width: 0.2rem;
		height: 0.2rem;
		cursor: pointer;
	}
	
	@media only screen and (max-width: 950px) {
		.g-hdsearch{
			top: 2px;
			right: 0;
			width: 200px;
			height: 30px;
			line-height: 30px;
		}
		.g-hdsearch .ipt{
			height: 30px;
			width: 180px;
		}
		
		.g-hdsearch .ipt input{
			padding: 0 10px;
			height: 30px;
		}
		.g-hdsearch .btn{
			width: 15px;
			height: 15px;
			background-size: 100%;
			right: 5px;
		}
	}
	
	

#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

.mainVisual {
	margin-bottom: 80px;
}
.mainVisual .swiper-slide img {
	width: 100%;
}
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
	width: 42px;
	height: 74px;
	border-radius: 6px;
	margin-top: -37px;
	background-color: rgba(255,255,255,0.75);
}
.mainVisual .swiper-button-next:after,
.mainVisual .swiper-button-prev:after {
	font-size: 30px;
	font-weight: bold;
}
.mainVisual .swiper-button-next {
	right: 5%;
}
.mainVisual .swiper-button-prev {
	left: 5%;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	box-sizing: border-box;
}
.headline01 {
	margin-bottom: 40px;
	text-align: center;
}
.headline01 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.siderbar {
	width: 26.8%;
	float: left;
}
.siderbar .sttl {
	border-left: 6px solid #c5322a;
	background-color: #003bb2 ;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 15px 0 15px 18%;
}
.siderbar .sttl p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.siderbar .sttl p span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.siderbar .simg {
	position: absolute;
	right: 10%;
	top: -25px;
}
.siderbar .sul {
	border: 3px solid #f5f5f5;
	border-top: none;
	padding: 20px 9%;
}
.siderbar .sul li:not(:last-child) {
	margin-bottom: 8px;
}
.siderbar .sul a {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-size: 18px;
	padding: 8px 8px 8px 15px;
	border-left: 4px solid transparent;
}
.siderbar .sul .on a,
.siderbar .sul a:hover {
	background-color: #032f9b;
	color: #fff;
	border-left-color: #c5322a;
	font-weight: bold;
}
.siderbar .sbg {
	background-color: #003bb2 ;
	border-radius: 0 0 10px 10px;
	padding: 30px 9%;
}
.siderbar .sbg li {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	position: relative;
	padding: 0 0 10px 30px;
	word-break: break-all;
}
.siderbar .sbg li img {
	position: absolute;
	left: 0;
	top: 5px;
}
.siderbar .sbg li a {
	color: #fff;
}
.siderbar .code {
	margin-top: 20px;
	text-align: center;
}
.conts {
	width: 70.5%;
	float: right;
}
.comUl {
	display: flex;
	flex-wrap: wrap;
}
.comUl li {
	width: 31.3%;
	margin: 0 3.05% 30px 0;
}
.comUl li:nth-child(3n) {
	margin-right: 0;
}
.comUl a {
	display: block;
}
.comUl .photo {
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}
.comUl .photo img {
	width: 100%;
	min-height: 230px;
	border-radius: 10px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comUl a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.comUl p {
	margin-top: 10px;
	text-align: center;
}
.comUl a:hover {
	color: #c5322a;
	font-weight: bold;
}
.indexsec01 {
	background-color: #032f9b;
}
.indexsec01 #scroll {
	overflow: hidden;
	height: 860px;
}


.comTop {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #c5322a;
	color: #fff;
}
.productPage .detailphoto {
	margin: 30px 0 40px;
	text-align: center;
}
.productPage .detailphoto img {
	height: auto !important;
}
.productPage .h4Ttl {
	border-bottom: 1px solid #009ad6;
}
.productPage .h4Ttl span {
	min-width: 160px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	background-color: #009ad6;
	font-size: 18px;
	border-radius: 5px 5px 5px 0;
	padding: 10px;
	border-left: 5px solid #f36e21;
	letter-spacing: 1px;
	text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1360px) {
	.comUl .photo img {min-height: 160px;}
	.comUl .photo {height: 160px;}
	.indexsec04 ul .photo img {min-height: 111px;}
	.indexsec04 ul .photo {height: 111px;}
}

@media all and (max-width: 991px) {
	.mainVisual {
		margin-bottom: 40px;
	}
	.mainVisual .swiper-button-next,
	.mainVisual .swiper-button-prev {
		width: 26px;
		height: 50px;
		margin-top: -25px;
	}
	.mainVisual .swiper-button-next:after,
	.mainVisual .swiper-button-prev:after {
		font-size: 18px;
	}
	.mainVisual .swiper-button-next {
		right: 15px;
	}
	.mainVisual .swiper-button-prev {
		left: 15px;
	}
	.comWidth {
		max-width: inherit;
		padding: 0.4rem 0.4rem;
	}
	.siderbar {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.siderbar .sttl {
		display: none;
	}
	.siderbar .sul {
		border: 2px solid #f5f5f5;
		padding: 10px 5px 4px;
		flex-wrap: wrap;
		justify-content: space-between;
		display: flex;
	}
	.siderbar .sul li {
		width: 32%;
		margin-bottom: 6px !important;
	}
	.siderbar .sul a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 10px 9px 10px 5px;
	}
	.siderbar .sbg {
		display: none;
	}
	.conts {
		width: auto;
		float: none;
	}
	.comUl {
		justify-content: space-between;
	}
	.comUl li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comUl .photo {
		height: 126px;
	}
	.comUl .photo img {
		min-height: 126px;
	}
	.comUl p {
		margin-top: 5px;
	}
	.comNote {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.comNote li {
		font-size: 13px;
	}
	.comNote li:first-child {
		margin-right: 20px;
	}
	.comNote li img {
		height: 10px;
		margin: -2px 5px 0 0;
	}
	.comInfo {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.comPageList {
		margin-top: 20px;
	}
	.comPageList a {
		font-size: 14px;
	}
	.comPageList .prev {
		padding: 0 0 0 25px;
		background-size: 18px auto;
	}
	.comPageList .next {
		padding: 0 25px 0 0;
		background-size: 18px auto;
	}
	.casePage .listul {
		justify-content: space-between;
	}
	.casePage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.casePage .listul .photo {
		height: 127px;
	}
	.casePage .listul .photo img {
		min-height: 127px;
	}
	.casePage .listul p {
		padding: 5px;
		font-size: 14px;
	}
	.productPage .detailphoto {
		margin: 20px 0 20px;
	}
	.productPage .h4Ttl span {
		min-width: inherit;
		font-size: 16px;
		padding: 10px 20px;
		border-left: 4px solid #f36e21;
	}
}

#container {
	text-align: left;
}

#container {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-height: 100vh;height: 100%;margin-bottom: 60px;}

	