body.modal-open {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}
.header {
	z-index: 101;
	position: relative;
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.5)
}
.header::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #DEDEDE;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5
}
.header .content-box {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.header .header-nav-btn {
	position: absolute;
	right: 12px;
	font-size: 2.2rem;
	color: #1B3AB0;
	padding-right: 40px;
	line-height: 40px;
	background: url(../img/nav_open.png) right center no-repeat;
	background-size: auto 60%
}

@media (min-width: 1200px) {
.header-nav .header-nav-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header-nav .header-nav-bar>li {
	position: relative
}
.header-nav .header-nav-bar>li>a {
	font-size: 1.8rem;
	color: #353535;
	line-height: 100px;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	text-align: center;
	cursor: pointer
}
.header-nav .header-nav-bar>li>a:after {
	content: "";
	left: 50%;
	right: 50%;
	height: 2px;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #F46604
}
.header-nav .header-nav-bar>li>ul {
	position: absolute;
	z-index: 9;
	top: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
.header-nav .header-nav-bar>li>ul li a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center
}
.header-nav .header-nav-bar>li>ul li.active a, .header-nav .header-nav-bar>li>ul li:hover a {
	background: #F4A62A
}
.header-nav .header-nav-bar>li.active>a, .header-nav .header-nav-bar>li:hover>a {
	color: #fff;
	background: #F4A62A
}
.header-nav .header-nav-bar>li.active>a:after, .header-nav .header-nav-bar>li:hover>a:after {
	left: 0;
	right: 0
}
.header-nav .header-nav-bar>li:hover>ul {
	max-height: 1000px;
	opacity: 1;
	height: auto;
	padding: 5px
}
}

@media (max-width: 1199px) {
.header-nav {
	left: 0;
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 100px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 99999
}
.header-nav .header-nav-bar {
	width: 96%;
	margin: 0 auto;
	height: 100%
}
.header-nav .header-nav-bar>li {
	border-bottom: 1px solid #E5E5E5;
	position: relative
}
.header-nav .header-nav-bar>li>a {
	width: 100%;
	font-size: 1.8rem;
	color: #666;
	line-height: 3;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.header-nav .header-nav-bar>li>ul {
	z-index: 9;
	background: #f5f5f5
}
.header-nav .header-nav-bar>li>ul li {
	display: inline-block;
	margin: 1.5%;
	width: 22%
}
.header-nav .header-nav-bar>li>ul li a {
	display: block;
	font-size: 1.6rem;
	line-height: 2.6;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 3px
}
.header-nav .header-nav-bar>li>ul li.active a {
	background-color: #FFF200
}
.header-nav .header-nav-bar>li.open {
	background: #f7ba5a
}
.header-nav .header-nav-bar>li.active {
	border-bottom: none
}
.header-nav .header-nav-bar>li.active>a {
	color: #fff;
	background: #F4A62A
}
}

@media (max-width: 767px) {
.header-nav .header-nav-bar>li>ul li {
	width: 30.33%
}
}

@media (max-width: 479px) {
.header-nav .header-nav-bar>li>ul {
	background: #f5f5f5
}
.header-nav .header-nav-bar>li>ul li a {
	background: #f5f5f5
}
.header-nav .header-nav-bar>li>ul li {
	width: 100%;
	margin: 0
}
}

@media (max-width: 1199px) {
body {
	padding-top: 90px
}
.header {
	position: fixed;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.header .content-box {
	height: 90px
}
.header-nav {
	top: 90px
}
}

@media (max-width: 767px) {
body {
	padding-top: 70px !important
}
.header .logo img {
	height: 42px;
	width: auto
}
.header .content-box {
	height: 70px
}
.header-nav {
	top: 70px;
	height: calc(100vh - 70px)
}
}

@media (max-width: 767px) and (max-width: 479px) {
.header .logo img {
	height: 38px
}
}
.footer {
	background-color: #4F4F4F;
	text-align: center;
	color: #fff;
	padding: 10px 0
}
.footer .footer-copyright {
	font-size: 1.6rem;
	padding-bottom: 5px
}
.footer .footer-tips {
	font-size: 1.4rem
}

@media (max-width: 1199px) {
.footer .footer-tips {
	display: none
}
}
.cus-gotop {
	position: fixed;
	z-index: 89;
	right: 10px;
	bottom: -100px;
	width: 46px;
	height: 46px;
	line-height: 52px;
	font-size: 1.4rem;
	text-align: center;
	color: #FFF;
	border-radius: 50% 50% 0 0;
	cursor: pointer;
	background: #f7ba5a;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out
}
.cus-gotop:hover {
	border-radius: 50%
}
.cus-gotop.show {
	bottom: 0
}
h1 {
	font-size: 2.2rem;
	color: #F4A62A;
	font-weight: normal;
	padding-left: 45px;
	background: url(../img/h1.png) no-repeat left center;
	line-height: 50px;
	margin: 20px auto
}
h2 {
	font-size: 2rem;
	font-weight: normal;
	color: #593709;
	padding-left: 32px;
	background: url(../img/h2.png) no-repeat 2em center;
	margin: 20px auto;
	text-indent: 2em
}
h3 {
	font-size: 2rem;
	font-weight: normal;
	padding-left: 20px;
	background: url(../img/h3.png) no-repeat 2em 5px;
	color: #666666;
	margin: 20px auto;
	text-indent: 2em
}
p {
	font-size: 1.6rem;
	line-height: 2;
	margin: 5px 0;
	text-indent: 2em
}
.c-pdf {
	min-height: 600px;
	max-width: 100%
}
.cus-list-player {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #E6E8EE;
	overflow: hidden
}
.cus-list-player .cus-list-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #404040 url(../img/loading.gif) center no-repeat
}
.cus-list-player .cus-list-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 340px;
	flex: 0 0 340px;
	overflow-y: auto;
	overflow-x: hidden
}
.cus-list-player .cus-list-right>ul>li>a {
	display: block;
	line-height: 50px;
	padding: 0 40px 0 20px;
	background-color: #F4A62A;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative
}
.cus-list-player .cus-list-right>ul>li>a:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 13px;
	background: url(../img/top.png) center no-repeat;
	background-size: 80%;
	top: 50%;
	margin-top: -7px;
	right: 10px
}
.cus-list-player .cus-list-right>ul>li ul {
	overflow: hidden;
	max-height: 0;
	height: 0;
	-webkit-transition: .8s max-height ease;
	transition: .8s max-height ease
}
.cus-list-player .cus-list-right>ul>li a {
	display: block;
	line-height: 50px;
	font-size: 1.6rem;
	padding: 0 40px;
	border-bottom: 1px solid #BAD9FF;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.cus-list-player .cus-list-right>ul>li li:hover a, .cus-list-player .cus-list-right>ul>li li.active a {
	color: #D06702
}
.cus-list-player .cus-list-right>ul>li.active>a:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.cus-list-player .cus-list-right>ul>li.active ul {
	overflow-y: auto;
	max-height: 1000px;
	height: auto
}
.cus-list-player .cus-list-title {
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
	font-size: 1.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.cus-list-player.cus-list-pdf {
	height: 650px
}
.cus-list-player.cus-list-video {
	height: 520px
}
.cus-list-player .cus-list-player {
	height: calc(100% -50px)
}

@media (max-width: 1199px) {
.cus-list-player.cus-list-video {
	height: 424px
}
}

@media (max-width: 991px) {
.cus-list-player {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto !important
}
.cus-list-player .cus-list-right {
	height: 35vh
}
}

@media only screen and (max-width: 639px) {
.pagination-wrap .pagination-control a.pagination-num {
	display: none
}
.c-pdf {
	min-height: 400px
}
}

/*# sourceMappingURL=common.css.map */
