@charset "utf-8";
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}
.imageflow .slider{height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002}
.imageflow .images{overflow:hidden; white-space:nowrap}
/*banner*/
.ban-ageth{
	background: url("../images/ban-ageth.jpg") no-repeat scroll center center;
    height: 960px;
    width: 100%;
}
.ban-ageth h2 {
	left: 30%;
	top: 44%;
    background-size: 15% 62%;
    padding: 80px 38px 80px 0;
}
/*.banb p:before{
	content: '';
	position: absolute;
	z-index: 1;
	right: -34px;
	top: -34px;
	width: 114px;
	height: 142px;
	border:1px solid #fff;
}*/

/*typecommon*/
.m-title {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 550px;
	/*min-height: 160px;*/
	height: 160px;
}
.m-title h3{
	width: 220px;
    height: 122px;
    color: #fff;
   
    padding-top: 32px;
    font-size: 36px;
}
.m-title .m-txt{
	position: absolute;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}
.m-title .m-txt h4,
.m-title .m-txt h4 strong{
	font-size: 24px;
	margin: 0;
}
.m-title .m-txt p{
	font-size: 18px;
	margin: 0;
}

/*typeone*/
.type-one,
.type-two{
	text-align: center;
}
.type-one .m-title h3{
	 padding-left: 20px;
	background:url("../images/type-one.png") no-repeat;
}
.type-one .m-title .m-txt{
	top: 85px;
    left: 156px;
    
}

/*type-two*/
.type-two .m-title h3{
	 float: right;
	text-align: right;
	padding-right: 20px;
	background:url("../images/type-two.png") no-repeat;
}

.type-two .m-title .m-txt{
	top: 82px;
	left: 72px;
}

/*杂志风 typeone*/
.magazine,
.art,
.school{
	padding: 2% 0 1% 0;
}
.magazine,
.art{
	background-color: #f5f5f5;
}
/*学院风*/
.school {
	background: url("../images/schbg.jpg") repeat;
	color: #fff;
}

/*艺术风*/



/*why*/
.why{
	width: 100%;
	padding: 4% 0 3%;
	background: url("../images/whybg.jpg") no-repeat center top;
}
.whywrap{
	position: relative;
	color: #fff;
	width: 50%;
	margin-left: 10%;
}
.whywrap .left{
	width: 500px;
	padding-top: 5%;
}
.whywrap ul li{
	
	padding: 0 0 0 144px;
	margin-bottom: 6%;
}
.whywrap ul li.why1{
	background-position: 42px 10px;
}
.whywrap ul li.why2{
	background-position: 15px -117px;
}
.whywrap ul li.why3{
	background-position: -5px -240px;
}
.whywrap ul li.why4{
	background-position: 0 -388px;
}
.whywrap ul li.why5{
	background-position: -7px -521px;
}
.whywrap ul li b{
	font-weight: normal;
	display: block;
	font-size: 24px;
	color: #eaeaea;
	margin-bottom: 3px;
}
.whywrap ul li i{
	font-size: 14px;
	color: #979696;
	display: block;
}
/*right*/
.whywrap .right {
	position: absolute;
	right: 0;
	top: 41%;
	padding: 4% 6% 4% 0;
	background: url(../images/borbg2.png) no-repeat right center;
	background-size: 30% 100%;
}
.whywrap .right p{
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -71px;*/
	color: #fff;
	font-size: 42px;
	width: 346px;
	height: 142px;
	line-height: 142px;
	text-align: center;
	background: #219aab;
	margin: 4% 0;
}

/*图片旋转*/
.imageflow-wrap{
	position: relative;
}

