@charset "utf-8";
/* same for all edit part */
html {
	font-size: 20px;
}
body {
	background-color: #fff;
	color: #333;
}
.mw-100 {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	position: relative;
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
    margin: 20px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 240px;
	margin: 10px auto;
    padding: 20px 10px 20px 85px;
	letter-spacing: 2px;
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1.75rem;
	color: #1E2D44;
	background: url(https://onepage.888dweb.com/0922626476/web_images/F163419966645.png) left center no-repeat;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
    -moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: -8px;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 568px) {

	@media only screen and (min-width: 767px) {
		html {
			font-size: 22px;
		}
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}
		.bx-wrapper .bx-pager {
			bottom: 55px;
		}
		@media only screen and (min-width: 900px) {
			.bx-wrapper .bx-pager {
				bottom: 0px;
			}
		}
	}
}



/* box info */
/*.bx-wrapper img {
    width: 110%;
    left: 0;
    transform: translateX(-5%);
}
@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){
		.bx-wrapper img {
		    width: 105%;
		    transform: translateX(-2%);
		}
		@media only screen and (min-width: 968px){
			.bx-wrapper img {
			    width: 100%;
			    transform: translateX(0);
			}

		}
	}
}*/


/* menu */
#header {
	position: relative;
	background-color: #F4F4F4;
	height: 120px;
}
#logo {
	position: relative;
	margin: 21px 0px;
    width: 365px;
    height: 78px;
}
#navigation {
	margin-top: 0;
	margin-left: 365px;
	padding: 5px 0;
}
#mainnav li {
	position: relative;
	margin: 20px 5px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
}
#mainnav li a:hover {
    color: #333;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	background-size: 36px 36px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419983017.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419981284.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#logo {
		float: none;
	    margin: 10px auto;
	    width: 300px;
	    height: 64px;
	}
	#header {
		padding-top: 5px;
		height: auto;
	}
	#header:before {
		width: 82%;
		height: 100px;
		top: 0px;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 8px;
	}
	#header:before {
		width: 100%;
		height: 100%;
	}
	#logo {
		width: 226px;
	    height: 48px;
	    float: none;
	    margin: 8px auto;
	    transform: translateX(-20px);
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419977736.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}


/* about */
.about-all {
	position: relative;
	padding: 2vw 0;
}
.about-A {
	position: relative;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419920111.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 150px 0;
}
.about-A p {
	position: relative;
	background-color: rgba(255,255,255,.8);
	width: 96%;
	max-width: 630px;
	margin: auto;
	padding: 30px 15px;
}
.about-B {
	position: relative;
	padding: 50px 0;
}
.about-B-top {
	position: relative;
	max-width: 1400px;
	margin: auto;
	margin-bottom: -140px;
	padding: 2vw 0 80px;
}
.about-B-top:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(95% - 100px);
	background: url(https://onepage.888dweb.com/0922626476/web_images/F163419956626.png);
	left: 0;
	top: 10vw;
}
.about-B-top p {
	position: relative;
	max-width: 720px;
	margin: 30px auto;
	padding: 30px 15px 60px;
}
.about-B-top p b {
	display: block;
	color: #009F78;
	margin: 20px 0;
}
.about-B-bottom {
	position: relative;
	max-width: 1400px;
	margin: auto;
}
.about-B-bottom-pic {
	width: 100%;
}
.about-B-bottom-txt {
	width: 100%;
}
.about-B-bottom-pic img {
	position: relative;
	display: block;
	width: calc(96% - 40px);
	margin: 20px auto;
	max-width: 700px;
}
.about-B-bottom p {
	border-radius: 40px 0 0 40px;
	background-color: rgba(255,255,255,.8);
	margin: 10px auto;
	max-width: 560px;
	padding: 20px 15px;
}
.about-C {
	position: relative;
	padding: 2vw 0;
}
.about-C-bg {
	position: absolute;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419956626.png);
	width: 100%;
	height: 55%;
}
.about-C-bg:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 964px;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419917947.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-C .center {
	position: relative;
	padding: 3vw 1vw;
}
.sub-title {
	position: relative;
	width: 86%;
	max-width: 320px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.125rem;
	padding: 10px;
	padding-left: 60px;
	text-align: center;
	background-color: #04B08A;
}
.sub-title:before {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 100%;
	background-color: #00A078;
	left: 0;
	top: 0;
}
.about-C .sub-title:before {
	width: 75px;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419962118.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}
