*{
    box-sizing: border-box;
}
html, body {
    width: 100%;
}

/*哀悼日网站黑白适配---begin*/
/*html {*/
/*	filter: grayscale(100%);*/
/*}*/
/*.animation-adver-content {*/
/*	margin-top: 10%;*/
/*}*/
/*哀悼日网站黑白适配---end*/

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:14px;
    font-weight: normal;
    vertical-align: baseline;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    outline:none;
}
button{
    outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 auto;
}

/* custom */

a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width:5px;
    height:5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius:6px;
}

::-webkit-scrollbar-thumb:vertical {
    height:5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius:6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width:5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.right-banner {
	position: fixed;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.right-banner > .right-banner-list > li {
	width: 56px;
	height: 56px;
	margin-bottom: 12px;
	border-radius: 2px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	vertical-align: bottom;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-position linear 0.2s;
	-moz-transition: background-position linear 0.2s;
	-ms-transition: background-position linear 0.2s;
	-o-transition: background-position linear 0.2s;
	transition: background-position linear 0.2s;
}

.right-banner > .right-banner-list > li > p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	opacity: 0;
	color: #e04543;
	-webkit-transition: bottom linear 0.2s, opacity linear 0.2s;
	-moz-transition: bottom linear 0.2s, opacity linear 0.2s;
	-ms-transition: bottom linear 0.2s, opacity linear 0.2s;
	-o-transition: bottom linear 0.2s, opacity linear 0.2s;
	transition: bottom linear 0.2s, opacity linear 0.2s;
}
.right-banner > .right-banner-list > li > p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	opacity: 0;
	margin-top:3px;
	color: #999;
	-webkit-transition: bottom linear 0.2s, opacity linear 0.2s;
	-moz-transition: bottom linear 0.2s, opacity linear 0.2s;
	-ms-transition: bottom linear 0.2s, opacity linear 0.2s;
	-o-transition: bottom linear 0.2s, opacity linear 0.2s;
	transition: bottom linear 0.2s, opacity linear 0.2s;
}
.right-banner > .right-banner-list > li:hover > p{
	color: #e04543;
}


.right-banner > .right-banner-list > li.top_icon.active,
.right-banner > .right-banner-list > li.top_icon:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	background-position: center center;
}

.right-banner > .right-banner-list > li.active > p,
.right-banner > .right-banner-list > li:hover > p {
	bottom: 3px;
	opacity: 1;
}

.right-banner > .right-banner-list > li.active,
.right-banner > .right-banner-list > li:hover {
	background-position: center 9px;
}

.right-banner > .right-banner-list > li.kf_icon {
	background-image: url("../image/kf_icon.jpg");
}

.right-banner > .right-banner-list > li.phone_icon {
	background-image: url("../image/icon_phone.jpg");
}

.right-banner > .right-banner-list > li.yj_icon {
	background-image: url("../image/icon_yj.jpg");
}

.right-banner > .right-banner-list > li.qr_icon {
	background-image: url("../image/icon_qr.jpg");
}

.right-banner > .right-banner-list > li.top_icon {
	background-image: url("../image/icon_top.jpg");
}

.right-banner > .right-banner-list > li.kf_icon:hover {
	background-image: url("../image/kf_icon_check.jpg");
}

.right-banner > .right-banner-list > li.phone_icon:hover {
	background-image: url("../image/icon_phone_chekc.jpg");
}

.right-banner > .right-banner-list > li.yj_icon:hover {
	background-image: url("../image/icon_yj_check.jpg");
}

.right-banner > .right-banner-list > li.qr_icon:hover {
	background-image: url("../image/icon_qr_check.jpg");
}

.right-banner .list-content:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 12px;
    height: 5px;
    display: block;
    background-image: url(../image/header_content_top.png);
    background-size: 12px 5px;
}
.right-banner .phone-list-content {
	width: 285px;
	height: 128px;
	right: 64px;
	left: auto;
	top: -32px;
	padding-top: 10px;
}

.phone-list-content.list-content:before {
	top: 60px;
	right: -8px;
	transform: rotate(90deg);
}

.right-banner .appQr-list-content {
	right: 64px;
	left: auto;
	top: -78px;
	padding: 32px;
	width: 394px;
	height: 216px;
}

.appQr-list-content.list-content:before {
	top: 104px;
	right: -8px;
	transform: rotate(90deg);
}

.appQr-list-content > div {
	display: inline-block;
}

.appQr-list-content > div:first-child img,
.appQr-list-content > div:first-child p {
	text-align: center;
	padding-right: 30px;
	color: #555;
}

.appQr-list-content > div:last-child img,
.appQr-list-content > div:last-child p {
	text-align: center;
	padding-left: 30px;
	color: #555;
}

.phone-list-content > div {
	font-size: 14px;
	color: #555;
	margin-top: 14px;
	margin-left: 30px;
	padding-left: 30px;
	line-height: 30px;
}

.phone-list-content > div:first-child {
	background-image: url(../image/lt_icon_phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.phone-list-content > div:last-child {
	background-image: url(../image/lt_icon_time.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.first-swiper img {
	width: 559px;
	height: 315px;
	display: block;
}


.main-teacher,
.main-time {
	margin-bottom: 20px;
}

.main-teacher:before,
.main-time:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../image/teacher_icon.png");
}

.teacher-right{
	position: absolute;
	right: 0;
	width: 137px;
	top: 50%;
	height: 14px;
	transform: translateY(-50%);
}

.teacher-right .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	margin-right:10px;
	background: #fff;
	vertical-align: middle;
	border:2px solid #BCC1BD;
}

.teacher-right .swiper-pagination-bullet-active {
	background: #F75452;
	width:12px;
	height:12px;
	border:3px solid #FFC8C7;
}

