.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.shadow {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

body {
	background-color: #fff;
	font-size: 0
}

.container .content {
	margin: 0 auto;
	max-width: 1280px;
	box-sizing: border-box
}

.container .footer-banner {
	position: relative;
	overflow: hidden;
	transform: rotate(0);
	background: url(../images/042d970.jpg) no-repeat;
	background-size: cover
}

.container .footer-banner:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 23.22916667%
}

.container .footer-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.container .common-introduction {
	max-width: 888px;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 50px;
	background-color: #fff;
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

@media screen and (max-width:640px) {
	.container .common-introduction {
		width: 100%
	}
}

.container .common-introduction h3 {
	margin: 30px 0;
	text-align: center;
	color: #0042ad;
	font-size: 30px;
	font-weight: 400
}

.container .common-introduction h3:first-child {
	margin-top: 0
}

.container .common-introduction p {
	text-align: justify;
	margin-top: 20px;
	font-size: 18px;
	color: #595757;
	line-height: 32px
}

.container .common-introduction img {
	margin-top: 20px;
	width: 100%
}

.container .module-title {
	margin-top: 100px;
	font-weight: 400;
	text-align: center;
	font-size: 40px;
	color: #0042ad
}

.container .module-subtitle {
	margin-top: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #595757
}

.container main .main-body .banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #0042ad;
	position: relative;
	overflow: hidden;
	transform: rotate(0)
}

.container main .main-body .banner:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 51.42255005%
}

.container main .main-body .banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.container main .main-body .banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 2;
	background: url(../images/cc5273f.png) repeat-x
}

.container main .main-body .banner .ads {
	position: absolute;
	width: 100%
}

.container main .main-body .banner p {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1080px;
	padding: 0 40px;
	margin: 0 auto;
	color: #fff;
	font-size: 30px
}

.container main .main-body .banner p:first-child {
	font-size: 50px;
	font-weight: 700
}

@media screen and (max-width:640px) {
	.container main .main-body .banner {
		height: 370px;
		background-size: cover
	}

	.container main .main-body .banner p {
		padding: 0;
		align-self: center;
		text-align: center
	}
}

.container main .main-body .nuxt-container {
	padding-top: 100px;
	margin-top: -100px
}

.shadow.a1 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

header.a1 {
	position: fixed;
	width: 100%;
	transition: all .4s ease;
	z-index: 999
}

header .top-bar.a1 {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px
}

header .top-bar a.a1 {
	font-size: 12px;
	color: #fff
}

header .top-bar a.a1:hover {
	text-decoration: underline
}

@media screen and (max-width:640px) {
	header .top-bar.a1 {
		padding: 5px 10px
	}
}

header .header-inner.a1 {
	max-width: 1280px;
	display: flex;
	padding: 40px;
	margin: 0 auto;
	align-items: center
}

header .logo.a1 {
	display: block;
	width: 160px
}

header .logo img.a1 {
	width: 100%
}

header .company-name.a1 {
	margin: -10px auto 0;
	max-width: 600px
}

header .company-name.en.a1 {
	margin: 10px auto;
	width: 300px
}

header .company-name img.a1 {
	width: 100%
}

header h1.a1 {
	width: 0;
	height: 0;
	overflow: hidden
}

header nav.a1 {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px
}

header nav .nav-item.a1 {
	position: relative;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	transition: all .4s ease;
	cursor: pointer
}

header nav .nav-item .icon.a1 {
	display: none
}

header nav .nav-item ul.a1 {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 0;
	z-index: 999
}

header nav .nav-item ul li.a1 {
	color: #ccc;
    width:150px;
}

header nav .nav-item ul li.a1:hover {
	font-weight: 700;
	color: #fff;
	background-color: transparent !important
}

header nav .nav-item.a1:hover {
	background-color: #0042ad
}

header nav .nav-item:hover ul.a1 {
	display: block
}

@media screen and (max-width:640px) {
	header nav .nav-item:hover ul.a1 {
		display: none
	}
}

header nav .nav-item.active.a1 {
	background-color: #0042ad;
	color: #fff
}

header nav .nav-item.active .icon.a1 {
	color: #0042ad
}

