/* history start */

.history-s1 {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/history/s1.jpg);
}

.history-s1 .md {
	position: relative;
	padding-top: 50px;
	padding-bottom: 55px;
}

.history-s1 h1 {
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 50px;
}

.history-s1 .w {
	margin: 0 110px;
	text-align: center;
}

.history-s1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.history-s1 ul li {
	width: 33.33%;
	padding: 30px 10px;
}

.history-s1 .num {
	display: block;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

.history-s1 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
}

@media (max-width: 1400px) {
	.history-s1 p {
		font-size: 16px;
	}
}

.history-s1 .c1 {
	background-color: #2b6ab7;
}

.history-s1 .c2 {
	background-color: #1d4e8a;
}

.history-s1 .c3 {
	background-color: #4585d4;
}

.history-s1 .awward {
	position: absolute;
	right: -90px;
	top: 50px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(/images/medal2.png);
}

.history-s2 {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	color: #000;
}

.history-s2-wrapper {
	display: flex;
	justify-content: space-between;
}

.history-s2-wrapper p {
	width: 25%;
	padding: 0 5px;
}

.history-s2-wrapper a {
	color: #0069ae;
}

.history-s2-wrapper p img {
	display: block;
	margin: 5px auto;
}

.history-s2 .t {
	display: block;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.24;
	padding-bottom: 30px;
}

.history-s2 .t h2 {
	display: inline;
	font-size: 36px;
	font-weight: 300;
}

.history-s2 p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 25px;
}

.history-s2 p span {
	color: #e94f1b;
	font-weight: 400;
}

.history-s2 p a:hover {
	text-decoration: none;
}

.history-date {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #fff;
}

.history-date .t {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 25px;
}

.history-date .t1 {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 45px;
}

.history-date .w {
	margin: auto;
	max-width: 1040px;
}

.history-date ul {
	position: relative;
	padding-top: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.history-date ul:before {
	content: '';
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.history-date ul li {
	width: 50%;
	height: 180px;
	text-align: center;
	margin-top: -90px;
}

.history-date ul li:nth-child(even) {
	margin-top: 0;
	margin-left: -16px;
}

.history-date .num {
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
}

.history-date p {
	color: #141414;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 40px;
}

.history-date p a {
	color: #3b7bc9;
	text-decoration: none;
}

.history-date .ln {
	border-width: 1px;
	border-style: solid;
	display: block;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 0;
	z-index: 2;
}

.history-date .ln:before,
.history-date .ln:after {
	content: '';
	display: block;
	background-color: #fff;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
}

.history-date .ln:before {
	left: -1px;
}

.history-date .ln:after {
	right: -1px;
}

.history-date .tw:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: -13px;
	left: -6px;
}

.history-date .c1:before {
	background-color: #92b7e5;
}

.history-date .c1 .num {
	color: #3b7bc9;
}

.history-date .c1 .ln {
	border-color: #7c81c1;
}

.history-date .c1 .ln:before,
.history-date .c1 .ln:after {
	border-color: #7c81c1;
}

.history-date .c1 .tw:before {
	border-color: #7c81c1;
}

.history-date .c2 {
	padding-top: 0;
}

.history-date .c2:before {
	background-color: #f3a088;
}

.history-date .c2:after {
	content: '';
	width: 8px;
	height: 100px;
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f3a088;
}

.history-date .c2 .num {
	color: #e27a5c;
}

.history-date .c2 .ln {
	border-color: #e07050;
}

.history-date .c2 .ln:before,
.history-date .c2 .ln:after {
	border-color: #e07050;
}

.history-date .c2 .tw:before {
	border-color: #e07050;
}

/* history end */

/* strategy start */

.strategy-s1 {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/strategy/s1.jpg);
}

.strategy-s1 .md {
	position: relative;
	padding-top: 85px;
	padding-bottom: 200px;
}

.strategy-s1 h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 90px;
}

.strategy-s1 .w p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 20px;
}

.strategy-s1 .awward {
	position: absolute;
	right: 15px;
	top: 230px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(/images/medal2.png);
}

@media (max-width: 1400px) {
	.strategy-s1 .md {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.strategy-s1 h1 {
		font-size: 52px;
		margin-bottom: 60px;
	}
	.strategy-s1 .w p {
		font-size: 20px;
	}
	.strategy-s1 .awward {
		top: 50px;
	}
}

.strategy-s2 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.strategy-s2 ul {
	max-width: 1030px;
}

.strategy-s2 ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}