.about-C .flist {
	margin-top: 80px;
	background-color: #00A078;
	color: #fff;
	padding: 30px 10px;
}
.about-C .flist p {
	padding: 10px 20px;
}
.about-C .flist p small {
	display: block;
	padding-left: 10px;
}
.call-btn {
	position: relative;
	display: block;
	margin: 20px auto;
	max-width: 320px;
	text-align: center;
	padding: 8px;
	padding-left: 40px;
	color: #333;
	font-weight: bold;
	font-size: 1.25rem;
	background-color: #fff;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419964590.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	box-shadow: rgba(17, 17, 26, 0.25) 0px 1px 0px, rgba(17, 17, 26, 0.25) 0px 8px 24px, rgba(17, 17, 26, 0.25) 0px 16px 48px;
}
@media only screen and (min-width: 559px){
	.about-A p {
		width: 92%;
		padding: 30px;
	}
	.about-C .flist p small {
		display: inline-block;
	}
	@media only screen and (min-width: 768px){
		.about-A {
			padding: 80px 0 200px 0;
		}
		.about-A p {
			margin-right: 3%;
			margin-left: auto;
			padding: 50px 50px;
		}
		.about-B-top:before {
			top: 110px;
		}
		@media only screen and (min-width: 968px){
			.about-A {
				padding: 100px 0 260px 0;
			}
			.about-B-bottom-pic {
				width: 52%;
			}
			.about-B-bottom-txt {
				width: 48%;
			}
			.about-B-bottom-pic img {
				max-width: initial;
			}
			@media only screen and (min-width: 1400px){
				.about-B-bottom-pic img {
					width: calc(100% + 80px);
					transform: translateX(-80px);
				}
			}
		}
	}
}


