body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td,
section,
a,
input,
span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
input,
textarea {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif, "microsoft yahei";
	-webkit-font-smoothing: antialiased
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th,
td {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

input[type=button],
button {
	-webkit-appearance: none;
	-webkit-user-select: none
}

a,
img,
input,
select,
li {
	-webkit-tap-highlight-color: transparent
}

a,
img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

a,
input,
img,
select,
textarea {
	outline: 0
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

::-webkit-scrollbar {
	display: none;
	width: 0
}

img {
	-webkit-touch-callou: none
}

* {
	-webkit-tap-highlight-color: transparent
}

.show {
	display: block !important
}

.hide,
.none {
	display: none !important
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*.clearfix {
	zoom: 1
}

.scroll::-webkit-scrollbar {
	width: 7px !important;
	border-radius: 7px;
	display: block !important
}

.scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #ddd
}

.scroll::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #eaeaea
}

.scroll::-webkit-scrollbar-thumb:vertical:active {
	background-color: #d0d0d0
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: textfield
}

input[type="number"] {
	-moz-appearance: textfield
}

.module-title {
	text-align: center;
	font-size: 0
}

.module-title span {
	display: inline-block;
	color: #f59324
}

.module-title h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 100%
}

.module-title p {
	margin-top: 28px;
	font-size: 20px;
	color: #333
}

.module-title p span {
	display: inline-block;
	margin-right: 15px;
	font-weight: bolder
}

.line h3 {
	position: relative;
	border-bottom: 1px solid #ddd
}

.line h3:before {
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -1px;
	background: #48A73E
}

.logo>div {
	padding-top: 33px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 122px;
	font-size: 0;
	text-align: left
}

.logo .logo-icon {
	width: 161px;
	display: inline-block
}

.logo .logo-txt {
	display: inline-block;
	padding-left: 25px;
	border-left: 2px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin: 8px 0 0 17px
}

.logo .logo-txt h3 {
	font-size: 22px;
	font-weight: bold;
	color: #48A73E;
	line-height: 100%;
	margin-bottom: 9px
}

.logo .logo-txt span {
	display: block;
	font-size: 14px;
	color: #333
}

.logo .logo-location {
	font-size: 14px;
	color: #999;
	margin-left: 29px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px
}

.logo .logo-location::before {
	content: "";
	width: 14px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: sub;
	background: url(../Images/local-icon.png)left top/100% 100% no-repeat
}

.nav {
	background: #48a73e;
	height: 50px;
	line-height: 50px
}

.nav ul {
	font-size: 0
}

.nav li {
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.nav li a {
	min-width: 150px;
	padding: 0 10px;
	display: block;
	font-size: 18px;
	color: white
}

.nav li:hover a {
	background: #2f522c
}

.banner {
	width: 100%;
	height: 537px;
	position: relative
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.banner .swiper-slide>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.banner .swiper-slide>a img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	object-fit:cover
}

.banner .w1200 {
	position: relative
}

.banner .banner-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 537px;
	background: rgba(0, 0, 0, .6);
	z-index: 9;
	padding-top: 22px
}

.banner .banner-nav dl {
	width: 190px;
	margin: 0 auto 36px
}

.banner .banner-nav dt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #ffe92d;
	border-bottom: 1px solid #fff
}

.banner .banner-nav dd {
	font-size: 0;
	text-align: left;
	padding-top: 6px
}

.banner .banner-nav dd a {
	display: inline-block;
	width: 50%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.banner .banner-nav dd a:hover {
	color: red
}

.eduBg-apply {
	padding-top: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 63px
}

.eduBg-apply .content {
	margin-top: 44px
}

.eduBg-apply .content ul {
	font-size: 0;
	text-align: left
}

.eduBg-apply .content li {
	display: inline-block;
	margin-right: 22px
}

.eduBg-apply .content li:nth-of-type(8n) {
	margin-right: 0
}

.eduBg-apply .content li a {
	width: 127px;
	height: 127px;
	line-height: 97px;
	text-align: center;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #18c0cc;
	border: 2px solid rgba(24, 192, 204, .36);
	border-radius: 50%;
	background-clip: content-box;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(157, 157, 157, .71);
	cursor: pointer
}

.eduBg-apply .content li:nth-of-type(2)a,
.eduBg-apply .content li:nth-of-type(5)a,
.eduBg-apply .content li:nth-of-type(7)a {
	background-color: #7dc223;
	border-color: #d0e9b1
}

.eduBg-apply .content li:nth-of-type(3)a,
.eduBg-apply .content li:nth-of-type(6)a {
	background-color: #f59324;
	border-color: #fbd8b0
}

.eduBg-apply .content li:hover {
	opacity: .8
}

.ascending-form .content {
	margin: 36px 0 15px 0
}

.ascending-form .content ul {
	text-align: left;
	font-size: 0;
	width: 930px;
	margin: 0 auto
}

.ascending-form .content li {
	width: 247px;
	height: 298px;
	font-size: 0;
	margin: 0 93px 45px 0;
	text-align: center;
	display: inline-block;
	background: #f2f2f2
}

.ascending-form .content li:nth-of-type(3n) {
	margin-right: 0
}

.ascending-form .content li h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 100%;
	text-align: center;
	margin: 23px 0
}

