@charset "utf-8";
/* same for all edit part */
html {
	font-size: 20px;
}
body {
	background-color: #fff;
	color: #333;
}
.mw-100 {
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	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: 140px;
	margin: 10px auto;
    padding: 10px 5px;
	letter-spacing: 2px;
	font-size: 1.35rem;
	line-height: 1.75rem;
	color: #8DCCF8;
	text-align: center;
}
.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: static;
	background-color: #fff;
	height: 110px;
}
#logo {
	margin: 15px 0px;
    width: 280px;
    height: 80px;
}
#navigation {
	margin-top: 0;
	margin-left: 280px;
	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: 40px;
	height: 40px;
	margin: 0 5px;
	background-size: 40px 40px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162452100875.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162452099323.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: 280px;
	    height: 80px;
	}
	#header {
		padding-top: 5px;
		height: auto;
	}
	#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: 5px;
	}
	#logo {
		width: 210px;
	    height: 60px;
		float: none;
		margin: 5px auto 3px auto;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162452105213.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;
	padding: 2vw 0;
}
.txt-center {
	position: relative;
	margin: auto;
	max-width: 560px;
	font-weight: bold;
	text-align: center;
	color: #1E96FC;
}
.txt-center b {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #004AAC;
}
.about-A .flist {
	position: relative;
	padding: 30px 0;
	margin-bottom: 20px;
}
.aboutA-txt {
	width: 100%;
}
.aboutA-pic {
	width: 100%;
}
.aboutA-pic img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.about-A .flist .aboutA-txt p {
	max-width: 900px;
	margin: auto;
	padding: 30px 15px;
}
.about-A .flist .aboutA-txt p .focus {
	color: #1E96FC;
}
.call-box {
	max-width: 900px;
	margin: 30px auto;
	text-align: center;
}
.call-box a {
	display: inline-block;
	vertical-align: top;
	width: 268px;
	margin: 10px 20px;
	border-radius: 40px;
	background-color: #FDD85D;
	color: #333;
	padding: 12px 6px;
}
.about-B {
	position: relative;
	padding: 2vw 0 0;
}
.about-illu-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 20px auto;
}
.about-illu-list li {
	position: relative;
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
}
.about-illu-list li:before {
	position: absolute;
	content: '';
	display: block;
	max-width: 334px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #eee;
	border-radius: 15px;
	left: 50%;
	top: 10px;
	transform: translate(-50%,8vw);
}
.about-illu-list li .inner {
	position: relative;
	max-width: 334px;
	margin: auto;
	padding: 0 15px;
}
.about-illu-list li .inner * {
	position: relative;
}
.about-illu-list li .inner img {
	display: block;
	max-width: 40%;
	margin-left: -10px;
}
.about-illu-list li .inner .num {
	font-weight: bold;
	font-size: 2.5rem;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #888;
}
.video-link-list {
	position: relative;
	display: flex;
	max-width: 1100px;
	margin: 30px auto;
	justify-content: flex-end;
}
.video-link-list li {
	width: 50%;
	padding: 10px;
}
.video-link-list li a,
.review-outlink-btn {
	position: relative;
	display: block;
	max-width: 334px;
	margin: auto;
	padding: 8px 12px;
	background-color: #FDD85D;
	color: #333;
	border-radius: 10px;
}
.video-link-list li a:before,
.review-outlink-btn:before {
	position: absolute;
	content: '▶';
	display: block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s all;
}
.video-link-list li a:hover:before,
.review-outlink-btn:hover:before {
	right: 5px;
}
@media only screen and (min-width: 559px){
	.about-illu-list li {
		width: 50%;
	}
	.about-illu-list li:before {
		transform: translate(-50%,3.5vw);
	}
	@media only screen and (min-width: 768px){
		.call-box a {
			max-width: 380px;
			width: 46%;
		}
		.about-illu-list li {
			width: 33.3333%;
		}
		.about-illu-list li:before {
			transform: translate(-50%,3vw);
		}
		.about-illu-list li .inner img {
			max-width: 100%;
		}
		.about-illu-list li .inner .num {
			font-size: 3rem;
		}
		.video-link-list li {
			width: 33.3333%;
		}
		@media only screen and (min-width: 1200px){
			.about-A .flist {
				/*align-items: flex-start;*/
			}
			.aboutA-txt {
				width: 50%;
			}
			.aboutA-pic {
				width: 50%;
			}
			.aboutA-pic img {
				width: 100%;
				max-width: initial;
			}
			.about-A .flist .aboutA-txt p {
				max-width: 640px;
				margin-left: 0;
				margin-right: auto;
				padding: 30px;
				padding-left: 60px;
				box-shadow: rgba(0, 0, 0, 0.1) 0px 1.5px 2px 2.5px;
			}
			.about-illu-list li:before {
				transform: translate(-50%,2vw);
			}
		}
	}
}


