.coursemenu .dropdown{
	width:auto;
	padding:0px;
	background:#fff;
	border:none;
	position:relative;

}
.coursemenu .dropdown:hover {
    box-shadow:none;
}
.coursemenu .dropdown ul{
overflow: visible;
    top: 30px;
    left: -30px;
    position: absolute;
    height: 170px;
    /* width: 70px; */
    min-width: 100px;
}
.coursemenu .dropdown .kclink{
	width:45px;
}
.coursemenu .dropdown ul li{
    float: none;
    margin: 0 10px;
    width: 70px;
    text-align: center;
    padding: 8px 0px 8px 10px;
}
.coursemenu .dropdown ul li:hover
{
    background-color: #fff;
 }
  .coursemenu   .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #fff;
}
.coursemenu .dropdown ul li a{
	    left: -10px;
    position: relative;
}
.common-content {
    margin-bottom: 10px;
    padding: 30px 30px 20px;
    border: 1px solid #eee;
    background: #fff;
}
.no-margin {
    margin: 0!important;
}
.filter-title-wrapper {
    padding: 0;
    max-width: 90px;
}
.filter-item-wrapper .filter-item {
    display: inline-block;
    margin: 0 4px 10px 0;
    padding: 4px 10px;
    font-size: 15px;
    color: #666;
    border-radius: 15px;
    cursor: pointer;
    transition: background .5s ease;
    text-decoration: none;
}
.filter-item-wrapper .filter-item.active {
    color: #fff;
    background: #3280fc;
}
.filter-item-wrapper .filter-item:hover {
    color: #fff;
    background: #3280fc;
    text-decoration: none;
}
.filter-item-wrapper .filter-item a{
    color: #666;
}
.filter-item-wrapper .filter-item a:hover {
    color: #fff;
    text-decoration: none;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.footer {
	background-color: #F6F6F6;
	padding-top: 60px;
	color: #bdbebf;
}
.footer .pp {
	display: none;
}
.footer a {
	color: #333;
}
.footer a:hover {
	color: #083190;
}
.footer dl {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
}
.footer dt {
	margin-bottom: 15px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer dt:after {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #52565a;
	margin-top: 10px;
}
.footer dd {
	margin: 0;
}
.footer dd li {
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-contact {
	float: right;
	width: 236px;
}
.footer-contact .tel {
	font-size: 22px;
	color: #333;
	line-height: 1.1;
}
.footer-contact .tel small {
	font-size: 16px;
}
.footer-contact .code {
	margin: 30px 0 0 0;
}
.footer-contact .code .img-center {
	float: left;
	width: 100px;
}
.footer-contact .code .text {
	float: right;
	border-top: 1px solid #52565a;
	border-bottom: 1px solid #52565a;
	line-height: 28px;
	padding: 20px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 4px;
}
.footer-copy {
	background-color: #104492;
	color: #fff;
	margin-top: 50px;
	padding: 15px 0;
	text-align: center;
}
.footer-copy p {
	margin: 5px 0;
}
.footer-copy a {
	color: #fff;
}

.nav-footer{
	overflow: hidden;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:#015cb5;
	z-index: 10;
	display: none;
	color: #FFF;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i {
	display: block;
	height: 20px;
	margin-bottom: 3px;
	font-size: 16px;
}

.footer-copy  .bd-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	font-size: 14px;
}
.address-box{
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.address-box p{
	line-height: 25px;
	font-size: 16px;
}
.baodan-footer{
	width: 50%;
	display: flex;
	flex-direction: row-reverse;

}
.baodan-footer form{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin: 0 auto; */
	padding-top: 20px;

}
.baodan-footer form .biaodan-dd{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.baodan-footer form .biaodan-dd input{
	width: 45%;
	margin-bottom: 10px;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
}
.baodan-footer form .biaodan-dd textarea{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}
.baodan-footer form .vcode-box{
	justify-content: unset;
}
/* .baodan-footer form .vcode-box input{
	width: 150px;
} */
.baodan-footer form .vcode-box img{
	height: 50px;
	width: 180px;
	margin-left: 20px;
}
.biaodan-dd button{
	width: 150px;
	height: 35px;
	font-size: 16px;
}
.wechat-box{
	margin-top: 10px;
}
.wechat-box img{
	width: 130px;
}
.wechat-box img:nth-of-type(2){
	margin-left: 20px;
}

.about-box{
	padding-top: 30px;
}
.about-box .about-nav-title{
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	width: 80%;
	margin-bottom: 10px;
}
.about-box .about-left{
	float: left;
	width: 40%;
}
.about-box .about-left ul{
	padding-left: 60px;
}
.about-box .about-left ul li{
	line-height: 50px;
}
.about-box .about-right{
	float: left;
	width: 60%;
}
.about-box .about-right .img-box{
	position: relative;
}
.about-box .about-right img{
	width: 700px;
	position: absolute;
		top: -22px;
}

.link-icon img{width: 30px;margin-right: 10px;}
.content1 {
	width: 1300px;
	margin:  0 auto;
}
.wap-footer{
	display: none;
}
.pc-footer {
	padding-bottom: 60px;
	background-color: #242424 !important;
	position: relative;
	display: block;

}

.pc-footer-inner {
	display: flex;
	justify-content: space-between;
}

.pc-footer-inner .tel-box {
	width: 230px;
	height: 200px;
	border-left: 1px solid #707070;
	color: #FFF;
	padding-left: 30px;
}

.pc-footer-inner .tel-box .tel {
	margin-bottom: 10px;
}

.pc-footer-inner .tel-box p {
	line-height: 24px;

}

.pc-footer-inner .tel-box p.title {
	font-size: 14px;
}

.pc-footer-inner .tel-box p.desc {
	font-size: 20px;
}

.pc-footer-inner .erweima-box {
	width: 180px;
	height: 200px;
}

.pc-footer-inner a {
	color: #FFF;
}

.pc-footer-inner a:hover {
	color: #fff;
}

.pc-footer-inner .nav-list {
	width: 800px;
}

.pc-footer-inner .nav-list dl {
	width: 22%;
}

.pc-footer-inner .nav-list dd a {
	color: #999;
	font-size: 13px;
}

.pc-footer-inner .nav-list dd a:hover {
	color: #FFF;
}

.pc-footer-inner .erweima-box .dd {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}

.pc-footer-inner .erweima-box .dd img {
	width: 85px;
	margin-bottom: 5px;
}

.footer-bt {
	background-color: #2e2e2e;
	padding: 30px 0 20px 0;
}

.footer-bt-inner {
	display: flex;
	justify-content: space-between;
	color: #FFF;
}

.footer-bt-inner .lt {
	width: 60%;
}

.footer-bt-inner .rt {
	width: 40%;
	font-size: 13px;
	text-align: right;
}

.footer-bt-inner a {
	color: #fff;
	display: inline-block;
	padding: 0 6px;
	font-size: 13px;
}

.footer-bt-inner .rt .falv {
	text-align: right;
	margin-bottom: 8px;
}

.footer-bt-inner .rt .beian {
	color: #999;
	margin-top: 8px;
}

.address-box {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.address-box p {
	line-height: 25px;
	font-size: 16px;
}

.baodan-footer {
	width: 50%;
	display: flex;
	flex-direction: row-reverse;

}

.baodan-footer form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin: 0 auto; */
	padding-top: 20px;

}

.baodan-footer form .biaodan-dd {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.baodan-footer form .biaodan-dd input {
	width: 45%;
	margin-bottom: 10px;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
}

.baodan-footer form .biaodan-dd textarea {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.baodan-footer form .vcode-box {
	justify-content: unset;
}

/* .baodan-footer form .vcode-box input{
	width: 150px;
} */
.baodan-footer form .vcode-box img {
	height: 50px;
	width: 180px;
	margin-left: 20px;
}

.biaodan-dd button {
	width: 150px;
	height: 35px;
	font-size: 16px;
}

.wechat-box {
	margin-top: 10px;
}

.wechat-box img {
	width: 130px;
}

.wechat-box img:nth-of-type(2) {
	margin-left: 20px;
}

.wechat-box img:nth-of-type(3) {
	margin-left: 20px;
}

.about-box {
	padding-top: 30px;
}

.about-box .about-nav-title {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	width: 80%;
	margin-bottom: 10px;
}

.about-box .about-left {
	float: left;
	width: 40%;
}

.about-box .about-left ul {
	padding-left: 60px;
}

.about-box .about-left ul li {
	line-height: 50px;
}

.about-box .about-right {
	float: left;
	width: 60%;
}

.about-box .about-right .img-box {
	position: relative;
}

.about-box .about-right img {
	width: 700px;
	position: absolute;
	top: -22px;
	box-shadow: 0 0 5px #ccc;
}

.link-icon img {
	width: 30px;
	margin-right: 10px;
}

.fixed-box {
	position: fixed;
	right: 5px;
	top: 50%;
	width: 60px;
	color: #FFF;
	cursor: pointer;
	z-index: 999;
	/* height: 200px; */
}

.fixed-box .zixun {
	height: 60px;
	background-color: #207BE6;
	margin-bottom: 20px;
	text-align: center;
}

.fixed-box .zixun:hover {
	background-color: #1B68BF;
}

.fixed-box img {
	width: 40px;
}

.fixed-box .list {
	background-color: #FFF;
	box-shadow: 0 0 5px #ccc;
}

.fixed-box .list li {
	height: 70px;
	text-align: center;
	color: #333;
	position: relative;
}

.fixed-box .list li img {
	margin-top: 10px;
}

.fixed-box .list li:hover {
	background-color: #f0f0f0;
}

.fixed-box .list li > p {
	line-height: 20px;
	position: relative;
	top: -2px;
}

.fixed-box .list li .weixin-box {
	width: 100px;
	height: 220px;
	box-shadow: 0 0 5px #ccc;
	background-color: #FFF;
	position: absolute;
	right: 70px;
	top: 0;
	display: none;
}
.fixed-box .list li .weixin-box .img-box{
	width: 70%;
	margin: 0 auto;
	/* margin-bottom: 15px; */
}
.fixed-box .list li .weixin-box .img-box:nth-of-type(1){
	margin-bottom: 10px;
}
.fixed-box .list li .weixin-box .img-box img{
	width: 100%;
}

.fixed-box .list li .rexian-box{
	width: 200px;
	height: 30px;
	box-shadow: 0 0 5px #ccc;
	background-color: #FFF;
	position: absolute;
	right: 70px;
	top: 0;
	display: none;
}
.fixed-box .list li .rexian-box p{
	font-size: 18px;
	line-height: 30px;
}
.fixed-box .go-top {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-box .go-top img {
	width: 35px;
}

.fixed-box .list li .weixin-box:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(1px 1px 0 #aaa);
}