/*
 * Copyright 2017, TANK
 * 
 * 2017 / 02 / 23
 */


.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

/* + box1
*----------------------------------------------------------------------------*/
#box1 {
	overflow: hidden;
	background: url(/web/images/imgTaobao/box1/img-Bg1.jpg) no-repeat fixed center top / cover;
}

#box1 .logo {
	margin: 120px auto 0;
	width: 60%;
	text-align: center;
	font-size: 36px;
	color: #ff4200;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#box1 .logo p {
	margin-left: 20px;
	width: 260px;
	display: inline-block;
}

#box1 article {
	margin: 15px 0;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box1 article p ,
#box1 .curve h5 {
	text-align: center;
	font-size: 24px;
	color: #404041;
}

#box1 .curve ,
#box1 .roundCake {
	text-align: center;
}

#box1 .curve h5 {
	margin: 10px 0;
	color: #f05722;
}

#box1 .curve .img ,
#box1 .curve .item {
	margin: 0 10px;
	display: inline-block;
}

#box1 .curve .item p {
	margin: 15px;
	width: 260px;
	color: #94c2d8;
	font-size: 18px;
	line-height: 30px;
}

#box1 .curve .item p:before {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background: #94c2d8;
	display: inline-block;
	content: "";
	vertical-align: bottom;
}

#box1 .curve .item p b {
	margin-left: 35px;
	font-size: 24px;
	display: block;
}

#box1 .curve .item p:nth-child(2) {
	color: #f29805;
}

#box1 .curve .item p:nth-child(2):before {
	background: #f29805;
}

#box1 .roundCake .item {
	margin: 60px 45px;
	display: inline-block;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#box1 .roundCake .item:nth-child(2) {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#box1 .roundCake .item p {
	text-align: center;
	font-size: 18px;
	color: #f05722;
}

#box1 .slogan {
	margin: 30px 0 50px;
	padding: 5px 0 60px;
	background: url(/web/images/imgTaobao/box1/img-slogan.png) no-repeat center 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
}


/* + box2
*----------------------------------------------------------------------------*/
#box2 , #box3 , #box4 , #box5 , #box6 {
	overflow: hidden;
	padding: 50px 0;
	background: url(/web/images/imgTaobao/box2/img-Bg2.jpg) no-repeat fixed center top / cover;
}

#box2 h3 ,
#box3 h3 ,
#box2 p ,
#box3 p {
	font-size: 36px;
	text-align: center;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#box2 p ,
#box3 p {
	font-size: 30px;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box2 h3 ,
#box2 p {
	color: #fff;
}

#box2 .step ,
#box3 .step {
	margin: 40px 0 30px;
	text-align: center;
}

#box2 .step .list ,
#box3 .step .list {
	margin: 0 10px;
	width: 295px;
	height: 295px;
	display: inline-block;
	border: 1px #fff solid;
	text-align: center;
}

#box2 .step .list img ,
#box3 .step .list img {
	margin: 60px 0 30px;
}

#box2 .step .list p ,
#box3 .step .list p {
	margin: auto;
	width: 45%;
	font-size: 20px;
}

/* + box3
*----------------------------------------------------------------------------*/
#box3 {
	background: url(/web/images/imgTaobao/box3/img-Bg3.jpg) no-repeat fixed center top / cover;
}

#box3 .price {
	margin: 15px 0 10px;
	font-size: 48px;
	font-weight: bold;
	color: #ce201a;
}

#box3 .step .list {
	border-color: #000;
}


/* + box4
*----------------------------------------------------------------------------*/
#box4 {
	background: url(/web/images/imgTaobao/box4/img-Bg4.jpg) no-repeat fixed center top / cover;
	text-align: center;
}

#box4 p {
	text-align: center;
	font-size: 36px;
	color: #fff;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#box4 h3 {
	margin: 15px 0;
	text-align: center;
	font-size: 48px;
	color: #ce201a;
	text-shadow: 3px 2px 1px #fff;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#box4 .leftBox ,
#box4 .rightBox ,
#box4 .info {
	margin: 15px 30px;
	display: inline-block;
}

#box4 .info {
	margin: 0 20px;
}

#box4 .info h4 {
	width: 250px;
	font-size: 24px;
	color: #fff;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;	
}

#box4 .info p {
	text-align: left;
	font-size: 18px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box4 .info p:nth-child(3) {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

#box4 .info p:nth-child(4) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}


/* + box5
*----------------------------------------------------------------------------*/
#box5 {
	position: relative;
	background: url(/web/images/imgTaobao/box5/img-Bg5.jpg) no-repeat center;
}

