html {
	overflow: auto;
	min-width: 1400px;
}

body {
	overflow: visible;
	margin: 0 auto;
	min-width: 1400px;
	font-family: "-apple-system", "BlinkMacSystemFont", "myFont", "Microsoft YaHei", sans-serif;
	color: #444;
}

@font-face {
	font-family: "myFont";
	src: url("font/PingFang SC.eot");
	src: url("font/PingFang SC.woff") format("woff"), url("font/PingFang SC.ttf") format("truetype");
}

ul,
ul li,
ol,
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link,
a:hover,
a:visited {
	color: currentcolor;
	text-decoration: none;
}

.hypc-hide {
	display: none !important;
}

.hypc-width-1200 {
	display: block;
	margin: 0 auto;
	width: 1400px;
}


/* topbar */

.hypc-topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	min-width: 1400px;
	height: 36px !important;
	font-family: "-apple-system", "BlinkMacSystemFont", "myFont", "Microsoft YaHei", sans-serif !important;
	background-color: #F4F9FF !important;
	box-shadow: 1px 1px 3px #D8ECFF !important;
	/*-webkit-box-shadow: 3px 3px 5px #D8ECFF, 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px #D8ECFF, 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.hypc-topbar ul {
	float: left;
	padding: 0;
}

.hypc-topbar ul:last-of-type {
	float: right;
}

.hypc-topbar ul li {
	float: left;
	font-size: 12px;
}

.hypc-topbar ul li a {
	display: inline-block;
	padding-right: 8px;
	line-height: 36px;
	font-size: 14px;
	color: #828791;
}

.hypc-topbar ul li a:not(:last-of-type) {
	padding-right: 0;
}

.hypc-topbar ul:first-of-type li a span {
	color: #0084FF;
}

.hypc-topbar ul:last-of-type {
	float: right;
	text-align: right;
}


/* header */

.hypc-header {
	float: left;
	display: block;
	margin-top: 36px !important;
	/*margin-top: 0 !important;*/
	margin-bottom: 0 !important;
	width: 100%;
	height: 100px !important;
	font-family: "-apple-system", "BlinkMacSystemFont", "myFont", "Microsoft YaHei", sans-serif !important;
	background-color: #FFF;
	border-bottom: 2px solid #D8ECFF;
	overflow: visible !important;
}

.hypc-header .hypc-header-logo {
	float: left;
	display: block;
	/*width: 20%;*/
	width: 15%;
}

.hypc-header .hypc-header-logo span {
	/*margin-left: 10px;*/
	font-size: 22px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 4px;
	color: #0084FF;
	text-shadow: 1px 0 0 #D8ECFF, 0 1px 0 #D8ECFF;
}

.hypc-header .hypc-header-logo img {
	margin-top: 10px;
	width: auto;
	height: auto;
	max-height: 80px;
	overflow: hidden;
}


/*.hypc-header .hypc-header-nav {
	float: left;
	display: block;
	position: relative;
	bottom: -2px;
	width: 40%;
}

.hypc-header .hypc-header-nav ul li {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding: 45px 5px 30px;
	font-size: 18px;
	line-height: 20px;
	color: #828791;
	border-bottom: 2px solid transparent;
}*/

.hypc-header .hypc-header-nav {
	float: right;
	display: block;
	position: relative;
	top: 20px;
	max-width: 85%;
	height: 80px;
	text-align: right;
	overflow: hidden;
}

.hypc-header .hypc-header-nav ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 30px 5px;
	height: 80px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #828791;
	border-bottom: 2px solid transparent;
	overflow: hidden;
}

.hypc-header .hypc-header-nav ul li:not(.more):hover,
.hypc-header .hypc-header-nav ul li:not(.more).active {
	color: #0084FF;
	border-color: currentcolor;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	/* Firefox 4 */
	-webkit-transition: all 300ms ease-in-out;
	/* Safari 和 Chrome */
	-o-transition: all 300ms ease-in-out;
	/* Opera */
}

.hypc-header .hypc-header-nav ul li.more i {
	margin-left: 5px;
	margin-right: 5px;
}

