* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fdf4eb url(../images/bg.png) center top no-repeat;
	-webkit-text-size-adjust: none;
	background-size: 100%;
}

html {
	min-width: 1200px;
}

.wraper {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
}

.wrap {
	width: 1200px;
	margin: 0px auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

dl,
dt,
ul {
	list-style: none;
	text-decoration: none;
	padding-inline-start: 0px;
}

a {
	text-decoration: none;
	color: #333;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.un {
	transition: all 0.3s ease-out 0s;
}

.none {
	display: none;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}

.title {
	margin-top: 0px;
}

.inr {
	font-size: 15px;
	color: #444;
	line-height: 30px;
	width: 704px;
	margin-top: 20px;
	box-sizing: border-box;
	padding-left: 10px;
}

.top {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.tit {
	background: url(../images/titbg.png) center no-repeat;
	height: 51px;
	line-height: 51px;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.ability {
	margin-top: 168px;
}

.ability ul li {
	background: url(../images/a1.png) center no-repeat;
	width: 300px;
	height: 218px;
	box-sizing: border-box;
	padding: 30px 37px;
	margin-top: 15px;
}

.ability ul li h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.ability ul li p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}

.video {
	margin-top: 50px;
}

.video ul {
	margin-top: 35px;
}

.video ul li {
	background: url(../images/videobg.png) center no-repeat;

	margin-top: 0px;
}
.video ul li a{
	display: block;
	box-sizing: border-box;
	width: 581px;
	height: 340px;
	padding: 35px 25px 0 55px;
}
.teacher{margin-bottom: 10px;}
.teacherInr {
	width: 317px;
	margin-left: 32px;
}

.teacherInr h3 {
	color: #a23518;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	height: 64px;
	overflow: hidden;
}

.teacherInr h2 {
	display: inline-block;
	font-size: 26px;
	color: #333;
	margin-right: 20px;
}

.teacherInr span {
	font-size: 14px;
}

.video ul li p {
	color: #555;
	font-size: 14px;
	line-height: 24px;
}

.video ul li:hover{transform: translateY(-3px);}

.resolve {
	margin-top: 50px;
}

.resolve ul {
	margin-top: 30px;
	padding-left: 8px;
}

.resolve ul li {
	width: 374px;
	height: 144px;
	box-sizing: border-box;
	padding: 25px 30px 20px;
	background: url(../images/b1.png) center no-repeat;
	margin-right: 13px;
}

.resolve ul li h3 {
	text-align: center;
	margin-bottom: 5px;
}

.resolve ul li:nth-child(3n) {
	margin-right: 0;
}


.research-title {
	color: #d95622;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: url(../images/c.png) center top no-repeat;
	height: 85px;
	line-height: 85px;
	display: block;
	margin-top: 50px;
}

.research-content {
	position: relative;
	width: 1200px;
	height: 400px;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}

.scroll-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 5180px;
	height: 400px;
	z-index: 1;
	display: flex;
	animation: scrollLeft 240s linear infinite;
}
.group-portrait {width: 5180;height: 400px;object-fit: cover;flex-shrink: 0;display: flex;}
.group {width: 2590px;height: 400px;object-fit: cover;flex-shrink: 0;}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-5180px);
	}
}

.tips{margin-top: 50px;margin-bottom: 30px;}
.tipTitle{background: url(../images/tz.png) center no-repeat; height: 50px; line-height: 50px; text-align: center; color: #333; font-size: 32px; font-weight: bold;}
.detail{display: flex;height: 35px;align-items: center;padding-top: 20px;}
.detail div{background: url(../images/jiao.png) center left no-repeat; padding-left: 35px; font-size: 16px;}
.detail div:nth-child(2){margin: 0 48px 0 28px;}
.map{background: url(../images/map.png) center no-repeat; height: 534px; position: relative;}
.jt{position: absolute; bottom: 30px; right: 20px;}

.blueLine{background: url(../images/blueline.png) center left no-repeat; height: 30px; margin-left: 10px; box-sizing: border-box;}

.swing:hover{-webkit-animation:swing 1s .2s ease both;
-moz-animation:swing 1s .2s ease both;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center
}
20% {
-webkit-transform:rotate(7deg)
}
40% {
-webkit-transform:rotate(-5deg)
}
60% {
-webkit-transform:rotate(2deg)
}
80% {
-webkit-transform:rotate(-2deg)
}
100% {
-webkit-transform:rotate(0deg)
}
}
@-moz-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-moz-transform-origin:top center
}
20% {
-moz-transform:rotate(7deg)
}
40% {
-moz-transform:rotate(-5deg)
}
60% {
-moz-transform:rotate(2deg)
}
80% {
-moz-transform:rotate(-2deg)
}
100% {
-moz-transform:rotate(0deg)
}
}