/* service */
.service-all {
	position: relative;
	padding: 2vw 0;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419956626.png);
}
.service-list {
	position: relative;
	margin: 30px auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.service-list li {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.service-list li .sub-title {
	width: 95%;
	font-size: 1rem;
	font-weight: bold;
	transform: translateY(-15px);
}
.service-list li .sub-title:before {
	padding: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 1.2rem;
}
.service-list li:first-child .sub-title:before {
	content: '01';
}
.service-list li:nth-child(2) .sub-title:before {
	content: '02';
}
.service-list li:nth-child(3) .sub-title:before {
	content: '03';
}
.service-list li:nth-child(4) .sub-title:before {
	content: '04';
}
@media only screen and (min-width: 559px){
	.service-list li {
		width: 50%;
	}
	@media only screen and (min-width: 768px){
		@media only screen and (min-width: 968px){
			.service-list li .sub-title {
				font-size: 1.125rem;
			}
		}
	}
}


/* area-all */
.area-all {
	position: relative;
	padding: 2vw 0;
}
.area-all .flist {
	position: relative;
	align-items: flex-start;
	margin-top: 40px;
	padding: 30px 0;
}
.area-all .flist:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419938982.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.area-all .flist p {
	position: relative;
	width: 330px;
	margin: 50px auto;
}
.area-all .flist p b {
	display: block;
	font-size: 1.2rem;
}
.area-illu {
	position: relative;
	width: 65%;
	margin: auto;
}
@media only screen and (min-width: 768px){
	.area-all .flist {
		padding: 50px 0;
	}
	.area-all .flist p {
		width: 350px;
		margin-right: 50px;
		margin-left: auto;
	}
	.area-all .flist .call-btn {
		margin-left: 0;
	}
	.area-illu {
		width: 100%;
	}
}



/* step */
@media only screen and (min-width: 559px){
	@media only screen and (min-width: 768px){
	}
}


/* news 
.fixed_news {
	position: relative;
	width: 92%;
	margin: auto;
	padding: 2vw 0 0;
}
.edit_list {
	max-width: 1100px;
	width: 100%;
	display: block;
	margin: 40px auto;
}
.edit_list li {
	margin-bottom: 30px;
}
.single__box {
	width: 100%;
	padding: 20px 0;
    padding-left: 375px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news_pic {
    width: 100%;
    width: 375px;
    height: 280px;
    margin-left: -375px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/demo_bg.jpg);
}
.news_pic a {
	display: block;
}
.news_pic_lb img {
	display: block;
	max-width: 100%!important;
	height: auto;
	margin: auto;
}
.news_txt {
    width: 100%;
    padding: 15px 30px 15px 50px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    font-size: .9rem;
    color: #666;
}
.news_txt h4 {
    color: #222;
	font-size: 1.25rem;
	letter-spacing: 2px;
    margin: 10px 0;
}
.news_txt p {
    font-size: 1rem;
    color: #444;
    display: block;
    margin: 20px 0;
    padding-top: 25px;
    position: relative;
}
.news_txt a {
	color: #007FFF;
}
@media screen and (min-width: 1200px){
	.fixed_news:before {
		opacity: 1;
	}
}
@media screen and (max-width: 768px){
	.single__box {
	    padding-left: 0;
	}
	.news_pic {
		width: 100%;
	    margin: auto;
	    display: block;
	}
	.news_txt {
		padding: 15px;
	}
	.news_txt h4 {
		text-align: center;
	}
}*/


/* C-mode */
#products_list {
	padding: 2vw 0;
}
#products_list .edit-title h2 {
	position: relative;
}
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	display: none;
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto;
	height: 45px;
	text-indent: -9999px;
}
#products_list .products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
#products_list .products_lists .product_txt .product_name {
	color: #0380A9;
}
.add_to_cart {
	display: none;
}
.products_lists .product_txt {
	padding-right: 0;
}
.product_txt p a {
	color: #0089ff;
}
.product_txt p a.call-btn {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 5px 15px;
	color: #fff;
	border-radius: 30px;
	background-color: #FF8000;
}
.products_lists li .slick-dots li {
	width: 15px;
	height: 15px;
	line-height: 1.1rem;
	margin: 0 4px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
}
.slick-dots li button:before {
    line-height: 18px;
    width: 15px;
    height: 15px;
}
/* contact */
#Contact {
	background: none;
	position: relative;
	padding: 30px 0 0 0;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419956626.png);
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	/*max-width: 1205px;*/
	height: 100%;
	background: url(https://onepage.888dweb.com/0922626476/web_images/F163419944040.png) center bottom no-repeat;
	left: 0;
	top: 0;
	opacity: .6;
	background-size: cover;
}
.contact_part .center {
	position: relative;
    padding: 0 0 50px 0;
    background-color: transparent;
    background-image: none;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	/*margin: 10px 0;*/
	display: none;
}
.contact_quick_social:after {
	display: none;
}/*
.contact_quick_social li a {
	width: 40px;
	height: 40px;
}
.contact_quick_social .line_btn {
	background-image: url(images/F162452100875.png);
}
.contact_quick_social .facebook_btn {
	background-image: url(images/F162452099323.png);
}
.contact_quick_social .mail_btn {
	display: none;
}*/
#Contact .edit-title + p
/*#Contact .contact_quick_social + p*/ {
	width: 100%;
	text-align: center;
    margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
	color: #444;
	font-size: 0.9rem;
}
.buttoneffect {
    color: #333;
    border: 1px solid #333;
}
.buttoneffect.emphasis {
	color: #333;
	background-color: #FFB716;
	border-color: #FFB716;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
@media screen and (max-width: 768px){

	@media only screen and (max-width:479px) {
		.formstyle ul li {
			padding-left: 5px;
		}
		.form_title {
			margin-left: 0;
		}
	}
}



/* footer */
.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 2%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #073C96;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	background-color: transparent;
}
.footer {
	position: relative;
	padding: 0;
	color: #333;
}
.footer a {
	color: #333;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #333;
	background-color: transparent;
}
.footer .copyR a {
	color: #333;
}
.footer {
	position: relative;
	text-align: left;
	background-color: transparent;
}
.footer .footer-map iframe {
	position: relative;
	display: block;
	width: 100%;
	line-height: 0;
	margin: auto;
   /* -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}
.footer:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(https://onepage.888dweb.com/0922626476/web_images/F163419956626.png);
}
.footer .center {
	position: relative;
	padding: 50px 0;
}
.footer-logo {
	position: relative;
	width: 60%;
	margin: auto;
}
.footer-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
	margin: 50px auto 20px;
	justify-content: center;
	font-size: .85rem;
	line-height: 1.75rem;
}
.footer-info li {
	padding-left: 20px;
	width: 100%;
}
.footer-info li:first-child {
	padding-right: 30px;
}
@media screen and (min-width: 559px){
	@media screen and (min-width: 768px){
		.footer-info {
			max-width: 800px;
		}
		.footer-info li {
			width: 55%;
		}
		.footer-info li:first-child {
			width: 45%;
			padding-right: 30px;
			border-right: 1px solid #333;
		}
		@media screen and (min-width: 968px){
			@media screen and (min-width: 1200px){
			}
		}
	}
}


.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    right: 50px;
    top: 180px;
}
.float-btn a {
	display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 58px 58px;
}
.float_call {
	background-color: #FFD24D;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419946980.png);
}
.float_line {
	background-color: #47D001;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F163419945618.png);
}
.float_facebook {
	background-color: #2783E7;
	background-image: url(https://onepage.888dweb.com/0922626476/web_images/F174772250838.png);
}
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		right: 15px;
    	top: 150px;
	}
	.float-btn a {
		width: 50px;
		height: 50px;
    	background-size: 40px 40px;
    	border-width: 3px;
	}
}