@media screen and (max-width:640px) {

	header nav .nav-item.active.a1,
	header nav .nav-item.hover.a1 {
		color: #0042ad
	}

	header nav .nav-item.hover ul.a1 {
		display: block;
		box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
	}

	header nav .nav-item.hover ul li.a1 {
		color: #0042ad
	}
}

header .lang-btn.a1 {
	color: #fff;
	cursor: pointer
}

header .lang-btn.a1:hover {
	color: #0042ad
}

header .lang-btn span.a1 {
	line-height: 30px;
	font-size: 16px
}

@media screen and (max-width:640px) {
	header .header-inner.a1 {
		padding: 20px !important
	}

	header .logo.a1 {
		flex: 1
	}

	header .logo img.a1 {
		width: 100px
	}

	header nav.a1 {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 10px #051329;
		z-index: 999
	}

	header nav .nav-item.a1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex: 1;
		padding: 10px;
		font-size: 12px;
		color: #333;
		line-height: normal;
		background-color: #fff !important
	}

	header nav .nav-item .icon.a1 {
		display: block;
		margin-bottom: 5px;
		line-height: 20px;
		font-size: 20px;
		color: #333
	}

	header nav .nav-item ul.a1 {
		bottom: 100%;
		margin: 0
	}
}

@media screen and (max-width:375px) {
	header nav .nav-item.a1 {
		padding: 10px 5px
	}
}

header .en nav ul.a1 {
	width: 200%
}

header.with-bg.a1 {
	background-color: #051329
}

header.with-bg .header-inner.a1 {
	padding: 20px 40px
}

header.with-bg nav .nav-item ul li.a1 {
	background-color: #0042ad
}

header.with-bg nav .nav-item ul li.a1:hover {
	background-color: #0042ad !important
}

.shadow.a2 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.home.a2 {
	position: relative
}

.home .module-title.a2 {
	text-transform: uppercase
}