@media  (max-width: 1700px){
	.m-title .m-txt{
		margin-top: 15px;
		line-height: 40px;
	}	
	.type-one .m-title h3,
	.type-two .m-title h3{
		font-size: 30px;
		padding-top: 36px
	}
	.m-title .m-txt h4, 
	.m-title .m-txt h4 strong{
		font-size: 20px;
	}
	.m-title .m-txt p{
		font-size: 16px;
	}

	/*why*/
	.whywrap{
		margin-left: 6%;
	}
	.whywrap ul li img{
		width: 185px;
	}
	.whywrap ul li b{
		font-size: 18px;
		margin: 0;
	}
	.whywrap ul li i{
		font-size: 12px;
	}

	.whywrap .right p{
		width: 220px;
		height: 80px;
		line-height: 80px;
		font-size: 26px;
	}
}
@media (max-width: 1400px){
	.ban-ageth{
		height: 650px;
	}
	.ban-ageth h2{
		top: 54%;
		left: 35%;
	}
}
@media (max-width: 1280px){
	.m-title{
		width: 440px;
	}
	.m-title .m-txt{
		margin-top: 15px;
		line-height: 35px;
	}	
	.type-one .m-title h3,
	.type-two .m-title h3{
		font-size: 26px;
		background-size: 90% 92%;
	}
	.type-two .m-title h3{
		padding-right: 40px;
	}
	.m-title .m-txt h4, 
	.m-title .m-txt h4 strong{
		font-size: 16px;
	}
	.m-title .m-txt p{
		font-size: 14px;
	}
	/*why*/
	.whywrap ul li.why4 img{
		width: 210px;
	}
	.whywrap ul li img{
		width: 180px;
		margin-bottom: 2px;
	}
	.whywrap ul li b{
		font-size: 14px;
	}
	.whywrap ul li i{
		font-size: 12px;
	}
	.whywrap .right{
		margin-right: -15%;
		background-size: 35% 100%;
	}
	.whywrap .right p{
		width: 180px;
		height: 73px;
		line-height: 73px;
		font-size: 20px;
	}
}
@media (max-width: 1024px){
	.whywrap{
		margin-left: 5%;
	}
	.whywrap .right{
		margin-right: -54%;
	}
}
@media (max-width:768px){
	.ban-ageth h2{
		left: 30%;
	}
	.m-title h3{
		width: 120px;
	}
	.m-title{
		width: 320px;
	}
	.m-title .m-txt{
		margin-top: 10px;
	}
	.type-one .m-title .m-txt{
		left: 95px
	}
	.type-one .m-title h3, .type-two .m-title h3{
		font-size: 16px;
		background-size: 100% 84%;
	}
	.type-two .m-title h3{
		padding-right: 16px;
	}
	.type-two .m-title .m-txt{
		left: 24px;
	}
	.m-title .m-txt h4, .m-title .m-txt h4 strong{
		font-size: 14px;
	}
	.m-title .m-txt p{
		font-size: 12px;
	}

	.whywrap ul li{
		background: none;
		padding-left: 40px;
	}
	.whywrap .right p{
		width: 126px;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.whywrap .right{
		background: none;
	}

	div.left-btn, 
	div.right-btn, 
	div.left-btn.left, 
	div.right-btn.right{
		width: 28px;
		height: 45px;
	}
	div.left-btn, div.left-btn.left{
		background-position: 8px 15px;
	}
	div.right-btn, div.right-btn.right{
		background-position: -40px 15px;
	}
}
@media (max-width: 414px){
	.ban-ageth{
		height: 200px;
		background-size: cover;
	}
	.ban-ageth h2{
		left: 26%;
		top: 14%;
	}
	.m-title{
		height: 58px;
	}
	.type-one .m-title .m-txt,
	.type-two .m-title .m-txt{
		width: 100%;
		text-align: center;
		left: 0;
		top: 15px;
		line-height: 24px;
	}
	.type-one .m-title h3,
	.type-two .m-title h3{
		background: none;
		color: #373737;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.type-two .m-title h3{
		color: #fff;
	}
	/*why*/
	.whywrap .left{
		width: 310px;
	}
	.whywrap .right{
		display: none;
	}
}