html,body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
}
body .main-container {
	width: 1182px;
	margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	/* font-weight: bolder; */
	/* color: #444; */
}

.primary-btn {
	color: #056367;
	background-color: #fff;
}

.hero-unit {
	/* height: 100vh; */
	width: 100%;
	margin: 0 auto;
	/* background: #ff9a7c;
	background: -moz-linear-gradient(top, #ff9a7c 0%, #3b6db7 77%);
	background: -webkit-linear-gradient(top, #ff9a7c 0%,#3b6db7 77%);
	background: linear-gradient(to bottom, #ff9a7c 0%,#3b6db7 77%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a7c', endColorstr='#3b6db7',GradientType=0 );
	display: table;
	margin-top: 115px;
	border-bottom: 2px solid #666;
}

.box-container {
	width: 556px;
    height: 479px;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 8%;
}

.primary-text {
	color: #ffd092;
}

.secondary-text {
	color: #ff9a7c;
	font-size: 21px;
}

.primary-btn {
	background-color: #ffd092;
}

.white-btn {
	background-color: #fff;
	color: #056367;
}

table tbody tr:last-child {
	border-bottom: 0;
}

.button {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 73px;
    font-size: 28px;
    color: #626262;
    border: 3px solid #626262;
    display: inline-block;
    width: 190px;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}

.button:hover {
	border-color: #ff9a7c;
	color: #ff9a7c;
}

section {
	padding-top: 96px;
	/* background: #F7F7F7;
	background: -moz-linear-gradient(top, #F7F7F7 0%, #fff 37%);
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#fff 37%);
	background: linear-gradient(to bottom, #F7F7F7 0%,#fff 37%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#fff',GradientType=0 );
	padding-bottom: 80px;
	border-bottom: 2px solid #666;
}

.what-is-this {
	/* background: #292929 !important; */
	font-size: 22px;
	/* min-height: 100vh; */
	display: table;
	width: 100%;
}

.content-wrapper {
	display: table-cell;
	vertical-align: middle;
}
/* 
.what-is-this img {
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	top: -69px;
	opacity: 0.2;
	transition-duration: 1s;
} */

/* .what-is-this img:hover {
	opacity: 0.3;
} */

.highlight-text {
	background: #FFF;
}

.gray-section {
	background: #F5F2F0;
	background: -moz-linear-gradient(top, #F5F2F0 0%, #fff 77%);
	background: -webkit-linear-gradient(top, #F5F2F0 0%,#fff 77%);
	background: linear-gradient(to bottom, #F5F2F0 0%,#fff 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F2F0', endColorstr='#fff',GradientType=0 );
}
.topbanner {
	width: 1180px;
	height: 524px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
/* 轮播图 */
.swiper-container {
	width: 100%;
	height: 445px;
}
.swiper-wrapper {
	height: 375px!important;
}
.swiper-pagination {
	bottom: 0;
}
.swiper-pagination-bullet {
	background: #3c4141!important;
	opacity: 1!important;
	width: 16px!important;
	height: 16px!important;
}
.swiper-pagination-bullet-active {
	background: #cfd0d0!important;
}
.swiper-slide {
	/* text-align: center; */
	/* font-size: 18px; */
	background: url(../images/title-bar2.png) no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	/* Center slide text vertically */
	display: block!important;
	/* justify-content: center; */
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.swiper-slide:hover {
	/* box-shadow: 0px 0px 10px 5px purple; */
	background: url(../images/title-bar2s.png) no-repeat;
	background-size: 374px auto;
	background-position: 100% 100%;
}
.swiper-slide img {
	width: 100px;
	height: 100px;
	margin: 28px 0 12px 30px;
}
.swiper-slide h4 {
	font-size: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	margin-top: 10px;
	margin-left: 30px;
}
.swiper-slide p {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 30px 0;
}
/* 底部 */
.footer {
	width: 100%;
	min-width: 1180px;
	height: 247px;
	background-image: linear-gradient(-90deg, 
		#0599c3 0%, 
		#00beb2 100%);
}
.footer .footer-content {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 18px
}
.footer .footer-content .left img {
	margin: 70px 0 35px 0;
}
.footer .footer-content p {
	margin: 0;
}
.footer .footer-content .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}