.strategy-s2 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/images/strategy/row.png);
}

.strategy-s2 p {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}

.strategy-s2 p a {
	color: #0069ae;
	text-decoration: none;
}

.strategy-s2 p a:hover {
	text-decoration: none;
}

.strategy-s2 .up {
	text-transform: uppercase;
	font-weight: 400;
}

.strategy-s2 .h2 {
	text-align: center;
	margin-bottom: 40px;
}

.strategy-s2 .h2 h2,
.strategy-s2 .h2 span {
	font-weight: 300;
	display: inline;
	font-size: 22px;
}

.strategy-s3 {
	position: relative;
}

.strategy-s3:before,
.strategy-s3:after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.strategy-s3:before {
	background-image: url(/images/strategy/s3-bg1.jpg);
	left: 0;
}

.strategy-s3:after {
	background-image: url(/images/strategy/s3-bg2.jpg);
	right: 0;
}

.strategy-s3 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	min-height: 450px;
}

.strategy-s3 .df > div {
	width: 50%;
	padding: 60px 20px 60px 40px;
}

.strategy-s3 p {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.24;
}

.strategy-s3 p span {
	font-weight: 400;
}

@media (max-width: 1400px) {
	.strategy-s3 .df {
		min-height: 300px;
	}
	.strategy-s3 p {
		font-size: 32px;
	}
}

.strategy-s4 {
	padding-top: 80px;
	background-color: #fff;
}

.strategy-s4 .t {
	display: block;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 45px;
}

.strategy-s4 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 450px;
}

.strategy-s4 .df > div {
	width: 50%;
	position: relative;
}

.strategy-s4 .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.strategy-s4 .i {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 60px 30px 50px 55px;
	background-color: #386cac;
}

.strategy-s4 .n {
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 30px;
}

.strategy-s4 .n2 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 30px;
}

.strategy-s4 ul.q_l li:before,
.strategy-s4 ul.q_r li:after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	display: inline-block;
	margin: 0 10px;
}

.strategy-s4 ul li {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 10px;
}

.strategy-s4 ul li a {
	color: #3299f9;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
}

.strategy-s4 ul li a:hover {
	text-decoration: underline;
}

.strategy-s4 .l1 .w {
	max-width: 320px;
}

.strategy-s4 .l2 .w {
	text-align: right;
	max-width: 370px;
	margin-left: auto;
	margin-right: 30px;
}

.strategy-s4 .l3 .w {
	max-width: 320px;
}

.online-consultation .title.fz32 {
	font-size: 32px;
	display: inline-block;
}

/* strategy end */

/* awwards start */

.awwards-s1 {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/awwards/s1.jpg);
}

.awwards-s1 .md {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}

.awwards-s1 .awward {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(/images/medal2.png);
}

.awwards-s1 h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 80px;
}

.awwards-s1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 75px;
}

.awwards-s1 ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
}

.awwards-s1 .num {
	display: block;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	margin-right: 15px;
}

.awwards-s1 .tx {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.awwards-s1 .lb {
	display: table;
	padding: 35px 25px 40px 25px;
	background-color: rgba(255, 255, 255, 0.2);
}

.awwards-s1 .lb p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 55px;
}

.awwards-s1 .lb p span {
	font-weight: 400;
}

.awwards-s1 .lb a {
	display: block;
	width: 345px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	background-color: #e94f1b;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.awwards-s1 .lb a:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background-color: #eb6132;
}

.awwards-s2 {
	background-color: #276cc0;
	padding: 15px 5px;
}

.awwards-s2 p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.24;
}

.awwards-s3 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.awwards-s3 ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}

.awwards-s3 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/images/awwards/row.png);
}

.awwards-s3 p {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}

.awwards-s3 p a {
	color: #e94f1b;
	text-decoration: underline;
}

.awwards-s3 p a:hover {
	text-decoration: none;
}

.awwards-s3 .up {
	text-transform: uppercase;
	font-weight: 400;
}

.awwards-s4 {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/awwards/s4.jpg);
	padding-top: 50px;
	padding-bottom: 80px;
}

.awwards-s4 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.awwards-s4 .df > div {
	width: 50%;
}

.awwards-s4 .title {
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 30px;
}

