.content-wrapper {
	width: 100%;
	min-width: 1200px;
}


/*哀悼日网站黑白适配---begin
html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/
/*哀悼日网站黑白适配---end*/

.content {
	width: 1400px;
	margin: 0 auto;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.highlight-text:hover {
	color: #e04543;
}

.shadow-box {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-transition: box-shadow linear 0.1s;
	-moz-transition: box-shadow linear 0.1s;
	-ms-transition: box-shadow linear 0.1s;
	-o-transition: box-shadow linear 0.1s;
	transition: box-shadow linear 0.1s;
}

.shadow-box:hover {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.information-list {
	padding: 25px;
	padding-top: 20px;
}

.information-list > li {
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}

.information-list > li > a {
	line-height: 40px;
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information-list > li > a.omit {
	width: auto;
}

.information-list > li > a:last-child {
	margin-right: 0;
}

.information-list > li.main-information > a {
	font-size: 18px;
	line-height: 47px;
	color: #333;
	font-weight: bold;
}

.information-list > li.main-information > a:hover {
	color: #e04543;
}

.information-list > li.main-information:before,
.information-list > li.information-list-head:before,
.information-list > li.information-second-head:before {
	content: "";
	display: none;
}

.information-list > li:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #d1d1d5;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 9px;
}

.list-content {
	background-color: #fff;
	border: 1px solid #e04543;
	top: 70px;
	position: absolute;
	z-index: 1000;
}

.list-content:before {
	content: "";
	position: absolute;
	top: -5px;
	width: 100%;
	height: 5px;
	display: block;
	background-image: url("../image/header_content_top.png");
	background-size: 12px 5px;
	background-repeat: no-repeat;
}

.item-title:before {
	content: "";
	width: 11px;
	height: 29px;
	display: inline-block;
	vertical-align: top;
	background-image: url("../image/title_front.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.item-title {
	display: inline-block;
	padding: 30px 0;
	font-size: 26px;
	letter-spacing: 3px;
}

.red-span-title {
	font: inherit;
	color: #e04543;
}

.page-box {
	text-align: center;
	margin-bottom: 30px;
}

.page-wrapper {
	font-size: 0;
	display: inline-block;
}

.page-wrapper > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 14px;
	height: 25px;
	cursor: pointer;
}

.page-wrapper.type2 > a {
	width: 40px;
	height: 25px;
	line-height: 23px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	cursor: pointer;
	color: #999999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-wrapper.type2 > a.none {
	border-color: transparent;
}

.page-wrapper.type2 > a.on {
	background-color: #FFEEE5;
	border-color: #E42626;
	color: #FF6600;
}

.page-wrapper > .first,
.page-wrapper > .prev,
.page-wrapper > .next,
.page-wrapper > .last,
.page-wrapper.type2 > a.first,
.page-wrapper.type2 > a.prev,
.page-wrapper.type2 > a.next,
.page-wrapper.type2 > a.last {
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-wrapper > *:last-child {
	margin-right: 0;
}

.page-wrapper > ul > li {
	width: 40px;
	height: 25px;
	line-height: 23px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	cursor: pointer;
	color: #999999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-wrapper > ul > li.active {
	background-color: #FFEEE5;
	border-color: #E42626;
	color: #FF6600;
}

.page-wrapper > ul > li:last-child {
	margin-right: 0;
}

.left-list-link-type {
	font-weight: bold;
	font-size: 15px;
	width: 60px;
	display: inline-block;
}

.weixin-weibo-code {
	position: relative;
}

.weixin-weibo-code:hover > .list-content {
	display: block;
}

.weixin-weibo-code > .list-content {
	left: -334px;
	padding: 40px 50px;
	display: none;
}

.weixin-weibo-code > .list-content:before {
	left: 353px;
}

.big-banner {
	width: 100%;
	min-width: 1200px;
	height: 450px;
	margin: 0 auto;
	background-image: url(../image/tip_img.png);
	background-size: 2560px 450px;
	background-repeat: no-repeat;
	background-position: center center;
}

.course-list .buy-count-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	padding: 0 10px;
}

.more-link-wrapper {
	position: relative;
}

.more-link-wrapper > .more-link {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	padding: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.more-link-wrapper > .more-link:hover {
	background-color: #e04543;
	color: #fff;
}

.content-txt a {
	color: rgb(0, 0, 204);
	font-size: inherit;
}
.content-txt img{
	max-width:100%;
}
.content-txt a:hover {
	text-decoration: underline;
}

.banner-img-wrapper {
	min-width: 1200px;
	height: 450px;
	margin: 0 auto;
	background-size: 2560px 450px;
	background-repeat: no-repeat;
	background-position: center center;
}

.top-button-wrapper {
	position: absolute;
	bottom: 1px;
	width: 1200px;
	height: 1px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 100;
}

.top-button-wrapper > .top-button-prev,
.top-button-wrapper > .top-button-next {
	top: -230px;
	background-size: 60px 60px;
	background-color: transparent;
	background-image: url(http://www.gwyks.cn/zq/r/cms/common/image/top_swipe_left.png);
	width: 60px;
	height: 60px;
}

.top-button-wrapper > .top-button-prev {
	left: -60px;
}

.top-button-wrapper > .top-button-next {
	right: -60px;
}

.top-swiper .top-swiper-page {
	text-align: center;
	z-index: 100;
	bottom: 5px;
	position: relative;
}

.top-swiper .top-swiper-page .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.top-swiper .top-swiper-page .swiper-pagination-bullet-active {
	background-color: #F75452;
	-webkit-box-shadow: 0 0 0 3px #FFC8C7;
	-moz-box-shadow: 0 0 0 3px #FFC8C7;
	box-shadow: 0 0 0 3px #FFC8C7;
}

/*侧边客服*/
/*.custom-wrapper {*/
/*position: fixed;*/
/*right: 0;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*z-index: 500;*/
/*}*/
.custom-item {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100%;
	z-index: 500;
	-webkit-transition: right linear 0.5s;
	-moz-transition: right linear 0.5s;
	-ms-transition: right linear 0.5s;
	-o-transition: right linear 0.5s;
	transition: right linear 0.5s;
}

.custom-right {
	padding: 0 11px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	opacity: 0.75;
}

.custom-right.custom-show {
	right: 0%;
}

.custom-right > ul > li {
	padding: 10px 0;
	height: 84px;
	text-align: center;
	border-bottom: 1px solid #F0F4F9;
}

.custom-right > ul > li p,
.custom-right > ul > li span {
	font-size: 14px;
	color: #555;
}

.custom-right > ul > li img {
	margin-bottom: 8px;
	margin-top: 8px;
}

.custom-right > ul > li:first-child,
.custom-right > ul > li:last-child {
	line-height: 50px;
}

/*.custom-right>ul>li>p{*/
/*line-height:30px;*/
/*}*/
.custom-right > ul > li:last-child {
	border-bottom: 0;
}

.custom-left {
	width: 148px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background-color: #fff;
}

.custom-left.custom-show {
	right: 0%;
}

.custom-left-tip {
	height: 36px;
	background-color: #E04543;
	color: #fff;
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}

.custom-left-tip:before {
	content: "";
	background-image: url(../image/right.png);
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0;
	height: 36px;
	width: 10px;
	background-size: 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
}

.custom-qq-list {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

.custom-qq-list > li > a {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding-left: 15px;
	font-size: 15px;
	color: #555;
}

.custom-qq-list > li > a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../image/qq.png);
	width: 16px;
	height: 18px;
	margin-right: 10px;
}

.custom-phone {
	padding: 15px 9px;
	border-bottom: 1px dashed #ccc;
}

.custom-phone > p {
	color: #959595;
	font-size: 14px;
}

.custom-phone > p:first-child {
	margin-bottom: 7px;
}

.custom-qrcode {
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #959595;
	border-bottom: 2px solid #E04543;
}

.custom-qrcode > img {
	margin-bottom: 5px;
}

.custom-qrcode > p {
	line-height: 20px;
	font-size: 11px;
}

.custom-phone-text:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../image/phone.png);
	width: 16px;
	height: 16px;
	margin-right: 9px;
}

.custom-time-text:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../image/time.png);
	width: 15px;
	height: 15px;
	margin-right: 10px;
}