.home .about.a2 {
	max-width: 888px;
	box-sizing: border-box;
	margin: 50px auto 0;
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

@media screen and (max-width:640px) {
	.home .about.a2 {
		width: 100%
	}
}

.home .about img.a2 {
	width: 100%
}

.home .about .block.a2 {
	display: flex
}

.home .about .top .next.a2 {
	display: none
}

.home .about .left.a2 {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.home .about .right.a2 {
	flex: 2
}

.home .about .readmore.a2 {
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	color: #595757
}

.home .about .readmore.a2:hover {
	color: #0042ad
}

.home .about .introduction.a2 {
	display: flex;
	position: relative;
	box-sizing: border-box;
	color: #595757
}

.home .about .introduction .text.a2 {
	flex: 1
}

.home .about .introduction h5.a2 {
	font-size: 24px;
	padding-left: 20px;
	padding-top: 20px
}

.home .about .introduction p.a2 {
	padding-left: 20px;
	margin-top: 20px;
	font-size: 14px
}

.home .about .introduction .next.a2 {
	padding: 20px;
	align-self: flex-end
}

@media screen and (max-width:640px) {

	.home .about .introduction .next.a2,
	.home .about .placeholder.a2,
	.home .about .readmore.a2 {
		display: none
	}

	.home .about .introduction p.a2 {
		padding: 0 20px 20px
	}

	.home .about .top.a2 {
		flex-direction: column
	}

	.home .about .top .placeholder.a2 {
		display: block;
		margin-top: 20px
	}

	.home .about .top .next.a2 {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		padding-bottom: 0
	}
}

.home .block-title.a2 {
	display: flex
}

.home .block-title .order.a2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 35px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #fff;
	background-color: #0042ad
}

.home .block-title h4.a2 {
	flex: 1;
	padding: 20px 25px 0;
	font-size: 24px;
	color: #0042ad;
	text-align: left
}

.home .block-title h4 span.a2 {
	display: block;
	font-weight: 400;
	color: #2bb6f8
}

.home .social-responsibility.a2 {
	padding-top: 50px;
	padding-bottom: 100px;
	max-width: 888px;
	margin: 0 auto;
	box-sizing: border-box
}

@media screen and (max-width:640px) {
	.home .social-responsibility.a2 {
		width: 100%
	}
}

.home .social-responsibility .header.a2 {
	display: flex;
	align-items: flex-end
}

.home .social-responsibility .header .block-title.a2 {
	flex: 1
}

.home .social-responsibility .header .block-title h4.a2 {
	padding-left: 0;
	color: #595757
}

@media screen and (max-width:640px) {
	.home .social-responsibility .header .block-title h4.a2 {
		padding-left: 20px
	}
}

.home .social-responsibility ul.a2 {
	display: flex
}

.home .social-responsibility ul>.a2 {
	flex: 1;
	margin-left: 20px
}

.home .social-responsibility ul.a2>:first-child {
	margin-left: 0
}

@media screen and (max-width:640px) {
	.home .social-responsibility ul.a2 {
		flex-wrap: wrap;
		justify-content: space-between
	}

	.home .social-responsibility ul>.a2 {
		flex: none;
		margin: 0;
		width: calc((100% - 10px)/ 2)
	}
}

.home .social-responsibility ul li.a2 {
	margin-top: 50px;
	position: relative
}

.home .social-responsibility ul li img.a2 {
	width: 100%
}

.home .social-responsibility ul li p.a2 {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	padding: 10px 30px 10px 10px;
	background-color: #0042ad;
	color: #fff;
	font-size: 14px
}

.shadow.a3 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.industry.a3 {
	margin-top: 50px;
	background: url(../images/a0391e9.png) no-repeat 100%;
	background-size: cover
}

.industry .content.a3 {
	display: flex;
	padding: 100px 0 50px;
	max-width: 888px;
	margin: 0 auto;
	box-sizing: border-box
}

@media screen and (max-width:640px) {
	.industry .content.a3 {
		width: 100%;
		display: block;
		padding: 50px
	}
}

@media screen and (max-width:640px) {
	.industry .content ul.a3 {
		margin-top: 50px;
		display: block
	}

	.industry .content ul li.a3 {
		width: 100%
	}
}

.industry h4.a3 {
	flex: 1;
	font-size: 24px;
	color: #fff;
	text-align: left
}

.industry h4 span.a3 {
	display: block;
	font-weight: 400
}

.industry ul.a3 {
	flex: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.industry ul li.a3 {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 50px);
	margin-bottom: 50px;
	border: 2px solid #fff;
	border-top-color: transparent;
	transition: all .4s ease
}

.industry ul li a.a3 {
	padding: 20px;
	display: block;
	color: #fff
}

.industry ul li.a3:after,
.industry ul li.a3:before {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #fff;
	top: -2px;
	width: calc(100% - 100px)
}

.industry ul li.a3:before {
	left: -2px;
	width: 20px
}

.industry ul li.a3:after {
	right: -2px
}

.industry ul li.a3:hover {
	background-color: #fff;
	border-width: 2px
}

.industry ul li:hover a.a3 {
	color: #0042ad
}

.industry ul li h5.a3 {
	font-size: 18px;
	margin-bottom: 10px
}

.industry ul li p.a3 {
	font-size: 14px;
	margin-bottom: 5px
}

.industry ul li p.a3:last-child {
	margin-bottom: 0
}

.shadow.a4 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.global-investment.a4 {
	font-size: 16px;
	background-color: #fff;
	padding-top: 100px
}

@media screen and (max-width:640px) {
	.global-investment.a4 {
		padding-top: 20px
	}
}

.global-investment h2.a4 {
	margin-top: 0
}

.global-investment .territory.a4 {
	margin-top: 100px
}

@media screen and (max-width:640px) {
	.global-investment .territory.a4 {
		margin-top: 50px
	}
}

/*.global-investment .territory.a4:after {
	content: "";
	display: block;
	padding-top: 49.46875%;
	background-size: cover;
	background-position: 50%;
	background-image: url(../images/3bc59f9.jpg)
}*/

@media screen and (max-width:640px) {
	.global-investment .territory.a4:after {
		padding-top: 80%
	}
}

.global-investment .desc-cards.a4 {
	display: flex
}

.global-investment .desc-cards li.a4 {
	flex: 1;
	padding: 50px;
	font-size: 18px;
	color: #fff;
	background-color: #207fcf
}

.global-investment .desc-cards li.a4:first-child {
	background-color: #34b7f5
}

.global-investment .desc-cards li.a4:nth-child(2) {
	background-color: #1e7fcf
}

.global-investment .desc-cards li.a4:nth-child(3) {
	background-color: #1c75ca
}

.global-investment .desc-cards li.a4:nth-child(4) {
	background-color: #0f5dbb
}

.global-investment .desc-cards li.a4:nth-child(5) {
	background-color: #0746ad
}

.global-investment .desc-cards li h4.a4 {
	font-size: 24px
}

.global-investment .desc-cards li p.a4 {
	margin-top: 20px
}

@media screen and (max-width:640px) {
	.global-investment .desc-cards.a4 {
		flex-direction: column
	}

	.global-investment .desc-cards li.a4 {
		padding: 20px;
		box-sizing: border-box;
		flex: none
	}
}

.shadow.a5 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

footer.a5 {
	background-color: #051329
}

footer .footer-container.a5 {
	max-width: 888px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
	display: flex;
	font-size: 14px;
	color: #fff;
	max-width: 1080px
}

@media screen and (max-width:640px) {
	footer .footer-container.a5 {
		width: 100%
	}
}

footer .footer-container .block.a5 {
	margin-left: 100px
}

footer .footer-container .block.a5:first-child {
	margin-left: 0
}

footer .footer-container h4.a5 {
	font-size: 16px
}

footer .footer-container p.a5 {
	margin-top: 20px;
	line-height: 20px
}

footer .footer-container a.a5 {
	color: #fff
}

footer .footer-container a.a5:hover {
	text-decoration: underline
}

footer .footer-container .nav a.a5 {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px
}

footer .footer-container .nav a.a5:first-child {
	margin-top: 0
}

footer .footer-container .company img.a5 {
	margin-top: -10px;
	width: 140px
}

footer .footer-container .company .website.a5 {
	padding-left: 10px
}

footer .footer-container .location.a5 {
	flex: 1
}

footer .footer-container .location p a.a5 {
	color: #fff
}

footer .footer-container .location p .icon.a5 {
	margin-left: 5px
}

footer .footer-container .social-media .cover.a5 {
	background-color: hsla(0, 0%, 100%, .6)
}

footer .footer-container .social-media .icon.a5 {
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-size: 32px
}

@media screen and (max-width:640px) {
	footer .footer-container.a5 {
		flex-direction: column
	}

	footer .footer-container .block.a5 {
		padding: 20px;
		margin: 0
	}

	footer .footer-container .nav.a5 {
		display: none
	}

	footer .footer-container .social-media.a5 {
		display: flex;
		padding: 20px 0
	}

	footer .footer-container .social-media .cover.a5 {
		background-color: transparent
	}

	footer .footer-container .social-media .cover span.a5 {
		flex: 1;
		text-align: center
	}

	footer .footer-container .social-media br.a5 {
		display: none
	}
}







.shadow.a7 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.development-history.a7 {
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 100px;
	background-color: #f1f0f0
}

.development-history h2.a7 {
	padding: 100px 0;
	margin: 0
}

.development-history .timeline.a7 {
	position: relative;
	overflow: hidden
}

.development-history .timeline .yearly.a7 {
	position: relative;
	padding-top: 40px;
	margin-top: 20px
}

.development-history .timeline .yearly .year-icon.a7 {
	position: relative;
	padding-right: calc(50% + 30px);
	text-align: right;
	line-height: 40px;
	font-size: 40px;
	font-weight: 700;
	font-family: Helvetica;
	color: #0042ad
}

.development-history .timeline .yearly .year-icon.a7:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #0042ad
}

