﻿
/*.baizi {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}
.huizi {
    font-size: 22px;
    color: #333333;
    line-height: 50px;
}
.todayLineHeight {
    line-height: 80px;
}*/
body,html {
	width: 100%;
	height: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","微软雅黑", sans-serif;
    color: #555555;
    overflow: hidden;
}
*{
	margin: 0;
}
a, a:hover, a:focus{
    color: #298ae8;
    cursor:pointer;
}
.box-bg {
    width: 96%;
    height: 96%;
    padding: 2%;
    background: #fff;
}

.bg-1 {
	width: 57%;
	height: 96%;
	margin-right: 2%;
	float: left;
}
.bg-1-s {
	width: 100%;
	height: 44%;
	margin-bottom: 1%;
	background: url("../img/univDB.png") bottom right no-repeat #9CD9D6;
	background-size: auto 60%;
}
.bg-1-s2 {
	width: 100%;
	height: 44%;
	margin-bottom: 1%;
}
.bg-1-s2-l {
	width: 49%;
	height: 96%;
	margin-right: 2%;
	float: left;
	background: url("../img/univDB.png") bottom right no-repeat #9CD9D6;
	background-size: auto 60%;
}
.bg-1-s2-r {
	width: 49%;
	height: 96%;
	background: url("../img/areaUniv.png") center center no-repeat #de7e72;
	background-size: auto 110%;
	float: left;
}
.bg-1-s h2{
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 200;
	padding: 35px;
    margin:0;
	padding-bottom: 20px;
}
.bg-1-s p{
	font-size: 16px;
	color: #333;
	padding: 35px;
	padding-top: 0;
}
.bg-1-s p span{
	color: #fff;
	vertical-align: sub;
	display: inline-block;
	font-weight: 300;
	font-size: 35px;
	margin-left: 40px;
}
.bg-1-s2 h2{
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 200;
	padding: 35px;
	padding-bottom: 20px;
}
.bg-1-s2 p{
	font-size: 16px;
	color: #333;
	padding: 35px;
	padding-top: 0;
}
.bg-1-s2 p span{
	color: #fff;
	vertical-align: sub;
	display: inline-block;
	font-weight: 300;
	font-size: 35px;
	margin-left: 40px;
}
.bg-1-x {
	width: 100%;
	height: 55%;
    min-height:272px;
	background: url("../img/univLevel.png") bottom right no-repeat #FFB848;
	background-size: 35% auto;
}
.bg-1-x2 {
	width: 100%;
	height: 100%;
    min-height:495px;
	background: url("../img/univLevel.png") bottom right no-repeat #FFB848;
	background-size: 40% auto;
}
.bg-1 .word_area{
	padding-left: 20%;
	padding-top: 4%;
}
.bg-1 .word_area .title{
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 300;
}
.bg-1 .word_area .title span{
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.bg-1 .word_area .cont{
	color: #fff;
	letter-spacing: 2px;
}
.bg-1 .word_area .cont span{
	font-size: 35px;
	margin-right: 15px;
	margin-left: 5px;
}
.bg-2 {
	width: 40%;
	height: 96%;
    min-height: 495px;
	background: url("../img/univZS.png") bottom right no-repeat #ACC1E5;
	background-size: 90% auto;
	float: left;
}
.bg-2 .word_area{
	padding-left: 10%;
	padding-top: 3%;
}
.bg-2 .word_area h2{
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: 300;
}
.bg-2 .word_area p{
	color: #333;
	letter-spacing: 2px;
	line-height: 38px;
	font-weight: 300;
	font-size: 16px;
}
.bg-2 .word_area p span{
	margin-left: 25px;
}
.f-s-20 {
	font-size: 20px;
}
.f-s-22 {
	font-size: 22px;
}
.f-s-26 {
	font-size: 26px;
}
.f-s-28 {
	font-size: 28px;
}
.f-s-60 {
	font-size: 60px;
}
.f-c-3 {
	color: #333333;
}
.f-c-f {
	color: #ffffff;
}
.clear {
  clear: both;
}