.open-qq:before {
	content: "";
	background-image: url(../image/left.png);
	display: inline-block;
	width: 10px;
	height: 9px;
}
.custom-anchor a{
	color:#555;
}
.custom-anchor:after{
	content: "";
	background-image: url(../image/icon_jiao.png);
	display: block;
	width: 7px;
	height: 4px;
	margin: 0 auto;
	margin-top: -14px;
}
.open-qq-btn,
.custom-anchor,
.custom-left-tip {
	cursor: pointer;
}
/* winter skin */

.custom-wrapper.winter .custom-left {
	padding-top: 98px;
	background-image: url(../image/custom_summer.png);
	background-size: 135px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.custom-wrapper.winter .custom-left-tip {
	width: 80%;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	/*background-color: #82ACF6;*/
	color: #fff;
	position: relative;
	/*background-image: url(/r/cms/common/image/custom/summer/gradient.png);*/
	background-position: -3px -3px;
	background-image: linear-gradient(0deg, #00cac8 9%, #66e7e5 100%), linear-gradient( #ffffff, #ffffff);
}

.custom-wrapper.winter .custom-phone {
	/*display: none;*/
}

.custom-wrapper.winter .custom-qq-list>li>a {
	height: 30px;
	line-height: 30px;
}

.custom-wrapper.winter .custom-left {
	width: 135px;
}

.custom-wrapper.winter .custom-qq-list {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0;
}

.custom-wrapper.winter .custom-qrcode:before {
	/*content: '400-108-1732';
	display: block;
	margin-bottom: 0;*/
	/* font-weight:bold; */
	/*font-size: 14px;*/
}

.custom-wrapper.winter .custom-qrcode {
	padding-bottom: 76px;
	border-bottom: 0;
	background-image: url(../image/custom_summer_bottom.png);
	background-size: 135px auto;
	background-position: 0 46px;
	background-repeat: no-repeat;
}

.custom-wrapper.winter .phone-type {
	display: none;
}

.custom-wrapper.winter .custom-left:before {
	content: "";
	display: block;
	position: absolute;
	width: 46px;
	height: 38px;
	/*background-image: url('/r/cms/common/image/custom/spring/custom_bird.png');*/
	top: 52px;
	right: -5px;
	z-index: 100;
}

.custom-wrapper.winter .custom-qrcode>p:last-child {
	/*display: none;*/
	font-size: 12px;
}

.custom-wrapper.winter .custom-right {
	background-image: url(../image/custom_summer_tiny.png);
	background-size: 65px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.custom-wrapper.winter .custom-right>ul>li:first-child {
	line-height: 20px;
}

.custom-wrapper.winter .custom-right>ul>li span {
	margin-top: 42px;
	display: block;
	font-size: 13px;
	color: #e04543;
	font-weight: bold;
}
.custom-wrapper.winter .custom-left-tip:before{
	display:none;
}
.custom-wrapper.winter .custom-left-tip:after {
	content: '';
	display: inline-block;
	margin-left:5px;
	background-image: url(../image/open_white.png);
	background-size:auto auto;
	width: 18px;
	height: 14px;
	position:initial;
}

.custom-wrapper.winter .open-qq:before {
	background-image: url(../image/open.png);
	width: 14px;
	height: 12px;
}

.custom-wrapper.winter .custom-right:before {
	/*content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 25px;
	background-image: url(/r/cms/common/image/custom/winter/custom_bird.png);
	background-size: auto 100%;
	top: -10px;
	background-repeat: no-repeat;
	left: -4px;
	z-index: 100;*/
}

/*侧边栏*/
.side-bar {
	position: fixed;
	right: calc(50% - 700px - 90px);
	top: 25%;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 10px 5px;
	text-align: center;
	z-index: 99;
}
.bar-item {
	cursor: pointer;
	display: block;
	padding: 10px 5px;
}
.bar-item p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 12px;
}
.bar-item:hover {
	background-color: #f5232d;
}
.bar-item:hover p {
	color: #fff;
}
.bar-item .side-icon {
	height: 30px;
	width: auto;
}
.bar-item .side1-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon1.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side1:hover .side1-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon1_active.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item .side2-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon2.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side2:hover .side2-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon2_active.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item .side3-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon3.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side3:hover .side3-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon3_active.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item .side4-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon4.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side4:hover .side4-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon4_active.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item .side5-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon5.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side5:hover .side5-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon5_active.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item .side6-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon6.png") center center no-repeat;
	background-size: auto 30px;
}
.bar-item.side6:hover .side6-icon{
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side_icon6_active.png") center center no-repeat;
	background-size: auto 30px;
}
.side-bar .tel-box {
	display: none;
	position: absolute;
	right: 80px;
	top: 91px;
}
.side-bar .app-box {
	display: none;
	position: absolute;
	right: 80px;
	top: 92px;
}
.side-to-top {
	position: fixed;
	right: calc(50% - 700px - 90px);
	top: calc(25% + 434px);
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 10px 5px;
	text-align: center;
	z-index: 99;
	width: 70px;
	cursor: pointer;
}
.side-to-top .to-top-icon {
	height: 33px;
	width: auto;
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side-to-top.png") center center no-repeat;
	background-size: 28px 33px;
}
.side-to-top:hover {
	/*background: #f5232d;*/
}
.side-to-top:hover .to-top-icon {
	background: url("http://www.gwyks.cn/zq/r/cms/common/image/index/side-to-top-active.png") center center no-repeat;
	background-size: 28px 33px;
}

#jesong_panel {
	display: none!important;
}

@media screen and (max-width: 1590px) {
	.side-to-top,
	.side-bar {
		right: 20px;
	}
}