.awwards-s4 .itm {
	position: relative;
	overflow: hidden;
}

.awwards-s4 .itm a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
}

.awwards-s4 .itm a:before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 51px;
	height: 50px;
	background-image: url(/images/awwards/zoom.png);
}

.awwards-s4 .itm a p {
	margin: auto;
	padding: 0 20px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.awwards-s4 .itm:hover a {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
}

.awwards-s4 .awwards-sl {
	width: 318px;
	height: 448px;
	margin: auto;
}

.awwards-s4 .awwards-sl-w {
	position: relative;
	padding: 0 30px;
	margin: auto;
	display: table;
}

.awwards-s4 .awwards-sl-ar {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -25px;
}

.awwards-s4 .awwards-sl-ar > div {
	display: block;
	position: absolute;
	top: 0;
	width: 11px;
	height: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.awwards-s4 .prev {
	left: 0;
	background-image: url(/images/awwards/prev.png);
}

.awwards-s4 .next {
	right: 0;
	background-image: url(/images/awwards/next.png);
}

/* awwards end */

/* about start */

.about-s1 {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/about/s1.jpg);
}

.about-s1 .md {
	position: relative;
	padding-top: 80px;
	padding-bottom: 115px;
}

.about-s1 .awward {
	position: absolute;
	right: 15px;
	top: 180px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(/images/medal2.png);
}

.about-s1 h1,
.about-s1 .h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 35px;
	display: inline;
}

.about-s1 h2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 30px;
}

.about-s1 ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.about-s1 ul li:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(/images/about/row.png);
	position: absolute;
	top: 2px;
	left: 0;
}

.about-s1 ul li a {
	color: #4585d4;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	text-transform: uppercase;
	text-decoration: none;
}

.about-s1 ul li a:hover {
	text-decoration: none;
}

.about-s1 .call {
	display: block;
	width: 345px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	background-color: #e94f1b;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	margin-top: 45px;
}

.about-s1 .call:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background-color: #eb6132;
}

@media (max-width: 1400px) {
	.about-s1 .md {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.about-s1 h1,
	.about-s1 .h1 {
		font-size: 48px;
	}
	.about-s1 ul {
		width: calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: -o-calc(100% - 250px);
	}
}

.about-s2 {
	background-color: #276cc0;
	padding: 15px 5px;
}

.about-s2 p {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.24;
}

.about-s3 {
	padding-top: 50px;
	padding-bottom: 115px;
}

.about-s3 .t {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 45px;
}

.about-s3 .t h2 {
	display: inline;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
}

.about-s3 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px;
	text-align: center;
}

.about-s3 ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 40px 25px;
	background: #4585d4;
}

.about-s3 ul li.b {
	background: #275083;
}

.about-s3 ul li.pv_1 {
	background: url(/images/about/pv_li1.jpg) no-repeat top center transparent;
	background-size: cover;
}

.about-s3 ul li.pv_2 {
	background: url(/images/about/pv_li2.jpg) no-repeat top center transparent;
	background-size: cover;
}

.about-s3 ul li.pv_3 {
	background: url(/images/about/pv_li3.jpg) no-repeat top center transparent;
	background-size: cover;
}

.about-s3 ul li.pv_4 {
	background: url(/images/about/pv_li4.jpg) no-repeat top center transparent;
	background-size: cover;
}

.about-s3 p {
	margin: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.about-s4 {
	background-color: #4585d4;
	padding-top: 45px;
	padding-bottom: 60px;
	text-align: center;
}

.about-s4 p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 45px;
	padding: 0 45px;
}

.about-s4 a {
	display: block;
	width: 270px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #fff;
	color: #4585d4;
	font-size: 18px;
	font-weight: 400;
	margin: auto;
	-webkit-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
}

.about-s4 a:hover {
	opacity: .75;
	-webkit-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
}

.about-s5 {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #fff;
}

.about-s5 p {
	color: #000;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.24;
	text-align: center;
}

.about-s5__p {
	padding-top: 0;
}

.about-s6 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about-s6 > div {
	width: 50%;
	position: relative;
}

.about-s6 .bg img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.about-s6 .i {
	padding-top: 15px;
	padding-left: 75px;
	background-color: #e9f0f4;
}

.about-s6 .w {
	max-width: 540px;
}

.about-s6 .t {
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 35px;
}

.about-s6 ul {
	max-width: 385px;
}

