/**
========================= 
      TABLE OF CONTENT
========================= 
- 01- 全局规则
- 02- 轮播广告
- 03- 新闻页面
- 04- 课程页面
- 05- 实训页面
- 06- 招聘页面
- 07- 认证页面
- 08- 合作伙伴
- 09- 联系我们
- 10- 会议活动
- 11- 优惠券
- 12- 资产
— 13- 个人主页
— 14- 全景作品
— 15- 毕设页面
— 16- 文创认证
— 17- 点亮成就
===*/

/* 01- 全局规则*/
/*========== Start Global Rules ==========*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff5e15;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #002052;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color:transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display:block
}

body {
    margin: 0;
    font-family: PingFang SC,Microsoft YaHei UI,Microsoft YaHei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline:0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom:.5rem
}

p {
    margin-top: 0;
    margin-bottom:1rem
}

ul{padding: 0}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
	color:#ff5e15;
}
a,
button {
	color: #002052;
}

.btn-choose {
	background: #fff;
	border-radius: 5px;
	color: #ff5e15;
	font-size: 15px;
	border: 1px solid #ff5e15;
	width: 100px;
}

.btn-choose:hover {
	background: #ff5e15;
	color: #fff;
}

.line-through{
    text-decoration: line-through;
}

.ma-btn-secondary, .ma-btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}
.ma-btn-secondary:hover, .ma-btn-primary:hover {
  text-decoration: none;
}
.ma-btn-secondary:focus, .ma-btn-primary:focus {
  outline: none !important;
}

.ma-btn-primary {
  border-color: #002052;
  color: #fff;
  background: #002052;
}
.ma-btn-primary:hover {
  color: #002052;
  background: transparent;
  border-color: #002052;
}
.ma-btn-primary:hover::before, .ma-btn-primary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-primary::before, .ma-btn-primary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-primary::after {
  transition-delay: 0.075s;
}

.ma-outline-primary{
	background: #fff;
	color:#002052;
}
.ma-outline-primary:hover{
	background: #002052;
	color:#fff;
}

.d-flex{
	display: flex;
	flex-wrap: wrap;
}

.space-around{
	justify-content: space-around;
}

.space-between{
	justify-content: space-between;
}

.list-style-none{
	list-style: none;
}

.overlay-color {
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	z-index: -1;
  	display: block;
  	transition: all 0.5s ease-in-out 0s;
  	background: #000;
  	opacity: 0.5;
}

.section-banner{
	height: 120px;
    margin-bottom: 45px;
	width: 100%;
	background: #002052;
	position: fixed;
	top:0;
}

.form-group {
    margin-bottom:25px
}

.form-group .control-label, .form-group > label {
    font-weight: 600;
    color: #34395e;
    font-size: 14px;
    letter-spacing:0.5px
}

.form-group.floating-addon {
    position:relative
}

.custom-control {
    line-height: 1.6rem
}

textarea.form-control{
    font-size: 13px;
}

.custom-file, .custom-file-label, .custom-select, .custom-file-label:after, .form-control[type="color"], select.form-control:not([size]):not([multiple]) {
    height:calc(2.25rem + 6px)
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color:#002052 !important
}

.custom-control-label{
    font-size: 14px;
}

.text-indent-2{
    text-indent: 2rem;
}

.btn-outline-primary, .btn-outline-primary.disabled {
    border-color: #002052;
    color:#002052
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:active {
    background-color: #002052 !important;
    color:#fff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
    background-color: #286090 !important;
    color:#fff
}


/*  02- 轮播广告   */
/* 3. slider */
.slider-height {
    min-height: 800px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-content h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.slider-content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.slider-content h1 span {
    text-transform: uppercase;
}
.slider-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    padding-right: 80px;
}
.slider-btn a {
    margin-top: 22px;
    margin-right: 25px;
}
.slider-active button.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 45%;
    left: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 20px;
    padding: 0;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    line-height: 50px;
    transition: .3s;
    box-shadow: 0px 5px 27px 0px rgba(220, 220, 220, 0.69);
}
.slider-active button.slick-next {
    left: auto;
    right: 15px;
}
.slider-active button:hover.slick-arrow{
    background: #ff5e15;
    color: #fff;
}

/* 03- 新闻页面*/
/*========== 首页新闻 ==========*/
.news-section{
    padding:20px 0;
}
.news-section .controls-holder {
    text-align: center;
    margin: 20px 0 10px 0;
    border-bottom: 4px solid #E1E4D9;
    padding-bottom: 10px;
    justify-content: space-around;
}

.news-section .controls-holder li{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 23px;
    margin-right: 10px;
    position: relative;
}

.news-section .controls-holder li:hover:after,
.news-section .controls-holder li a.active:after{
    background-color: #fff;
    bottom: -20px;
    box-shadow: 0 4px #ff5e15;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;

}

.news-section .controls-holder li a.active:before{
    border-bottom: 4px solid #ff5e15;
    position: absolute;
    width: 150%;
    left: -25%;
    bottom:-14px;
    content: "";
}

.news-section .controls-holder a.active{
    color:#ff5e15;
    background: none;
}

.news-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-item .item-left{
    width:75px;
    height:75px;
    background: #888;
    color:#fff;
    text-align: center;
    line-height: 35px;
}

.news-item .item-right{
    width: calc(100% - 75px);
    padding:5px;
    height: 75px;
    overflow: hidden;
}

.news-item .item-right p{
    display: block;
    line-height: 20px;
}

/*========== 新闻列表页面 ==========*/
.post-area{
	margin-top: 20px;
}

