
.content {
    width: 100%;
    height: 776px;
    background: url(../../image/index/web-bg.png) no-repeat 0 -550px;
    background-size: cover;
}

/* 基地介绍 */
.left {
    position: relative;
    float: left;
    width: 897px;
	height: 355px;
    background: url(../../image/index/content-bg1.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.title {
    font-size: 20px;
	font-weight: bold;
    line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
    margin-left: 41px;
}

.btns .title {
    margin-left: 26px;
}

.left >a,
.album-wrap >a {
    float: right;
    font-size: 14px;
	line-height: 30px;
	color: #6b7db3;
    margin-right: 30px;
    margin-top: 1px;
}

.left >a:hover,
.album-wrap >a:hover {
    color: #416df0;
}

.left >p {
    width: 837px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #465a73;
    margin: 0 auto;
    margin-top: 40px;
}


/* 快速按钮 */
.btns {
    float: right;
    width: 265px;
	height: 354px;
    background: url(../../image/index/bts-bg.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.btns ul {
    margin-top: 10px;
}

.btns ul li {
    width: 207px;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 1px;
}
.btns ul li::after {
    display: block;
    content: "";
    width: 207px;
	height: 1px;
    background: url(../../image/index/line.png);
}

.btns ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.btns ul li a img {
    float: left;
    margin-top: 20px;
    margin-right: 25px;
    transition: all .7s;
}

.btns ul li a p {
    float: left;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #465a73;
    margin-top: 27px;
}
.btns ul li:last-child::after {
    background: url();
}

.btns ul li:hover a img {
    margin-left: 13px;
}


/* 虚拟仿真教学资源展示 */
.album-wrap {
    position: relative;
    float: left;
    width: 1200px;
	height: 321px;
    background: url(../../image/index/album-bg.png) no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.album {
    width: 1140px;
    height: 200px;
    margin: 0 auto;
    margin-top: 43px;
    overflow: hidden;
}

.album ul li {
    float: left;
    width: 208px;
    height: 100%;
    margin-right: 25px;
    font-size: 16px;
    text-align: center;
}

.album ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.album ul li a p {
	color: #465a73;
    margin-top: 17px;
}

.pic {
    width: 208px;
	height: 162px;
    overflow: hidden;
}

.pic img {
    width: 208px;
	height: 162px;
    transition: all 1s;
}

.album ul li:hover .pic img {
    transform: scale(1.1);
}