.development-history .timeline .yearly.a7:first-child {
	display: flex;
	flex-direction: row-reverse;
	align-items: center
}

.development-history .timeline .yearly:first-child .year-icon.a7 {
	flex: 1;
	padding-right: 0;
	text-align: left;
	text-indent: 30px
}

.development-history .timeline .yearly:first-child .year-icon.a7:before {
	left: 0
}

.development-history .timeline .yearly:first-child .event.a7 {
	flex: 1;
	margin: 0 !important
}

.development-history .timeline .yearly:first-child .event .decorator.a7 {
	display: none
}

.development-history .timeline .yearly:first-child .event .desc.a7 {
	padding-right: 30px !important
}

.development-history .timeline .yearly.a7:first-child {
	padding-top: 0;
	margin-top: 0
}

.development-history .timeline .yearly .event.a7 {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-left: 50%
}

.development-history .timeline .yearly .event .decorator.a7 {
	position: relative;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #0042ad
}

.development-history .timeline .yearly .event .desc.a7 {
	padding-left: 20px;
	flex: 1;
	line-height: 24px;
	font-size: 18px;
	color: #595757
}

.development-history .timeline .yearly .event .desc .year.a7 {
	text-align: left;
	padding: 5px 10px;
	max-width: 300px
}

.development-history .timeline .yearly .event.highlight.a7 {
	margin-right: 50%;
	margin-left: 0;
	flex-direction: row-reverse
}