.about-s6 ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 25px;
}

.about-s6 ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #000;
}

.about-s6 ul li p {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.about-s6 ul li .b {
	font-weight: 400;
}

.about-s6 ul li span,
.about-s6 ul li a {
	color: #4585d4;
	font-weight: 400;
}

.about-s6 ul li a {
	text-decoration: none;
}

.y18 {
	padding-top: 65px;
	padding-bottom: 45px;
	background-color: #fff;
}

.y18 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.y18 img {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	margin-right: 45px;
}

.y18 p {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
}

.y18 p span {
	font-weight: 500;
}

.about-s8 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about-s8 > div {
	width: 50%;
	position: relative;
}

.about-s8 .bg img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.about-s8 .i {
	padding-top: 70px;
	padding-right: 75px;
	padding-left: 25px;
	padding-bottom: 100px;
	background-color: #e9f0f4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about-s8 .w {
	max-width: 500px;
	margin-left: auto;
	text-align: right;
}

.about-s8 .t {
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 35px;
	padding-left: 100px;
}

.about-s8 a {
	color: #4585d4;
	text-decoration: none;
}

.about-s8 ul li {
	position: relative;
	padding-right: 30px;
	margin-bottom: 25px;
}

.about-s8 ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 10px;
	height: 10px;
	background-color: #000;
}

.about-s8 ul li p {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.about-s8 ul li .b {
	font-weight: 400;
}

.about-s8 ul li a {
	color: #4585d4;
	font-weight: 400;
	text-decoration: none;
}

/* about end */

/* propagation start */

.propagation-s1 {
	color: #fff;
	padding-top: 90px;
	padding-bottom: 190px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/propagation/s1.jpg);
}

.propagation-s1 h1,
.propagation-s1 .h1 {
	display: inline;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.24;
}

.propagation-s1 .h1 {
	margin-right: 4px;
}

.propagation-s1 h1 span {
	display: block;
	font-size: 45px;
	line-height: 1.24;
}

.propagation-s1 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.propagation-s1 .lt {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 35px;
}

.propagation-s1 .w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.propagation-s1 .w ul li {
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 35px;
}

.propagation-s1 .w ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 7px;
	left: 0;
}

.propagation-s1 .rt {
	width: 340px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 40px;
	background-color: #276cc0;
	text-align: center;
	color: #fff;
	padding: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.propagation-s1 .rt__w {
	margin: auto;
	width: 100%;
}

.propagation-s1 .rt p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 25px;
}

.propagation-s1 .rt p span {
	display: block;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 5px;
}

.propagation-s1 .rt a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #275083;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.propagation-s1 .rt a:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background-color: #2d5c97;
}

.propagation-s1 .call {
	display: block;
	margin-left: 30px;
	background-color: #e94f1b;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 54px;
	text-align: center;
	width: 345px;
	height: 54px;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.propagation-s1 .call:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background-color: #eb6132;
}

.propagation-s2 {
	color: #000;
	padding-top: 40px;
	padding-bottom: 25px;
}

.propagation-s2 .t {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 25px;
}

.propagation-s2 ul {
	max-width: 1050px;
}

.propagation-s2 ul li {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
	position: relative;
	padding-left: 30px;
}

.propagation-s2 ul li:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: 0;
	background-image: url(/images/propagation/row.png);
}

.propagation-s3 {
	position: relative;
}

.propagation-s3 .md {
	position: relative;
	z-index: 2;
}

.propagation-s3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.propagation-s3 .bg img {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.propagation-s3 .bg1 {
	left: 0;
}

.propagation-s3 .bg2 {
	right: 0;
}

.propagation-s3 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
	color: #fff;
}

.propagation-s3 .df > div {
	width: 50%;
}

.propagation-s3 .rt {
	padding-left: 4.42708333vw;
}

.propagation-s3 .t {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 40px;
}

.propagation-s3 ul li {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.propagation-s3 ul li:last-child {
	margin-bottom: 0;
}

.propagation-s3 ul li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid rgba(255, 255, 255, 0.55);
	border-bottom: 7px solid transparent;
}

.propagation-s4 {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #000;
}

.propagation-s4 .t {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 25px;
}

.propagation-s4 .n {
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.24;
}

.propagation-s5 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
	color: #fff;
}

.propagation-s5 .t {
	padding: 20px 10px;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.24;
	background-color: #4585d4;
}

