/*全部*/

.readmore-btn {
	color: #002951;
	background: #FFF;
	border: 1.5px solid rgba(255,255,255,.7);
	padding: 10px 15px;
	font-size: 20px;
	display: inline-block;
	width: 140px;
	cursor: pointer;
	transition: .5s;
	height: 43.2px;
	position: relative;
	line-height: 20px;
	text-align: center;
}
.readmore-btn2 {
	color: #FFF;
	background: #002951;
	border: 1.5px solid #002951;
	padding: 0 15px;
	font-size: 20px;
	display: inline-block;
	width: 140px;
	cursor: pointer;
	transition: .5s;
	height: 43px;
	position: relative;
	line-height: 43px;
	text-align: center;
}
.readmore-btn:hover {
	color: #FFF;
	background-color: #002951;
}
.readmore-btn2:hover {
	color: #002951;
	background-color: #FFF;
	border: 1.5px solid #002951;
}
.index-animate1 {
	animation: index-main 1s forwards;
	animation-delay: 0s;
}
.index-animate2 {
	animation: index-main 1s forwards;
	animation-delay: .2s;
	font-weight: normal;
}
.index-animate3 {
	animation: index-main 1s forwards;
	animation-delay: .4s;
	font-weight: normal;
}
.index-animate4 {
	animation: index-main 1s forwards;
	animation-delay: .6s;
	font-weight: normal;
}
.index-animate5 {
	animation: index-main 1s forwards;
	animation-delay: .8s;
	font-weight: normal;
}
.index-animate6 {
	animation: index-main 1s forwards;
	animation-delay: 1s;
	font-size: 14px !important;
	line-height: 140% !important;
}
.index-animate7 {
	animation: index-main 1s forwards;
	animation-delay: 1.2s;
}
@keyframes index-main {
100% {
opacity: 1;
transform:translateX(0);
}
}
/*section2*/
.index .section2 {
	min-height: 100vh;
	position: relative;
}
.index .section2 .left {
	background: #002951;
	min-height: 100vh;
	padding: 60px 20px 60px 30px;
	box-sizing: border-box;
	position: absolute;
	transition: .5s;
}
.index .section2 .left>div {
	color: #FFF;
	position: relative;
}
.index .section2 .left .div2 {
	height: 40px;
}
.index .section2 .left .div2 h2 {
	color: #0097E0;
	opacity: 0;
	font-size: 29px;
	line-height: 120%;
	transform: translateX(260px);
}
.index .section2 .left .div3 h2 {
	font-size: 29px;
	line-height: 120%;
	opacity: 0;
	transform: translateX(260px);
}
.index .section2 .left .div4 h2 {
	opacity: 0;
	transform: translateX(260px);
	font-weight: lighter;
}
.index .section2 .left .div5 {
}
.index .section2 .left .div5 h2 {
	font-weight: lighter;
	opacity: 0;
	transform: translateX(260px);
}
.index .section2 .left .div6 button {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translateX(260px);
	outline: none
}
.index .section2 .left .div6 button:focus {
	outline: none;
}
.index .section2 .right {
	height: 100vh;
	overflow: hidden;
	position: relative;
	left: 25%;
}
.index .section2 .right>div>div {
	display: inline-block;
	height: 100vh;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.index .section2 .right>div>div>div {
	width: 100%;
	display: flex;
	height: 18%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index .section2 .right .div2, .index .section2 .right .div4 {
	background: #002951;
}
.index .section2 .right .div2 div, .index .section2 .right .div4 div {
	background: #002951;
	width: 100%;
}
.index .section2 .right .div1, .index .section2 .right .div3 {
	background: #000;
}
.index .section2 .right .div1 div, .index .section2 .right .div3 div {
	background: #000;
}
.index .section2 .right button {
	color: #FFF;
	background: none;
	margin: 5px auto;
	height: 50px;
	width: 150px;
	font-size: 20px;
	cursor: pointer;
	transition: .3s linear;
	border: none;
}
.index .section2 .right div div button {
	border: 1.5px solid rgba(255,255,255,.2);
	outline: none;
}
.index .section2 .right div div button:hover {
	border: 1.5px solid #FFF;
	font-size: 22px;
}
.index .section2 .right .divbox {
	transition: .5s;
	height: 100vh;
}
.index .section2 .right .btndiv {
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	outline: none;
}
.index .section2 .right .btndiv button {
	top: 55%;
	width: 100px;
	height: 100px;
	position: absolute;
	font-size: 100px;
	text-shadow: 0 0 15px #000;
	color: rgba(255,255,255,.7);
	outline: none;
}
.index .section2 .right .btndiv button:hover {
	color: rgba(255,255,255,1);
}
.index .section2 .right .btndiv button:nth-child(1) {
	left: 0;
}
.index .section2 .right .btndiv button:nth-child(2) {
	right: 0;
}
/*section3*/
.index .section3 {
	overflow: hidden;
	position: relative;
	background: #002951;
}
.index .section3 .right {
	background: #002951;
	padding: 0 20px 0 30px;
}
.index .section3 .right .div1 h2 {
	transform: translateX(-260px);
}
.index .section3 .right .div2 h2 {
	position: relative;
	color: #0096E0;
	font-size: 29px;
	opacity: 0;
	transform: translateX(-260px);
}
.index .section3 .right .div3 {
	height: 60px;
	clear: both;
}
.index .section3 .right .div3 h2 {
	line-height: 130%;
	opacity: .9;
	font-size: 14px;
	font-weight: lighter;
	position: relative;
	opacity: 0;
	transform: translateX(-260px);
}
/*section4*/

.index .section4 {
	min-height: 100vh;
	overflow: hidden;
}
.index .section4 .left {
	background: #002951;
	min-height: 100vh;
	padding: 60px 20px 60px 30px;
	color: #FFF;
}
.index .section4 .left .div2 h2 {
	line-height: 130%;
	color: #0096E0;
	opacity: 0;
	font-size: 29px;
	transform: translateX(260px);
}
.index .section4 .left .div3 h2 {
	font-size: 28px;
	opacity: 0;
	transform: translateX(260px);
}
.index .section4 .left .div4 h2 {
	font-size: 14px;
	font-weight: lighter;
	opacity: 0;
	transform: translateX(260px);
}
.index .section4 .right {
	display: inline-block;
	position: relative;
	background-image: url(img/bg-comprehensive.jpg);
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}
.index .section4 .right .hbox {
	display: flex;
	width: 100%;
	height: 100vh;
	position: absolute;
}
.index .section4 .right h2 {
	color: #FFF;
	margin: auto;
	font-size: 60px;
}
.index .section4 .right img {
	display: inline-block;
}
/*section5*/

.section5 {
	height: calc(100vh - 40px);
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.section5 p {
	line-height: 130% !important;
}
.ani-bicycle {
	position: absolute;
	z-index: 1;
	top: 7%;
	left: 24vw;
	width: 8vw;
}
@media all and (min-width: 1280.1px) and (max-width: 1400.1px) {
.ani-bicycle {
	top: 10%;
	left: 27vw;
	width: 8vw;
}
}
@media all and (max-width: 1024.1px) {
.ani-bicycle {
	top: 10%;
	left: 27vw;
	width: 8vw;
}
}
.section5 .ani4 {
	transform: translateX(260px);
}
.section5 .ani-chain {
	transform: translate(100%, -100%);
}
.section5 .ani-chain-go {
	transform: translate(0, 0);
	transition: 1s;
	transition-delay: 0;
}
.section5 .ani-bicycle {
	transform: translate(-100vw, 100vh);
}
.section5 .ani-bicycle-go {
	transform: translate(0, 0);
	transition: 1s;
	transition-delay: 1s;
}
.f-down {
	transform: translateY(-100px);
}
.f-down-go {
	transform: translateY(0);
	transition: 1s;
}
.section5 .animatediv .info>div {
	display: inline-block;
	width: 100%;
	height: 22%;
	transform: rotateZ(295deg) translateY(120px);
	box-sizing: border-box;
}
.section5 .animatediv .info .right {
	margin-top: 280px;
}
.section5 .animatediv .info>div .imgbox {
	position: relative;
}
.section5 .animatediv .info>div h2 {
	color: #0096DF;
	margin-bottom: 15px;
}
.section5 .animatediv .info>div h3 {
	color: #fff;
	margin-bottom: 5px;
	margin-bottom: 10px;
}
.section5 .animatediv .info>div p {
	color: #fff;
	opacity: .85;
	margin-bottom: 15px;
}
.section5 .animatediv .info .left img {
	position: absolute;
	width: 200px;
	top: -260px
}
.section5 .animatediv .info .right img {
	position: absolute;
	width: 200px;
}
.section5 .animatediv .info .left {
	opacity: 0;
	transition: 1s;
	transition-delay: 1.5s;
}
.section5 .fadein-box {
	transition-delay: 0;
	transition: 1s;
}
.section5 .fadein-box {
	opacity: 0;
}
.section5 .fadeIn {
	opacity: 1;
	transition: 1s;
	transition-delay: 1s;
	transform: translateY(0);
}
.section5 .animatediv .info .center.fadeIn {
	opacity: 1;
}
.section5 .animatediv .info .right.fadeIn {
	opacity: 1;
}
.section5 .animatediv .info .right.fadeIn img {
	transform: translateY(0);
}
.section5 .before-img {
	position: absolute;
	top: 40px;
	left: 290px;
	z-index: 1;
	transition: .6s;
	transition-delay: .7s;
	transform: scale(.9) translate(-500px, 240px);
}
.section5>.right {
	background: #011538;
 height: calc(100vw / 1920 * 1080);
	color: #FFF;
	padding: 60px 20px 60px 30px;
	box-sizing: border-box;
}
.section5>.left>.group {
	transition: .5s;
}
.section5>.left>.group>div {
	transition: .5s;
}
.section5>.right .div2 h2 {
	color: #0096E0;
	font-size: 29px;
	line-height: 130%;
	opacity: 0;
	transform: translateX(-260px);
}
.section5>.right .div3 h2 {
	font-weight: lighter;
	opacity: 0;
	transform: translateX(-260px);
	box-sizing: border-box;
}
.section5>.right .div4 button {
	opacity: 0;
	transform: translateX(-260px);
}
.section5>.left {
 height: calc(100vw / 1920 * 1080);
	position: relative;
	background: #FFF;
}
.section5 .left .group {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}
.section5 .left .group>div {
	position: relative;
}
.section5 .left .group p {
	font-size: 13px;
}
.section5 .left .group img {
	width: 200px;
}
.section5 .left .group1 {
	height: 100vh;
	padding-left: 5%;
}
.section5 .left .group2 {
	height: 100vh;
	padding-left: 0%;
	padding-top: 20%
}
.section5 .left .group3 {
	height: 50vh;
	padding-left: 5%;
}
.section5 .left .group4 {
	height: 50vh;
	padding-left: 3%;
	float: right;
	bottom: 0;
	height: 100%;
}
.section5 .group1 .div1 {
	top: 100px;
	left: 0px;
	position: relative;
	left: 0;
}
.section5 .group1 .div1 img {
	width: 65%;
	position: relative;
	left: 0;
}
.section5 .group1 .div2 {
	top: 140px;
	left: 0px;
}
.section5 .group1 .div2 h2 {
	color: #0096E0;
}
.section5 .group1 .div3 {
	top: 160px;
	left: 0px;
}
.section5 .group1 .div3 h3 {
	color: #FFF;
}
.section5 .group1 .div4 {
	top: 140px;
	left: 0px;
}
.section5 .group1 .div4 p {
	color: #FFF;
	bottom: -30px;
	position: relative;
}
.section5 .group1 .div5 {
	top: 140px;
	left: 0px;
}
.section5 .group1 .div5 button {
	position: relative;
	bottom: -60px;
}
.section5 .group2 .div2 {
	top: 0;
	left: 0;
	z-index: 1;
}
.section5 .group2 .div2 h2 {
	color: #0096E0;
}
.section5 .group2 .div3 {
	top: 0;
	left: 0;
	z-index: 1;
}
.section5 .group2 .div3 h3 {
	color: #FFF;
	transform: translateY(20px);
}
.section5 .group2 .div4 {
	top: 0;
	left: 0;
	z-index: 1;
}
.section5 .group2 .div4 p {
	color: #FFF;
	bottom: -30px;
	position: relative;
}
.section5 .group2 .div5 {
	top: 0;
	left: 0;
	z-index: 1;
}
.section5 .group2 .div5 button {
	position: relative;
	left: 0;
	bottom: -60px;
}
.section5 .group2 .div1 {
	bottom: -50px;
	height: 240px;
	left: -60px;
	position: absolute !important;
	z-index: 0;
	width: 100%;
}
.section5 .group2 .div1 img {
	width: 100%;
}
.section5 .group3 .div1 {
	position: relative;
	left: 0;
}
.section5 .group3 .div1 img {
	width: 60%;
	position: absolute;
	left: -130px;
	top: 220px;
	margin-left: 10%
}
.section5 .group3 .div2 {
	top: 40px;
	left: 0;
}
.section5 .group3 .div2 h2 {
	color: #0096E0;
}
.section5 .group3 .div3 {
	top: 60px;
	left: 0;
}
.section5 .group3 .div3 h3 {
	color: #FFF;
}
.section5 .group3 .div4 {
	top: 40px;
	left: 0;
}
.section5 .group3 .div4 p {
	color: rgba(255,255,255,.8);
	bottom: -30px;
	position: relative;
}
.section5 .group3 .div5 {
	top: 40px;
	left: 0;
}
.section5 .group3 .div5 button {
	position: relative;
	bottom: -60px;
}
.section5 .group4 .div1 {
	left: 0;
	right: 0;
	height: 50%;
}
.section5 .group4 .div1 img {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0
}
.section5 .group4 .div2 {
	left: 0;
	bottom: 290px;
}
.section5 .group4 .div2 h2 {
	color: #0096E0;
}
.section5 .group4 .div3 {
	left: 0;
	bottom: 280px;
}
.section5 .group4 .div3 h3 {
	color: #002950;
	margin: 10px 0;
}
.section5 .group4 .div4 {
	left: 0;
	bottom: 280px;
	width: 230px;
}
.section5 .group4 .div4 p {
	color: #1170BB;
	position: absolute;
}
.section5 .group4 .div5 {
	left: 0;
	bottom: 190px;
}
.section5 .group4 .div5 button {
	position: relative;
}
/* section6 */
.index .section6 {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	background: url(img/bg-partner.jpg);
	background-position: center;
	background-size: cover;
}
.index .section6 .left .div2 h2 {
	font-size: 29px;
	line-height: 130%;
	opacity: 0;
	transform: translateX(260px);
}
.index .section6 .left .div3 h2 {
	line-height: 140%;
	font-size: 14px;
	opacity: 0;
	transform: translateX(260px);
}
.index .section6 .left .div4 button {
	opacity: 0;
	transform: translateX(260px);
}
.h2-in-logo {
	width: 150px !important;
	height: 84px !important;
	line-height: 84px !important;
	text-align: center;
	background: url(img/bg-seclabel.png);
	background-size: cover;
	transform: translateX(260px);
	opacity: 0;
	z-index: 1;
	white-space: nowrap;
	clear: both;
	display: block;
}
.index-animate6 {
	font-size: 1vw !important;
}
.font-1vw {
	font-size: 1vw !important;
}
.font-1d5vw {
	font-size: 1.5vw !important;
}
.font-2vw {
	font-size: 2vw !important;
}
.font-3vw {
	font-size: 3vw !important;
}
.font-4vw {
	font-size: 4vw !important;
}
.font-5vw {
	font-size: 5vw !important;
}
.index-animate3 {
	line-height: 130%;
	color: #0096E0;
	opacity: 0;
	font-size: 29px;
	transform: translateX(260px);
	animation: index-main 1s forwards;
	animation-delay: .4s;
	font-weight: normal;
}
.line-120 {
	line-height: 120% !important;
}
.line-130 {
	line-height: 130% !important;
}
.line-140 {
	line-height: 140% !important;
}
.line-150 {
	line-height: 150% !important;
}