.hypc-header .hypc-header-nav ul li.more .more-box {
	float: left;
	display: none;
	position: absolute;
	top: 68px;
	z-index: 99;
	margin-left: -25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	background-color: #FFF;
	border: 1px solid #828791;
	border-radius: 3px;
	box-shadow: 0 1px 4px #D8ECFF;
}

.hypc-header .hypc-header-nav ul li.more .more-box span {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hypc-header .hypc-header-nav ul li.more .more-box span:hover {
	background-color: #F4F9FF;
}

.hypc-header .hypc-header-nav ul li.more:hover .more-box {
	display: block;
}

.hypc-header .hypc-header-search {
	float: left;
	display: block;
	padding-top: 35px;
	width: 32%;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}

.hypc-header .hypc-header-search .search-before {
	float: left;
	display: block;
	width: 100%;
}

.hypc-header .hypc-header-search .search-before .search-before-box {
	float: left;
	display: inline;
	width: 280px;
	border: 1px solid #D8ECFF;
	border-radius: 3px;
}

.hypc-header .hypc-header-search .search-before .search-before-box input {
	float: left;
	display: inline;
	padding: 5px 10px;
	width: 238px;
	height: 34px;
	outline: none;
	border: none;
	background-color: #F9F9F9;
}

.hypc-header .hypc-header-search .search-before .search-before-box button {
	float: left;
	display: inline;
	width: 40px;
	height: 34px;
	text-align: center;
	background-color: #F9F9F9;
	border: none;
}

.hypc-header .hypc-header-search .search-before .search-before-more {
	float: left;
	display: inline;
}

.hypc-header .hypc-header-search .search-before .search-before-more .btn {
	margin-left: 15px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #FFF;
	background-color: #0084FF;
	border: 1px solid #0084FF;
	border-radius: 3px;
}

.hypc-header .hypc-header-search .search-after {
	float: left;
	display: block;
	position: relative;
	z-index: 99;
	width: 100%;
}

.hypc-header .hypc-header-search .search-after .search-after-box {
	float: left;
	display: block;
	width: 100%;
	border: 2px solid #0084FF;
	border-radius: 3px;
}

.hypc-header .hypc-header-search .search-after .search-after-box input {
	float: left;
	display: inline;
	padding: 5px 10px;
	width: 85%;
	height: 34px;
	outline: none;
	border: none;
	background-color: #F9F9F9;
}

.hypc-header .hypc-header-search .search-after .search-after-box button {
	float: right;
	display: inline;
	width: 15%;
	height: 34px;
	color: #FFF !important;
	text-align: center;
	background-color: #0084FF;
	border: none;
}

.hypc-header .hypc-header-search .search-after .search-after-more {
	float: left;
	display: block;
	padding: 10px;
	width: 100%;
	min-height: 150px;
	/*border: 1px solid #0084FF;
	border-top: none;*/
	background-color: #FFF !important;
	border: 1px solid #FFF;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgb(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgb(0, 0, 0, 0.1);
}

.hypc-header .hypc-header-search .search-after .search-after-more span {
	float: left;
	display: inline;
	margin: 5px 6px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 60px;
	font-size: 14px;
	line-height: 24px;
	color: #0084FF;
	text-align: center;
	background-color: #F4F9FF;
	box-shadow: 0 0 1px #D8ECFF;
}


/* banner */

.hypc-banner {
	float: left;
	display: block;
	margin-top: 20px;
	width: 100%;
}

.hypc-banner .left {
	padding-right: 1%;
	width: 75% !important;
}

.hypc-banner .right {
	width: 25% !important;
}

.hypc-banner .hypc-bannerScroll {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
}

.hypc-banner .hypc-bannerScroll ul li {
	height: 200px;
}

.hypc-banner .hypc-bannerScroll ul li img {
	width: 100%;
	height: 100%;
}


/* main */

.hypc-main {
	float: left;
	display: block;
	width: 100%;
}

.hypc-main .hypc-main-left {
	float: left;
	display: block;
	margin-top: 20px;
	width: 49.2%;
}

.hypc-main .hypc-main-right {
	float: right;
	display: block;
	margin-top: 20px;
	width: 49.2%;
}

.hypc-main .hypc-main-head {
	float: left;
	display: block;
	padding: 20px 10px 0 10px;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #0084FF;
}

.hypc-main .hypc-main-head i {
	margin-left: 10px;
	margin-right: 10px;
}

.hypc-main .hypc-main-box {
	background-color: #FFF;
	/*border: 1px solid #FFF;*/
	border: 1px solid #D8ECFF;
	-moz-box-shadow: 3px 3px 5px #D8ECFF, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 5px #D8ECFF, 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px #D8ECFF, 1px 1px 3px rgba(0, 0, 0, 0.1);
}


/* hotList */

.hypc-hotList {
	float: left;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}

.hypc-hotList .list {
	float: left;
	display: block;
	padding: 5px 20px 20px;
	width: 100%;
}

.hypc-hotList .list ul li {
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	gap: 2.8%;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.hypc-hotList .list ul li .list-img {
	float: left;
	display: block;
	flex: 0 0 auto;
	width: 30%;
}

.hypc-hotList .list ul li .list-img a {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.66%;
	border-radius: 3px;
	overflow: hidden;
}

.hypc-hotList .list ul li .list-img a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hypc-hotList .list ul li .list-detail {
	float: left;
	display: block;
	flex: 1 1 auto;
	min-width: 67.2%;
}

.hypc-hotList .list ul li .list-detail span {
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hypc-hotList .list ul li .list-detail .title {
	margin-top: 5px;
	font-size: 20px;
	font-weight: 700;
}

.hypc-hotList .list ul li .list-detail .title:hover {
	color: #0084FF;
}

.hypc-hotList .list ul li .list-detail .summary {
	margin-top: 15px;
	margin-bottom: 15px;
	max-height: 50px;
	/*font-family: arial, simsun;*/
	font-size: 15px;
	color: #828791;
	white-space: normal;
}

.hypc-hotList .list ul li .list-detail .tips {
	float: left;
	display: inline;
	padding-top: 4px;
	width: 100%;
	/* width: 60%; */
	height: 20px;
	/*font-family: arial, simsun;*/
	line-height: 14px;
	color: #A4B0BE;
}

.hypc-hotList .list ul li .list-detail .tips i {
	float: left;
	position: relative;
	top: -4px;
	display: inline;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #F4F9FF;
	border-radius: 50%;
	overflow: hidden;
}

.hypc-hotList .list ul li .list-detail .tips i img {
	width: 100%;
	height: 100%;
}

.hypc-hotList .list ul li .list-detail .contact {
	float: left;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #A4B0BE;
}

.hypc-hotList .list ul li .list-detail .time {
	float: left;
	display: inline;
	margin-top: 10px;
	width: auto;
	font-size: 14px;
	line-height: 15px;
	color: #A4B0BE;
}

.hypc-hotList .list ul li .list-detail .tag {
	float: left;
	display: inline;	
	margin-top: 6px;	
	width: auto;
	font-size: 14px;
	line-height: 15px;	
}

.hypc-hotList .list ul li .list-detail .tag font {
	float: left;
	display: inline;
	margin-left: 8px;
	padding: 2px 4px;
}

.hypc-hotList .list ul li .list-detail .tag font.vip {	
	color: #0A7CDF;
	background-color: #FFF;
	border: 1px solid #DAEDFD;
}

/* .hypc-hotList .list ul li .list-detail .time {
	float: right;
	display: inline;
	width: 40%;
	text-align: right;
} */

.hypc-hotList .list-more {
	float: left;
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	text-indent: 2px;
	text-align: center;
	color: #0084FF;
	background-color: #F9F9F9;
}


/* questionList */

.hypc-questionList {
	float: left;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}

.hypc-questionList .list {
	float: left;
	display: block;
	padding: 20px;
	width: 100%;
}

.hypc-questionList .list ul li {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hypc-questionList .list ul li a {
	border-bottom: 1px solid transparent;
}

.hypc-questionList .list ul li:hover a {
	border-bottom-color: currentColor;
}


/* courseList */

.hypc-courseList {
	float: left;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}

.hypc-courseList .list {
	float: left;
	display: block;
	padding: 10px 20px 20px;
	width: 100%;
}

.hypc-courseList .list ul li {
	float: left;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 31%;
}

.hypc-courseList .list ul li:nth-of-type(3n-1) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.hypc-courseList .list ul li .img {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}

.hypc-courseList .list ul li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hypc-courseList .list ul li .title {
	float: left;
	display: block;
	padding: 5px 5px 0 5px;
	width: 100%;
	height: 58px;
	font-size: 15px;
	line-height: 24px;
	color: #828791;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.hypc-courseList .list ul li:hover .title {
	color: #444;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0 1px 3px rgb(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.1);
}


/* brandList */

.hypc-brandList {
	float: left;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}

.hypc-brandList .list {
	float: left;
	display: block;
	padding: 10px 20px 20px;
	width: 100%;
}

.hypc-brandList .list ul li {
	float: left;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 31%;
}

.hypc-brandList .list ul li:nth-of-type(3n-1) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.hypc-brandList .list ul li .img {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.hypc-brandList .list ul li .img img {
	width: 100%;
	height: 100%;
}

.hypc-brandList .list ul li .detail {
	float: left;
	display: inline-block;
	margin-left: 10px;
}

.hypc-brandList .list ul li .detail-title {
	float: left;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hypc-brandList .list ul li .detail-tips {
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #A4B0BE;
}

.hypc-brandList .list ul li .detail-tips i {
	margin-right: 5px;
	color: #A4B0BE;
}


/* footer */

.hypc-footer {
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	background-color: #FFF !important;
	border-top: 2px solid #D8ECFF;
}

.hypc-footer .logo {
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 12%;
}

.hypc-footer .logo img {
	width: 100%;
}

.hypc-footer .shortcut {
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 76%;
}

.hypc-footer .shortcut span {
	float: left;
	display: block;
	width: 100%;
}

.hypc-footer .shortcut .shortcut-link {
	margin-top: 15px;
	margin-bottom: 15px;
}

.hypc-footer .shortcut .shortcut-link a {
	float: left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: 700;
}

.hypc-footer .shortcut .shortcut-link a:not(:last-of-type) {
	border-right: 1px solid #DBEDFF;
}

.hypc-footer .shortcut .shortcut-contact font {
	padding-left: 20px;
	color: #828791;
}

.hypc-footer .shortcut .shortcut-contact font i {
	margin-right: 5px;
	color: #0084FF;
}

.hypc-footer .qrcode {
	float: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 12%;
}

.hypc-footer .qrcode span {
	float: left;
	display: block;
	padding: 10px;
	width: 100%;
	background-color: #0084FF;
	border-radius: 3px;
}

.hypc-footer .qrcode span font {
	float: left;
	display: block;
	padding: 5px 10px 5px 0;
	width: 28%;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}

.hypc-footer .qrcode span p {
	float: left;
	display: block;
	margin: 0;
	width: 72%;
}

.hypc-footer .qrcode span img {
	width: 100%;
	height: 100%;
}

.hypc-footer .sitelink {
	float: left;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-top: 2px solid #D8ECFF;
}

.hypc-footer .sitelink a {
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 5px;
}

.hypc-footer .copyright {
	float: left;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #828791;
	text-align: center;
	border-top: 2px solid #D8ECFF;
}


/* goTop*/

.am-gotop-fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1010;
	opacity: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 0;
	text-align: center;
	background-color: #828791;
}

.am-gotop-fixed i {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url('https://static.byxx.com/bypc/img/icon_goTop.png') no-repeat;
}


/* special for noPhoto */

.hypc-hotList .list ul li .list-img,
.hypc-courseList .list ul li .img {
	display: none !important;
}

.hypc-courseList .list ul li {
	padding-top: 15px;
	padding-bottom: 0;
}

.hypc-courseList .list ul li .title {
	padding: 0;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

/* special for bypc_default_share.css */


/*.hypc-bgMain {
	background-color: #F4F9FF !important;
}*/


/*.byzwPC-footer {
	background-color: #FFF !important;
	border-top: 1px solid #D8ECFF !important;
}*/


/* special for bypc_others_ad.css */

.byzwPC-banner-ADscroll {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

.cataAD {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

