﻿/* CSS Document */



/*global class*/

* {
	text-wrap: normal;
	word-wrap: break-word;
}

html,
body {
	margin: 0;
	padding: 0;
	height: auto;
	font-family: arial, sans-serif, 榛戜綋;
	font-size: 16px;
}

div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 2;
	font-size: 1rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.5;
}

img {
	border: none;
	width: 100%;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}


/*public class*/

.backwhite {
	background-color: rgba(256, 256, 256, 1);
}



.shedow {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10), 0 0 60px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10), 0 0 40px rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10), 0 0 40px rgba(0, 0, 0, 0.06);
}

.actived {
	color: #f8d54c;
}

.clear {
	clear: both;
	width: 100%;
}

.radius {
	border-radius: 5px;
}

.fontWhite {
	color: #FFF;
}

.icon {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
	vertical-align: text-top;
	overflow: hidden;
}

.nodisplay {
	display: none;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*nav class*/
menu{
	margin: 0;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	padding-bottom: 1em;
    color: #ffa200;
}

nav {
	width: 100%;
	margin: 0 auto;
}

nav div.logo {
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

nav .logo img {
	margin-left: 0;
}
.headNav{
	height: 98px;
	line-height: 98px;
	float: right;
	margin: 0;
	margin-right: 160px;
}
.headNav li{
	float: left;
}
.headNav li a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 0 45px;
	height: 98px;
}
.headNav li a:hover{
	color: #ffa200;
	background:#FFFFFF;
	opacity: 0.7;
}

#downMenuChild {
	display: none;
}
.headNav li.shop{
	height: 40px;
}
.headNav li.shop img{
	width: 25px;
	height: 25px;
	padding: 0;
	margin-top: 15px;
}
.current{
	background: url(../images/en.png) no-repeat;
}
nav ul li.buy-shop button{
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	border: none;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 5px;
}

/*banner*/
.bannerHide{
	display: none;
}

div.bannerBg {
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/banner1.jpg) no-repeat center center;
	min-width: 1200px;
	min-height: 930px;
}

.mabotPlay {
	position: relative;
	animation: mabotPlay 5s;
	left: 0;
	top: 265px;
}

@keyframes mabotPlay {
	0% {
		left: 0px;
		top: -270px;
	}
	100% {
		left: 0px;
		top: 265px;
	}
}

div.bannerButton span {
	display: block;
}

div.bannerText {
	color: #FFFFFF;
	font-size: 46px;
	font-weight: bold;
}

div.bannerButton p {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
}

div.bannerButton input {
	padding: 3px 20px;
	border: none;
	border-radius: 30px;
	color: #ffd137;
	font-size: 26px;
	font-weight: 50;
}

div.bannerButton span:first-of-type input:first-of-type {
	background: #fd3c69;
}

div.bannerButton span:first-of-type input:nth-of-type(2) {
	background: #74c228;
}

div.bannerButton span:first-of-type input:nth-of-type(3) {
	background: #8628c2;
}

div.banner .bannerButton .bannerBtn {
	padding: 0 20px;
}
div.banner .bannerButton .bannerBtn img {
	vertical-align:middle;
	margin-bottom: 8px;
	width: 45px;
	height: 45px;
}

div.bannerBtn a {
	color: #FFD137;
	font-size: 26px;
	font-weight: 100;
	display: inline-block;
	margin-left: 10px;
}

div.bannerButton span:nth-of-type(2) div {
	background: #ffffff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-top: 95px;
	border-radius: 50px;
	padding: 3px 20px;
}
div.bannerButton span:nth-of-type(2){
	display: inline-block;
}
div.bannerButton span:nth-of-type(3){
	display: inline-block;
}
div.banner .bannerButton .bannerNow {
	padding: 0 20px;
}
div.banner .bannerButton .bannerNow img {
	vertical-align:middle;
	margin-bottom: 8px;
	width: 45px;
	height: 45px;
}

div.bannerNow a {
	color: #FFD137;
	font-size: 26px;
	font-weight: 100;
	display: inline-block;
	margin-left: 10px;
}

div.bannerButton span:last-of-type div {
	background: #ffffff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-top: 95px;
	border-radius: 50px;
	padding: 3px 20px;
}
div.bannerChild {
	position: relative;
	bottom: -79px;
	right: 0;
	animation: myfirst1 5s;
}

