html,body{ width: 100%; height: 100%; overflow: scroll;}
html::-webkit-scrollbar, body::-webkit-scrollbar{width:0px;height:0px;}
body{margin:0;}
section.banner_1 img{width:100%;}

		section .title { text-align: center; }
		section .title h3 {font-size: 22px;color: #333333;font-weight: 500;}
		section .title h3::after {content: '';width: 20%;height: 1px;display: block;margin: 0 auto;border-bottom: 1px solid #00a83b;}
		section .title span {font-size:1rem;}

		section.part2 ul {display: flex;}
		section.part2 ul li {width:24.5%;text-align: center; background: #f0f2f6; margin:1%; padding:1vh;}
		section.part2 ul li:nth-child(1){margin-left:0px;}
		section.part2 ul li:nth-child(4){margin-right:0px;}
		section.part2 ul li img {width:50%;}

		section.part3 ul { display: flex; margin: 0 auto; flex-wrap: wrap; justify-content: space-between; }
		section.part3 ul li { width: 24%; padding: 10px; color: #585858; margin-bottom: 5px; background: #f0f2f6; align-items: center; box-sizing: border-box; text-align:center;}
		section.part3 ul li:nth-child(1) h3,
		section.part3 ul li:nth-child(8) h3 { color: #34bc74;text-align: center; }
		section.part3 ul li:nth-child(2) h3,
		section.part3 ul li:nth-child(7) h3 { color: #34bc74;text-align: center; }
		section.part3 ul li:nth-child(3) h3,
		section.part3 ul li:nth-child(6) h3 { color: #34bc74;text-align: center; }
		section.part3 ul li:nth-child(4) h3,
		section.part3 ul li:nth-child(5) h3 { color: #34bc74;text-align: center; }
		section.part3 ul li img { width: 100%; margin-right: 10px }
		section.part3 ul li p {font-size:1rem;text-align: center; line-height:1.5; margin:1vh 0px;} 


section.part5 img {width: 100%;}
section.part7 .w_1200 { overflow: hidden;  }
section.part7 .swiper-wrapper img  { width: 100%; }
section.part7 .swiper-btn { text-align: center; margin-top: 20px; }
section.part7 .swiper-btn .btn-prev img { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
section.part7 .swiper-btn .btn { cursor: pointer;}

		section.part10 { width: 100%; max-width: 750px; display: flex; justify-content: space-between; position: fixed; bottom: -13px; left: 50%;  transform: translateX(-50%); z-index:999;height: 50px;}
		section.part10 a { width: 49.8%; color: #fff; display: block; line-height: 50px; font-size: 1.4rem; text-align: center; background: #00a83b; }
		section.part10 a img { width: 10.933%; margin-right: .5rem; vertical-align: middle; }

		form .tr2 {margin-top: 20px;font-size: 14px;}
		form .np {margin-left: 10px;margin-right: 3px;}
		form .tr3 {text-align: left;}
		form .tr4 {display: flex;flex-wrap: wrap;}
		form .np2 {width: 50%;padding-top: 6px;}
		
.main .lc{list-style:none; margin:0px auto; padding:0px; width:98%;}
.main .lc img{width:100%;}
.main .lc .lf3{float:left; width:23.5%; margin:1%; text-align:center;}
.main .lc .lf3:nth-child(1),.main .lc .lf3:nth-child(5){margin-left:0px;}
.main .lc .lf3:nth-child(4),.main .lc .lf3:nth-child(8){margin-right:0px;}
.main .lc .lf3 img{width:100%;border-radius:0.5vw;}