/* service */
.service-all {
	position: relative;
	padding: 2vw 0;
}
.service-cont {
	position: relative;
	padding: 50px 0;
	background-color: #F4F9FB;
}
.service-cont .flist {
	max-width: 1200px;
	margin: auto;
}
.service-list {
	position: relative;
	max-width: 420px;
	margin: auto;
	padding-left: 20px;
}
.service-list li {
	border-left: 4px solid #1E96FC;
	background-color: #E3F2FD;
	margin: 15px 0;
	padding: 5px 5px 5px 20px;
}
@media only screen and (min-width: 559px){

	@media only screen and (min-width: 768px){
		.service-list li {
			font-size: .9rem;
			padding-left: 10px;
		} 
		@media only screen and (min-width: 968px){
			.service-list li {
				font-size: 1rem;
				padding-left: 20px;
				margin: 20px 0;
			} 
		}
	}
}


/* area-all */
.area-all {
	position: relative;
	padding: 2vw 0;
}
.area-cont {
	position: relative;
	padding: 20px 0;
}
.area-cont p {
	text-align: center;
	margin: 0 auto 50px;
}
@media only screen and (min-width: 559px){
	@media only screen and (min-width: 768px){
	}
}


/* review */
.review-all {
	position: relative;
	padding: 2vw 0;
}
.review-cont {
	position: relative;
	padding: 0 0 20px;
}
.review-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 30px auto;
}
.review-list li {
	width: 100%;
}
@media only screen and (min-width: 559px){
	.review-list li {
		width: 50%;
	}
}





/* 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 .edit-title h2 {
	position: relative;
}
#products_list {
	padding: 0;
}
#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_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
.add_to_cart {
	display: none;
}
.products_lists .product_txt {
	padding-right: 0;
}
.product_txt p a {
	color: #0089ff;
}
.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: 2vw 0;
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://onepage.888dweb.com/0930977147/web_images/F162461480411.jpg) left bottom no-repeat;
	left: 0;
	bottom: 0;
	background-size: contain;
}
.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(https://onepage.888dweb.com/0930977147/web_images/F162452100875.png);
}
.contact_quick_social .facebook_btn {
	background-image: url(https://onepage.888dweb.com/0930977147/web_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: #1E96FC;
    border: 1px solid #1E96FC;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #1E96FC;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
@media screen and (max-width: 768px){
	.contact_part .center {
		padding-bottom: 100px;
	}
	@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: #01509D;
    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: #fff;
	background-color: #004AAD;
}
.footer .copyR a {
	color: #fff;
}
.footer {
	position: relative;
	text-align: left;
	background-color: #fff;
}
/*.footer .map {
	display: block;
	width: 100%;
	line-height: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}*/
.footer-all {
	position: relative;
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162486417947.png);
	width: 100%;
	padding: 30px 0;
}
.footer-all .flist {
	align-items: flex-start;
}
.logo_footer_img {
	position: relative;
	display: block;
	width: 280px;
	margin: auto;
}
.footer-left {
	width: 100%;
	padding: 10px;
}
.footer-right {
	width: 100%;
	padding: 10px;
	text-align: center;
}
.footer-call {
	display: block;
	width: 280px;
	background-color: #fff;
	border-radius: 10px;
	margin: 10px auto;
	color: #333;
	text-align: center;
	padding: 10px;
	padding-left: 50px;
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162486419699.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.qrcode-box, .fb-box {
	display: block;
	margin: 15px auto;
	text-align: center;
	line-height: 2rem;
}
.qrcode-box {
	width: 130px;
}
.qrcode {
	display: block;
	width: 130px;
	height: 130px;
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162486431602.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fb-box {
	width: 340px;
}
@media screen and (min-width: 868px){
	.footer-all {
		padding: 50px;
	}
	.footer-left {
		width: 300px;
	}
	.footer-right {
		width: calc(100% - 300px);
		text-align: right;
	}
	.qrcode-box, .fb-box {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
		text-align: left;
	}
	.fb-box {
		margin-right: 0;
	}
}


.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: #FDC500;
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162452132435.png);
}
.float_line {
	background-color: #47D001;
	background-image: url(https://onepage.888dweb.com/0930977147/web_images/F162452130855.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;
	}
}