.ascending-form .content .af-btn {
	width: 178px;
	height: 47px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 47px;
	margin: 0 auto;
	background: #48a73e;
	border-radius: 24px;
	font-size: 18px;
	text-align: center;
	color: #fff
}

.ascending-form .content .af-btn:hover {
	opacity: .8
}

.exam-notice {
	overflow: hidden;
	background: #E8E8E8;
	padding-top: 63px
}

.exam-notice .en-info {
	width: 955px;
	margin: 0 auto 40px;
	padding-bottom: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff
}

.exam-notice .title {
	position: relative;
	top: -26px
}

.exam-notice .title img {
	width: 745px;
	display: block;
	position: relative;
	margin: 0 auto 15px
}

.exam-notice .title p {
	font-size: 24px;
	color: #2e2e2e;
	text-align: center
}

.exam-notice .title p b {
	width: 50px;
	height: 25px;
	display: inline-block;
	position: relative;
	vertical-align: bottom
}

.exam-notice .title p b:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3.5px;
	margin-left: -3.5px;
	background: #ff871c;
	border-radius: 50%
}

.exam-notice .content {
	margin-top: 31px
}

.exam-notice .content h3 {
	font-size: 34px;
	font-weight: bold;
	color: #343434;
	line-height: 100%;
	text-align: center;
	margin-bottom: 27px
}

.exam-notice .en-date {
	font-size: 0;
	text-align: center;
	padding-left: 90px
}

.exam-notice .en-date b {
	width: 226px;
	height: 218px;
	display: inline-block;
	background: url(../Images/en-date-bg.png)left top/100% 100% no-repeat;
	font-size: 0;
	font-weight: bold;
	color: #ff871c;
	line-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: -17px
}

.exam-notice .en-date b span {
	display: inline-block;
	width: 115px;
	height: 115px;
	line-height: 115px;
	font-size: 90px;
	text-align: center
}

.exam-notice .en-date i {
	display: inline-block;
	font-size: 34px;
	color: #222;
	font-style: normal;
	margin-left: -101px;
	margin-right: 46px;
	vertical-align: text-bottom
}

.exam-notice .en-btn {
	font-size: 0;
	text-align: center
}

.exam-notice .en-btn a {
	width: 388px;
	height: 53px;
	display: inline-block;
	line-height: 53px;
	text-align: center;
	font-size: 20px;
	color: white;
	background: #48a73e;
	cursor: pointer
}

.exam-notice .en-btn a:first-of-type {
	margin-right: 64px
}

.exam-notice .en-btn a:hover {
	opacity: .8
}

.lifting-scheme {
	padding-top: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.lifting-scheme .content {
	width: 1191px;
	height: 753px;
	margin: 26px auto 0;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.lifting-scheme .module-title h3 {
	font-size: 50px
}

.lifting-scheme .module-title p {
	font-size: 30px
}

.lifting-scheme .module-title p span {
	color: #48a73e
}

.lifting-scheme dl {
	color: #333;
	width: 640px;
	margin: 0 auto
}

.lifting-scheme dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-bottom: 17px;
	position: relative;
	left: -27px
}

.lifting-scheme dl:not(:last-of-type) {
	margin-bottom: 26px
}

.lifting-scheme dl dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 32px
}

