/* ---内容--- */
.container {
	min-width: 1200px;
	width: 100%;
	height: auto;
}
.container .banner {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}
.container .banner img{
	width: 100%;
	height: 100%;
}
.container .column-title {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.container .column-title .line {
	width: 90px;
    vertical-align: middle;
	border-top: 1px solid #8a0101;
	display: inline-block;
}
.container .column-title .word {
	margin: 0 20px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}
/* ---课程菜单栏目选择--- */
.container .courses {
	width: 100%;
	height: auto;
	background-image: url('../images/base/summer_course.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 20px;
}
.container .courses .model-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.container .courses .model-box .transform {
	margin: 20px;
	width: 360px;
	height: 360px;
	float: left;
	background: #fff;
	cursor: pointer;
	position: relative;
	/* background-color: #8a0101; */
}
.container .courses .model-box .transform .introduce{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); 	/* IE 9 */
	-moz-transform: rotateY(180deg); 	/* Firefox */
	-webkit-transform: rotateY(180deg); /* Safari 和 Chrome */
	-o-transform: rotateY(180deg); 
}
.container .courses .model-box .transform .introduce{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color: #fff;
	display: none;
}
.container .courses .model-box .transform .introduce.human{
	width: 300px;
    height: 320px;
}
.container .courses .model-box .transform .introduce.english{
    width: 200px;
    height: 120px;
}
.container .courses .model-box .transform .introduce.commerce {
    width: 300px;
    height: 160px;
}
.container .courses .model-box .transform .introduce.science {
    width: 220px;
    height: 160px;
}
.container .courses .model-box .transform .introduce.economic {
	width: 200px;
    height: 80px;
}
.container .courses .model-box .transform .introduce.math{
    width: 220px;
    height: 120px;
}
.container .courses .model-box .transform .introduce p{
	line-height: 34px;
	font-size: 18px;
}
.container .courses .model-box .transform .img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align: center;
	width: 80px;
    height: 85px;
}
.container .courses .model-box .transform .img img{
	margin: 0 auto;
	display: block;
}
.container .courses .model-box .transform .img span{
	display: block;
	word-wrap: normal
}
/* ---新闻资讯--- */
.container .news{
	width: 1200px;
	margin: 0 auto;
}
.container .news .infomation{
	width: 49%;
	height: 160px;
	margin-bottom: 38px;
	float: left;
	cursor: pointer;
}
.container .news .infomation .img{
	width: 260px;
	height: 160px;
}
.container .news .infomation .img img {
	width: 100%;
	height: 100%;
}
.container .news .infomation .text {
    width: 305px;
	height: 160px;
	margin-left: 20px;
}
.container .news .infomation .text .title {
	margin: 20px 0 12px;
	color: #555;
	font-weight: bold;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
}
.container .news .infomation .text .content{
	font-size: 12px;
	color: #b6b6b6;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.container .news .infomation .text .datetime{
	font-size: 12px;
	color: #b6b6b6;
	overflow: hidden;
}
.container .news .button{
	width: 256px;
	border: 1px solid #8a0101;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.container .news .button a{
	padding: 15px 0;
	color: #8a0101;
	display: block;
}
/* ---学分转换--- */
.container .score-notify {
	width: 100%;
	height: 230px;
	margin-top: 50px;
	background: #8a0101;
}
.container .score-notify .credit {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.container .score-notify .credit .title{
	width: 360px;
	height: 100%;
	background: url('../images/base/notify.png') no-repeat center center;
}
.container .score-notify .credit .title span{
	font-size: 26px;
	font-weight: bold;
	display: block;
	width: 110px;
	margin-left: 100px;
}
.container .score-notify .credit .title span:nth-child(1) {
	margin-top: 65px;
}
.container .score-notify .credit .words{
	width: 800px;
	font-size: 16px;
	margin: 30px 0 30px 20px;
	line-height: 30px;
}
.container .problem-bg{
	background: url('../images/base/question-bg.jpg') no-repeat;
	padding-bottom: 30px;
}
.container .problem {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.container .problem a{
	color: #f90;
}
.container .problem .module {
	width: 582px;
	height: auto;
	margin-bottom: /*\**/30px\9\0; /* 兼容IE8-10 */
}
.container .problem .module .question{
    width: 540px;
    margin-top: 15px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: url('../images/base/arrow-down-g.png') no-repeat 97% center;
    cursor: pointer;
}
.container .problem .module .question:hover{
	border: 1px solid #720808;
	background: url('../images/base/arrow-down.png') no-repeat 97% center;
}
.container .problem .module .question.on{
	border: 1px solid #720808;
	background: url('../images/base/arrow-up.png') no-repeat 97% center;
}
.container .problem .module .answer {
	width: 542px;
	padding: 10px 20px;
	color: #720808;
	display: none;
}
.container .problem .button{
	width: 256px;
	border: 1px solid #8a0101;
	margin: 30px auto 0;
	font-weight: bold;
	text-align: center;
}
.container .problem .button a{
	color: #8a0101;
	padding: 15px 0;
	display: block;
}
/* ---分享图--- */
.container .shareimg {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.container .shareimg img {
	width: 25%;
	float: left;
}