@font-face {
	font-family: DINMED;
	src: url('en_Din/DIN-MediumItalic.otf');
}

#brand {
	width: 100%;
	height: 750px;
	padding-bottom: 50px;
}

.brand {
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	position: relative;
}

.brand_01 button {
	width: 180px;
	height: 42px;
	outline: none;
	border: none;
	background: #337dff;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-top: 70px;
	transition: all 1s;
}

.brand_01 .more:hover {
	color: #fff !important;
}

.brand_01 .more:after {
	background: #2160E5;
}

.brand_02 {
	display: block;
	margin: 80px auto 0;
}




#bring {
	width: 100%;
	height: auto;
	background: #F5F8FC;
}

.bring {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.bring_01 {
	width: 100%;
	text-align: center;
}

.bring_02 {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 80px 0 20px 0;
}

.bring_02 li {
	width: 240px;
	height: 200px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	/*border: 1px black solid;*/
}

.bring_02 li:hover span {
	opacity: 1;
	transform: translate3d(0, -132px, 0);
}

.bring_02_01,
.bring_02_01s {
	width: 70px;
	height: 69px;
	display: block;
	left: 85px;
	position: absolute;
	z-index: 5;
	transition: all 1s;
}

.bring_02_01s {
	opacity: 0;
}

.bring_02 li:hover .bring_02_01 {
	opacity: 0;
}

.bring_02 li:hover .bring_02_01s {
	opacity: 1;
}

.bring_02 div,
.bring_02 span {
	width: 170px;
	height: 200px;
	margin: 0 auto;
	padding: 20px;
}

.bring_02 span {
	width: 170px;
	margin: 0 auto;
	padding: 10px;
	height: auto;
	opacity: 0;
	box-shadow: 0px 4px 30px 3px rgba(211, 215, 221, 0.40);
	position: absolute;
	left: 20px;
	font-size: 14px;
	line-height: 25px !important;
	transform: translate3d(0, -110px, 0);
	background: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.bring_02 p {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	/* Firefox 4 */
	-webkit-transition: all 1s linear;
	/* Safari and Chrome */
	-o-transition: all 1s linear;
	/* Opera */
}

.bring_02 p {
	/*background: #fff;*/
	z-index: 4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	-moz-transform: rotate(45deg);
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	/* Firefox 4 */
	-webkit-transition: all 1s linear;
	/* Safari and Chrome */
	-o-transition: all 1s linear;
	/* Opera */
	/*background: red;*/
}

/*.bring_02 li:hover div p{
	left: -75px;
	bottom: -75px;	
	background: red;
}*/
.bring_02 h5 {
	font-weight: bold;
	color: #252B3A;
	margin-top: 100px;
	transition: all 1s;
}

.bring_02 div:hover h5 {
	/* Safari 5.1 - 6.0 */
	color: #3e81ef;
}

.bring_02 span {
	font-size: 14px;
	color: #666A75;
	line-height: 28px;
}

#climb {
	width: 100%;
	height: 1000px;
	background: url(../images/climb001.png) no-repeat center;
	background-size: cover;
}

.climb {
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.climb .title01 {
	color: #ffffff !important;
	margin-top: 90px;
}

.climb .title02 {
	color: rgba(255, 255, 255, .6) !important;
	margin-bottom: 60px;
}

.climb .climb_01 {
	position: relative;
	height: 567px;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.climb .climb_01 .climb_01_01 {
	width: 525px;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

@keyframes imgslide1 {
	from {
		transform: translate3d(100%, 0, 0) scale(1);
	}

	to {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes imgslide2 {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}

	to {
		transform: translate3d(-100%, 0, 0) scale(0.75);
	}
}

.climb .climb_01 .climb_01_01 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: imgslide2 .6s ease;
	z-index: 9;
}


.climb .climb_01 .climb_01_02 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 690px);
	padding: 45px 83px;
	color: #fff;
	transition: opacity .6s ease;
	opacity: 1;
	z-index: 10;
}

.climb .climb_01 .climb_01_02.wait span {
	height: 0 !important;
}

.climb .climb_01 .climb_01_02 h1 {
	width: 100%;
	text-align: left;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

.climb .climb_01 .climb_01_02 p {
	font-size: 14px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
	margin-top: 12px;
}

.climb .climb_01 .climb_01_02 ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 45px;
	flex-wrap: wrap;
}

.climb .climb_01 .climb_01_02 li {
	width: 90px;
	text-align: center;
	margin-bottom: 30px;
}

.climb .climb_01 .climb_01_02 li .data {
	position: relative;
	width: 40px;
	height: 57px;
	margin: 0px auto 5px;
}

.climb .climb_01 .climb_01_02 li .data span {
	display: block;
	position: absolute;
	bottom: 8px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.6s ease;
}

.climb .climb_01 .climb_01_02.miss li .data span {
	height: 0 !important;
}

.climb .climb_01 .climb_01_02 li .data span:after,
.climb .climb_01 .climb_01_02 li .data span:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

.climb .climb_01 .climb_01_02 li .data .old {
	left: 0;
	width: 17px;
	background-image: url(../images/data_old.png);
}

.climb .climb_01 .climb_01_02 li .data .old:before {
	height: 12px;
	top: -12px;
	background-position: center bottom;
	background-image: url(../images/old-top.png);
}

.climb .climb_01 .climb_01_02 li .data .old:after {
	height: 6px;
	bottom: -6px;
	background-position: center top;
	background-image: url(../images/old-bottom.png);
}

.climb .climb_01 .climb_01_02 li .data .new {
	right: 0;
	width: 20px;
	background-image: url(../images/data_new.png);
}

.climb .climb_01 .climb_01_02 li .data .new:before {
	height: 12px;
	top: -12px;
	background-position: center bottom;
	background-image: url(../images/new-top.png);
}

.climb .climb_01 .climb_01_02 li .data .new:after {
	height: 8px;
	bottom: -8px;
	background-position: center top;
	background-image: url(../images/new-bottom.png);
}

.climb .climb_01 .climb_01_02 li h2 {
	font-size: 26px;
	line-height: 40px;
	font-weight: normal;
}

.climb .climb_01 .climb_01_02 li h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: rgba(255, 255, 255, .6);
}

.climb .climb_01 .climb_01_02 .data_info {
	display: flex;
	justify-content: space-between;
	width: 240px;
	font-size: 12px;
	line-height: 24px;
}

.climb .climb_01 .climb_01_02 .data_info span {
	display: flex;
	width: 100px;
	flex-wrap: nowrap;
	justify-content: space-between;
	color: rgba(255, 255, 255, .6);
}

.climb .climb_01 .climb_01_02 .data_info img {
	height: 24px;
	margin-right: 10px;
}

.climb .more {
	margin-top: 64px;
	background: #3B7AFF;
	border: none;
}

.climb .more:hover {
	background: #2160E5;
	color: #ffffff !important;
}

.climb .more:after {
	background: #2160E5;
}

#effect {
	width: 100%;
	height: auto;
}

