﻿.personal-page .header{

	position: absolute;

	top: 50px;

	left: 50px;

	right: 50px;

	z-index: 9;

}

.personal-page .header .logo{

	float: left;

	width: 600px;

	height: 46px;

	background-repeat: no-repeat;

	background-size: 100% auto;

	/*background-image: url(img/index_header_logo.png);*/

	background-position: center top;

}

.personal-page .header .menu{

	float: right;

	width: 40px;

	height: 40px;

	background-repeat: no-repeat;

	background-size: 100% auto;

	background-image: url(img/index_header_menu.png);

	background-position: center top;

	cursor: pointer;

	position: relative;

}

.personal-page .header .menu p{

	position: absolute;

	left: 0;

	top: 100%;

	margin-top: 10px;

	width: 100%;

	text-align: center;

	font-size: 14px;

	color: #fff;

	font-weight: lighter;

}

.personal-page .main{

	background-color: #fff;

	position: relative;

}

/*??????????????????*/

.personal-page.page1 .main{

	text-align: center;

	overflow: hidden;

}

.personal-page.page1 .main .inner{

	width: 1200px;

}

.personal-page.page1 .main .title{

	display: inline-block;

	vertical-align: top;

	margin-bottom: 60px;

	transition: all 1s;

	-webkit-transition: all 1s;

	position: relative;

	top: -20px;

	opacity: 0;

}

.personal-page.page1 .main .sec2 .title{

	transition-delay: 1s;

}

.personal-page.page1 .main .sec2.active .title,.personal-page.page1 .main .sec3.active .title,.personal-page.page1 .main .sec4.active .title{

	top: 0;

	opacity: 1;

}

.personal-page.page1 .main .title h3{

	font-size: 42px;

	color: #333;

	font-weight: lighter;

	margin-bottom: 20px;

	padding-bottom: 8px;

	border-bottom: 2px solid #e60012;

}

.personal-page.page1 .main .title p{

	font-size: 14px;

	color: #999;

	font-weight: lighter;

	font-family: 'Noto Sans SC';

}

.personal-page.page1 .main .sec1{

	height: 800px;

	background-repeat: no-repeat;

	background-image: url(img/personal01_sec1_bg_web.jpg);

	background-size: auto 100%;

	background-position: center center;

	line-height: 800px;

	transition: all 1s;

	-webkit-transition: all 1s;

	opacity: 0;

}

.personal-page.page1 .main .sec1.active{

	opacity: 1;

}

.personal-page.page1 .main .sec1 img{

	vertical-align: middle;

	height: 17.75%;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	position: relative;

	top: -40px;

	opacity: 0;

}

.personal-page.page1 .main .sec1.active img{

	opacity: 1;

	top: 0;

}

.personal-page.page1 .main .sec2{

	padding: 100px 0;

	background-color: #f4f4f4;

	opacity: 0;

	transition: all 1s;

	-webkit-transition: all 1s;

}

.personal-page.page1 .main .sec2.active{

	opacity: 1;

}

.personal-page.page1 .main .sec2 .box{

	display: flex;

	align-items: center;

	justify-content: center;

	-webkit-display: flex;

	-webkit-align-items: center;

	-webkit-justify-content: center;

	margin-bottom: 40px;

	opacity: 0;

	transition: all 1s 2s;

	-webkit-transition: all 1s 2s;

}

.personal-page.page1 .main .sec2.active .box{

	opacity: 1;

}

.personal-page.page1 .main .sec2 .box:last-child{

	margin-bottom: 0;

}

.personal-page.page1 .main .sec2 .box .img-box{

	width: 58%;

	position: relative;

	z-index: 0;

}

.personal-page.page1 .main .sec2 .box .img-box img{

	width: 100%;

}

.personal-page.page1 .main .sec2 .box .text-box{

	width: 50%;

	position: relative;

	z-index: 1;

	box-shadow: 0px 30px 20px rgba(0,0,0,0.07);

}

.personal-page.page1 .main .sec2 .box .text-box.left{

	margin-right: -21%;
	
	width: 100%;

}

.personal-page.page1 .main .sec2 .box .text-box.right{

	margin-left: -8%;

}

.personal-page.page1 .main .sec2 .box .text-box .bg{

	width: 100%;

}

.personal-page.page1 .main .sec2 .box .text-box .text{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

	padding: 0 15%;

	text-align: left;

}

.personal-page.page1 .main .sec2 .box .text-box .text h5{

	font-size: 24px;

	color: #333;

	font-weight: normal;

	margin-bottom: 8.3%;

}