.development-history .timeline .yearly .event.highlight .decorator.a7 {
	margin-left: 0;
	margin-right: -5px
}

.development-history .timeline .yearly .event.highlight .desc.a7 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
	font-weight: 700
}

.development-history .timeline .yearly .event.highlight .desc .year.a7 {
	background-color: #0042ad;
	color: #fff
}

.development-history .timeline.a7:before {
	content: "";
	position: absolute;
	width: 0;
	top: 10px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-right: 2px solid #ddd
}


.about {
	overflow-x: hidden;
	overflow-y: auto;
	background: url(../images/3ed79ec.png) -50% -50% no-repeat
}




.shadow.a8 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.projectPic.a8 {
	margin: 0 auto;
	max-width: 886px;
	padding-bottom: 50px
}

@media screen and (max-width:980px) {
	.projectPic.a8 {
		padding: 0 20px 50px
	}
}

.projectPic h2.a8 {
	margin-bottom: 100px
}

.projectPic .pic.a8 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	position: relative;
	overflow: hidden
}

.projectPic .pic img.a8 {
	width: 100%
}

.projectPic .pic p.a8 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: rgba(0, 66, 173, .8);
	line-height: 28px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	opacity: 0;
	transition: all .4s ease
}

.projectPic .pic:hover p.a8 {
	opacity: 1
}

.projectPic .pic-group.a8 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.projectPic .pic-group .pic.a8 {
	width: calc(25% - 2px)
}

@media screen and (max-width:980px) {
	.projectPic .pic-group .pic.a8 {
		width: calc(50% - 5px)
	}
}



.shadow.a9 {
	box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
}

.contactUs.a9 {
	position: relative
}

.contactUs h2.a9 {
	height: 150px;
	line-height: 150px;
	font-weight: 400;
	text-align: center;
	font-size: 40px;
	color: #0042ad
}

.contactUs .form.a9 {
	position: absolute;
	top: 250px;
	left: calc(50% + 240px);
	z-index: 1
}

@media screen and (max-width:1280px) {
	.contactUs .form.a9 {
		left: auto;
		right: 10px
	}
}

.contactUs .form form.a9 {
	background-color: #0042ad;
	width: 400px;
	box-sizing: border-box;
	padding: 30px
}

.contactUs .form form .title.a9 {
	color: #fff;
	font-size: 40px
}

.contactUs .form form .address.a9 {
	font-size: 15px;
	color: #ccc
}

@media screen and (max-width:640px) {
	.contactUs .form form .address.a9 {
		margin-bottom: 20px
	}
}

.contactUs .form form .input-wrap.a9 {
	flex: 1;
	margin-top: 20px;
	border-bottom: 1px solid #fff
}

.contactUs .form form .input-wrap input.a9,
.contactUs .form form .input-wrap textarea.a9 {
	padding: 5px 3px;
	width: 100%;
	background-color: transparent;
	border: 0;
	resize: none;
	color: #fff;
	font-size: 18px;
	line-height: 1.5
}

.contactUs .form form .submit-button.a9 {
	position: relative;
	margin: 20px auto 0;
	width: 160px;
	text-align: center;
	line-height: 56px;
	font-size: 24px;
	background-color: #fff;
	color: #0042ad;
	text-transform: uppercase
}