.lifting-scheme dl dd span {
	display: inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	font-size: 16px;
	color: #666;
	margin-right: 16px;
	text-align: center;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.lifting-scheme dl dd span:last-of-type {
	margin-right: 0
}

.lifting-scheme dl dd span.active {
	background-color: #48a73e;
	color: white;
	border: 0
}

.lifting-scheme dl dd input[type=radio] {
	display: none
}

.lifting-scheme dl dd input[type=text] {
	padding: 0 33px;
	margin: 0 auto;
	text-align: center;
	width: 564px;
	height: 50px;
	background: white;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #666;
	margin-right: 60px
}

.lifting-scheme dl dd input[type=text]::-webkit-input-placeholder {
	color: #666
}

.lifting-scheme dl dd input[type=text]::-moz-placeholder {
	color: #666
}

.lifting-scheme dl dd input[type=text]:-ms-input-placeholder {
	color: #666
}

.lifting-scheme dl dd input[type=text]::-ms-input-placeholder {
	color: #666
}

.lifting-scheme dl dd input[type=text]::placeholder {
	color: #666
}

.lifting-scheme [type="submit"] {
	width: 564px;
	height: 50px;
	margin: 30px auto 0;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	border: 0;
	background: #48a73e;
	position: relative;
	left: -20px
}

.lifting-scheme .pw-info {
	margin-top: 18px;
	padding-right: 36px
}

.lifting-scheme .pw-info p {
	font-size: 14px;
	color: #999;
	text-align: center
}

.limitation {
	margin-bottom: 70px
}

.limitation .module-title {
	margin: 77px 0 33px;
	padding-left: 22px
}

.limitation .module-title h3 {
	font-size: 42px;
	color: #48a73e
}

.limitation .module-title p {
	font-size: 24px;
	color: #222
}

.limitation .content {
	overflow: hidden
}

.limitation .content li {
	width: 246px;
	height: 347px;
	padding: 14px;
	float: left;
	margin-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dotted #48a73e
}

.limitation .content li:nth-of-type(4n) {
	margin-right: 0
}

.limitation .content li img {
	width: 216px;
	height: 216px;
	display: block;
	margin: 0 auto 18px
}

.limitation .content li p {
	font-size: 22px;
	font-weight: bold;
	color: #5a5e68;
	line-height: 32px;
	text-align: left
}

.promote-edu {
	padding: 70px 0 56px;
	overflow: hidden;
	background-color: #F2F2F2
}

.promote-edu .w1200 {
	width: 1240px
}

.promote-edu .title {
	margin-top: 26px
}

.promote-edu .line h3 {
	width: 260px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #48A73E;
	border-bottom-color: #48A73E
}

.promote-edu .list {
	padding: 20px 20px 0;
	overflow: hidden
}

.promote-edu .list li {
	width: 288px;
	height: 680px;
	margin-bottom: 20px;
	float: left;
	background: white;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2)
}

.promote-edu .list li:not(:last-of-type) {
	margin-right: 16px
}

.promote-edu .fe-icon {
	height: 180px;
	position: relative
}

.promote-edu .fe-icon img {
	width: 100%;
	height: 100%;
	display: block
}

.promote-edu .fe-icon span {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 39px;
	font-weight: bolder;
	font-size: 20px;
	color: #fff;
	line-height: 39px;
	background: rgba(0, 0, 0, .5)
}

.promote-edu dl {
	width: 252px;
	margin: 22px auto 0;
	text-align: left
}

.promote-edu dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	letter-spacing: 1px
}

.promote-edu .fe-crowd dd {
	color: #666;
	line-height: 26px;
	height: 52px;
	font-size: 14px
}

.promote-edu .take-virtue p {
	color: #666;
	line-height: 26px
}

.promote-edu .take-virtue p:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #666;
	margin-right: 9px;
	vertical-align: baseline;
	position: relative;
	top: -1px
}

.promote-edu .learning-style b {
	font-size: 16px;
	color: #333
}

.promote-edu .learning-style,
.promote-edu .referral {
	overflow: hidden
}

.promote-edu .learning-style dt,
.promote-edu .learning-style dd,
.promote-edu .referral dt,
.promote-edu .referral dd {
	float: left;
	margin-bottom: 0
}

.promote-edu .referral dd {
	font-size: 0;
	position: relative;
	top: 3px
}

.promote-edu .referral i {
	width: 16px;
	height: 16px;
	margin-left: 14px;
	display: inline-block;
	background: url(../Images/star-icon.png)left top/100% 100% no-repeat
}

.promote-edu .btn {
	width: 200px;
	height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 46px auto 0;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	background: #48A73E
}

.promote-edu .btn:hover {
	opacity: .8
}