.effect {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.effect_01 {
	font-size: 36px;
	color: #252B3A;
	font-weight: bold;
	text-align: center;
}

.effect_01 span {
	width: 64px;
	height: 8px;
	background: #337dff;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

.effect_01 p {
	font-size: 18px;
	color: #666A75;
	margin-top: 20px;
}

.effect_02_01 {
	width: 700px;
	margin: 0 auto;
	margin-top: 55px;
	overflow: hidden;
}

.effect_02_01 li {
	width: 138px;
	height: 40px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	color: #31416c;
	border: 1px #e5e4ea solid;
}

.effect_02_01 .active {
	width: 140px;
	height: 42px;
	color: #fff;
	background: -webkit-gradient(linear, 100% 100%, 0 0, from(#3790f4), to(#1661e5));
	background: -webkit-linear-gradient(left right, #3790f4, #1661e5);
	background: -moz-linear-gradient(left right, #3790f4, #1661e5);
	background: -o-linear-gradient(left right, #3790f4, #1661e5);
	background: linear-gradient(left right, #3790f4, #1661e5);
	/* Opera 11.1 - 12.0 */
	border: none;
}

.econ:nth-child(1) {
	padding: 60px 0 80px;
	background: linear-gradient(180deg, #FFFFFF 50%, #F7F8FA 100%);
}

.econ:nth-child(2) {
	padding: 80px 0 50px;
}

.econ:nth-child(3) {
	padding: 60px 0 50px;
	background: #f9f9f9;
}

.econ:nth-child(4) {
	padding: 80px 0 80px;
}

.econ .effect_03 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.econ .effect_03 div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}

.econ span {
	font-size: 16px;
	color: #87878A;
	line-height: 24px;
	margin-bottom: 10px;
}

.econ h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	color: #252B3A;
	margin-bottom: 20px;
}

.econ h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666A75;
	line-height: 28px;
	margin-bottom: 40px;
}

.econ .more {
	background: #3B7AFF;
	border: none;
}

.econ .more:hover {
	background: #2160E5;
	color: #ffffff !important;
}

.econ .more:after {
	background: #2160E5;
}

.econ video {
	display: block;
	margin: 0 auto;
}


#content {
	width: 100%;
	height: auto;
	padding: 1px 0;
	background: #f9f9f9;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.content_01 {
	width: 1200px;
	height: 368px;
	margin: 80px 0 200px 0;
	box-shadow: 0px 4px 30px 3px rgba(211, 215, 221, 0.40);

}

.content_01 .active {
	background: #337dff;
	color: #fff;
}

.content_01 li {
	width: auto;
	border: 1px #f5f5f5 solid;
	float: left;
	position: relative;
	color: #252B3A;
	cursor: pointer;
}

.content_01 li p {
	width: auto;
	border-bottom: 2px solid #337dff;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 28px;
	font-family: DINMED;
	line-height: 60px;
	margin-top: 20px;
}

.content_01 li.active p {
	border-bottom: 2px solid #fff;
}

.content_01 li span {
	width: 28px;
	height: auto;
	padding: 0px 45px;
	font-size: 28px;
	float: left;
	margin-top: 120px;
}

.content_01 li div {
	width: 0px;
	height: 368px;
	float: left;
	overflow: hidden;
	transition: all 0.5s linear;
}

.content_01 .active div {
	width: 480px;
	height: 368px;
	float: left;
}

.content_01 li div img {
	display: block;
	width: 0;
	height: 368px;
}

/*.content_01 li div{
	width: 480px;
	float: left;
}*/

.dh {
	background: #f9f9f9;
	padding: 1px 0 120px;
} 

.dh ul {
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 368px;
	margin: 60px auto 0;
	border: 1px solid #f5f5f5;
}

.dh ul li {
	float: left;
	width: 120px;
	height: 368px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all .8s ease;
}

.dh ul li.curr {
	width: 600px;
}

.dh ul li a {
	display: block;
	width: 100%;
	height: 368px;
}

.dh ul li .layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 368px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
}

.dh ul li.curr .layer {
	background: #3B7AFF;
}

.dh ul li .layer .p1 {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}

.dh ul li .layer .p1 b {
	display: block;
	font-size: 28px;
	border-bottom: 2px solid #3B7AFF;
	padding-bottom: 18px;
	font-style: italic;
}

.dh ul li.curr .layer .p1 b {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.dh ul li .layer .p1 span {
	display: block;
	font-size: 24px;
	writing-mode: vertical-lr;
	margin-top: 60px;
	letter-spacing: 10px;
}

.dh ul li.curr .layer .p1 span {
	color: #ffffff;
}

.dh ul li img {
	margin-left: 120px;
}

.dh ul li.curr img {
	opacity: 1;
}