.post-area .post-container{
	padding: 10px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

.post-container .post-item{
	display: flex;
	padding: 10px;
	border-radius: 0 50px 0 50px;
	border: 1px solid #888;
	background: #fff;
	align-items: top;
	margin-bottom: 20px;
	position: relative;
}

.post-container .post-item:before{
	height: 40%;
	width: 3px;
	background: linear-gradient(45deg, #002052 0%, #ff5e15 80%);
	position: absolute;
	top: 0px;
	left: -2px;
	content: "";
}

.post-container .post-item:after{
	width: 40%;
	height: 3px;
	background: linear-gradient(90deg, #ff5e15 0%, #002052 60%);
	position: absolute;
	top: -2px;
	left: -2px;
	content: "";
}

.post-container .post-item:hover{
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.18);
}

.post-container .post-item .post-img{
	width: 150px;
	text-align: center;
	padding: 10px;
}

.post-container .post-item .post-img img{
	width: 100%;
	border-radius: 10px;
}

.post-container .post-item .post-detail{
	width: calc(100% - 150px);
	text-align: left;
}

.post-container .post-item .post-detail h5{
	font-size: 15px;
}

.post-container .post-item .post-detail p{
	font-size: 13px;
	color: #888;
}

.post-container .post-item .post-detail ul li{
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}

.post-container .post-item .post-detail ul li i{
	color: #ff5e15;
	margin-right: 10px;
}

.post-container .post-header{
	width: 100%;
	height: 40px;
	padding: 10px;
	position: relative;
}

.post-container .post-header:before{
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(45deg, #ff5e15 0%, #002052 60%);
}

.post-container .post-header h4{
	font-size: 16px;
	float: left;
}

.post-container .post-header .post-header-action{
	float: right;
	font-size: 14px;
}

.post-container .post-body{
	margin-top: 20px;
}

.post-container .post-body ul li{
	padding: 10px 5px;
	border-bottom: 1px dotted #888;
}

.post-container .post-body ul li:last-child{
	border-bottom: none;
}

.post-exam-item{
	display: flex;
	align-items: center;
}

.post-exam-item .post-img{
	width: 60px;
	text-align: center;
	padding: 5px;
}

.post-exam-item .post-img img{
	width: 100%;
}

.post-exam-item .post-detail{
	width: calc(100% - 60px);
	text-align: center;
	padding: 5px;
}

.post-exam-item .post-detail h5{
	font-size: 14px;
	text-align: left;
}

.post-exam-item .post-detail .post-user{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

.post-exam-item .post-detail .post-user img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 5px;
}

.post-exam-item .post-detail .post-user span{
	font-size: 12px;
}

.post-area .single-post {
   	padding: 30px;
    background-color: #fff;
}

.post-area .single-post .post-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #002052;
    margin-top: 0px;
    margin-bottom: 15px; 
}
.post-area .single-post .post-title h5 {
    color: #333333;
    margin-bottom: 22px; 
}

.post-area .single-post .blog-meta {
    margin-bottom: 25px; 
}
.post-area .single-post .blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.post-area .single-post .blog-meta ul li {
    display: inline-block;
    margin-right: 35px; 
}

.post-area .single-post .blog-meta ul li p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #ff5e15; 
}
.post-area .single-post .blog-meta ul li p a {
    color: #ff5e15;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.post-area .single-post .blog-meta ul li p a:hover {
    color: #002052; 
}
.post-area .single-post .blog-detail-content img{
    max-width: 100%
}
.sidebar-widget .single-widget {
    padding: 30px;
    margin-bottom: 30px; 
}
.sidebar-widget .single-widget .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #002052;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: 2px; 
}
.sidebar-widget .single-widget .widget-inner {
    padding: 30px;
    border: 1px dashed #e9e8ff; 
}
.sidebar-widget .single-widget.search-widget .search-from {
    position: relative; 
}
.sidebar-widget .single-widget.search-widget .search-from input {
    width: 100%;
    font-family: "Poppins", sans-serif;
    height: 40px;
    padding-left: 20px;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; 
}
.sidebar-widget .single-widget.search-widget .search-from .search-icon {
    position: absolute;
    right: 20px;
    top: 5px;
    border: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent;
    font-size: 20px;
    font-weight: 400; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner {
    padding: 35px 20px 40px 20px; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-img {
    margin-bottom: 25px; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-img img {
    width: 155px;
    height: 155px;
    line-height: 155px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-name h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 10px; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-name h3 a {
    color: #002052;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-name h3 a:hover {
    color: #1e12cf; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .profile-name p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 17px; 
}
.sidebar-widget .single-widget.profile-widget .widget-inner .social-media ul li {
    margin-right: 10px; 
}
.sidebar-widget .single-widget.category-widget .widget-title h3 {
    padding-left: 30px;
    margin-bottom: 20px; 
}
.sidebar-widget .single-widget.category-widget .widget-inner {
    padding: 25px 0 10px 0; 
}
.sidebar-widget .single-widget.category-widget .category-list ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.sidebar-widget .single-widget.category-widget .category-list ul li {
    display: block; 
}
.sidebar-widget .single-widget.category-widget .category-list ul li.active a {
    background: #ff5e15;
    color: #ffffff; 
}
.sidebar-widget .single-widget.category-widget .category-list ul li a {
    display: block;
    padding: 15px 30px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.sidebar-widget .single-widget.category-widget .category-list ul li a:hover {
    background: #ff5e15;
    color: #ffffff; 
}
.sidebar-widget .single-widget.category-widget .category-list ul li a span {
    float: right; 
}
.sidebar-widget .single-widget.recent-post-widget .widget-inner {
    padding: 25px 30px 30px 30px; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .posty-img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .posty-img a {
    display: block; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .posty-img a img {
    width: 100%;
    height: 100%; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .post-title h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .post-title h4 a {
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.sidebar-widget .single-widget.recent-post-widget .single-post .post-title h4 a:hover {
    color: #6c62ff; 
}
.sidebar-widget .single-widget.banner-widget .banner-img {
    position: relative;
    overflow: hidden; 
}
.sidebar-widget .single-widget.banner-widget .banner-img:hover a img {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .6; 
}
.sidebar-widget .single-widget.banner-widget .banner-img a {
    overflow: hidden; 
}
.sidebar-widget .single-widget.banner-widget .banner-img a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
    overflow: hidden; 
}
.sidebar-widget .single-widget.banner-widget .banner-img .banner-title {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 32px; 
}
.sidebar-widget .single-widget.banner-widget .banner-img .banner-title h3 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #ffffff;
    letter-spacing: 2px; 
}
.sidebar-widget .single-widget.instagram-widget .widget-title h3 {
    padding-left: 5px; 
}
.sidebar-widget .single-widget.instagram-widget .widget-inner {
    padding: 25px 30px 25px 25px; 
}

.widget {
	padding: 30px;
	background: #f6f6f6;
}

.widget-title-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.widget .cat li {
	border-top: 1px solid #cfd8dd;
	padding: 15px 0;
	overflow: hidden;
}
.widget .cat li:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget .cat li:last-child {
	padding-bottom: 0;
}
.widget .cat a {
	color: #002052;
	font-size: 15px;
	display: block;
}
.widget .cat a:hover {
	color: #ff5e15;
}
.widget .recent-posts > li {
	border-top: 1px solid #cfd8dd;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.widget .recent-posts > li:first-child {
	border: 0;
	padding-top: 0;
}
.widget .recent-posts > li:last-child {
	padding-bottom: 0;
}
.widget-posts-body {
	overflow: hidden;
	padding-left: 20px;
	flex-basis: 74%;
}
.widget-posts-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.widget-posts-title a:hover {
	color: #ff5e15;
}
.widget .tag {
	display: flex;
	flex-wrap: wrap;
	padding:10px;
}
.widget .tag a {
	display: block;
	color: #999999;
	border: 1px solid #d8e2e8;
	padding: 7px 14px;
	font-weight: 500;
	font-size: 15px;
	z-index: 1;
}
.widget .tag a:not(:last-child) {
	margin-right: 10px;
}
.widget .tag a:hover {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
}
.blog-wrapper {
	margin-right: 20px;
}


/* 04- 课程页面*/
/*========== 首页课程 ==========*/
.service_button {
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 34, 96, 0.08);
    height: 100%;
    margin-right: 30px;
}

.service_button .nav {
    display: block;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
}

.service_button .nav li {
    margin-left: 25px;
}

.service_button .nav li a {
    display: block;
    border: none;
    border-radius: 0px;
    color: #777777;
    font: normal 16px/60px "Barlow", sans-serif;
    padding: 0px 20px;
    position: relative;
    transition: all 300ms linear 0s;
}

.service_button .nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    position: absolute;
    right: -20px;
    top: 0px;
    opacity: 0;
}

.service_button .nav li a i {
    padding-right: 12px;
}

.service_button .nav li a:hover, .service_button .nav li a.active {
    color: #fff;
    background: #ff5e15;
}

.service_button .nav li a:hover:before, .service_button .nav li a.active:before {
    opacity: 1;
    border-color: transparent transparent transparent #ff5e15;
}

/*========== 课程首页 ==========*/
.course-cate{
    border:1px solid var(--light);
    padding:10px;
    box-shadow: 0 3px 4px var(--gray);
    border-radius: 10px;
}

.course-cate .bb{
    border-bottom:  2px solid var(--gray);
}

.course-cate-item{
    padding-left: 20px;
}

.course-cate-item .br{
    border-right: 2px solid var(--gray);
}

.course-cate-item img{
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
}

.course-cate .course-title{
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 50px;
}

.course-big-title{
    text-align: center;
    position: relative;
}

.course-big-title .btn{
    position: absolute;
    bottom:-10px;
    right:5px;
}

.course-big-title h2{
    color: rgba(0, 0, 0, 0.08);
}

.course-big-title h4{
    margin-top:-25px;
}

.course-detail-tab{
    position: absolute;
    bottom:0;
    left:0;
    line-height: 40px;
    padding:0 10px;
    background: var(--orange);
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 13px;
}

.expert-catediv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.expert-catediv .cateitem{
    position: relative;
    padding:5px;
}

.expert-catediv .cateitem .subitem{
    min-width: 100%;
    white-space: nowrap;
    background: #ccc;
    position: absolute;
    top:35px;
    left: 0px;
    display: none;
    z-index: 9999999;
    list-style: none;
}

.expert-catediv .cateitem .subitem li{
    line-height: 30px;
    padding:0 5px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
}

.expert-catediv .cateitem .subitem li:hover{
    background: #e4e4e4;
}

.expert-catediv .cateitem .subitem li::last-child{
    border-bottom: none;
}

.expert-catediv .cateitem:hover .subitem{
    display: block;
}

.teacher-course{
    border:1px solid var(--light);
    padding:10px;
    box-shadow: 0 3px 4px var(--gray);
    border-radius: 10px;
}
.teacher-course .top{
    display: flex;
    align-items: center;
}

.teacher-course .top .img{
    width: 100px;
    text-align: center;
}

.teacher-course .top .img img{
    width:80px;
    height: 80px;
    border-radius: 50%;
}

.teacher-course .top .title{
    width: calc(100% - 100px);
}

.teacher-course .bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    padding: 5px 0;
}

.teacher-course .bottom span {
    display: inline-block;
    text-align: center;
    font-size:13px;
    cursor: auto;
}

.teacher-course .bottom span i {
    padding-right: 5px;
    transition: all 300ms linear 0s;
    color: #9d9d9d;
}

.expert-course .top img{
    width:100px;
    height: 100px;
    border-radius: 50%
}

.work-area{
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 10px;
}

.work-area .work-content{
    padding-bottom: 70%;
}

.work-area .title{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height:30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.work-area .title p,.work-area .title a{
    color: #fff;
    font-size: 13px;
    margin:0;
    line-height: 30px;
    width: 50%;
}

/*========== 图文课程 ==========*/
.product-image-wrapper {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-image-wrapper .single-products {
    position: relative;
}

.product-image-wrapper .productimg {
    width: 100%;
    padding-bottom: 71.4%;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-image-wrapper .product-detail{
    border-top:1px solid #ccc;
    padding:5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
}

.product-image-wrapper .product-detail i{
    margin-right:5px;
}

.new{
    position: absolute;
    top: 0;
    right: 0;
}

.product-image-wrapper .productinfo{
    padding:0 5px;
}

.product-image-wrapper .productinfo h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}


.product-image-wrapper .productinfo img {
    width: 100%;
}


.product-image-wrapper .productinfo {
    position: relative;
}

.product-image-wrapper .productinfo  p{
    margin-top: 10px;
}

.product-image-wrapper .product-overlay {
    background: rgba(254, 152, 15, .8);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}


.product-image-wrapper .single-products:hover .product-overlay {
    display: block;
    height: 100%;
}


.product-image-wrapper .product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding:1rem;
}


.product-image-wrapper .choose {
    border-top: 1px solid #F7F7F0;
}

.product-image-wrapper .choose img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right:5px;
}

.product-image-wrapper .choose span{
	color:#888;
	font-size: 12px;
}

/*========== 视频课程 ==========*/
.single-course{
	border-radius: 5px;
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-course .img {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.single-course .img .badge{
	position: absolute;
	top:10px;
	left: 10px;
}

.single-course .img img{
    width: 100%;
    transition: all 300ms ease;
}

.single-course .text_body {
    padding: 10px;
}

.single-course .text_body .text_body_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-course .text_body h4 {
    margin-bottom: 12px;
    font-size: 16px;
}

.single-course .text_body h5 {
	text-align: right;
    color:#ff5e15;
}

.single-course .text_body h5 i{
	margin-right: 5px;
}

.single-course .text_body .price-before{
    font-size: 13px;
    color:#888;
}

.single-course .text_body p{
	font-size: 12px;
	color:#888;
}

.single-course .text_body p img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
}

.single-course .ins{
    position: relative;
    padding:5px;
}

.single-course .ins .hits{
    position: absolute;
    align-items: center;
    top:0;
    right:5px;
}

.single-course .text_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    padding:5px 0;
}

.single-course .text_footer a {
    display: inline-block;
    text-align: center;
    font-size:13px;
    cursor: auto;
}

.single-course .text_footer a i {
    padding-right: 5px;
    transition: all 300ms linear 0s;
    color: #9d9d9d;
}

/*========== 定向课程 ==========*/
.setitem{
	margin-top: 100px;
	background: #d2d9e2;
	border-radius: 5px;
	min-height: 220px;
    margin-bottom: 20px;
}
.setitem .img-wrapper {
	position: relative;
	float: left;
	margin-top: -100px;
	display: flex;
	flex-wrap: wrap;
}

.setitem .img-wrapper .img{
	width: 50%;
	border:20px solid #fff;
	position: relative;
}

.setitem .img-wrapper .title{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	background: rgba(254, 152, 15, .8);
	min-height: 36px;
	font-size: 12px;
	padding:0 5px;
}

.setitem .img-wrapper .img img{
	width: 100%;
}

.setitem article{
	padding:30px 0 10px;
}

.setitem .setintro{
	min-height: 100px;
	font-size: 13px;
	color:#888;
	line-height: 20px;
}

/*========== 教材课程 ==========*/
.bookarea{
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #F0F2F3;
    box-shadow: 0 3px 24px rgba(0,0,0,.04);
    border-radius: 0;
    margin-bottom: 30px;
}

.bookitem{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bookitem .bookitem-left{
    width: 150px;
}

.bookitem .bookitem-left img{
    width: 100%;
    height: 210px;
}

.bookitem .bookitem-right{
    width: calc(100% - 150px);
    padding-left:10px;
}

.bookitem .course-item{
    position: relative;
    border-radius: 5px;
}

.bookitem .course-item img{
    width: 100%;
}

.bookitem .course-item .course-intro{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(8, 31, 79, 0.5);
    color: #fff;
    padding:5px;
    border-radius: 5px;
    display: none;
    font-size: 13px;
    text-align: center;
}

.bookitem .course-item:hover .course-intro{
    display: block;
}

.bookdetail{
    background: #fff;
    padding:20px;
    display: flex;
}

.bookdetail .img img{
    width: 200px;
}

.bookdetail .bookintro{
    width: calc(100% - 200px);
    padding-left:10px;
}

/*========== 自学路径 ==========*/
.courselearn .intro{
    position: fixed;
    top:40%;
    min-height: 20%;
    right:calc((100% - 300px)/2);
    width: 300px;
    border: 1px solid var(--light);
    padding: 10px 10px 40px 10px;
    box-shadow: 0 3px 4px var(--gray);
    border-radius: 10px;
    background: #ccc;
    z-index: 999;
}

.courselearn .intro .introbtn{
    position: absolute;
    bottom:5px;
    right:10px;
}

/*========== 筛选栏 ==========*/
.left-sidebar h2{
    color: #ff5e15;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after{
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 5px 25px;
    margin-bottom: 5px;
}

.brands-name .nav-stacked li a.active {
    color:#ff5e15;
}

.category-products {
	border: 1px solid #F7F7F0;
	margin-bottom: 35px;
	padding-bottom: 20px;
	padding-top: 15px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color: inherit;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-size: 14px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 40px;
    list-style: none;
    margin-bottom: 0;
}

.panel-body ul li{
    padding:5px 0;
}

.panel-body ul li a {
    font-size: 12px;
}
.category-products .panel-default .panel-heading a.active,.panel-body ul li a.active {
    color:#ff5e15;
}

/*========== 排序栏 ==========*/
.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #ff5e15;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-size: 14px;
    padding:10px;
}

.category-tab ul li a:hover {
    background: #FE980F;
    color: #fff;
}

.category-tab ul li{
	float: left;
	margin-bottom: -1px;
	display: block;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ff5e15;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

/*========== 课程详情 ==========*/
.course_teacher{
	font-size: 14px;
	color:#888;
	margin-bottom:10px;
}

.course_teacher img{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right:5px;
}

.course-parameter{
	font-size: 14px;
	margin:10px 0 0 20px
}

.course-parameter i{
	margin-right: 10px;
	color: #ff5e15;
	font-size: 16px;
}

.course-detail-cate{
    display: inline-block;
    vertical-align: middle;
}
.course-detail-cate li{
    display: inline-block;
}

.course-detail-cate li:not(:first-child):before {
    content: "/";
    padding: 0 5px;
    color:#002052;
}

.course-bg-div{
	height: 30px;
	background: #d6eef2;
	padding:0 20px;
	line-height: 30px;
	color:#002052;
	border-radius: 6px;
	font-size: 13px;
	margin-left: 20px;
}

.course-desc-wrap .nav-tabs {
	border-bottom: 1px solid #ebebeb;
	justify-content: center;
}

.course-desc-wrap .nav-tabs .nav-item {
	margin-bottom: 0;
	margin: 0 30px;
}

.course-desc-wrap .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	background: transparent;
	color:#444444;
	padding: 0 10px 5px;
	position: relative;
    margin-top: 10px;
}

.course-desc-wrap .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #ff6000;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.course-desc-wrap .nav-tabs .nav-link.active::after {
	opacity: 1;
}

/*========== 课程目录 ==========*/
.category-list{
	display: flex;
	flex-direction: column;
	list-style: none;
    max-height: 530px;
    overflow: auto;
}

.category-list .category-list-item{
	width: 100%;
	border:1px solid #fbe8cd;
	border-left: 10px solid #ff5e15;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 50px;
	font-size: 16px;
	margin: 5px 0;
	padding:0 10px;
}

.category-list .category-list-item-sub{
	width: 95%;
	border:1px solid #fbe8cd;
	border-right: 10px solid #ff5e15;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 5px;
	padding:0 10px;
	margin-left: 5%;
}

.category-list .category-list-item-desc{
	display: flex;
	list-style: none;
	padding:5px 0;
}

.category-list .category-list-item-desc li{
	border-right:1px solid #ccc;
	padding:0 10px;
}

.category-list .category-list-item-desc li:last-child{
	border:none;
}

.category-list img{
	height: 40px;
	margin-right:10px;
}

.category-list .category-list-item2{
	border-left: 5px solid #ff5e15;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 30px;
	font-size: 16px;
	margin: 10px 0;
	padding:0 0 0 10px;
}

.category-list .category-list-item2-sub{
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 25px;
	font-size: 14px;
	margin: 10px 0;
	padding:0 0 0 10px;
	margin-left: 5%;
}

.category-list .category-list-item2.active,.category-list .category-list-item2-sub.active{
	background: #faddc4
}


/* 05- 实训页面*/
/*========== 首页实训 ==========*/
.training-group-list {
    background: #fff;
    border-radius: 25px;
}

.training-group-list .list-item {
    padding:30px 25px
}

.training-group-list .list-item li {
    background: #f5f5fc;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    overflow:hidden
}

.training-group-list .list-item li:last-child {
    margin-bottom:0
}

.training-group-list .list-item li .icon-image {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    line-height:30px
}

.training-group-list .list-item li .icon-image i {
    font-size: 20px;
}

.training-group-list .list-item li a {
    font-size: 18px;
    font-weight:500
}

.training-group-list .list-item li .text {
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 55px;
    color:#211f46
}

.training-group-list .list-item li .text::after {
    position: absolute;
    content: ">>";
    font-family: IcoFont;
    font-size: 10px;
    right: 35px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    display: inline-block;
    -webkit-transform: translateY(-50%) translateX(45px);
    transform: translateY(-50%) translateX(45px);
    top:50%
}

.training-group-list .list-item li:hover {
    background:var(--primary)
}

.training-group-list .list-item li:hover .icon-image {
    left: 0;
    visibility: hidden;
    opacity:0
}

.training-group-list .list-item li:hover a {
    color:#fff
}

.training-group-list .list-item li:hover .text {
    padding-left: 0;
    color:#fff
}

.training-group-list .list-item li:hover .text::after {
    visibility: visible;
    opacity: 1;
    right:75px
}

/*========== 师资培训详情页面 ==========*/
.about-us {
  position: relative;
  margin-bottom: 40px;
  margin-top: -30px;
  z-index: 11; 
}

.about-us-inner {
  position: relative;
  padding-right: 15px; }

.about-us-inner::after {
  position: absolute;
  content: '';
  top: -30px;
  left: -80px;
  width: calc(100% + 132px);
  height: calc(100% + 50px);
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  -moz-box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  box-shadow: 0px 5px 37px 0px rgba(16, 145, 255, 0.15);
  border-top-left-radius: 61px;
  border-bottom-right-radius: 61px; }

.about-us-tab ul.nav {
  display: block; 
}

.about-us-tab ul.nav-tabs {
  border-bottom: none; 
}

.about-us-tab ul li a.nav-link {
  font-size: 16px;
  color: #252e45;
  border: none;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #dddddd; 
}

.about-us-tab ul li:last-child a.nav-link {
  border-bottom: none; }

.about-us-tab ul li a i {
  font-size: 22px;
  margin-right: 15px;
  width: 30px;
  height: 20px;
  line-height: 40px;
  color: #b0b0b0;
  text-align: center; 
}


/* about us content */
.about-content{
    display: flex;
    justify-content: space-between;
}

.about-content .photo,.about-content .photo-left{
    width: 200px;
    height: 143px;
    border:5px solid #002052;
    position: relative;
}

.about-style{
    width: 400px;
    margin-left: -80px;
    margin-top: 20px;
}

.about-content .photo img{
    width: 200px;
    position: absolute;
    top:10px;
    left:-20px;
}

.about-content .photo-left img{
    width: 200px;
    position: absolute;
    top:10px;
    right:-20px;
}

.about-text{
    width: calc(100% - 250px);
}

.about-text h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.about-text p {
  font-size: 14px;
  color: #252e45;
  margin-bottom: 10px; 
}

@media (max-width: 1000px) {
    .about-content .photo{
        display: none;
    }

    .about-text{
        width: 100%;
    }
}

/*----------------------------------------*/
/*  02. Title CSS START 
/*----------------------------------------*/
.popular-course{
    padding: 30px 0;
}

.popular-course .section-heading {
  margin-bottom: 30px;
}

.section-heading h3{
    margin-top: 10px;
    font-size: 30px;
    color: #002052;
}

.about-text-block {
  position: relative;
  background: #F9F9F9;
  padding: 25px 30px 15px 95px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.about-text-block i {
  position: absolute;
  font-size: 40px;
  left: 25px;
  top: 26px;
  color: #FF1949;
}

.about-text-block h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.about-img2 {
  padding-right: 30px;
}

.about-2 p {
  margin-bottom: 30px;
}

.subheading {
  text-transform: uppercase;
  font-size: 13px;
  color: #385777;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 50px;
  display: inline-block;
}

.subheading:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 40px;
  height: 2px;
  background: #FF1949;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

.hidden{
    display: none;
}

.team-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    height:200px;
    overflow: hidden;
}

.team-block {
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.team-block .team-item {
  overflow: hidden;
  position: relative;
}

.team-block .team-item img {
    transition: all .3s ease;
    border-radius: 5px;
    width: 100px;
    height: 100px;
}

.team-block h5, .team-block p {
    margin-bottom: 0px;
    white-space: nowrap;
}

.team-block p {
    margin-top:5px;
    color: var(--gray);
    font-size: 13px;
    text-transform: uppercase;
}

.weekly-event-schedule-area {
    background: #f5f4f4 none repeat scroll 0 0;
}

.weekly-event-schedule-tab .weekly-event-schedule-tab-menu {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.weekly-event-schedule-tab .weekly-event-schedule-tab-menu li {
    background: #ffffff;
    margin-bottom: 12px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
}

.weekly-event-schedule-tab .weekly-event-schedule-tab-menu li.active{
    background: #30c957;
    color: #fff;
    border-radius: 5px;
}

.weekly-event-schedule-tab .tab-content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.weekly-event-schedule-tab .tab-content .content .single-content {
    margin-top: 18px;
    padding-left: 27px;
    position: relative;
}

.weekly-event-schedule-tab .tab-content .content .single-content::before {
    background: #e2e2e2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 25px;
    width: 2px;
}

.weekly-event-schedule-tab .tab-content .content .single-content .time {
    color: #5f5f5f;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
}

.weekly-event-schedule-tab .tab-content .content .single-content .time::before {
    background: rgba(0, 0, 0, 0) url("/static/stylesheets/training/img/icon/naozhong.png") repeat scroll 0 0;
    background-size: cover;
    content: "";
    height: 22px;
    left: -36px;
    position: absolute;
    top: 3px;
    width: 20px;
}

.weekly-event-schedule-tab .tab-content .content .single-content h4 {
    color: #252525;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    margin: 0 0 12px;
    cursor: pointer;
    transition: all .3s ease;
}

.weekly-event-schedule-tab .tab-content .content .single-content h4:hover {
    color: #F56719;
}

.weekly-event-schedule-tab .tab-content .content .single-content p {
    margin: 0 0 13px;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .img-holder {
    float: left;
    width: 87px;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .speaker-name {
    float: left;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .speaker-name p {
    color: #252525;
    display: block;
    font-family: "Varela Round", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 17px 0;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .speaker-name p span {
    color: #5f5f5f;
    display: inline-block;
    padding-right: 5px;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .see-details {
    float: left;
    padding-left: 75px;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .see-details a {
    color: #f56719;
    font-family: "Varela Round", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 17px 0;
}

.weekly-event-schedule-tab .tab-content .content .single-content .bottom-content .see-details a i {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

.weekly-event-schedule-tab .tab-content .content .load-more-button {
    left: -6px;
    padding-bottom: 15px;
    padding-top: 8px;
    position: relative;
}

.weekly-event-schedule-tab .tab-content .content .load-more-button a {
    background: #bbcddb none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 35px;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
    font-family: 'Varela Round', sans-serif;
    transition: all 700ms ease 0s;
}

.weekly-event-schedule-tab .tab-content .content .load-more-button a:hover {
    background: #30c957;
}

.gallery-section .filters{
    position:relative;
    text-align:center;
    font-family:'Montserrat',sans-serif;
    margin-bottom:50px;
}

.gallery-section .filters .icon-box{
    position:relative;
    display:inline-block;
    margin-right:-75px;
    font-size:24px;
    color:#ff5e15;
    text-align:center;
    width:70px;
    line-height:24px;
    padding:12px 10px;  
}

.gallery-section .filters .filter-tabs{
    position:relative;
    display:inline-block;
    padding-left:70px;
    border-bottom:1px solid #e0e0e0;    
}

.gallery-section .filters li{
    position:relative;
    top:1px;
    display:inline-block;
    padding:12px 20px;
    line-height:24px;
    color:#999999;
    cursor:pointer;
    text-transform:capitalize;
    font-size:16px;
    font-weight:400;
    border:1px solid transparent;
    border-bottom-width:2px;
    margin:0px 0px 0px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li.active{
    color:#ff5e15;
    border-color:#e0e0e0;
    border-bottom-color:#f5f4f4;
}

.gallery-section .items-container{
    width: 100%;
    text-align: center;
    columns: 4;
    column-gap: 0px;
}

.gallery-section .items-container .photo-items{
    width: 100%;
    break-inside: avoid;
    padding: 1px;
}

.gallery-section .items-container .photo-items img{
    width: 100%;
}

@media screen and (max-width: 1200px){
  .gallery-section .items-container{
    width: 100%;
    columns: 3;
    column-gap: 20px;
  }
}

@media screen and (max-width: 768px){
  .gallery-section .items-container{
    width: 100%;
    columns: 2;
    column-gap: 20px;
  }
}

.single-tour{
  position: relative; 
  height: 380px;
}

.single-tour .tour-img .tour-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  padding: 25px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.single-tour:hover .tour-img .tour-content {
  background-color: rgba(255, 102, 0, 0.7); 
}

.single-tour .tour-img .tour-content h4 {
  font-size: 16px;
  color: #ffffff; 
}


/* 06- 招聘页面*/
/*========== 首页显示 ==========*/
.job-title {
    position:relative;
    color:var(--gray);
}

.job-title:before {
    position: absolute;
    width: 50%;
    content: "";
    top: 30%;
    left: 0;
    background: #ebebeb;
    width: 100%;
    height:1px
}

.job-title h6 {
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-right: 20px;
    background: #fff;
    position: relative;
    color:var(--primary);
    z-index:2
}

.job-title h5 {
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-right: 20px;
    background: #fff;
    position: relative;
    color:var(--orange);
    z-index:2
}

.job-title .job-more-btn{
    position: absolute;
    right: 0px;
    top:0;
    background: #fff;
    padding-left: 20px;
    padding-right: 5px;
}

.job-detail{
    margin-top: 10px;
}

.job-detail .job-item{
    border: 1px solid #e7ebf1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(130,136,184,0.2);
}

.job-detail .job-item:hover{
    border: 1px solid #ff5e15;
}

.job-detail .job-item .job-photo img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right:10px;
}

.job-detail .job-item .job-content ul{
    list-style: none;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
}
.job-detail .job-item .job-content ul li{
    line-height: 30px;
}
.job-detail .job-item .job-content ul li > i{
    margin-right: 10px;
}

.job-detail .job-item .job-work{
    width: 100%;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: space-between;
}

.job-detail .job-item .job-work img{
    margin-right:10px;
    height:90px;
}

.job-detail .introdiv{
    height:45px;
    font-size: 13px;
    padding:5px;
    border-radius: 5px;
    background: #d9dcde;
    overflow: hidden;
    position: relative;
}

.job-detail .introdiv .introbtn{
    position: absolute;
    right:5px;
    bottom:5px;
    display: block;
    width: 40px;
    height:20px;
    background: #fff;
    text-align: center;
}

/*========== 详情页面 ==========*/
.single-job-head.head-light.style-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.single-job-head.head-light {
    padding: 2rem 1em;
    border-radius: .3em;
    background: #fff;
    border: 1px solid #eceef3;
}

.single-job-head {
    width: 100%;
    display: table;
    padding-bottom: 30px;
    border: none;
    margin-bottom: 30px;
}
.single-job-left {
    flex:1
}

.single-job-thumb {
    display: table-cell;
    vertical-align: top;
    width:90px
}

.single-job-thumb img {
    width:90px;
    height: 90px;
    border-radius: 50%;
}

.single-job-btn{
    padding: 20px;
    text-align: center;
}

.single-job-info {
    display: table-cell;
    vertical-align: top;
    padding-left:20px
}

.single-job-title {
    margin-bottom: 10px;
    font-size:24px
}
span.job-type.full-time {
    font-size: 13px;
    margin-left: 15px;
    font-weight: 400;
    color: #4caf50;
    padding: 3px 8px;
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.2);
    border-radius:2px
}
.tags-jobs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin:15px 0
}

.tags-jobs > li {
    float: left;
    list-style: none;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    margin-right:30px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.tags-jobs > li:last-child {
    margin:0
}

.tags-jobs > li i {
    float: left;
    font-size: 18px;
    float: left;
    line-height: 20px;
    margin-right: 8px;
    color:#002052
}

.job-employers-name {
    text-align: center;
    padding: 2em;
    background: #fff;
    border-radius:.3rem
}
.employers-thumb-caption {
    margin-bottom:2rem
}

.employers-thumb {
    width: 90px;
    height: 90px;
    display: flex;
    margin: 0 auto 10px;
    background: #f7f9fc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:1px solid #f3f5f9
}

.employers-thumb img {
    width:90px;
    height:90px;
    border-radius: 50%;
}
.employers-thumb-caption .employers-title {
    margin-bottom: 2px;
    font-size:17px
}

.employers-thumb-caption span {
    font-size:14px
}

.employers-thumb-caption span i {
    position: relative;
    margin-right: 4px;
    top: 1px;
    color:#e62f22
}

.employers-enfo {
    display: block;
    width: 100%;
    text-align:left
}

.employers-enfo ul {
    padding: 0;
    margin:0
}

.employers-enfo ul li {
    margin-bottom: 15px;
    list-style: none;
    display: block;
    font-size:14px
}

.employers-enfo ul li:last-child {
    margin:0
}

.employers-enfo ul li i {
    position: relative;
    top: 1px;
    color: #e62f22;
    margin-right:6px
}

/* 07- 认证页面*/
/*========== 首页显示 ==========*/
.counter-content{
    position: absolute;
    bottom: -54px;
    left: 10%;
    width: 80%;
    background: rgba(234, 106, 50, 0.9);
    border-radius: 10px;
}

.counter-content .counter-item{
    text-align: center;
}

.counter-content .counter-item .counter{
    font-size: 20px;
    margin: 15px 0px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}
.counter-content .counter-item p {
    font-size: 16px;
    color: #fff;
}

.exam-news ul{
    list-style: none;
}

.exam-news ul li{
    border-bottom: 1px solid #888;
    padding: 10px;
    display: flex;
    align-items: top;
}

.exam-news ul li:last-child{
    border-bottom: none;
}

.exam-news .newspic{
    width: 110px;
    text-align: center;
    padding-top: 5px;
}

.exam-news .newspic img{
    width: 100px;
    border: 5px;
}

.exam-news .newdetail{
    width: calc(100% - 110px);
    padding: 5px;
}

.exam-news .newdetail .newsuser{
    padding: 5px 0;
}

.exam-news .newdetail .newsuser img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.exam-news .newdetail .newsuser span{
    font-size: 12px;
    margin-left: 5px;
}

.exam-news .newsicon{
    padding: 5px 0;
    text-align: right;
}

.exam-news .newdetail h4{
    font-size: 16px;
}

.exam-news .newsicon i{
    font-size: 16px;
    color: #ff5e15;
    margin-right: 5px;
}

.exam-news .newsicon span{
    font-size: 14px;
    color: #888;
    margin-right: 15px;
}

.exam-course-area{
    padding: 50px 10%;
    height: 500px;
    background-image: url("/static/stylesheets/www/image/course.jpg");
    background-position: 50% 80px;
}

.exam-course-area .course-content{
    background-image: linear-gradient(225deg, #ff5e15 0%, #fff 50%, #002052 100%);
    height: 400px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}
.exam-course-area .course-content .course-content-left{
    width: 200px;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 100%;
}

.exam-course-area .course-content .course-content-left .more{
    position: absolute;
    bottom: 50px;
    right: 10px;
}

.exam-course-area .course-content .course-content-left .more a{
    color: #fff;
}

.exam-course-area .course-content .course-content-right{
    width: calc(100% - 220px);
    padding-top: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 360px;
    padding: 20px 0;
    background: #fff;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    justify-content: center;
}

.exam-course-area .course-content .course-content-right .course-item{
    width: 280px;
    margin: 0 10px;
    box-shadow: 0px 0px 20px 0px #dddddd80;
}

.exam-course-area .course-content .course-content-right .course-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.exam-course-area .course-content .course-content-right .course-item .course-top{
    position: relative;
}

.exam-course-area .course-content .course-content-right .course-item .course-top img{
    max-width: 100%;
}

.exam-course-area .course-content .course-content-right .course-item .course-top span {
    font-weight: 500;
    font-size: 16px;
    color: #ff5e15;
    background-color: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 10px 25px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.exam-course-area .course-content .course-content-right .course-item .course-bottom{
    padding: 20px 10px 10px;
    height: 120px;
    position: relative;
}

.exam-course-area .course-content .course-content-right .course-item .course-bottom .course-title{
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    height: 50px;
    overflow: hidden;
    white-space: normal;
}

.product-box {
    border: 1px solid #e7e7e7;
    position: relative;
}

.product-box::before, .product-box::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.product-box::before {
    border-left: 6px solid #1e293d;
    border-top: 6px solid #1e293d;
    left: 0;
    top: 0;
}

.product-box::after {
    border-right: 6px solid #1e293d;
    border-bottom: 6px solid #1e293d;
    right: 0;
    bottom: 0;
}

.product-box:hover::before, .product-box:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.product-img {
    padding: 20px 0;
    text-align: center;
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 6px auto 0;
}

.product-img img {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    max-width: 100%;
}

.product-cart-option {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
    opacity: 0;
    visibility: hidden;
}

.product-detail {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.product-detail h5 {
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

/* 08- 合作伙伴*/
/*========== 合作院校 ==========*/
.school-area ul{
    width: 400px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}

.school-area .schoolbtn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #002052;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #002052;
    border-radius: 10px;
    letter-spacing: 0.1em;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
}

.school-area .schoolbtn:hover {
    border-bottom: 5px solid #002052;
    border-right: 5px solid #002052;
}

.school-area .schoolbtn.active{
    border-bottom: 5px solid #002052;
    border-right: 5px solid #002052;
    background: rgba(6, 26, 27, 0.2);
}

.school-area .school-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.school-area .school-content .school-item{
    width: 150px;
    height: 200px;
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

.school-area .school-content .school-item:hover{
    background: linear-gradient(45deg, #007bff 0%, #002052 90%);
    color: #fff;
}

.school-area .school-content .school-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.school-area .school-content .school-item h5{
    margin-top: 20px;
    font-size: 14px;
}

/*========== 秘书处 ==========*/
.unit-section .unit-content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.unit-section .unit-content .unit-item{
    position: relative;
}

.unit-section .unit-content .unit-item img{
    width:70px;
}

.unit-section .unit-content .unit-item p{
    display: block;
    width:70px;
    height: 70px;
    position: absolute;
    left: 0;
    top:0;
    line-height: 90px;
    text-align: center;
    color:#fff;
    margin:0;
}

.unit-section .unit-content .unit-item2{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.unit-section .unit-content .unit-item2 .backimg{
    width:156px;
    height:73px;
}

.unit-section .unit-content .unit-item2 .frontimg{
    width:110px;
    height: 51px;
    position: absolute;
    left:23px;
    top:11px;
    background: #fff;
}

.unit-section .unit-content .unit-item2 .frontframe{
    position: absolute;
    top:11px;
    left: 23px;
    width: 100px;
    height: 47px;
    background: rgba(6, 26, 27, 0.8);
    color:#fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.unit-section .unit-content .unit-item2:hover .frontframe{
    opacity: 1;
}

/*========== 惠普页面 ==========*/
.hp-container{
    background: rgb(62,84,125);
    padding:10px;
    margin-top: 20px;
}

.hp-container-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:rgb(156,156,156);
}

.hp-container-title .left{
    font-size: 20px;
    line-height: 30px;
}

.hp-container-title img{
    height:30px;
}

.hp-container-body{
    margin-top:20px;
}

.hp-course-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 20px;
}

@media (max-width: 767px) {
    .hp-course-icon .icon-item{
        width: 180px;
    }
}

.hp-course-icon .icon-item{
    width: 200px;
}

.hp-course-list{
    background: rgb(36, 48, 62);
    overflow: auto;
}

.hp-course-list li{
    display: flex;
    justify-content: space-between;
    color:#fff;
    padding:0 10px 5px;
}

.hp-course-list li:hover{
    color:var(--orange);
}

.hp-course-list li:first-child{
    margin-top:10px;
}

.hp-course-list li>span{
    display: block;
}

.hp-course-icon img{
    margin-right:10px;
    margin-bottom: 10px;
}

.hp-center{
    line-height: 2rem;
    font-size: 1.2rem;
    color:#fff;
    width: calc(100% - 250px);
    min-width: 250px;
}

.ph-expert{
    border:1px solid rgb(62,84,125);
    box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.25);
    height:100%;
    padding:10px 5px;
}

.ph-expert .ph-expert-photo{
    width:100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}

.ph-expert .ph-expert-title{
    text-align: center;
    font-size: 16px;
    color:rgb(156,156,156);
    margin-top:20px;
}

/* 09- 联系我们*/
.contact_details {
    position: relative;
    display: block;
    padding: 120px 0 40px;
    padding-top: 170px;
}
.contact_details_single {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
    margin-bottom: 80px;
}
.contact_details_single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}
.contact_details_single:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 9;
    content: "";
    background: #ff5e15;
    width: 0%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}
.contact_details_single:hover:before {
    width: 100%;
}
.contact_details_icon {
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 64px;
    background: #ff5e15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 11;
}
.contact_details_single:hover .contact_details_icon {
    background: #002052;
}

.contact_details_inner {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 82px 0 55px;
}
.contact_details_content {
    position: relative;
    display: block;
    z-index: 13;
    padding:0 30px;
}
.contact_details_content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    color:#002052;
    z-index: 11;
}
.contact_details_content p {
    position: relative;
    z-index: 11;
}

.contact_details_content .icon{
    color:#ff5e15;
}

.contact_details_hover_icon {
    position: absolute;
    bottom: -51px;
    right: -47px;
    z-index: 11;
    font-size: 180px;
    color: #fff;
    transform: rotate(-33deg);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact_details_single:hover .contact_details_hover_icon {
    opacity: 1;
}


/* 10- 会议活动*/
/*========== 列表页面 ==========*/
.meeting-sign-item{
    display: flex;
    align-items: center;
}

.meeting-sign-itemleft{
    width: 30%;
    position: relative;
}

.meeting-sign-itemleft .img{
    position: absolute;
    right: 30%;
    top:9%;
}

.meeting-sign-itemleft .img img{
    width: 100%;
}

.meeting-sign-itemleft .frame{
    width:60%;
    padding-bottom: 60%;
    border:2px solid var(--primary);
    margin-left:30%;
}

.meeting-sign-itemright{
    width: 70%;
    padding:10px;
    position: relative;
}


@media (min-width: 768px) {
    .meeting-sign-itemright .intro{
        margin-right:200px;
    }

    .meeting-sign-itemright .price{
        position: absolute;
        width: 200px;
        top:20px;
        right:0;
        padding:10px 0;
        text-align: center;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .meeting-sign-itemright .intro{
        width:100%;
    }

    .meeting-sign-itemright .price{
        width: 100%
        padding:10px 0;
        text-align: right;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.single-meeting{
    border-radius: 5px;
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
}

.single-meeting .img{
    width:30%;
}

.single-meeting .img img{
    width:100%
}

.single-meeting .intro{
    width: 70%;
    padding:10px;
}

.single-meeting .intro .text_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.single-meeting .intro .text_footer p{
    margin:0;
}

.single-meeting .intro .text_img img{
    width: 100px;
    margin:10px;
}

.single-meeting .intro .text_course {
    border-top: 1px solid #e4e4e4;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.single-meeting .intro .text_course p{
    margin-bottom: 5px;
}

/*========== 详情页面 ==========*/
.meeting-back{
    width:100%;
    padding:20px;
}

.meeting-back p{
    font-size: 14px;
}

.meeting-back .small-title{
    text-align: center;
    font-size: 13px;
    margin-top:50px;
    color: #fff;
}

.meeting-back .meeting-intro{
    margin:20px;
    padding-top:20px;
}

.meeting-back .width400{
    width:90%;
    margin:0 auto;
    margin-bottom: 20px;
}

.meeting-back .meeting-title{
    padding:5px 10px;
    border-left: 10px solid rgba(6, 26, 27, 0.5);
    border-right: 10px solid rgba(6, 26, 27, 0.5);
    background: rgba(223, 223, 223, 0.6);
    text-align: center;
    width: 90%;
    margin:0 auto;
    font-size: 18px;
    color:var(--primary);
}

.meeting-back .meeting-form{
    margin-top:30px;
}

.meeting-back .meeting-expert,.meeting-back .meeting-list{
    margin-top:60px;
    position: relative;
    background: rgba(223, 223, 223, 0.8);
    border-radius: 0 0 0 10px;
    text-align: left;
}

.meeting-back .meeting-expert img{
    width:80px;
    height:80px;
    border-radius: 50%;
    position: absolute;
    left:-10px;
    top:-40px;
}

.meeting-back .meeting-expert .meeting-expert-title{
    line-height: 40px;
    margin-left:100px;
    font-weight: 900;
}

.meeting-back .meeting-list img{
    width:30%;
    position: absolute;
    right:0px;
    top:0px;
}

.meeting-back .meeting-list{
    border-radius: 5px;
    padding:10px;
}

.meeting-back .meeting-list .meeting-list-title{
    line-height: 40px;
    margin-right:30%
    font-weight: 900;
}

.meeting-back .meeting-list .meeting-intro{
    margin-right: 30%
    margin-top:0px;
    margin-bottom: 0;
}

.meeting-back .meeting-list .meeting-list-expert{
    display: flex;
    flex-wrap: wrap;
}

.meeting-back .meeting-list .meeting-list-expert .meeting-list-expert-item{
    width:100px;
    text-align: center;
}

.meeting-back .meeting-list .meeting-list-expert .meeting-list-expert-item img{
    position: static;
    width:80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.meeting-back .meeting-list .meeting-list-expert .meeting-list-expert-item p{
    font-size: 13px;
}

.meeting-back .meeting-intro ul{
    font-size: 13px;
}

.meeting-back .meeting-intro li{
    display: flex;
    flex-wrap: wrap;
}

.meeting-back .meeting-intro li.active{
    background: rgba(6, 26, 27, 1);
    color:#fff;
    line-height: 25px;
    padding:5px 10px;
}

.meeting-back .meeting-intro .timeitem{
    background: rgba(223,223,223, 0.8);
    line-height: 25px;
    padding:5px 10px;
}

.meeting-back .meeting-intro .timeitem .timeitem-left{
    width: 150px;
    white-space:nowrap;
    text-align: center;
}

.meeting-back .meeting-intro .timeitem .timeitem-right{
    width: calc(100% - 150px);
    padding-left: 20px;
}

@media (max-width: 767px) {
    .meeting-back .meeting-intro .timeitem .timeitem-left{
        width: 100%;
        text-align: left;
        font-weight: 900;
    }

    .meeting-back .meeting-intro .timeitem .timeitem-right{
        width: 100%;
        color:var(--light);
    }
}

.meeting-back .yellow-color{
    color: #ffd89e;;
}
.meeting-back .meeting-intro .timeitem2{
    background: rgba(6, 26, 27, 0.3);
    line-height: 25px;
    padding:10px;
}

.form-group .error{
    color:var(--orange);
    font-size: 13px;
}

/* 11- 优惠券*/
/*========== 优惠券 ==========*/
.coupon{
    display: flex;
    align-items: center;
    margin:0px 10px 10px 10px;
}

.coupon .coupon-logo{
    width: 20%;
    border:3px solid var(--orange);
    border-radius: 50%;
    z-index: 2;
}

.coupon .coupon-detail{
    width: 90%;
    border:3px solid var(--orange);
    margin-left:-10%;
    padding: 5px 5px 5px 11%;
    z-index: 1;
    border-radius: 10px 0 10px 10px;
    position: relative;
}

.coupon.active .coupon-detail{
    border-color:var(--primary);
}

.coupon.active .coupon-logo{
    border-color:var(--primary);
}

.coupon .coupon-num{
    position: absolute;
    top:-3px;
    right:-3px;
    background: var(--primary);
    width:40px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color:#fff;
    z-index: 3;
}

.coupon .coupon-detail h6{
    font-size: 16px;
    margin-right:40px;
}

.coupon .coupon-detail p{
    font-size: 13px;
    margin-bottom: 5px;
}

.coupon .coupon-detail p2{
    font-size: 12px;
}

.coupon-btn{
    padding:5px 10px;
    font-size: 12px;
    background: var(--primary);
    border:1px solid var(--primary);
    color:#fff;
    border-radius: 10px;
}

.coupon-btn:hover{
    background: #fff;
    color:var(--primary);
}

.coupon hr{
    margin:5px;
}


/* 12- 资产*/
/*========== 专家库 ==========*/
.expert-item{
    border:1px solid var(--light);
    box-shadow: 0 3px 4px var(--gray);
    border-radius: 10px;
}

.expert-item .expert-item-top{ 
    padding:10px;
    display: flex;
    align-items: center;
}

.expert-item .expert-item-top .img{
    width: 100px;
    text-align: center;
}

.expert-item .expert-item-top .img img{
    width:80px;
    height: 80px;
    border-radius: 50%;
}

.expert-item .expert-item-top .title{
    width: calc(100% - 100px);
}

.expert-item .expert-item-top .title img{
    margin-right:5px;
}

.expert-item .expert-item-bottom{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    border-top: 1px solid #e4e4e4;
    padding: 5px 0;
    margin-top:10px;
}

.expert-item .expert-item-bottom span {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    cursor: auto;
    margin-right:20px;
}

.expert-item .expert-item-bottom span i {
    padding-right: 5px;
    transition: all 300ms linear 0s;
    color: #9d9d9d;
}


/* 13- 个人主页*/
/*========== 展赛作品 ==========*/
.work-card{
    border-radius: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.work-card .work-pic{
    padding-bottom: 71%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.work-card .work-content{
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.work-card .work-content .work-content-left{
    width: 60px;
    text-align: center;
}

.work-card .work-content .work-content-left img{
    width:50px;
    height: 50px;
    border-radius: 50%;
}

.work-card .work-content .work-content-right{
    width: calc(100% -  60px);
    padding:10px;
}

.work-card .work-content .work-content-right h5{
    font-size: 15px;
}

.work-card .work-content .work-content-right p{
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.work-card .work-content .work-content-province{
    position: absolute;
    bottom: 10px;
    right:10px;
}

.work-card .work-content .work-content-province i{
    margin-right: 5px;
}

.work-card .work-button{
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.work-card .work-button .work-button-item{
    display: block;
    padding:10px;
    font-size: 14px;
    text-align: center;
    border:1px solid #ccc;
    width: 50%;
}

.work-card .work-button .work-button-item:hover{
    background: #a61f26;
    color:#fff;
}

/* 15- 毕设页面*/
/*========== 大标题 ==========*/
.bigtitle-area{
    position: relative;
    text-align: center
}

.bigtitle-area h3{
    color:transparent;
    font-size: 50px;
    opacity: 0.3;
    color:#ccc;
}

.bigtitle-area h5{
    margin-top:-55px;
    font-size: 30px;
    color:#fff;
}


.bigtitle-area a{
    position: absolute;
    right:0px;
    top:20px;
}

.smalltitle{
    position: relative;
}

.smalltitle h5{
    height: 50px;
    background-size: 100% 100%;
    text-align: center;
    margin:0 auto;
    font-size: 20px;
    line-height: 50px;
    font-weight: 900;
    color:#fff;
}

/*========== 毕设选题 ==========*/
.bishe-task-area{
    border:1px solid #fff;
    border-radius: 50px;
    padding:20px;
    margin-top: 30px;
}

.bishe-task-area .task-card{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.bishe-task-area .task-card .task-pic{
    position: relative;
    padding-bottom: 71%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.bishe-task-area .task-card .task-favorite{
    position: absolute;
    top:10px;
    right:10px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding:5px 0;
    border-radius: 50%;
    background: #a61f26;
}

.bishe-task-area .task-card .task-favorite i{
    font-size: 20px;
    color: #fff;
}

.bishe-task-area .task-card .task-group{
    position: absolute;
    bottom:10px;
    right:10px;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border:1px solid #a61f26;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #a61f26;
}

.bishe-task-area .task-card .task-content{
    background: #fff;
    border-left:1px solid #a61f26;
    border-right:1px solid #a61f26;
    border-bottom:1px solid #a61f26;
    padding:5px;
    border-radius: 0 0 10px 10px;
}

.bishe-task-area .task-card .task-content h5{
    font-size: 15px;
}

.bishe-task-area .task-card .task-content .ins{
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}

.bishe-task-area .task-card .task-content .favorite{
    position: absolute;
    width:30px;
    height:30px;
    top:0;
    right:0;
}

.bishe-task-area .task-card .task-content .hits{
    position: absolute;
    align-items: center;
    top:0;
    right:5px;
}

.bishe-task-area .task-card .task-content .favorite a>i{
    font-size: 20px;
    color:#a61f26;
}

.bishe-task-area .task-card .task-content .text-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    padding: 5px 0;
}

.bishe-task-area .task-card .task-content .text-footer span{
    display: block;
}

.bishe-task-area .task-card .task-button{
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.bishe-task-area .task-card .task-button .task-button-item{
    display: block;
    padding:10px;
    font-size: 14px;
    text-align: center;
    border:1px solid #a61f26;
    width: 50%;
    color:#a61f26;
}

.bishe-task-area .task-card .task-button .task-button-item:hover{
    background: #a61f26;
    color:#fff;
}

/* 16- 文创认证 */
/*========== 按钮组 ==========*/
.wenchuang-button-area{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:20px 15%;
    margin:10px 0;
}

.wenchuang-button-area .button-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wenchuang-button-area .button-group .button-group-item{
    margin: 10px 0;
    text-align: center;
}

.wenchuang-button-area .button-group .button-group-item img{
    width:80px;
    height:80px;
}

/*========== 大标题 ==========*/
.wenchuang-bigtitle-area{
    position: relative;
    text-align: center
}

.wenchuang-bigtitle-area h3{
    color:transparent;
    font-size: 50px;
    opacity: 0.3;
    color:#ccc;
}

.wenchuang-bigtitle-area h5{
    margin-top:-30px;
    font-size: 30px;
    color:#000;
}


.wenchuang-bigtitle-area a{
    position: absolute;
    right:0px;
    top:20px;
}


/*========== 新闻 ==========*/
.wenchuang-news-area{
    margin:20px 0;
}

.wenchuang-news-area .news-list{
    list-style: none;
}

.wenchuang-news-area .news-list .news-list-item{
    line-height:30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    position: ;
}

.wenchuang-news-area .news-list .news-list-item a{
    display: block;
    width:calc(100% - 100px);
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-wencu{
    padding:10px 40px;
    text-align: center;
    font-size: 20px;
    background: #dc3545;
    color:#fff;
    border-radius: 10px;
}

.btn-wencu:hover{
    box-shadow:0 0 0 .2rem rgba(203, 78, 64, .5);
    color:#fff;
}

.wenchuang_sign_back{
    padding:20px;
    background: #fff;
    margin-top:-200px;
    z-index: 99999;
}

/*========== 介绍页面 ==========*/
.ccps-intro-left{
    list-style-type: none;
    width:110px;
    margin:20px auto;
}

.ccps-intro-left li{
    padding:10px 0;
}

.ccps-intro-left li>a{
    padding: 0 20px 0 10px;
    font-size: 18px;
    font-weight: 900;
}

.ccps-intro-left li>a.active{
    border-right:2px solid #a61f26;
}

.ccps-intro-right{
    width: 100%;
}

.ccps-intro-back{
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color:#fff;
}

.ccps-intro-content{
    background: #efefef;
    overflow: auto;
    padding:20px;
    color:#555;
}

/* 17- 点亮成就 */
/*========== 主页 ==========*/
.badge-index{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.badge-index .badge-index-left{
    width:38%;
}

.badge-index .badge-index-right{
    width:18%;
}

.badge-index .item{
    width:100%;
    padding-bottom: 63%;
    position: relative;
}

.badge-index .item2{
    width:100%;
    padding-bottom: calc(200% + 13px);
    position: relative;
}

.badge-index .item .title,.badge-index .item2 .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    line-height: 40px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.3);
    color:#fff;
    text-align: center;
}

.badge-index .badge-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.badge-index .w45{
    width:48%;
}

@media (max-width: 1199px) {
    .badge-index .badge-index-left{
        width:50%;
    }

    .badge-index .badge-index-right{
        width:100%;
    }

    .badge-index .item2{
        width:100%;
        padding-bottom: 50%;
    }
}

@media (max-width: 768px) {
    .badge-index .badge-index-left{
        width:100%;
    }

    .badge-index .badge-index-right{
        width:100%;
    }
}

.badge-intro{
    margin-top:30px;
    background: rgba(0, 0, 0, 0.1);
    padding:10px 5px;
    font-size: 15px;
    line-height: 25px;
    color:#fff;
}

.badge-bigtitle{
    font-size: 5rem;
    color:rgba(0, 0, 0, 0.7);
    font-weight: 900;
    text-shadow: 2px 2px 5px #fff;
}

.badge-detail{
    padding:0px 60px 60px;
}

.badge-detail-intro{
    line-height: 60px;
    font-size: 14px;
    color:#fff;
}

.badge-detail-border{
    background: rgba(0, 0, 0, 0.1);
    padding:20px;
}

.badge-detail-border2{
    background: rgba(255,255, 255, 0.7);
    padding:20px;
    border-radius: 10px;
}

.badge-table-th,.badge-table-th2{
    background: #fff;
    display: flex;
    font-size: 16px;
    padding: 10px;
}

.badge-table-td{
    background: rgba(255,255, 255, 0.8);
    display: flex;
    align-items: center;
    font-size: 14px;
    padding:10px;
    margin-bottom: 20px;
}

.badge-table-th .item,.badge-table-td .item{
    text-align: center;
    width:150px;
    padding:0 5px;
}

.badge-table-th .item2,.badge-table-td .item2{
    text-align: left;
    width:calc(100% - 600px);
}

.badge-table-th2 .item{
    width:49%;
    font-size: 13px;
    text-align: left;
}

.badge-table-th2 .item ul li{
    display: flex;
    flex-wrap: nowrap;
    width:100%;
    min-height: 30px;
}

.badge-table-th2 .item ul li span{
    width:70px;
}
.badge-table-th2 .item ul li p2{
    width:calc(100% - 70px);
}

.badge-table-td2{
    background: rgba(255,255, 255, 0.8);
    text-align: left;
}

@media (min-width: 1200px) {
    .badge-table-th2,.badge-table-td2{
        display: none;
    }
}

@media (max-width: 1199px) {
    .badge-table-th,.badge-table-td{
        display: none;
    }
}

.badge-relative{
    white-space: nowrap;
    width:100%;
    overflow: auto;
}

.badge-relative .item{
    display: inline-block;
    width:280px;
    height:280px;
    position: relative;
    margin-right:20px;
}

.badge-relative .item .title{
    position: absolute;
    bottom: 0;
    left:0;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
    color:#fff;
    text-align: center;
    width:100%;
}

.badge-relative .item .cover{
    position: absolute;
    top:0;
    left: 0;
    width:280px;
    height: 280px;
    line-height: 280px;
    font-size: 20px;
    font-weight: 900;
    color:#fff;
    background: rgba(0, 26, 61, 0.3);
    border:1px solid #ff5e15;
    text-align: center;
    display: none;
}

.badge-relative .item .title2{
    position: absolute;
    bottom: 0;
    left:0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color:#ff5e15;
    text-align: center;
    width:100%;
    background: rgba(0, 26, 61, 0.5);
    display: none;
}

.badge-relative .item:hover .title{
    display: none;
}

.badge-relative .item:hover .title2,.badge-relative .item:hover .cover{
    display: block;
}