.propagation-s5 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.propagation-s5 .df > div {
	width: 50%;
	padding-top: 55px;
	padding-bottom: 40px;
}

.propagation-s5 .lt {
	background-color: #2b6ab7;
}

.propagation-s5 .rt {
	background-color: #e06f24;
}

.propagation-s5 .n {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 25px;
}

.propagation-s5 ol {
	counter-reset: myCounter;
	padding-left: 0;
}

.propagation-s5 ol li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 44px;
	padding-right: 5.72916667vw;
	height: 182px;
}

.propagation-s5 ol li p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
}

.propagation-s5 ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: rgba(255, 255, 255, 0.5);
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	margin-right: 20px;
}

.propagation-s5 .db {
	background-color: #1d4e8a;
}

.propagation-s5 .dy {
	background-color: #b74d06;
}

.propagation-s5 .f {
	background-color: #e06f24;
	text-align: center;
	padding: 30px 10px;
}

.propagation-s5 .f p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
}

.propagation-s5 .f a {
	color: #fff;
	text-decoration: underline;
}

.propagation-s5 .f a:hover {
	text-decoration: none;
}

.propagation-s7 .i {
	color: #fff;
	background-color: #1d4e89;
	padding: 60px 40px;
}

.propagation-s7 .w {
	margin: auto;
	max-width: 730px;
}

.propagation-s7 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.propagation-s7 .df > div {
	width: 50%;
	position: relative;
}

.propagation-s7 .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.propagation-s7 .bg img:nth-child(1) {
	z-index: 1;
	top: 100px;
	left: 50%;
	margin-left: -93px;
	width: auto;
	height: auto;
}

.propagation-s7 .bg p {
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top: 300px;
	text-align: center;
	left: 10%;
	width: 80%;
}

.propagation-s7 .t {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 45px;
}

.propagation-s7 ul li {
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 15px;
}

.propagation-s7 ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #fff;
}

.propagation-s7 ul li span {
	font-weight: 400;
}

.propagation-s7 .call {
	display: table;
	padding: 19px 25px;
	background-color: #f09928;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	margin-top: 40px;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.propagation-s7 .call:hover {
	background-color: #f2a440;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.propagation-s8 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.propagation-s8 .t {
	display: block;
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 45px;
}

.propagation-s8 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.propagation-s8 ul li {
	width: 200px;
	height: 200px;
	border: 1px solid #f5f5f4;
	background-color: #fff;
}

.propagation-s8 figure {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 134px;
}

.propagation-s8 figure img {
	margin: auto;
	display: block;
}

.propagation-s8 .a {
	color: #007eff;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.24;
	text-decoration: underline;
}

.propagation-s8 .a:hover {
	text-decoration: none;
}

.propagation-s8 .more {
	display: table;
	margin: 45px auto 45px auto;
	text-align: center;
	color: #1f72d5;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.propagation-s8 .more:hover {
	text-decoration: none;
}

.propagation-s8 .hide {
	display: none;
}

@media (max-width: 1400px) {
	.propagation-s1 {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.propagation-s1 h1,
	.propagation-s1 .h1 {
		font-size: 48px;
	}
	.propagation-s1 h1 span {
		font-size: 40px;
	}
	.propagation-s1 .w ul li {
		font-size: 16px;
	}
	.propagation-s1 .w ul li br {
		display: none;
	}
}

/* propagation end */

/* management start */

.management-s1 {
	background-color: #1d4473;
	color: #fff;
}

.management-s1 .md {
	padding-top: 70px;
	position: relative;
}

.management-s1 h1 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 45px;
}

.management-s1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.management-s1 ul li {
	position: relative;
}

.management-s1 ul li img {
	display: block;
}

.management-s1 ul li > div {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	text-align: center;
}