@keyframes myfirst1 {
	0% {
		right: 0px;
		bottom: -890px;
	}
	100% {
		right: 0px;
		bottom: -79px;
	}
}




div.mabotPlug {
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/bg1.jpg) no-repeat center center;
	position: relative;
	min-width: 1200px;
	min-height: 930px;
}

.plugTitle {
	width: 555px;
	margin: 110px 0 32px 0;
}

.plugTitle img {
	width: 555px;
	height: 121px;
}

.plugTitle p {
	font-size: 32px;
	color: #6b483d;
}

.plugOr {
	width: 98px;
	height: 5px;
	background: #6b483d;
	margin: 80px 0 70px 0;
}

.pulgContent {
	width: 555px;
	color: #6b483d;
}

.plugUllist {
	margin-top: 35px;
}

.plugUllist img {
	width: 24px;
	height: 24px;
	float: left;
	padding-right: 15px;
}

.plugUllist li a {
	color: #6b483d;
	font-size: 18px;
	line-height: 30px;
	float: left;
	width: 437px;
}

.plugUllist li {
	height: 60px;
	overflow: hidden;
}

.plugImg img {
	width: 620px;
	height: 640px;
	margin-top: 300px;
}

.plugImgR {
	position: absolute;
	top: 255px;
	left: -130px;
	width: 110px;
	height: 98px;
}

.plugImgRo {
	position: absolute;
	top: 80px;
	right: -154px;
	width: 286px;
	height: 449px;
	animation: plugImgRo 5s;
}

@keyframes plugImgRo {
	0% {
		top: -30px;
		right: -374px;
	}
	100% {
		top: 80px;
		right: -154px;
	}
}

.plugImgRob {
	position: absolute;
	top: 10px;
	right: 168px;
	width: 263px;
	height: 370px;
	animation: plugImgRob 5s;
}

@keyframes plugImgRob {
	0% {
		top: -140px;
		right: 750px;
	}
	100% {
		top: 10px;
		right: 168px;
	}
}

.plugImgRobo {
	position: absolute;
	bottom: 260px;
	right: 200px;
	width: 139px;
	height: 186px;
}