.personal-page.page1 .main .sec2 .box .text-box .text .line{

	width: 50px;

	height: 2px;

	background-color: #e60012;

	margin-bottom: 5.56%;

}

.personal-page.page1 .main .sec2 .box .text-box .text p{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

}

.personal-page.page1 .main .sec2 .box .text-box .text p b{

	color: #e60012;

	font-weight: bold;

	font-size: 16px;

}

.personal-page.page1 .main .sec2 .box .text-box .text .tip{

	font-size: 18px;

	color: #e60012;

	font-weight: lighter;

	margin-top: 9%;

}

.personal-page.page1 .main .sec3{

	padding: 100px 0 80px 0;

}

.personal-page.page1 .main .sec3 .text{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

	margin-bottom: 50px;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page1 .main .sec3.active .text{

	top: 0;

	opacity: 1;

}

.personal-page.page1 .main .sec3 ul{

	display: flex;

	align-items: flex-start;

	justify-content: space-between;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: space-between;

	transition: all 1s 2s;

	-webkit-transition: all 1s 2s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page1 .main .sec3.active ul{

	opacity: 1;

	top: 0;

}

.personal-page.page1 .main .sec3 ul li{

	width: 32.5%;

}

.personal-page.page1 .main .sec3 ul li img{

	width: 100%;

}

.personal-page.page1 .main .sec3 ul li p{

	height: 60px;

	line-height: 60px;

	background-color: #333;

	font-size: 16px;

	color: #fff;

	font-weight: lighter;

}

.personal-page.page1 .main .sec4{

	padding: 100px 0 160px;

	background-color: #f4f4f4;

}

.personal-page.page1 .main .sec4 .swiper-container{

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	top: -20px;

}

.personal-page.page1 .main .sec4.active .swiper-container{

	top: 0;

	opacity: 1;

}

.personal-page.page1 .main .sec4 .swiper-slide .text{

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -90px;

	height: 180px;

	background-color: rgba(255,255,255,0.85);

	width: 420px;

	padding: 0 3.33%;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

}

.personal-page.page1 .main .sec4 .swiper-slide .text h5{

	font-size: 28px;

	font-weight: normal;

	color: #333;

}

.personal-page.page1 .main .sec4 .swiper-slide .text .line{

	width: 50px;

	height: 2px;

	margin: 20px 0;

	background-color: #e60012;

}

.personal-page.page1 .main .sec4 .swiper-slide .text p{

	font-size: 16px;

	color: #666;

}

.personal-page.page1 .main .sec4 .swiper-slide img{

	width: 100%;

}

.personal-page.page1 .main .sec4 .swiper-pagination{

	bottom: 30px;

	text-align: right;

	padding-right: 35px;

}

.personal-page.page1 .main .sec4 .swiper-pagination .swiper-pagination-bullet{

	opacity: 1;

	width: 12px;

	margin: 0 5px;

	height: 12px;

	background-color: #fff;

}

.personal-page.page1 .main .sec4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{

	background-color: #e60012;

}

/*????????????*/

.personal-page.page2 .main .sec1 img{

	width: 100%;

}

.personal-page.page2 .main .sec2{

	display: flex;

	align-items: flex-start;

	justify-content: flex-start;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: flex-start;

}

.personal-page.page2 .main .sec2 .left{

	width: 30.2%;

	text-align: right;

}

.personal-page.page2 .main .sec2 .left img{

	width: 22.8%;

}

.personal-page.page2 .main .sec2 .right{

	width: 69.8%;

	border-left: 1px solid #eee;

	padding-bottom: 110px;

	position: relative;

}

.personal-page.page2 .main .sec2 .right .out-part{

	position: absolute;

	top: -300px;

	left: 0;

	background-color: #fff;

	width: 100%;

	padding-left: 6%;

	height: 300px;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

}

.personal-page.page2 .main .sec2 .right .out-part h3{

	font-size: 36px;

	color: #333;

	font-weight: normal;

	margin-bottom: 32px;

}

.personal-page.page2 .main .sec2 .right .out-part .line{

	width: 30px;

	height: 2px;

	background-color: #e60012;

	margin-bottom: 22px;

}

.personal-page.page2 .main .sec2 .right .out-part p{

	font-size: 16px;

	color: #666;

	line-height: 30px;

}

.personal-page.page2 .main .sec2 .right .out-part p a{

	color: #e60012;

	text-decoration: underline;

}

.personal-page.page2 .main .sec2 .right .box{

	border-top: 1px solid #eee;

	padding-left: 6%;

	padding-top: 70px;

	padding-bottom: 70px;

}

.personal-page.page2 .main .sec2 .right .box h5{

	font-size: 18px;

	color: #333;

	font-weight: normal;

	margin-bottom: 24px;

}

.personal-page.page2 .main .sec2 .right .box p{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

}

.personal-page.page2 .main .sec2 .right .box a{

	font-size: 14px;

	color: #e60012;

	margin-top: 34px;

	display: inline-block;

	vertical-align: top;

}

.personal-page.page2 .main .sec2 .right .box a img{

	vertical-align: middle;

	margin-left: 20px;

}

/*????????????*/

.personal-page.page3 .main .sec1{

	background-repeat: no-repeat;

	background-size: auto 100%;

	background-image: url(img/personal03_sec1_bg_web.jpg);

	height: 800px;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: center;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

	text-align: center;

	transition: all 1s;

	-webkit-transition: all 1s;

	opacity: 0;

}

.personal-page.page3 .main .sec1.active{

	opacity: 1;

}

.personal-page.page3 .main .sec1 .text{

	margin-bottom: 40px;

	transition: all 1s 0.5s;

	-webkit-transition: all 1s 0.5s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page3 .main .sec1.active .text{

	top: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec1 .text h4{

	font-size: 55px;

	color: #fff;

	font-weight: lighter;

	margin-bottom: 26px;

}

.personal-page.page3 .main .sec1 .text h5{

	font-size: 30px;

	color: #fff;

	font-weight: bold;

	font-family: 'Noto Sans SC';

}

.personal-page.page3 .main .sec1 p{

	font-size: 18px;

	color: #fff;

	font-weight: lighter;

	line-height: 36px;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page3 .main .sec1.active p{

	top: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec2{

	background-color: #f4f4f4;

	padding: 70px 50px 100px 50px;

}

.personal-page.page3 .main .sec2 .box{

	display: flex;

	align-items: center;

	justify-content: center;

	-webkit-display: flex;

	-webkit-align-items: center;

	-webkit-justify-content: center;

	background-color: #fff;

	overflow: hidden;

}

.personal-page.page3 .main .sec2 .box:nth-child(even){

	flex-direction: row-reverse;

	-webkit-flex-direction: row-reverse;

}

.personal-page.page3 .main .sec2 .box .img-box{

	width: 50%;

	position: relative;

	transition: all 1s;

	-webkit-transition: all 1s;

}

.personal-page.page3 .main .sec2 .box:nth-child(odd) .img-box{

	left: 50%;

	opacity: 0;

}

.personal-page.page3 .main .sec2 .box:nth-child(even) .img-box{

	right: 50%;

	opacity: 0;

}

.personal-page.page3 .main .sec2 .box:nth-child(odd).active .img-box{

	left: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec2 .box:nth-child(even).active .img-box{

	right: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec2 .box .img-box img{

	width: 100%;

}

.personal-page.page3 .main .sec2 .box .text-box{

	width: 50%;

	height: 100%;

	position: relative;

	transition: all 1s;

	-webkit-transition: all 1s;

}

.personal-page.page3 .main .sec2 .box:nth-child(even) .text-box{

	left: 50%;

	opacity: 0;

}

.personal-page.page3 .main .sec2 .box:nth-child(odd) .text-box{

	right: 50%;

	opacity: 0;

}

.personal-page.page3 .main .sec2 .box:nth-child(even).active .text-box{

	left: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec2 .box:nth-child(odd).active .text-box{

	right: 0;

	opacity: 1;

}

.personal-page.page3 .main .sec2 .box .text-box > div{

	width: 48.8%;

	margin: 0 auto;

}

.personal-page.page3 .main .sec2 .box .text-box h5{

	font-size: 32px;

	font-weight: lighter;

	color: #333;

	margin-bottom: 30px;

}

.personal-page.page3 .main .sec2 .box .text-box .line{

	width: 50px;

	height: 2px;

	background-color: #e60012;

	margin-bottom: 20px;

}

.personal-page.page3 .main .sec2 .box .text-box p{

	font-size: 14px;

	font-weight: lighter;

	color: #666;

	line-height: 30px;

}

/*????????????*/

.personal-page.page8 .main .sec1{

	height: 650px;

	background-repeat: no-repeat;

	background-image: url(img/gp01_sec1_bg_web.jpg);

	background-size: auto 100%;

	background-position: center center;

	line-height: 650px;

	transition: all 1s;

	-webkit-transition: all 1s;

	opacity: 0;

}

.personal-page.page8 .main .sec1.active{

	opacity: 1;

}

.personal-page.page8 .main .sec1 img{

	vertical-align: middle;

	height: 17.75%;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	position: relative;

	top: -40px;

	opacity: 0;

}

.personal-page.page8 .main .sec1.active img{

	opacity: 1;

	top: 0;

}

.personal-page.page8 .main .sec2{

	padding: 30px 50px;

	background-color: #FFF;

	opacity: 1;

	transition: all 1s;

	-webkit-transition: all 1s;

}

.personal-page.page8 .main .sec2.active{

	opacity: 1;

}

.personal-page.page8 .main .sec2 .box{

	display: flex;

	align-items: center;

	justify-content: center;

	-webkit-display: flex;

	-webkit-align-items: center;

	-webkit-justify-content: center;

	margin-bottom: 40px;

	opacity: 0;

	transition: all 1s 2s;

	-webkit-transition: all 1s 2s;

}

.personal-page.page8 .main .sec2.active .box{

	opacity: 1;

}

.personal-page.page8 .main .sec2 .box:last-child{

	margin-bottom: 0;

}

.personal-page.page8 .main .sec2 .box .img-box{

	width: 100%;

	position: relative;

	z-index: 0;

}

.personal-page.page8 .main .sec2 .box .img-box img{

	width: 100%;

}

.personal-page.page8 .main .sec2 .box .text-box{

	width: 100%;

	position: relative;

	z-index: 1;

	box-shadow: 0px 30px 20px rgba(0,0,0,0.07);

}

.personal-page.page8 .main .sec2 .box .text-box.left{

	margin-right: -21%;
	
	width: 100%;

}

.personal-page.page8 .main .sec2 .box .text-box.right{

	margin-left: -8%;

}

.personal-page.page8 .main .sec2 .box .text-box .bg{

	width: 100%;

}

.personal-page.page8 .main .sec2 .box .text-box .text{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

	padding: 0 15%;

	text-align: left;

}

.personal-page.page8 .main .sec2 .box .text-box .text h5{

	font-size: 24px;

	color: #333;

	font-weight: normal;

	margin-bottom: 8.3%;

}

.personal-page.page8 .main .sec2 .box .text-box .text .line{

	width: 50px;

	height: 2px;

	background-color: #e60012;

	margin-bottom: 5.56%;

}

.personal-page.page8 .main .sec2 .box .text-box .text p{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

}

.personal-page.page8 .main .sec2 .box .text-box .text p b{

	color: #e60012;

	font-weight: bold;

	font-size: 16px;

}

.personal-page.page8 .main .sec2 .box .text-box .text .tip{

	font-size: 18px;

	color: #e60012;

	font-weight: lighter;

	margin-top: 9%;

}

.personal-page.page8 .main .sec3{

	padding: 100px 0 80px 0;

}

.personal-page.page8 .main .sec3 .text{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

	margin-bottom: 50px;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page8 .main .sec3.active .text{

	top: 0;

	opacity: 1;

}

.personal-page.page8 .main .sec3 ul{

	display: flex;

	align-items: flex-start;

	justify-content: space-between;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: space-between;

	transition: all 1s 2s;

	-webkit-transition: all 1s 2s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page8 .main .sec3.active ul{

	opacity: 1;

	top: 0;

}

.personal-page.page8 .main .sec3 ul li{

	width: 32.5%;

}

.personal-page.page8 .main .sec3 ul li img{

	width: 100%;

}

.personal-page.page8 .main .sec3 ul li p{

	height: 60px;

	line-height: 60px;

	background-color: #333;

	font-size: 16px;

	color: #fff;

	font-weight: lighter;

}

.personal-page.page8 .main .sec4{

	padding: 100px 0 160px;

	background-color: #f4f4f4;

}

.personal-page.page8 .main .sec4 .swiper-container{

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	top: -20px;

}

.personal-page.page8 .main .sec4.active .swiper-container{

	top: 0;

	opacity: 1;

}

.personal-page.page8 .main .sec4 .swiper-slide .text{

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -90px;

	height: 180px;

	background-color: rgba(255,255,255,0.85);

	width: 420px;

	padding: 0 3.33%;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

}

.personal-page.page8 .main .sec4 .swiper-slide .text h5{

	font-size: 28px;

	font-weight: normal;

	color: #333;

}

.personal-page.page8 .main .sec4 .swiper-slide .text .line{

	width: 50px;

	height: 2px;

	margin: 20px 0;

	background-color: #e60012;

}

.personal-page.page8 .main .sec4 .swiper-slide .text p{

	font-size: 16px;

	color: #666;

}

.personal-page.page8 .main .sec4 .swiper-slide img{

	width: 100%;

}

.personal-page.page8 .main .sec4 .swiper-pagination{

	bottom: 30px;

	text-align: right;

	padding-right: 35px;

}

.personal-page.page8 .main .sec4 .swiper-pagination .swiper-pagination-bullet{

	opacity: 1;

	width: 12px;

	margin: 0 5px;

	height: 12px;

	background-color: #fff;

}

.personal-page.page8 .main .sec4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{

	background-color: #e60012;

}

/*????????????*/

.response-page.page9 .main .inner{
	width: 1200px;
}
.response-page.page9 .main .sec1{
	overflow: hidden;
}
.response-page.page9 .main .sec1 .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.response-page.page9 .main .sec1 .top .left{
	width: 56.66%;
	border-left: 1px solid #eee;
	position: relative;
	padding: 190px 0 70px;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
	left: -100%;
	opacity: 0;
}
.response-page.page9 .main .sec1.active .top .left{
	left: 0;
	opacity: 1;
}
.response-page.page1 .main .sec1 .top .left .word{
	width: 20%;
	position: absolute;
	left: -20%;
	transition: all 1s 1s;
	-webkit-transition: all 1s 1s;
	opacity: 0;
	top: -100%;
}
.response-page.page9 .main .sec1.active .top .left .word{
	opacity: 1;
	top: 150px;
}
.response-page.page9 .main .sec1 .top .left h3{
	margin-bottom: 32px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.response-page.page9 .main .sec1 .top .left h3 span{
	color: #e60012;	
}
.response-page.page9 .main .sec1 .top .left .line{
	width: 30px;
	height: 2px;
	background-color: #e60012;
	margin-bottom: 26px;
}
.response-page.page9 .main .sec1 .top .left p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
}
.response-page.page9 .main .sec1 .top .left p:last-child{
	margin-bottom: 0;
}
.response-page.page9 .main .sec1 .top .right{
	width: 36.6%;
	text-align: center;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
	right: -100%;
	opacity: 0;
	position: relative;
}
.response-page.page9 .main .sec1.active .top .right{
	right: 0;
	opacity: 1;
}
.response-page.page9 .main .sec1 .top .right img{
	width: 54.8%;
}
.response-page.page9 .main .sec1 .bottom{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
.response-page.page9 .main .sec1 .bottom .left{
	width: 56.66%;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
	left: -100%;
	opacity: 0;
	position: relative;
}
.response-page.page9 .main .sec1.active .bottom .left{
	left: 0;
	opacity: 1;
}
.response-page.page9 .main .sec1 .bottom .left img{
	width: 100%;
}
.response-page.page9 .main .sec1 .bottom .right{
	width: 36.6%;
	padding-top: 40px;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
	right: -100%;
	opacity: 0;
	position: relative;
}
.response-page.page9 .main .sec1.active .bottom .right{
	right: 0;
	opacity: 1;
}
.response-page.page1 .main .sec1 .bottom .right h3{
	margin-bottom: 32px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.response-page.page9 .main .sec1 .bottom .right h3 span{
	color: #e60012;	
}
.response-page.page9 .main .sec1 .bottom .right .line{
	width: 30px;
	height: 2px;
	background-color: #e60012;
	margin-bottom: 26px;
}
.response-page.page9 .main .sec1 .bottom .right p{
	font-size: 14px;
	color: #333;
	font-weight: lighter;
	line-height: 28px;
	margin-bottom: 14px;
	padding-left: 30px;
	position: relative;
}
.response-page.page9 .main .sec1 .bottom .right p.last{
	margin-bottom: 34px;
}
.response-page.page9 .main .sec1 .bottom .right p span{
	display: block;
	border-radius: 50%;
	background-color: #e60012;
	position: absolute;
	left: 5px;
	top: 10px;
	width: 8px;
	height: 8px;
}
.response-page.page9 .main .sec1 .bottom .right .tip{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	padding-left: 30px;
}

.response-page.page9 .main .sec2.active h3{
	opacity: 1;
	top: 0;
}
.response-page.page9 .main .sec2 h3 span{
	color: #e60012;
}
.response-page.page9 .main .sec2 .title-line{
	width: 30px;
	height: 2px;
	background-color: #e60012;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
	top: -20px;
	opacity: 0;
	position: relative;
}
.response-page.page9 .main .sec2.active .title-line{
	opacity: 1;
	top: 0;
}
.response-page.page9 .main .sec2 table{
	width: 100%;
	transition: all 1s 1s;
	-webkit-transition: all 1s 1s;
	top: -20px;
	opacity: 0;
	position: relative;
	margin-bottom: 60px;
}
.response-page.page9 .main .sec2.active table{
	opacity: 1;
	top: 0;
}
.response-page.page9 .main .sec2 table th{
	font-size: 18px;
	color: #fff;
	background-color: #e60012;
	height: 60px;
	width: 12.5%;
	font-weight: normal;
	border-left: 1px solid #d60011;
	border-right: 1px solid #d60011;
}
.response-page.page9 .main .sec2 table td{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	height: 46px;
	border: 1px solid #e3e3e3;
	border-top: 0 none;
}
.response-page.page9 .main .sec2 table td.padding{
	padding: 0 20px;
}
.response-page.page9 .main .sec2 .swiper-container{
	opacity: 0;
	top: -20px;
	transition: all 1s 2s;
	-webkit-transition: all 1s 2s;
}
.response-page.page9 .main .sec2.active .swiper-container{
	opacity: 1;
	top: 0;
}
.response-page.page9 .main .sec2 .swiper-slide{
	background-color: #fff;
	font-size: 0;
}
.response-page.page9 .main .sec2 .swiper-slide .text-box{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 29%;
	text-align: center;
	padding: 100px 6% 0;
}
.response-page.page9 .main .sec2 .swiper-slide .text-box h5{
	font-size: 32px;
	color: #333;
	font-weight: normal;
	line-height: 44px;
	margin-bottom: 54px;
}
.response-page.page9 .main .sec2 .swiper-slide .text-box .line{
	width: 50px;
	display: inline-block;
	vertical-align: top;
	height: 2px;
	background-color: #e60012;
	margin-bottom: 100px;
}
.response-page.page9 .main .sec2 .swiper-slide .text-box p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.response-page.page9 .main .sec2 .swiper-slide img{
	width: 71%;
}
.response-page.page9 .main .sec2 .swiper-pagination{
	width: 29%;
	bottom: 90px;
}
.response-page.page9 .main .sec2 .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	background-color: #ddd;
}
.response-page.page9 .main .sec2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #e60012;
}

.personal-page.page9 .main .sec3{

	padding: 100px 0 80px 0;

}

.personal-page.page9 .main .sec3 .text{

	font-size: 14px;

	color: #666;

	font-weight: lighter;

	line-height: 30px;

	margin-bottom: 50px;

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page9 .main .sec3.active .text{

	top: 0;

	opacity: 1;

}

.personal-page.page9 .main .sec3 ul{

	display: flex;

	align-items: flex-start;

	justify-content: space-between;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: space-between;

	transition: all 1s 2s;

	-webkit-transition: all 1s 2s;

	opacity: 0;

	position: relative;

	top: -20px;

}

.personal-page.page9 .main .sec3.active ul{

	opacity: 1;

	top: 0;

}

.personal-page.page9 .main .sec3 ul li{

	width: 32.5%;

}

.personal-page.page9 .main .sec3 ul li img{

	width: 100%;

}

.personal-page.page9 .main .sec3 ul li p{

	height: 60px;

	line-height: 60px;

	background-color: #333;

	font-size: 16px;

	color: #fff;

	font-weight: lighter;

}

.personal-page.page9 .main .sec4{

	padding: 100px 0 160px;

	background-color: #f4f4f4;

}

.personal-page.page9 .main .sec4 .swiper-container{

	transition: all 1s 1s;

	-webkit-transition: all 1s 1s;

	opacity: 0;

	top: -20px;

}

.personal-page.page9 .main .sec4.active .swiper-container{

	top: 0;

	opacity: 1;

}

.personal-page.page9 .main .sec4 .swiper-slide .text{

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -90px;

	height: 180px;

	background-color: rgba(255,255,255,0.85);

	width: 420px;

	padding: 0 3.33%;

	display: flex;

	align-items: flex-start;

	justify-content: center;

	flex-direction: column;

	-webkit-display: flex;

	-webkit-align-items: flex-start;

	-webkit-justify-content: center;

	-webkit-flex-direction: column;

}

.personal-page.page9 .main .sec4 .swiper-slide .text h5{

	font-size: 28px;

	font-weight: normal;

	color: #333;

}

.personal-page.page9 .main .sec4 .swiper-slide .text .line{

	width: 50px;

	height: 2px;

	margin: 20px 0;

	background-color: #e60012;

}

.personal-page.page9 .main .sec4 .swiper-slide .text p{

	font-size: 16px;

	color: #666;

}

.personal-page.page9 .main .sec4 .swiper-slide img{

	width: 100%;

}

.personal-page.page9 .main .sec4 .swiper-pagination{

	bottom: 30px;

	text-align: right;

	padding-right: 35px;

}

.personal-page.page9 .main .sec4 .swiper-pagination .swiper-pagination-bullet{

	opacity: 1;

	width: 12px;

	margin: 0 5px;

	height: 12px;

	background-color: #fff;

}

.personal-page.page9 .main .sec4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{

	background-color: #e60012;

}

/*????????????*/

@media only screen and (max-width:1366px){

}

@media only screen and (max-width:1024px){

	.personal-page .header{

		top: 0.9375rem;

		left: 0.9375rem;

		right: 0.9375rem;

	}

	.personal-page .header .logo{

		width: 5.4375rem;

		height: 1.4375rem;

		margin-top: 0.3125rem;

		margin-left: 0.3125rem;

	}

	.personal-page .header .menu{

		width: 1.25rem;

		height: 1.25rem;

	}

	.personal-page .header .menu p{

	    margin-top: 0.1875rem;

	    font-size: 0.5625rem;

		white-space: nowrap;

	}

	/*??????????????????*/

	.personal-page.page1 .main .inner{

		width: 92%;

	}

	.personal-page.page1 .main .title{

		margin-bottom: 1.875rem;

		top: -0.625rem;

	}

	.personal-page.page1 .main .title h3{

		font-size: 1.3125rem;

		margin-bottom: 0.625rem;

		padding-bottom: 0.25rem;

		border-bottom: 0.0625rem solid #e60012;

	}

	.personal-page.page1 .main .title p{

		font-size: 0.4375rem;

	}

	.personal-page.page1 .main .sec1{

		height: 25rem;

		background-image: url(img/personal01_sec1_bg_mobile.jpg);

		line-height: 25rem;

	}

	.personal-page.page1 .main .sec1 img{

		top: -1.25rem;

	}

	.personal-page.page1 .main .sec2{

		padding: 2.5rem 0;

	}

	.personal-page.page1 .main .sec2 .box{

		flex-direction: column-reverse;

		-webkit-flex-direction: column-reverse;

		margin-bottom: 2.5rem;

	}

	.personal-page.page1 .main .sec2 .box:nth-child(odd){

		flex-direction: column;

		-webkit-flex-direction: column;

	}

	.personal-page.page1 .main .sec2 .box .img-box{

		width: 100%;

	}

	.personal-page.page1 .main .sec2 .box .text-box{

		width: 88.4%;

		box-shadow: 0px 0.9375rem 0.625rem rgba(0,0,0,0.07);

		background-color: #fff;

		margin-top: -3.125rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box.left{

		margin-right: 0;

	}

	.personal-page.page1 .main .sec2 .box .text-box.right{

		margin-left: 0;

	}

	.personal-page.page1 .main .sec2 .box .text-box .bg{

		display: none;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text{

		position: static;

		padding: 1.875rem 1.75rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text h5{

		font-size: 1.125rem;

		margin-bottom: 1.25rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text .line{

		width: 1.5625rem;

		height: 0.0625rem;

		margin-bottom: 0.8125rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text p{

		font-size: 0.75rem;

		line-height: 1.375rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text p b{

		font-size: 0.75rem;

	}

	.personal-page.page1 .main .sec2 .box .text-box .text .tip{

		font-size: 0.75rem;

		margin-top: 0.625rem;

	}

	.personal-page.page1 .main .sec3{

		padding: 2.5rem 0;

	}

	.personal-page.page1 .main .sec3 .text{

		font-size: 0.75rem;

		line-height: 1.5625rem;

		margin-bottom: 0.875rem;

		top: -0.625rem;

	}

	.personal-page.page1 .main .sec3 ul{

		display: block;

		-webkit-display: block;

		top: -0.625rem;

	}

	.personal-page.page1 .main .sec3 ul li{

		width: 100%;

		margin-bottom: 0.9375rem;

	}

	.personal-page.page1 .main .sec3 ul li:last-child{

		margin-bottom: 0;

	}

	.personal-page.page1 .main .sec3 ul li p{

		height: 2.5rem;

		line-height: 2.5rem;

		font-size: 0.75rem;

	}

	.personal-page.page1 .main .sec4{

		padding: 2rem 0 4rem;

	}

	.personal-page.page1 .main .sec4 .swiper-container{

		top: -0.625rem;

	}

	.personal-page.page1 .main .sec4 .swiper-slide .text{

		margin-top: -2.8125rem;

		height: 5.625rem;

		width: 10.9375rem;

		padding: 0 1rem;

	}

	.personal-page.page1 .main .sec4 .swiper-slide .text h5{

		font-size: 1rem;

	}

	.personal-page.page1 .main .sec4 .swiper-slide .text .line{

		width: 1.5625rem;

		height: 0.0625rem;

		margin: 0.625rem 0 0.75rem;

	}

	.personal-page.page1 .main .sec4 .swiper-slide .text p{

		font-size: 0.5625rem;

	}

	.personal-page.page1 .main .sec4 .swiper-pagination{

		bottom: 0.625rem;

		padding-right: 0.5rem;

	}

	.personal-page.page1 .main .sec4 .swiper-pagination .swiper-pagination-bullet{

		width: 0.375rem;

		margin: 0 0.15625rem;

		height: 0.375rem;

	}

	/*????????????*/

	.personal-page.page2 .main .sec2 .left{

		width: 4%;

	}

	.personal-page.page2 .main .sec2 .left img{

		display: none;

	}

	.personal-page.page2 .main .sec2 .right{

		width: 96%;

		padding-bottom: 4.25rem;

	}

	.personal-page.page2 .main .sec2 .right .out-part{

		top: -11.25rem;

		padding-left: 1.875rem;

		padding-right: 1.875rem;

		height: 11.25rem;

	}

	.personal-page.page2 .main .sec2 .right .out-part h3{

		font-size: 1.3125rem;

		margin-bottom: 1.125rem;

	}

	.personal-page.page2 .main .sec2 .right .out-part .line{

		width: 0.9375rem;

		height: 0.0625rem;

		margin-bottom: 0.625rem;

	}

	.personal-page.page2 .main .sec2 .right .out-part p{

		font-size: 0.75rem;

		line-height: 1.3125rem;

	}

	.personal-page.page2 .main .sec2 .right .out-part p a{

		display: block;

	}

	.personal-page.page2 .main .sec2 .right .box{

		padding-left: 1.875rem;

		padding-right: 1.875rem;

		padding-top: 1.875rem;

		padding-bottom: 1.875rem;

	}

	.personal-page.page2 .main .sec2 .right .box h5{

		font-size: 1rem;

		margin-bottom: 1.1875rem;

	}

	.personal-page.page2 .main .sec2 .right .box p{

		font-size: 0.75rem;

		line-height: 1.5625rem;	

	}

	.personal-page.page2 .main .sec2 .right .box a{

		font-size: 0.875rem;

		margin-top: 1.0625rem;

	}

	.personal-page.page2 .main .sec2 .right .box a img{

		width: 0.75rem;

		margin-left: 0.875rem;

	}

	/*????????????*/

	.personal-page.page3 .main .sec1{

		background-image: url(img/personal03_sec1_bg_mobile.jpg);

		height: 25rem;

	}

	.personal-page.page3 .main .sec1 .text{

		margin-bottom: 1.25rem;

		top: -0.625rem;

	}

	.personal-page.page3 .main .sec1 .text h4{

		font-size: 1.875rem;

		margin-bottom: 1.25rem;

	}

	.personal-page.page3 .main .sec1 .text h5{

		font-size: 0.9375rem;

	}

	.personal-page.page3 .main .sec1 p{

		font-size: 0.75rem;

		line-height: 1.5625rem;

		top: -0.625rem;

		max-width: 86.67%;

	}

	.personal-page.page3 .main .sec2{

		padding: 4% 4% 12%;

	}

	.personal-page.page3 .main .sec2 .box{

		flex-direction: column-reverse;

		-webkit-flex-direction: column-reverse;

		margin-bottom: 0.9375rem;

	}

	.personal-page.page3 .main .sec2 .box:nth-child(even){

		flex-direction: column-reverse;

		-webkit-flex-direction: column-reverse;

	}

	.personal-page.page3 .main .sec2 .box .img-box{

		width: 100%;

	}

	.personal-page.page3 .main .sec2 .box:nth-child(odd) .img-box{

		left: 0;

	}

	.personal-page.page3 .main .sec2 .box:nth-child(even) .img-box{

		right: 0;

	}

	.personal-page.page3 .main .sec2 .box .text-box{

		width: 100%;

		height: auto;

		padding: 2.125rem;

	}

	.personal-page.page3 .main .sec2 .box:nth-child(even) .text-box{

		left: 0;

	}

	.personal-page.page3 .main .sec2 .box:nth-child(odd) .text-box{

		right: 0;

	}

	.personal-page.page3 .main .sec2 .box .text-box > div{

		width: 100%;

	}

	.personal-page.page3 .main .sec2 .box .text-box h5{

		font-size: 1.125rem;

		margin-bottom: 1rem;

	}

	.personal-page.page3 .main .sec2 .box .text-box .line{

		width: 1.5625rem;

		height: 0.0625rem;

		margin-bottom: 0.8125rem;

	}

	.personal-page.page3 .main .sec2 .box .text-box p{

		font-size: 0.75rem;

		line-height: 1.5625rem;

	}

}

@media only screen and (max-width:414px){

	

}
