@charset "utf-8";
/* same for all edit part */
html {
	font-size: 18px;
}
body {
}
.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: 10px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 250px;
	margin: 10px auto;
    padding: 10px;
	letter-spacing: 2px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.75rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.edit-title h2 small {
	position: relative;
	display: block;
	font-size: .85rem;
	color: #D02A19;
	text-transform: uppercase;
}
.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 {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.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: -20px;
}
#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: 20px;
		}
		.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;
			}
		}
	}
}


/* menu */
#header {
	position: relative;
	background-color: #fff;
	height: 110px;
}
#logo {
	position: relative;
	margin: 5px 0px;
    width: 165px;
    height: 100px;
}
#navigation {
	margin-top: 0;
	margin-left: 200px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}
#mainnav {
	float: left;
}
#mainnav li {
	position: relative;
	margin: 10px 15px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
}
#mainnav li a:hover {
    color: #222;
    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();
}
#mainnav .facebook_topbtn {
	background-image: url();
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#header {
		padding-top: 5px;
		height: auto;
	}
	#logo {
		float: none;
	    margin: 0 auto;
	    width: 165px;
	    height: 100px;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav {
		float: none;
		margin-top: 0;
	}
	#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: 7px 0;
	}
	#logo {
		float: none;
	    margin: auto;
	    height: 66px;
		width: 105px;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025569056.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 {
		margin-top: 0;
		float: none;
	}
	#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-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;
	}
}



.main.call-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 29.15%;
	height: 110px;
	background-color: #0B337E; 
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025640327.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
.call-box-tel {
	position: relative;
	display: block;
	padding: 40px 0;
	padding-left: 4vw;
	color: #fff;
	font-size: 1.125rem;
}
.main.call-box b {
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding-left: 40px;
}
.main.call-box b:before {
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: -4px;
	left: 4px;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025644661.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 39px;
}
@media only screen and (max-width: 1260px) {
	.main.call-box {
		display:none;
	}
}


/* about */
.about-all {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-all:before {
	position: absolute;
	content: '';
	display: none;
	width: 35%;
	max-width: 250px;
	height: 100%;
	max-height: 275px;
	top: 0;
	right: 0;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025646931.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	z-index: 2;
}
.about-left,
.about-right {
	position: relative;
	width: 100%;
}
.about-left img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 25px 0 25px;
}
.about-txt {
	position: relative;
	display: block;
	width: 88%;
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about-slogan {
	position: relative;
	display: block;
	max-width: 100%;
	margin-left: 0;
	padding: 3vw 0;
}
.about-txt .edit-title h2 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}
.about-txt .edit-title h2:before{
	position: absolute;
	content: '';
	display: block;
    left: 0;
    bottom: -2px;
	width: 150px;
    height: 3px;
    background: #0B337E;
}
@media only screen and (min-width: 1360px){
	.about-all {
		padding-top: 6vw;
		padding-bottom: 4vw;
	}
	.about-all:before {
		display: block;
	}
	.about-left {
		width: 55%;
	}
	.about-right {
		width: 45%;
	}
	.about-slogan {
		margin-bottom: 2vw;
		padding: 2vw 0;
	}
}


/* servive */
.service-all {
	position: relative;
}
.service-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	max-height: 960px;
	top: 0;
	right: 0;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025648744.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-30%);
}
.service-top {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: auto;
	padding: 4vw 0;
}
.area-text {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
.area-text .edit-title h2:before {
	position: absolute;
	content: '';
	display: block;
	width: 150px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background: #0B337E;
}
.area-text .edit-title h2 {
	position: relative;
	width: 100%;
	padding: 0 0 6vw 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;	
}
.area-text .edit-title h2 small {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	color: #0B337E;
}
.area-text p {
	position: relative;
	margin-top: 30px;
}
.area-text p b {
	position: relative;
	display: block;
	color:#0B337E;
	margin-bottom: 10px;
}
.area-text .call-box {
	position: relative;
	text-align: center;
	margin: 40px auto;
}
.area-text .call-btn {
	position: relative;
	display: inline-block;
    width: 70px;
	height: 70px;
    margin-right: 10px;
	border-radius: 10px;
    background-color: #0B337E;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	box-shadow: rgba(0, 0, 0, 0.15)10px 10px 10px;
}
.area-text .call-btn.tel{
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025644661.png);
}
.area-text .call-btn.line {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F16902565191.png);
}
.service-bottom {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.service-bottom:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	max-height: 1000px;
	top: 0;
	right: 0;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025654074.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.service-text {
	position: relative;
	text-align: center;
	padding: 60px 15px;	
	max-width: 2000px;
	color: #FFF;
}
.service-text h2 {
	color: #fff;
}
.service-text p {
	position: relative;
	max-width: 400px;
	margin: 40px auto;
}
@media only screen and (min-width: 992px){
	.area-text {
		margin-left: 3%;
		text-align: left;
	}
	.area-text .edit-title h2 {
		padding: 0 0 1vw 0;
		text-align: left;
	}
	.area-text .call-box {
		position: absolute;
		right: -130px;
		top: 0;
	}
	.service-text p {
		max-width: inherit;
	}
}


/* video */
.video-all{
	position: relative;
	padding-bottom: 50px;
}
.video-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	max-height: 798px;
	top: -16vw;
	left: 0;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169026221562.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 200%;
	transform:scaleX(-1);
}
.video-list {
	justify-content: center;
}
@media only screen and (min-width: 768px){
	.video-all:before {
		background-size: 150%;
	}
	@media only screen and (min-width: 1200px){
		.video-all:before {
			top: -1vw;
			background-position: right top;
			background-size: contain;
			transform: initial;
		}
	}
}
/* C-mode */
#products_list {
	max-width: initial;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025657979.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