@media screen and (max-width:640px) {
	.contactUs .form form .submit-button.a9 {
		margin-top: 20px;
		width: auto
	}
}

.contactUs .form form .submit-button input.a9 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

@media screen and (max-width:640px) {
	.contactUs .form.a9 {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		width: auto
	}

	.contactUs .form form.a9 {
		float: none;
		width: auto
	}
}

.contactUs .map.a9 {
	height: 700px
}


.shadow.a10 {
        box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
      }

      .socialResponsibility .title.a10 {
        margin-top: 100px;
        font-weight: 400;
        text-align: center;
        font-size: 40px;
        color: #0042ad
      }

      .socialResponsibility .subtitle.a10 {
        margin-top: 24px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #595757
      }

      .socialResponsibility .case.a10 {
        display: flex;
        flex-wrap: wrap;
        max-width: 888px;
        margin: 0 auto;
        box-sizing: border-box
      }

      @media screen and (max-width:640px) {
        .socialResponsibility .case.a10 {
          width: 100%
        }
      }

      .socialResponsibility .case li .title.a10 {
        display: flex;
        margin-top: 30px
      }

      .socialResponsibility .case li .title .order.a10 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50px;
        padding-bottom: 10px;
        font-size: 24px;
        color: #fff;
        background-color: #0042ad
      }

      .socialResponsibility .case li .title h4.a10 {
        flex: 1;
        padding: 20px 25px;
        font-size: 24px;
        color: #595757;
        text-align: left
      }

      .socialResponsibility .case li .case-content.a10 {
        display: flex;
        padding-left: 75px
      }

      .socialResponsibility .case li .case-content img.a10 {
        width: 260px
      }

      .socialResponsibility .case li .case-content .case-intro.a10 {
        flex: 1;
        padding: 10px 25px
      }

      .socialResponsibility .case li .case-content .case-intro p.a10 {
        text-align: justify;
        font-size: 18px;
        line-height: 30px;
        color: #595757
      }

      @media screen and (max-width:640px) {
        .socialResponsibility .case li .case-content.a10 {
          display: block;
          padding-left: 0
        }

        .socialResponsibility .case li .case-content img.a10 {
          width: 100%
        }

        .socialResponsibility .case li .case-content .case-intro p.a10 {
          font-size: 16px
        }
      }

      .socialResponsibility .summary.a10 {
        margin-top: 100px;
        padding: 50px 0;
        box-sizing: border-box;
        background: url(../images/a0391e9.png) no-repeat 100%;
        background-size: cover
      }

      .socialResponsibility .summary p.a10 {
        max-width: 888px;
        box-sizing: border-box;
        padding: 0 30px;
        margin: 0 auto 20px;
        line-height: 2;
        font-size: 24px;
        color: #fff
      }

      @media screen and (max-width:640px) {
        .socialResponsibility .summary p.a10 {
          width: 100%
        }
      }

      .socialResponsibility .summary p.a10:first-child {
        text-align: center
      }

      @media screen and (max-width:640px) {
        .socialResponsibility .summary p.a10 {
          font-size: 18px
        }
      }


.shadow.a11 {
        box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
      }

      .stockInvestment.a11 {
        text-align: center
      }

      .stockInvestment .intro.a11 {
        max-width: 888px;
        box-sizing: border-box;
        margin: 50px auto 100px;
        padding: 50px;
        background-color: #fff;
        box-shadow: 10px 10px 25px rgba(74, 120, 195, .2)
      }

      @media screen and (max-width:640px) {
        .stockInvestment .intro.a11 {
          width: 100%
        }
      }

      .stockInvestment .intro h3.a11 {
        margin: 30px 0;
        text-align: center;
        color: #0042ad;
        font-size: 30px;
        font-weight: 400
      }

      .stockInvestment .intro h3.a11:first-child {
        margin-top: 0
      }

      .stockInvestment .intro p.a11 {
        text-align: justify;
        margin-top: 20px;
        font-size: 20px;
        color: #595757;
        line-height: 32px
      }

    