#box5 .map {
	text-align: center;
	animation-name: tada;
	-webkit-animation-name: tada;
}

#box5 .map img {
	background: rgba(255, 255, 255, 0.6);
}

#box5 .logo {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 70px;
	text-align: center;
	font-size: 24px;
	color: #ff4200;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#box5 .logo p {
	text-align: center;
}


/* + box6
*----------------------------------------------------------------------------*/
#box6 {
	overflow: hidden;
	background: url(/web/images/imgTaobao/box6/img-Bg6.png) #2398ab no-repeat 0 0;
}

#box6 .leftBox ,
#box6 .cont {
	margin: 0 5% 0 10%;
	width: 35%;
	float: left;
}

#box6 .leftBox h3 ,
#box6 .leftBox p {
	text-shadow: 2px 1px 1px #fff;
	font-size: 48px;
	color: #fd2d2d;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#box6 .leftBox p {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}

#box6 .leftBox article {
	font-size: 24px;
	color: #fff;
	line-height: 170%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box6 .leftBox .phone {
	margin: 20px 0;
	padding-left: 80px;
	background: url(/web/images/imgTaobao/box6/img-phone.png) no-repeat 0 center;
	text-shadow: 2px 1px 1px #fff;
	font-size: 72px;
	color: #fd2d2d;
	line-height: 60px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

#box6 .leftBox .phone b {
	width: 60px;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	vertical-align: bottom;
}

#box6 .leftBox .contactNow {
	text-align: right;
	text-shadow: none;
}

#box6 .leftBox .contactNow a {
	padding: 5px 30px;
	display: inline-block;
	background: #fd2d2d;
	border-radius: 10px;
	box-shadow: 0 2px 1px #000;
	font-size: 36px;
	color: #fff;
}

#box6 .cont {
	margin: 0 10% 0 5%;
	padding: 30px 0;
	background: url(/web/images/imgSeosem/box5/img-contT.png) no-repeat 0 0;
}

#box6 .cont a {
	margin-left: 100px;
	display: block;
}

#box6 .cont p {
	margin: 30px 0;
	padding: 10px 20px;
	width: 90%;
	border-bottom: 1px #fff solid;
	color: #fff;
}

#box6 .cont p.text {
	height: 100px;
	border: 1px #fff solid;
}

#box6 .cont .send p {
	width: 160px;
	display: inline-block;
}

#box6 .cont .send img {
	margin: 0 15px;
}

#box6 .cont .send b {
	padding: 10px 90px;
	background: #fff;
	display: inline-block;
	color: #00aa9f;
}


/************ = 適應性 = ************/
/* +width:1680 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1680px) {
}

/* +width:1366 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	#box2 .step .list ,
	#box3 .step .list {
		width: 24%;
	}
	#box6 .leftBox .phone {
		font-size: 52px;
	}
}

/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#box6 .leftBox .phone {
		font-size: 42px;
	}
}

/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#box1 .logo {
		margin-top: 50px;
	}
	#box2 .step .list ,
	#box3 .step .list {
		margin: 0 5px;
		width: auto;
		height: auto;
		border: 0;
	}
	#box2 .step .list p ,
	#box3 .step .list p {
		width: 130px;
	}
	#box6 .leftBox ,
	#box6 .cont {
		margin: 10px auto;
		width: 60%;
		float: none;
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#box2 .step .list ,
	#box3 .step .list {
		width: 100%;
	}
	#box2 .step img ,
	#box3 .step img ,
	#box6 .leftBox .phone b {
		display: none;
	}
	#box2 .step .list img ,
	#box3 .step .list img {
		display: inline-block;
	}
	#box4 .leftBox ,
	#box4 .rightBox {
		text-align: center;
	}
	#box6 .leftBox ,
	#box6 .cont {
		width: 80%;
	}
	#box6 .cont {
		background: none;
	}
	#box6 .cont a {
		margin-left: 0;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#box1 .logo ,
	#box2 h3 ,
	#box3 h3 {
		font-size: 28px;
	}
	#box1 .logo p {
		margin-left: 0;
	}
	#box1 article p ,
	#box1 .curve h5 ,
	#box2 p ,
	#box3 p {
		font-size: 18px;
	}
	#box1 .slogan {
		padding-bottom: 5px;
		background: #f90000;
	}
}