#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_lists .product_txt {
	padding-right: 2%;
	padding-left: 2%;
}
.products_lists .product_txt .product_name {
	color: #0B3176;
}
.products_lists .call-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.products_lists .call-btn {
	position: relative;
	display: block;
	width: calc(50% - 10px);
	max-width: 325px;
	min-width: 314px;
	margin: 5px;
	padding: 16px;
	padding-left: 30%;
	font-size: 1.15rem;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15)10px 10px 10px;
}
.products_lists .call-btn.phone {
	background: linear-gradient(to right,#092457,#0B3176);
}
.products_lists .call-btn.line {
	background: linear-gradient(to right,#00B200,#009300);
}
.products_lists .call-btn:before {
	position: absolute;
	content: '';
	display: block;
	width: 35%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.products_lists .call-btn.phone:before {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F16902566056.png);
}
.products_lists .call-btn.line:before {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025660029.png);
}
.add_to_cart {
	display: none;
}
.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;
}
.slick-prev, .slick-next {
	z-index: 10;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
@media only screen and (min-width: 580px){ 
	#products_list .product_img:before {
		display: block;
	}
	.products_lists .call-btn {
		padding-left: 23%;
	}
}
/* contact */
#Contact {
	position: relative;	
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 45%;
	max-width: 1016px;
	height: 100%;
	max-height: 840px;
	left: 4%;
	bottom: 0;
	background: url(https://onepage.888dweb.com/0988321553/web_images/F169025662989.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover; 
}
#Contact .center {
	position: relative;
	width: 92%;
	max-width: inherit;
	padding-left: 40%;
	background-color: transparent;
	box-shadow: rgba(0, 0, 0, 0.15)10px 10px 10px;
}
#Contact .edit-title h2 {
	color: #333;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
.contact_quick_social:after {
	display: none;
}
#Contact .edit-title + p {
	width: 100%;
	text-align: center;
    margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
	color: #333;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
    color: #333;
    font-size: 0.9rem;
}
.buttoneffect {
    color: #666666;
	background-color: #CCCCCC;
    border: 1px solid #666666;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #0B3176;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
.form_txt {
	color: #333;
}
.captcha_btn * {
	color: #333;
}
@media only screen and (max-width:1060px) {
	#Contact:before {
		width: 92%;
		opacity: .2;
	}
	#Contact .center {
		padding-left: 10px;
	}
	@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: #D02A1A;
    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 a {
	color: #fff;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 20px 15px;
	color: #fff;
	background:linear-gradient(to right,#092457,#0B3176);
}
.footer .copyR a {
	color: #fff;
}
.footer {
	position: relative;
	padding: 0;
	color: #fff;
	background-color: transparent;
	text-align: left;
}
.footer:before {
	position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 380px);
    right: 0;
    top: 380px;
    background-color: #292929;
    background-image: url(https://onepage.888dweb.com/0988321553/web_images/F16902566599.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;	
}
.footer .footer-map iframe {
	position: relative;
	display: block;
	width: 100%;
	line-height: 0;
	margin: auto;
}
.footer-all {
	position: relative;
	padding: 40px 2%;
}
.footer-all-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    width: 100%;
	max-width: 1400px;
    margin: auto;
}
.footer-logo,
.footer-text,
.footer-fb {
	position: relative;
	padding: 10px 20px;
}
.footer-logo img{
    position: relative;
    display: block;
    max-width: 100%;
}
.footer-text .footer-info {
    position: relative;
    display: block;
    max-width: 340px;
    margin: 20px auto;
}
.footer-text .footer-info li {
	position: relative;
	margin: 15px 0;
	padding-left: 100px;
}
.footer-text .footer-info li b {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	font-weight: normal;
	width: 100px;
}
.footer-text .footer-call-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.footer-call-box .call-btn {
	position: relative;
	display: inline-block;
    width: 55px;
	height: 55px;
    margin-right: 10px;
	border-radius: 5px;
    background-color: #F6F6F6;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	box-shadow: rgba(0, 0, 0, 0.15)10px 10px 10px;
}
.footer-call-box .call-btn.line {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025668741.png);
}
.footer-call-box .call-btn.fb {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025667945.png);
}
.footer-call-box .call-btn.tel {
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025669413.png);
}	
@media screen and (min-width: 768px){
	.footer-logo,
	.footer-text,
	.footer-fb {
		padding: 20px 40px;
	}
	.footer-text .footer-call-box{
		text-align: left;
		margin: 10px auto;
	}		
}


.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    left: 2vw;
    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: #0B347E;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025644661.png	);
}
.float_line {
	background-color: #25AC39;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F16902565191.png);
}
.float_facebook {
	background-color: #0059B2;
	background-image: url(https://onepage.888dweb.com/0988321553/web_images/F169025676212.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;
	}
}