.mabotSteam {
	background: url(../images/bg2.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: 1200px;
	min-height: 930px;
	position: relative;
}

.mabotSteamBg {
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: 1200px;
	min-height: 930px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation-name: fadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 3s;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.mabotSteamCon {
	text-align: center;
}

.mabotSteamCon img:first-of-type {
	width: 496px;
	height: 98px;
	margin: 85px 0 60px;
}

.mabotSteamCon img:last-of-type {
	width: 941px;
	height: 613px;
}

.mabotEasy {
	background: url(../images/bg3.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: 1200px;
	min-height: 930px;
}

.mabotEasy img {
	width: 507px;
	height: 98px;
	margin: 360px 0 46px;
	line-height: 26px;
	font-size: 16px;
}

.mabotEasy p {
	float: right;
	width: 507px;
	font-size: 18px;
}

.mabotMulti {
	background: url(../images/bg4.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1200px;
	min-height: 930px;
}

.mabotMultiHeight {
	height: 51%;
}

.mabotMultiLeft {
	width: 502px;
}
mabotMultiLeft p{
	font-size: 18px;
	line-height: 24px;
}

.mabotMultiLeft img {
	width: 496px;
	height: 98px;
	margin: 145px 0 45px;
}

.mabotMultiRight img {
	width: 452px;
	height: 464px;
	margin-right: 55px;
}

.mabotLsgo {
	width: 459px;
}
.mabotLsgo p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
}

.mabotLsgo img {
	width: 459px;
	height: 93px;
	margin: 135px 0 50px;
}

.multiImg1 {
	position: absolute;
	top: 40px;
	right: -100px;
	width: 208px;
	height: 103px;
	animation: multiImg1 5s;
}

@keyframes multiImg1 {
	0% {
		right: 200px;
		top: 230px;
	}
	100% {
		right: -100px;
		top: 40px;
	}
}

.multiImg2 {
	position: absolute;
	top: 310px;
	right: -175px;
	width: 143px;
	height: 141px;
	animation: multiImg2 5s;
}

@keyframes multiImg2 {
	0% {
		right: 235px;
		top: 240px;
	}
	100% {
		right: -175px;
		top: 310px;
	}
}

.multiImg3 {
	position: absolute;
	top: 360px;
	right: 545px;
	width: 102px;
	height: 100px;
	animation: multiImg3 5s;
}

@keyframes multiImg3 {
	0% {
		right: 275px;
		top: 255px;
	}
	100% {
		right: 545px;
		top: 360px;
	}
}

.multiImg4 {
	position: absolute;
	top: 60px;
	right: 560px;
	width: 104px;
	height: 98px;
	animation: multiImg4 5s;
}

@keyframes multiImg4 {
	0% {
		right: 300px;
		top: 185px;
	}
	100% {
		right: 560px;
		top: 60px;
	}
}

.multiImg5 {
	position: absolute;
	top: 60px;
	left: -185px;
	width: 106px;
	height: 134px;
	animation: multiImg5 5s;
}

@keyframes multiImg5 {
	0% {
		left: 795px;
		top: 185px;
	}
	100% {
		left: -185px;
		top: 60px;
	}
}

.lsgoImg1 {
	position: absolute;
	bottom: 40px;
	left: -90px;
	width: 651px;
	height: 364px;
}

.lsgoImg2 {
	position: absolute;
	bottom: 340px;
	left: -155px;
	width: 166px;
	height: 80px;
	animation: lsgoImg2 5s;
}

@keyframes lsgoImg2 {
	0% {
		left: 100px;
		bottom: 150px;
	}
	100% {
		left: -155px;
		bottom: 340px;
	}
}

.lsgoImg3 {
	position: absolute;
	bottom: 330px;
	left: 510px;
	width: 72px;
	height: 51px;
	animation: lsgoImg3 5s;
}

@keyframes lsgoImg3 {
	0% {
		left: 230px;
		bottom: 190px;
	}
	100% {
		left: 510px;
		bottom: 330px;
	}
}

.lsgoImg4 {
	position: absolute;
	bottom: 35px;
	right: 490px;
	width: 119px;
	height: 134px;
	animation: lsgoImg4 5s;
}

@keyframes lsgoImg4 {
	0% {
		right: 850px;
		bottom: 75px;
	}
	100% {
		right: 490px;
		bottom: 35px;
	}
}

.lsgoImg5 {
	position: absolute;
	bottom: 360px;
	right: -230px;
	width: 147px;
	height: 104px;
	animation: lsgoImg5 5s;
}

@keyframes lsgoImg5 {
	0% {
		right: 1200px;
		bottom: 130px;
	}
	100% {
		right: -230px;
		bottom: 360px;
	}
}

.lsgoImg6 {
	position: absolute;
	bottom: 38px;
	left: -355px;
	width: 56px;
	height: 99px;
	animation: lsgoImg6 5s;
}

@keyframes lsgoImg6 {
	0% {
		left: 240px;
		bottom: 130px;
	}
	100% {
		left: -355px;
		bottom: 38px;
	}
}

.lsgoImg7 {
	position: absolute;
	bottom: 38px;
	right: -355px;
	width: 54px;
	height: 100px;
	animation: lsgoImg7 5s;
}

@keyframes lsgoImg7 {
	0% {
		right: 1200px;
		bottom: 130px;
	}
	100% {
		right: -355px;
		bottom: 38px;
	}
}

.mabotStart {
	background: url(../images/bg5.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1200px;
	min-height: 930px;
}

.startLeft {
	width: 506px;
}

.startLeft img {
	width: 506px;
	height: 218px;
	margin-top: 260px;
}

.startLeft p {
	width: 470px;
	margin-top: 60px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

.startRight {
	width: 570px;
	margin-top: 115px;
}

.startRight>img {
	float: right;
	width: 562px;
	height: 378px;
}

.startRightCon {
	position: relative;
}

.startRightImg1 {
	width: 318px;
	height: 179px;
	position: absolute;
	top: 470px;
	right: 240px;
}

.startRightImg2 {
	width: 217px;
	height: 59px;
	position: absolute;
	top: 570px;
	right: 0;
}

.startRightImg3 {
	width: 254px;
	height: 29px;
	position: absolute;
	top: 710px;
	right: 370px;
}

.startRightImg4 {
	width: 321px;
	height: 180px;
	position: absolute;
	top: 640px;
	right: 0;
}

.startRightImg5 {
	width: 71px;
	height: 68px;
	position: absolute;
	top: 78px;
	left: 120px;
	animation: startRightImg5 1.5s .15s linear infinite;
}

@keyframes startRightImg5 {
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(5deg);
	}
	40% {
		transform: rotate(-5deg);
	}
	50%,
	100% {
		transform: rotate(0deg);
	}
}

.startRightImg6 {
	width: 67px;
	height: 58px;
	position: absolute;
	top: 690px;
	left: 360px;
	animation: startRightImg6 1.5s .15s linear infinite;
}

@keyframes startRightImg6 {
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(5deg);
	}
	40% {
		transform: rotate(-5deg);
	}
	50%,
	100% {
		transform: rotate(0deg);
	}
}

.startRightImg7 {
	position: absolute;
	top: 60px;
	right: -360px;
	width: 458px;
	height: 485px;
}

.mabotIde {
	background: url(../images/bg6.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1200px;
	min-height: 930px;
}

.ideLeft {
	widows: 584px;
	text-align: center;
	margin-top: 160px;
}

.ideLeft img {
	width: 684px;
	height: 540px;
}

.ideLeft p {
	color: #7c7c7c;
	font-size: 18px;
}

.ideRight {
	width: 460px;
	margin-top: 290px;
}

.ideRight img {
	width: 460px;
	height: 220px;
}

.ideRight p {
	width: 440px;
	margin-left: 20px;
	margin-top: 60px;
	font-size: 18px;
}

.ideImg {
	width: 660px;
	position: absolute;
	top: 390px;
	left: -360px;
}

.mabotFuel {
	background: url(../images/bg7.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1200px;
	min-height: 930px;
}

.mabotFuel p {
	width: 685px;
	margin: 50px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #6B483D;
}

.mabotFuel img:first-of-type {
	width: 708px;
	height: 98px;
	margin-top: 75px;
}

.mabotFuel img:last-of-type {
	width: 793px;
	height: 171px;
	margin-top: 60px;
}

.fuelUlList {
	height: 288px;
	overflow: hidden;
	position: relative;
	bottom: 0;
	left: -320px;
	width: 1920px;
}

.mabotFuel .fuelUlList img {
	width: 288px;
	height: 288px;
	float: left;
	margin: 0;
	margin: 0 10px;
}

.fuelUlList li:first-of-type img {
	width: 188px;
	height: 188px;
	margin-top: 40px;
	opacity: 0.6;
	margin-right: -186px;
}

.fuelUlList li:nth-of-type(2) img {
	width: 212px;
	height: 213px;
	margin-top: 36px;
	opacity: 0.8;
}

.fuelUlList li:last-of-type img {
	width: 188px;
	height: 188px;
	margin-top: 40px;
	opacity: 0.6;
	margin-left: -186px;
}

.fuelUlList li:nth-last-of-type(2) img {
	width: 212px;
	height: 213px;
	margin-top: 36px;
	opacity: 0.8;
}

.mabotFour {
	background: url(../images/bg6.jpg) no-repeat center center;
	width: 100%;
	height: 95%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1200px;
	min-height: 930px;
}

.mabotFour  img {
	width: 688px;
	height: 86px;
	margin: 100px 0 20px;
}

.fourCon {
	position: relative;
}

.mabotFour .fourCon img {
	width: 495px;
	height: 620px;
	margin-top: 20px;
	margin-bottom: 0;
}

.fourCon .prev img {
	position: absolute;
	top: 185px;
	left: 0;
	width: 44px;
	height: 81px;
	display: block;
}

.fourCon .next img {
	position: absolute;
	top: 185px;
	right: 0;
	width: 44px;
	height: 81px;
	display: block;
}
.mabotFoot{
	background: #282828;
	height: 50px;
}
.mabotFoot p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height:50px;
}


.mobotRule{
	padding: 0 10px;
}
.mobotRule h2{
	font-weight: normal;
	font-size: 24px;
}
.mobotRule h2 span{
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
.mobotRuleCon h3{
	font-weight: normal;
	font-size: 18px;
}
.mobotRuleCon>div{
	font-size: 14px;
	display: flex;
	flex-direction: row;
}
.mobotRuleCon>div span{
	font-size: 14px;
	flex: 1;
}
.mobotRuleCon strong{
	font-weight: normal;
	flex: 55;
}
.mobotRuleTwo>div{
	font-size: 14px;
	display: flex;
	flex-direction: row;
}
.mobotRuleTwo p{
	font-size: 16px;
	margin: 10px 0;

}
.mobotRuleTwo>div span{
	flex: 1;
}
.mobotRuleTwo strong{
	flex: 55;
	font-weight: normal;
}
