@charset "utf-8";

/* 重置样式 */
body {
    background: #fff;
    padding-top: 0;
}

/* 预置样式 */
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* 内容居中布局 */
.content {
    width: 1140px;
    margin: 0 auto;
}

.banner.sky {
	background-image: url('../img/brief/bg-sky.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #18055e;
}

.banner.earth {
    background-color: #151541;
}

.banner.earth .content {
	background-image: url('../img/brief/bg-earth.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 简介 */
.banner .brief {
    height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner .brief .wrapper {
    letter-spacing: .5px;
    padding-left: 7px;
}

.banner .brief .title {
    height: 110px;
    line-height: 110px;
    font-size: 54px;
    color: #fff;
    position: relative;
}

.banner .brief .sub-title {
    font-size: 34px;
    color: #50eced;
    position: relative;
}

.banner .brief .points {
    list-style: none;
    margin-top: 20px;
}

.banner .brief .points li {
    color: #c9d5ff;
    font-size: 30px;
    word-break: break-all;
    line-height: 48px;
}

.banner.earth .brief .points li {
	font-size: 22px;
}

.content .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0;
}

.content .block img {
	width: 518px;
	margin-right: 55px;
}

.content .block .info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: #040e65;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.content .block .info .title {
	font-size: 34px;
}

.content .block .info p {
	font-size: 18px;
	margin-top: 25px;
}

.content .block .info ul {
	list-style: disc;
}

.content .block .info ul li {
	font-size: 18px;
	margin-top: 25px;
}

.content .block .info ul li a {
	text-decoration: underline;
}

.footer {
	background-color: #fbfbfb;
}

.footer .content {
	height: 348px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer .content h2 {
	color: #040e65;
	font-size: 28px;
	text-align: center;
}

.footer .content .logo {
	height: 46px;
}

.footer .content .qrcode {
	text-align: center;
}

.footer .content .qrcode img {
	margin-top: 25px;
}

.footer .content .contact {
	height: 212px;
}

.footer .content .contact h2 {
	margin-bottom: 55px;
}

.footer .content .contact p {
	font-size: 20px;
	color: #040e65;
	margin-bottom: 30px;
}

.footer .content .contact p svg {
	margin-right: 22px;
	position: relative;
}

.footer .content .contact p.address svg {
	width: 22px;
	height: 22px;
	top: 4px;
}

.footer .content .contact p.phone svg {
	width: 20px;
	height: 20px;
	top: 3px;
}

.footer .bottom {
    width: 1140px;
    margin: 0 auto;
}

.footer .bottom h1 {
    text-align: center;
    line-height: 30px;
    margin: 18px 0 18px;
}

.footer .bottom .img-wrap {
    text-align: center;
    padding: 0 0 36px;
}