* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

::selection {
	color: #fff;
	background: #005f8d;
}

::-moz-selection {
	color: #fff;
	background: #005f8d;
}

p {
	color: #858585;
	/*margin: 0 0 1em !important;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
}

.fitImage {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.animated {
	/* -webkit-animation-duration: 1s; */
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.mcbook {
	opacity: 0;
}

.show {
	opacity: 1;
}

.pDark p {
	color: #6D6D6D;
}

#services .circle:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotateY(360deg);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.pDark h3 {
	color: #BEBEBE;
}

.btn {
	background: #005f8d;
}

.btn:hover {
	background: #145AC4;
}

.btn,
.form-control,
.team-socials i {
	border-radius: 5px !important;
}

.form-group {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 95%;
}

.form-control {
	border: none;
	padding: 22px 4px;
	outline: none;
	color: #5A5A5A;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	font-size: inherit;
	border-radius: 0px !important;
	width: 99%;
}

.button-outline {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #fff;
	padding: 10px 25px;
	border: 2px solid #fff;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.15);
}

.button-outline:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.35);
}

a {
	color: #333;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	color: #0152a1;
	text-decoration: none;
}

.btn {
	border: 0px;
	border-radius: 0px;
}

.btn-primary {
	background: #005f8d;
}

.form-control {
	border-radius: 0px;
}

.mrgn30 {
	margin: 30px 0;
}

.paddingTop2em {
	padding-top: 5vh;
}

/*超出2行显示...*/
.text {
	color: #000;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	max-height: 3em;
}

/* 右侧导航条 */
.rightPageNav {
	position: fixed;
	bottom: 50%;
	right: 0;
	z-index: 5;
	width: content;
	transform: translateY(50%);
}

.rightPageNav .rightPage-nav li {
	list-style: none;
	height: 30px;
	text-align: center;
	color: transparent;
}

.rightPageNav .rightPage-nav li div {
	color: transparent;
}

.rightPageNav .rightPage-nav .dot {
	list-style: none;
	font-size: 1rem;
	height: 8px;
	width: 8px;
	background: #cdcdcc;
	border-radius: 5px;
	border: 1px solid transparent;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.rightPageNav .rightPage-nav li .text {
	transform: scale(0.6);
}

.rightPageNav .rightPage-nav .active div {
	color: #034797;
}

.rightPageNav .rightPage-nav li:last-child.active .text {
	color: rgba(219, 227, 231, 0.7);
}

.rightPageNav .rightPage-nav li:last-child.active .dot {
	border-color: rgba(219, 227, 231, 0.7);
}

.rightPageNav .rightPage-nav .active .dot {
	background: #fff;
	border-color: #034797;
}

/* Header 
----------------------------------------------*/
#section-top {
	background: #4E4E4E;
}

#section-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#section-top ul li {
	display: inline-block;
}

#section-top ul li a {
	border-radius: 2px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

#section-top .region-top-first {
	float: right;
}

/*.carousel-inner*/
.circle {
	background: #fff;
	height: 90px;
	width: 90px;
	border-radius: 95px;
	color: #005f8d;
	line-height: 90px !important;
}

#section-strapline {
	background: #f00bff;
	line-height: 42px;
	clear: both;
}

.noPadd {
	padding: 0;
}

.darkBg {
	background: #000;
}

.darkBg .fa {
	color: #005f8d;
}

.arrow-link {
	display: block;
	font-size: 32px;
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	width: 60px;
	margin: 0 auto;
}

a.arrow-link {
	color: #005f8d;
}

a.arrow-link:hover {
	color: #005f8d;
}

.colord {
	background: #005f8d;
}

.colord p {
	color: #DAE0FF;
}

.colord h3 {
	color: #fff;
}

.c1 {
	background: rgba(0, 161, 203, 0.64);
	padding: 15px;
}

.c2 {
	background: rgba(0, 161, 203, 0.85);
	padding: 15px;
}

.c1:hover,
.c2:hover {
	background: rgba(0, 43, 54, 0.89);
	cursor: pointer;
}

.hero-button {
	text-align: center;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid #fff;
	padding: 20px;
	display: inline-block;
	margin: 0 auto;
	clear: left;
	width: auto;
}

.hero-img {
	text-align: center;
	margin: 124px auto 24px auto;
}

.da-slider {
	margin: 0 auto !important;
}

.heading h2 {
	color: #222;
}

#contactUs .heading h2 {
	color: #fff;
}

.sub-heading {
	padding: 15px 0;
}

.sub-heading h2 {
	font-size: 18px;
	margin: 15px 0 8px !important;
}

.sub-heading p {
	color: #5A5A5A;
}

.heading {
	padding: 3px 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	display: block;
}

.heading p {
	font-size: 1.2em;
}

.pdingBtm30 {
	padding-bottom: 30px;
}

/* .da-arrows span:after {
	width: 25px;
	height: 37px;
} */

.da-arrows span {
	position: absolute;
	top: 50%;
	height: 34px;
	width: 34px;
	border-radius: 60px;
	background: none;
}

img,
video,
iframe,
embed,
object {
	max-width: 100%;
	height: auto;
}

.descrition {
	min-height: 90px;
	padding: 5px 15px;
}

nav#filter {
	margin-bottom: 1.5em;
}

nav#filter li {
	display: inline-block;
	margin: 0 0 0 5px;
}

nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #005f8d;
	text-decoration: none;
}

.current {
	background: #005f8d;
	color: #fff;
}

.joinUs-section {}

.btn {
	font-weight: 200;
}

.btn-dark {
	background: #444;
	color: #fff;
}

.btn-dark:hover {
	background: #000;
	color: #fff;
}

.back-to-top {
	display: inline-block;
	clear: both;
	background: #fff;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}

.back-to-top:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

hr {
	border-color: #ddd;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#navigation {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	box-shadow: 0 10px 10px -10px #000000;
}

#navigation>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation>li>a {
	margin: 1px;
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: all 400ms;
}

#navigation>li>a.current,
#navigation>li:hover>a {
	background: #999999;
}

.pageSection {
	min-height: 600px;
	padding: 20px;
	background: #dddddd;
}

.pageSection:nth-child(odd) {
	background: #eeeeee;
}

.socialIcons li {
	list-style: none;
	display: inline;
	margin-right: 6px;
}

footer {
	border-top: 1px solid #e5e5e5;
	padding: 45px 0;
	background: #fff;
}

.social a:hover {
	color: #000;
}

.social a {
	font-size: 32px;
	margin: 0 10px;
	color: #005f8d;
	background: rgba(83, 40, 40, 0.44);
	padding: 0px 10px;
}

.contact ul li {
	margin-bottom: 10px;
}

.contact ul li i {
	margin-right: 15px;
}