.higher-learning {
	padding: 80px 0 84px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.higher-learning .module-title h3 {
	font-size: 30px
}

.higher-learning .module-title p {
	margin-top: 18px
}

.higher-learning .list {
	overflow: hidden;
	padding: 46px 10px 20px
}

.higher-learning .list a {
	display: block
}

.higher-learning .list li {
	width: 212px;
	height: 258px;
	float: left;
	cursor: pointer;
	margin-right: 30px;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.higher-learning .list li:hover {
	opacity: .8
}

.higher-learning .list li:nth-of-type(5n) {
	margin-right: 0
}

.higher-learning .list li .icon {
	position: relative
}

.higher-learning .list li .icon img {
	height: 196px;
	display: block
}

.higher-learning .list li .icon span {
	width: 212px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	font-size: 20px;
	font-weight: bold;
	color: #fefefe;
	letter-spacing: 1px
}

.higher-learning .list li .major {
	height: 62px;
	line-height: 62px
}

.higher-learning .list li .major p {
	text-align: center;
	font-size: 16px;
	color: #333
}

.major-list {
	text-align: center;
	margin-bottom: 50px
}

.major-list ul {
	overflow: hidden
}

.major-list ul li {
	width: 150px;
	height: 98px;
	float: left;
	margin: 0 25px 28px 0;
	background: #f6f6f6;
	position: relative;
	font-size: 20px;
	color: #48a73e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.major-list ul li:nth-of-type(7n) {
	margin-right: 0
}

.major-list ul li a {
	display: block;
	padding-top: 38px;
	height: 100%;
	cursor: pointer
}

.major-list ul li:hover {
	opacity: .8
}

.major-list ul li:before {
	content: "";
	width: 111px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -55.5px;
	margin-top: -30px;
	border: 2px solid #48a73e
}

.major-list ul li span {
	display: block;
	z-index: 2;
	color: #48a73e;
	position: relative;
	text-align: center;
	background: #f6f6f6
}

.major-list .btn {
	width: 564px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background: #48a73e;
	font-size: 16px;
	color: #fff;
	margin-top: 18px;
	cursor: pointer
}

.major-list .btn:hover {
	opacity: .8
}

.know-adult {
	height: 190px;
	text-align: center;
	background: #48a73e;
	padding: 45px 0 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.know-adult .title h3 {
	line-height: 100%;
	font-size: 37px;
	font-weight: normal;
	color: #fff
}

.know-adult .content {
	font-size: 0;
	text-align: center
}

.know-adult .content span {
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
	color: #fff
}

.know-adult .content form {
	display: inline-block;
	margin-left: 14px;
	margin-top: 33px
}

.know-adult .content form input[type="text"] {
	margin-right: 9px
}

.know-adult .content form input[type="text"],
.know-adult .content form input[type="number"] {
	width: 169px;
	height: 40px;
	border: 0;
	line-height: 40px;
	font-size: 16px;
	text-indent: 13px;
	background: #fff
}

.know-adult .content form input[type="text"]::-webkit-input-placeholder,
.know-adult .content form input[type="number"]::-webkit-input-placeholder {
	color: #a2a0ac
}

.know-adult .content form input[type="text"]::-moz-placeholder,
.know-adult .content form input[type="number"]::-moz-placeholder {
	color: #a2a0ac
}

.know-adult .content form input[type="text"]:-ms-input-placeholder,
.know-adult .content form input[type="number"]:-ms-input-placeholder {
	color: #a2a0ac
}

.know-adult .content form input[type="text"]::-ms-input-placeholder,
.know-adult .content form input[type="number"]::-ms-input-placeholder {
	color: #a2a0ac
}

.know-adult .content form input[type="text"]::placeholder,
.know-adult .content form input[type="number"]::placeholder {
	color: #a2a0ac
}

.know-adult .content form input[type="submit"] {
	margin-left: 14px;
	width: 169px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	border: 0;
	line-height: 40px;
	text-align: center;
	background: #ff871c
}

.footer {
	height: 190px;
	padding-top: 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #2f522c
}

.footer .about-me {
	font-size: 0;
	text-align: center;
	margin-bottom: 35px
}

.footer .about-me a {
	font-size: 18px;
	display: inline-block;
	color: #fff
}

.footer .about-me a:hover {
	color: red
}

.footer .about-me a:first-of-type {
	margin-right: 50px
}

.footer p {
	text-align: center;
	font-size: 18px;
	color: #fff
}