.management-s1 .num {
	display: block;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.management-s1 .tx {
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.24;
}

.management-s1 .awward {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-image: url(/images/medal2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1400px) {
	.management-s1 .awward {
		top: 15px;
		width: 165px;
	}
}

.management-s2 {
	padding-top: 90px;
	padding-bottom: 10px;
	background-color: #fff;
}

.management-s2 .t {
	text-align: center;
	color: #3f3f3f;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 45px;
}

.management-s2 .t h2 {
	display: inline;
	font-size: 21px;
}

.management-s2 .h10 {
	display: block;
	height: 10px;
}

.management-s2 .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.management-s2 .list li {
	background-color: #f5f5f5;
}

.management-s2 .ph {
	width: 240px;
	margin-right: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.management-s2 .ph a {
	margin: auto;
	border-radius: 50%;
}

.management-s2 .ph figure {
	margin: auto;
	width: 140px;
	height: 140px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.management-s2 .ph figure.f_bb {
	border-radius: 50%;
	border: 2px solid #85b3f9;
}

.management-s2 .ph figure img {
	display: block;
}

.management-s2 .info {
	padding: 40px 30px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #3f3f3f;
	font-weight: 300;
}

.management-s2 .post {
	display: block;
	font-size: 21px;
	line-height: 1.24;
	margin-bottom: 7px;
}

.management-s2 .name {
	display: block;
	font-size: 24px;
	line-height: 1.24;
	font-weight: 400;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.management-s2 .i {
	font-size: 20px;
	line-height: 1.4;
}

.management-s2 a {
	text-decoration: underline;
}

.management-s2 a:hover {
	text-decoration: none;
}

.management-s2 a.y {
	color: #fa5800;
	text-decoration: none;
}

.management-s2 a.b {
	color: #3c76be;
	text-decoration: none;
}

.management-s2 .lk {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: left;
}

.management-s2 .lk > div {
	width: 32%;
	margin-right: 20px;
}

.management-s2 .lk .a {
	display: block;
	height: 54px;
	line-height: 54px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.management-s2 .lk .a:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

@media (max-width: 1400px) {
	.management-s2 .lk .a {
		font-size: 18px;
	}
}

.management-s2 .phone-hide {
	background-color: #3c76be;
}

.management-s2 .phone-hide:hover {
	background-color: #4d83c7;
}

.management-s2 .call {
	background-color: #fa5800;
}

.management-s2 .call:hover {
	background-color: #ff6715;
}

.management-s2 .go {
	background-color: #1d4473;
}

.management-s2 .go:hover {
	background-color: #225087;
}

.management-s3 {
	background-color: #4585d4;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

.management-s3 .t {
	display: block;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 50px;
}

.management-s3 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.management-s3 ul li {
	margin: 0 50px;
}

.management-s3 figure {
	height: 45px;
	margin: 0 auto 15px auto;
}

.management-s3 figure img {
	display: block;
	margin: auto;
}

.management-s3 p {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.24;
}

.management-s3 .a {
	color: #fa5800;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
	text-transform: uppercase;
	text-decoration: underline;
}

.management-s3 .a:hover {
	text-decoration: none;
}

/* management end */

/* pcontacts start */

.pcontacts-s1 {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/pcontacts/s1.jpg);
}

.pcontacts-s1 .md {
	padding-top: 70px;
	padding-bottom: 90px;
	position: relative;
}

.pcontacts-s1 .awward {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 183px;
	height: 194px;
	-webkit-background-size: contain;
	background-image: url(/images/medal2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.pcontacts-s1 h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 35px;
}

.pcontacts-s1 .lk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pcontacts-s1 .net li {
	display: inline-block;
}

.pcontacts-s1 .net li a {
	display: block;
	width: 41px;
	height: 41px;
	padding-top: 7px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.pcontacts-s1 .net li a.inst {
	background-image: url(../images/icons/inst.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 0;
}

.pcontacts-s1 .net li a:hover {
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.pcontacts-s1 .net svg {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	margin: auto;
}

.pcontacts-s1 .net .youtube {
	background-color: #c4302b;
}

.pcontacts-s1 .net .youtube:hover {
	background-color: #d74f4b;
}

.pcontacts-s1 .net .fb {
	background-color: #3b5998;
}

.pcontacts-s1 .net .fb:hover {
	background-color: #4c70ba;
}

.pcontacts-s1 .net .vk {
	background-color: #4d76a1;
}

.pcontacts-s1 .net .vk:hover {
	background-color: #6a90b8;
}

.pcontacts-s1 .net .gplus {
	background-color: #dd4b39;
}

.pcontacts-s1 .net .gplus:hover {
	background-color: #e47365;
}

.pcontacts-s1 .net .ok {
	background-color: #ff8400;
}

.pcontacts-s1 .net .ok:hover {
	background-color: #ff9d33;
}

.pcontacts-s1 .net .ff {
	background-image: url(..//images/icons/ff.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 0;
}

.pcontacts-s1 .net .ff:hover {
	opacity: .85;
}

.pcontacts-s1 .a {
	margin-left: 15px;
}

.pcontacts-s1 .a a {
	display: block;
	text-align: center;
	width: 230px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.pcontacts-s1 .a a:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.pcontacts-s1 .y {
	background-color: #e94d1b;
}

.pcontacts-s1 .y:hover {
	background-color: #eb5f32;
}

.pcontacts-s1 .b {
	background-color: #4585d4;
}

.pcontacts-s1 .b:hover {
	background-color: #5a93d9;
}

#pcontacts-map-wrapper {
	position: relative;
	margin-top: 1px;
}

.pcontacts-map {
	height: 640px;
	position: relative;
	overflow: hidden;
	margin-left: 35%;
}

#pcontacts-map-wrapper .emails {
	position: absolute;
	width: 35%;
	height: 640px;
	top: 0;
	left: 0;
	background-color: #123b6e;
	padding: 20px;
}

#pcontacts-map-wrapper .emails p {
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 10px;
}

#pcontacts-map-wrapper .emails ul {
	margin-bottom: 20px;
}

#pcontacts-map-wrapper .emails ul li {
	list-style-type: square;
	color: #ffffff;
	line-height: 1.4;
	font-size: 15px;
	margin-left: 13px;
}

#pcontacts-map-wrapper .emails ul li a {
	color: #4585d4;
}

.pcontacts-s2 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.pcontacts-s2 ul {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #353131;
}

.pcontacts-s2 li {
	max-width: 300px;
	padding: 40px 20px;
}

.pcontacts-s2 .t {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 15px;
}

.pcontacts-s2 .n {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 15px;
}

.pcontacts-s2 p {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 30px;
}

.pcontacts-s2 .phone {
	display: block;
}

.pcontacts-s2 .phone span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 45px;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

.pcontacts-s2 .phone span:hover {
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background-color: #5a93d9;
}

.pcontacts-map .gm-style .gm-style-iw {
	margin-left: 10px;
}


/* partners start */

.partners-s1 {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/partners/s1.jpg);
	padding-top: 80px;
	padding-bottom: 140px;
	color: #fff;
}

.partners-s1 h1 {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 50px;
}

.partners-s1 ul {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners-s1 ul li {
	padding: 0 50px;
}

.partners-s1 ul li p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.partners-s1 ul li p a {
	text-transform: uppercase;
	color: #e94f1b;
	text-decoration: underline;
}

.partners-s1 ul li p a:hover {
	text-decoration: none;
}

.partners-s1 figure {
	height: 133px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.partners-s1 figure img {
	display: block;
	margin: auto;
}

.partners-s2 {
	background-color: #fff;
	padding-top: 60px;
}

.partners-s2 .t {
	display: block;
	text-align: center;
	color: #000;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 35px;
}

.partners-s2 .t span {
	font-weight: 400;
}

.partners-s2 ul {
	text-align: center;
}

.partners-s2 ul li {
	display: inline-block;
	margin: 0 20px;
}

.partners-s3 {
	background-color: #fff;
}

.partners-s3 .n {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.24;
	padding: 15px 10px;
	background-color: #276cc0;
}

.partners-s3 .n span {
	font-weight: 400;
}

@media (max-width: 1400px) {
	.partners-s3 ul li {
		width: 165px;
	}
}

.partners-s4 {
	background-image: url(/images/partners/s4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.partners-s4 .md {
	min-height: 456px;
	padding-top: 160px;
}

.partners-s4 .t {
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-weight: 300;
	line-height: 1.24;
}

.partners-s4 .t span {
	font-weight: 400;
}

/* partners end */

/* officially start */

.officially-s1 {
	padding-top: 90px;
	padding-bottom: 100px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/officially/s1.jpg);
}

.officially-s1 h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 15px;
}

.officially-s1 .officially-a1 {
	text-align: center;
	color: #fa5800;
	margin: 0 auto;
	margin-bottom: 45px;
	display: block;
	font-weight: 300;
}

.officially-s1 .w {
	padding: 40px 30px;
	background-color: rgba(255, 255, 255, 0.15);
}

.officially-s1 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.officially-s1 .df > div {
	width: 48%;
}

.officially-s1 ul li {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 50px;
	min-height: 100px;
}
.officially-s1 ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	margin-left: -18px;
	margin-right: 8px;
}

.officially-s1 ul li span {
	color: #fa5800;
}

.officially-s1 ul li a {
	color: #fa5800;
}

.officially-s1 ul li a:hover {
	text-decoration: none;
}

.officially-s1 .p {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.24;
}

.officially-s1 .p span {
	color: #fa5800;
}

@media (max-width: 1400px) {
	.officially-s1 h1 {
		font-size: 40px;
	}
	.officially-s1 ul li {
		font-size: 18px;
	}
	.officially-s1 .p {
		font-size: 20px;
	}
}

.officially-s2 {
	background-color: #e8f0f3;
}

.officially-s2 .md,
.officially-s3 .md { 
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.officially-s2 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.officially-s2 .i {
	padding-right: 15px;
	padding-bottom: 15px;
}

@media (max-width: 1200px) {
	.officially-s2 .i {
		padding-left: 15px;
	}
}


.officially-s2 .map {
	width: 50%;
	height: 450px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 50px;
}

.officially-s2 .t {
	display: block;
	color: #4585d4;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.24;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.officially-s2 .n {
	display: block;
	color: #000;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 30px;
}

@media (max-width: 1400px) {
	.officially-s2 .n {
		font-size: 20px;
	}
}

.officially-s2 p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.officially-s3 {
	padding-top: 50px;
	background-color: #fff;
}

.officially-s3 .t {
	text-align: center;
	display: block;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 55px;
}

.officially-s3 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #e8f0f3;
}

.officially-s3 .bg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	position: relative;
}

.officially-s3 .bg img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.officially-s3 .i {
	padding: 30px 20px;
}

.officially-s3 .i ul li {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
}

@media (max-width: 1400px) {
	.officially-s3 .i ul li {
		padding-left: 30px;
		font-size: 16px;
	}
}

.officially-s3 .i ul li:last-child {
	margin-bottom: 0;
}

.officially-s3 .i ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	position: absolute;
	top: 9px;
	left: 0;
}

@media (max-width: 1400px) {
	.officially-s3 .i ul li:before {
		top: 7px;
	}
}

.officially-s3 .i ul li a {
	color: #4585d4;
	text-decoration: none;
}

.officially-s3 .i ul li a:hover {
	text-decoration: none;
}

.officially-s3 .i_rev ul {
	text-align: right;
}

.officially-s3 .i_rev ul li {
	padding-left: 0;
	padding-right: 45px;
}

@media (max-width: 1400px) {
	.officially-s3 .i_rev ul li {
		padding-right: 30px;
	}
}

.officially-s3 .i_rev ul li:before {
	left: auto;
	right: 0;
}

.officially-s4 {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/officially/s4.jpg);
	color: #fff;
	padding-top: 75px;
	padding-bottom: 85px;
	text-align: center;
}

.officially-s4 .t {
	display: block;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 20px;
}

.officially-s4 p {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.24;
}

.officially-s4 p span {
	font-size: 60px;
	font-weight: 500;
}

.officially-s5 {
	background-color: #fff;
	padding-top: 55px;
	padding-bottom: 50px;
}

.officially-s5 .t {
	display: block;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.24;
	margin-bottom: 45px;
}

.officially-s5 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.officially-s5 ul li {
	position: relative;
}

.officially-s5 ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	position: absolute;
	top: 9px;
}

.officially-s5 ul .n {
	display: block;
	color: #000;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 15px;
}

.officially-s5 ul a {
	display: block;
	color: #1d4e8a;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: underline;
}

.officially-s5 ul a:hover {
	text-decoration: none;
}

.officially-s5 ul .l {
	text-align: right;
	padding-right: 30px;
	margin: 0 30px;
}

.officially-s5 ul .l:before {
	right: 0;
}

.officially-s5 ul .r {
	padding-left: 30px;
}

.officially-s5 ul .r:before {
	left: 0;
}

.officially-s5 .p {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.officially-s5 .p span {
	color: #fa5e00;
}

.officially-s6 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #276cc0;
	color: #fff;
}

.officially-s6 .df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.officially-s6 figure {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 35px;
}

.officially-s6 .t {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.24;
	margin-bottom: 20px;
}

.officially-s6 .p {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.officially-s6 a {
	color: #fff;
	text-decoration: underline;
}

.officially-s6 a:hover {
	text-decoration: none;
}

/* officially end */
