@charset "UTF-8";
@media screen and (min-width: 768px) { .pc-show { display: block; }
  .pc-hidden { display: none; } }
@media screen and (max-width: 768px) { .mb-show { display: block; }
  .mb-hidden { display: none; } }
.hidden { display: none; }

.bt-blue { background: #4384ba; color: #fff; }
.bt-blue:hover { background: #2686d6; color: #fff; }

.bt-orange { background: #d88416; color: #fff; }
.bt-orange:hover { background: #ed8d0f; color: #fff; }

.by { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

.bd3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.scale-img:hover img, .classBox:hover .courseBox-img img, .shopLeftBox:hover .shopLeftBox-img img, .sub-courseBox:hover .sub-courseBox-img img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
.color-red { color: #ff0000; }

.scale-img { overflow: hidden; margin: 0 auto; }

.add-searchBox { height: 36px; position: relative; padding-right: 110px; }
.add-searchBox input { width: 100%; height: 34px; border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #fff; text-indent: 36px; font-size: 14px; line-height: 34px; color: #999; }
.add-searchBox a { width: 90px; height: 36px; position: absolute; right: 0; top: 50%; margin-top: -18px; font-size: 18px; line-height: 36px; text-align: center; }
.add-searchBox i { width: 36px; height: 36px; text-align: center; line-height: 36px; position: absolute; left: 0; z-index: 9; color: #999; }

.color-theme { color: #00cc99; }

.trans { -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* 单行文字溢出省略号显示 */
.btn-theme { background: #00cc99; color: #fff; }
.btn-theme:hover { background: #00c291; color: #fff; }

.add-classbg { background: #f8f8f8; padding-bottom: 40px; }
@media (max-width: 768px) { .add-classbg { padding-bottom: 15px; } }

.add-sub-menu { padding: 12px 0 6px; }
.add-sub-menu h3 { font-size: 24px; font-weight: bold; color: #222; margin: 0; padding: 0; line-height: 48px; }
.add-sub-menu h3 i { font-size: 24px; font-weight: normal; vertical-align: -1px; margin-right: 8px; }
.add-sub-menu a { color: #666; line-height: 48px; }
.add-sub-menu a:hover { color: #00cc99; }
@media (max-width: 768px) { .add-sub-menu { margin: 0 15px; } }

.sub-class { margin: 24px 30px 0; }
.sub-class > ul { margin: -24px -12px 0; }
.sub-class > ul > li { width: 33.3333333333%; float: left; margin-top: 24px; }
.sub-class > ul > li .classBox { margin: 0 12px; }
@media (max-width: 768px) { .sub-class { margin: 20px 15px 0; }
  .sub-class > ul { margin: -10px -5px 0; }
  .sub-class > ul > li { width: 50%; margin-top: 10px; }
  .sub-class > ul > li .classBox { margin: 0 5px; } }

.classBox { border: 1px solid #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; cursor: pointer; background: #fff; }
.classBox .classBox-img { width: 364px; height: 238px; margin: -1px -1px 0 -1px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; overflow: hidden; }
.classBox .classBox-img img { width: 364px; height: 238px; }
@media (max-width: 768px) { .classBox .classBox-img { width: auto; height: auto; }
  .classBox .classBox-img img { width: 100%; height: auto; } }
.classBox h2 { font-size: 16px; line-height: 30px; margin: 8px 8px 0 8px; }
.classBox h2 a { color: #222; }
.classBox h2 a:hover { color: #00cc99; }
.classBox ul { font-size: 12px; line-height: 22px; color: #999; border-bottom: 1px solid #f3f4f6; padding-bottom: 10px; margin: 0 8px; }
.classBox ul i { margin-right: 4px; vertical-align: -1px; }
.classBox ul li { float: left; }
.classBox ul li.w1 { width: 50%; }
@media (max-width: 768px) { .classBox ul li.w1 { width: 100%; } }
.classBox ul li.w2 { width: 25%; }
@media (max-width: 768px) { .classBox ul li.w2 { width: 50%; } }
.classBox h6 { padding: 10px 0; font-size: 14px; line-height: 26px; color: #cf2424; font-weight: bold; margin: 0 8px; }
.classBox h6 a { font-size: 14px; padding: 0 15px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; font-weight: normal; }
@media (max-width: 768px) { .classBox h6 { padding: 5px 0; margin: 0 4px; }
  .classBox h6 a { font-size: 12px; padding: 0 8px; } }
.classBox:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
@media (max-width: 768px) { .classBox:hover { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .classBox:hover .courseBox-img img { transform: inherit; } }

.classesbg { background: url(../images/bg2.jpg) top center no-repeat; padding-bottom: 32px; }
.classesbg .crumb { color: #fff; margin: 0; }
.classesbg .crumb a { color: #fff; }
.classesbg .crumb a:hover { color: #fff; text-decoration: underline; }
@media (max-width: 768px) { .classesbg { background-image: url(../images/bg2.jpg); background-size: cover; padding-bottom: 20px; } }

.class1 { position: relative; }
.class1 h2 { font-size: 24px; color: #fff; line-height: 28px; }
.class1 h2 span { font-size: 14px; line-height: 28px; color: #fff; display: inline-block; margin-left: 8px; padding: 0 8px; vertical-align: 2px; }
.class1 h2 span.mark1 { background: #00cc99; }
.class1 h4 { font-size: 14px; line-height: 28px; color: #fcff00; margin-top: 5px; }
@media (max-width: 768px) { .class1 h4 { margin: 0; padding: 0; } }
.class1 p { font-size: 14px; line-height: 28px; color: #fff; margin-top: 30px; }
.class1 p.p1 { height: 84px; }
@media (max-width: 768px) { .class1 p.p1 { height: auto; } }
.class1 p.p2 { margin-top: 25px; }
.class1 p.p2 .split { margin: 0 25px; }
@media (max-width: 768px) { .class1 p.p2 { margin-top: 0; }
  .class1 p.p2 .split { margin: 0 10px; } }
@media (max-width: 768px) { .class1 p { margin-top: 5px; font-size: 12px; line-height: 24px; } }
.class1 a { width: 120px; height: 42px; text-align: center; font-size: 16px; line-height: 42px; text-align: center; position: absolute; right: 0; bottom: 0; background: #fc0551; color: #fff; }
.class1 a:hover { background: #cb0643; color: #fff; }
.class1 .class1-price { font-size: 30px; line-height: 42px; color: #fcff00; position: absolute; right: 0; top: 10px; }
.class1 .class1-price span { font-size: 18px; margin-right: 5px; }
@media (max-width: 768px) { .class1 .class1-price { bottom: -10px; top: inherit; } }
@media (max-width: 768px) { .class1 h2 { font-size: 16px; color: #fff; line-height: 24px; }
  .class1 h2 span { font-size: 12px; line-height: 24px; color: #fff; display: inline-block; margin-left: 8px; padding: 0 8px; vertical-align: 2px; }
  .class1 h2 span.mark1 { background: #00cc99; }
  .class1 a { position: relative; display: block; margin-top: 10px; height: 36px; line-height: 36px; } }

.class2 > ul { margin-top: -20px; }
.class2 > ul > li { border-bottom: 1px solid #e9e9e9; padding-bottom: 20px; margin-top: 20px; }
.classLi1 { min-height: 196px; position: relative; padding-left: 318px; }
.classLi1 .scale-img { width: 294px; height: 196px; position: absolute; left: 0; }
.classLi1 h2 { font-size: 24px; line-height: 32px; padding-top: 5px; }
.classLi1 h2 a { color: #444; }
.classLi1 h2 a:hover { color: #00cc99; }
.classLi1 ul { margin-top: 10px; }
.classLi1 ul li { float: left; color: #888; width: 50%; }
.classLi1 h4 { font-size: 14px; font-weight: bold; color: #444; margin-top: 30px; }
.classLi1 p { font-size: 14px; line-height: 24px; color: #888; margin-top: 6px; }
.classLi1 .btn-theme-line { width: 134px; height: 42px; text-align: center; line-height: 42px; text-align: center; position: absolute; right: 0; top: 0; }
@media (max-width: 768px) { .classLi1 { min-height: 106px; position: relative; padding-left: 170px; }
  .classLi1 .scale-img { width: 160px; height: 106px; position: absolute; left: 0; }
  .classLi1 .scale-img img { width: 160px; height: 106px; }
  .classLi1 h2 { font-size: 14px; line-height: 20px; padding-top: 0; padding-bottom: 0; margin: 0; }
  .classLi1 ul { margin-top: 2px; }
  .classLi1 ul li { font-size: 12px; line-height: 18px; }
  .classLi1 h4 { margin: 8px 0 0 0; }
  .classLi1 p { font-size: 12px; line-height: 18px; color: #888; margin: 3px 0 0 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; } }
@media (max-width: 768px) { .class2 > ul { margin-top: -15px; }
  .class2 > ul > li { padding-bottom: 15px; margin-top: 15px; } }

.main1 { margin-top: 30px; }
@media (max-width: 768px) { .main1 { margin-top: 60px; } }

.shopLeft { width: 860px; }
.shopLeft h3 { font-size: 18px; color: #333; line-height: 24px; margin: -5px 0 0; padding: 5px 0 5px 0; font-weight: bold; color: #333; }
.shopLeft h3 i { font-size: 18px; color: #00cc99; margin-right: 8px; font-weight: normal; }
.shopLeft > ul { margin-top: -10px; margin-left: -20px; }
.shopLeft > ul > li { margin-top: 20px; width: 25%; float: left; }
.shopLeftBox { border: 1px solid #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; cursor: pointer; background: #fff; margin-left: 20px; }
.shopLeftBox .shopLeftBox-img { width: 200px; height: 132px; margin: -1px -1px 0 -1px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; overflow: hidden; }
.shopLeftBox .shopLeftBox-img img { width: 200px; height: 132px; }
.shopLeftBox h2 { font-size: 16px; line-height: 30px; margin: 8px 8px 0 8px; }
.shopLeftBox h2 a { color: #222; }
.shopLeftBox h2 a:hover { color: #00cc99; }
.shopLeftBox p { font-size: 12px; line-height: 22px; color: #999; border-bottom: 1px solid #f3f4f6; margin: 0 8px; padding: 0 0 5px; }
.shopLeftBox p i { margin-right: 4px; vertical-align: -1px; }
.shopLeftBox h6 { padding: 10px 0; font-size: 14px; line-height: 26px; color: #cf2424; font-weight: bold; margin: 0 8px; }
.shopLeftBox h6 a { font-size: 14px; padding: 0 15px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; font-weight: normal; }
.shopLeftBox:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
@media (max-width: 768px) { .shopLeftBox { margin-left: 10px; }
  .shopLeftBox .shopLeftBox-img { width: auto; height: auto; }
  .shopLeftBox .shopLeftBox-img img { width: 100%; height: auto; } }
@media (max-width: 768px) { .shopLeft { width: 100%; }
  .shopLeft h3 { margin: 0 0 0; }
  .shopLeft h3 i { font-size: 18px; color: #00cc99; margin-right: 8px; font-weight: normal; }
  .shopLeft > ul { margin-top: -10px; margin-left: -10px; }
  .shopLeft > ul > li { width: 50%; } }

.shopRigt { width: 258px; border: 1px solid #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background: #fff; }
.shopRigt h3 { height: 60px; font-size: 18px; color: #333; line-height: 60px; border-bottom: 1px solid #eee; padding: 0 10px; font-weight: bold; margin: 0; }
.shopRigt h3 i { font-size: 18px; color: #00cc99; margin-right: 8px; }
.shopRigt ul li:last-child { border-bottom: none; }
@media (max-width: 768px) { .shopRigt { width: 100%; margin-top: 15px; } }
.shopRli { border-bottom: 1px solid #f3f4f6; line-height: 48px; position: relative; padding: 0 10px 0 44px; margin: 0; }
.shopRli i { width: 28px; height: 28px; background: url(../images/medals.png) no-repeat; position: absolute; left: 14px; top: 11px; }
.shopRli i.num1 { background-position: 0 0; }
.shopRli i.num2 { background-position: 0 -30px; }
.shopRli i.num3 { background-position: 0 -60px; }
.shopRli a span { background: #c7c7c7; width: 22px; height: 22px; position: absolute; top: 14px; left: 14px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; font-size: 12px; line-height: 21px; color: #fff; }

.all-courseBg { background: #f7fafc; margin: 40px 0 0; padding: 20px 0 40px; }
@media (max-width: 768px) { .all-courseBg { padding: 10px 0 20px; } }
.all-courseBg .add-searchBox { width: 58%; margin: 10px 0; }
@media (max-width: 768px) { .all-courseBg .add-searchBox { width: auto; margin: 5px 0; } }
.all-course-menu { font-size: 18px; color: #333; line-height: 24px; margin: -5px 0 0; padding: 5px 0 5px 0; font-weight: bold; color: #333; }
.all-course-menu i { font-size: 18px; color: #00cc99; margin-right: 8px; font-weight: normal; }

.all-course-filter { min-height: 34px; padding-left: 70px; padding-top: 5px; position: relative; }
.all-course-filter span { width: 70px; position: absolute; left: 0; font-size: 14px; line-height: 34px; font-weight: bold; text-align: right; }
.all-course-filter a { font-size: 14px; line-height: 32px; border: 1px solid #eee; background: #fff; display: inline-block; margin-right: 10px; padding: 0 12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; }
.all-course-filter a:hover, .all-course-filter a.curr { border: 1px solid #00cc99; background: #00cc99; color: #fff; }
@media (max-width: 768px) { .all-course-filter { padding-left: 0; }
  .all-course-filter span { position: inherit; }
  .all-course-filter a { padding: 0 8px; } }

.sub-course > ul { margin: -5px 0 0 -20px; }
.sub-course > ul > li { margin-top: 20px; width: 20%; float: left; }
@media (max-width: 768px) { .sub-course > ul { margin: -10px 0 0 -10px; }
  .sub-course > ul > li { margin-top: 10px; width: 50%; float: left; } }

.sub-courseBox { height:230px;border: 1px solid #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; cursor: pointer; background: #fff; margin-left: 20px; }
.sub-courseBox .sub-courseBox-img { width: 212px; height: 146px; margin: -1px -1px 0 -1px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; overflow: hidden; }
.sub-courseBox .sub-courseBox-img img { width: 212px; height: 146px; }
@media (max-width: 768px) { .sub-courseBox .sub-courseBox-img { width: auto; height: auto; }
  .sub-courseBox .sub-courseBox-img img { width: 100%; height: auto; } }
.sub-courseBox h2, .sub-courseBox p, .sub-courseBox h6 { margin: 0 8px; padding: 0; }
.sub-courseBox h2 { font-size: 16px; line-height: 30px; margin-top: 8px; }
.sub-courseBox h2 a { color: #222; }
.sub-courseBox h2 a:hover { color: #00cc99; }
.sub-courseBox p { font-size: 12px; line-height: 22px; color: #999; border-bottom: 1px solid #f3f4f6; padding-bottom: 5px; }
.sub-courseBox p i { margin-right: 4px; vertical-align: -1px; }
.sub-courseBox h6 { padding: 10px 0; font-size: 14px; line-height: 26px; color: #cf2424; font-weight: bold; }
.sub-courseBox h6 a { font-size: 14px; padding: 0 15px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; font-weight: normal; }
.sub-courseBox:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
@media (max-width: 768px) { .sub-courseBox { margin-left: 10px; }
  .sub-courseBox h2, .sub-courseBox p, .sub-courseBox h6 { margin: 0 4px; }
  .sub-courseBox:hover { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .sub-courseBox:hover .sub-courseBox-img img { transform: inherit; } }

.sub-CourseBox { background: #fff; margin: 25px 0 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -moz-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -ms-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -o-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); }
@media (max-width: 768px) { .sub-CourseBox { margin: 50px 0 15px; -webkit-box-shadow: inherit; -moz-box-shadow: inherit; -ms-box-shadow: inherit; -o-box-shadow: inherit; box-shadow: inherit; } }
.sub-menu { height: 52px; border-bottom: 1px solid #eee; font-size: 16px; line-height: 52px; position: relative; font-weight: bold; color: #00cc99; padding: 0 30px; }
.sub-menu i { width: 6px; height: 20px; position: absolute; left: 0; top: 50%; margin-top: -10px; background: #00cc99; }
@media (max-width: 768px) { .sub-menu { padding: 0 20px; height: 42px; line-height: 42px; } }

.courses1 { height: 196px; position: relative; padding: 0 0 0 324px; margin: 25px 25px 0; }
.courses1 .scale-img { width: 294px; height: 196px; position: absolute; left: 0; cursor: pointer; }
.courses1 .scale-img img { width: 294px; height: 196px; }
@media (max-width: 768px) { .courses1 { height: auto; margin: 15px 0 0; padding: 0; }
  .courses1 .scale-img { width: auto; height: auto; position: inherit; left: inherit; }
  .courses1 .scale-img img { width: 100%; height: auto; } }

.courses1-txt h2, .courses1-txt p { margin: 0; padding: 0; }
.courses1-txt h2 { font-size: 24px; line-height: 54px; padding-top: 5px; color: #333; }
.courses1-txt p { font-size: 14px; line-height: 24px; color: #999; margin-top: 20px; }
.courses1-txt p span { margin-left: 25px; }
@media (max-width: 768px) { .courses1-txt h2 { font-size: 16px; line-height: 22px; font-weight: bold; }
  .courses1-txt p { margin-top: 5px; line-height: 22px; } }

.courses1-btn { position: absolute; right: 0; bottom: 0; }
.courses1-btn a { width: 120px; height: 40px; font-size: 18px; line-height: 40px; text-align: center; display: inline-block; margin-left: 20px; }
@media (max-width: 768px) { .courses1-btn { position: relative; right: inherit; bottom: inherit; margin-top: 10px; }
  .courses1-btn a { margin-left: 0; margin-right: 10px; height: 32px; line-height: 32px; } }

.courses2 { padding: 24px 25px 30px; min-height: 500px; }
@media (max-width: 768px) { .courses2 { padding: 15px 0 0; min-height: auto; } }
.courses2-TabM { height: 42px; background: #f3f3f3; }
.courses2-TabM ul li { font-size: 16px; line-height: 42px; float: left; text-align: center; margin-right: 3px; }
.courses2-TabM ul li a { display: block; position: relative; padding: 0 20px; }
.courses2-TabM ul li a:hover, .courses2-TabM ul li a.listTab-cur { background: #00cc99; color: #fff; }
.courses2-TabM ul li a:hover:after, .courses2-TabM ul li a.listTab-cur:after { content: ""; height: 0; width: 0; border-top: 10px solid #00cc99; border-left: 10px dashed transparent; border-right: 10px dashed transparent; position: absolute; bottom: -10px; left: 50%; margin-left: -10px; }
@media (max-width: 768px) { .courses2-TabM ul li { margin-right: 1px; font-size: 14px; }
  .courses2-TabM ul li a { padding: 0 9px; } }

.courses2-TabC { padding: 20px 0 0; }
.courses2-TabC article { font-size: 14px; line-height: 1.8; color: #666; }

.courses2-List h4 { font-size: 16px; line-height: 42px; cursor: pointer; position: relative; color: #444; font-weight: bold; margin: 0; padding: 0 0 0 32px; }
.courses2-List h4 .List-ico { width: 16px; height: 16px; top: 50%; margin-top: -8px; left: 5px; background: url(../images/off.png) no-repeat; position: absolute; }
.courses2-List .list-item ul { padding: 0 0 4px; }
.courses2-List .list-item ul li { font-size: 14px; line-height: 28px; }
.courses2-List .list-item ul li a { display: block; color: #777; position: relative; padding-left: 40px; }
.courses2-List .list-item ul li a i { width: 8px; height: 8px; background: #777; position: absolute; top: 50%; margin-top: -4px; left: 24px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.courses2-List .list-item ul li a:hover { background: #eef6ff; color: #00cc99; }
.courses2-List .list-item ul li a:hover i { background: #00cc99; }
.courses2-List .selected h4 .List-ico { background: url(../images/on.png) no-repeat; }

.add-ind-menu { height: 48px; overflow: hidden; padding: 20px 0 0; }
.add-ind-menu h3 { font-size: 24px; font-weight: bold; color: #222; padding: 0; margin: 0; line-height: 48px; }
.add-ind-menu h3 i { font-size: 24px; font-weight: normal; vertical-align: -1px; margin-right: 8px; }
.add-ind-menu a { color: #666; line-height: 48px; }
.add-ind-menu a:hover { color: #00cc99; }
.add-ind-menu p { font-size: 16px; margin-left: 15px; color: #999; line-height: 28px; margin-top: 10px; }
.add-ind-menu p span { font-weight: bold; }
@media (max-width: 768px) { .add-ind-menu { padding: 5px 0; }
  .add-ind-menu h3 { font-size: 18px; } }

.ind-course { padding-bottom: 40px; }
.ind-course > ul { margin: -10px 0 0 -20px; }
.ind-course > ul > li { margin-top: 20px; width: 20%; float: left; }
@media (max-width: 768px) { .ind-course { margin: 0 -20px; padding-bottom: 15px; }
  .ind-course > ul { margin: -10px 0 0 -10px; }
  .ind-course > ul > li { margin-top: 10px; width: 50%; float: left; } }

.swiper-class { -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); background: #fff; margin-top: 10px; position: relative; padding: 25px; }
.swiper-class .class-next, .swiper-class .class-prev { width: 64px; height: 64px; position: absolute; z-index: 999; top: 50%; margin-top: -32px; text-align: center; line-height: 64px; cursor: pointer; color: #bfbfbf; }
.swiper-class .class-next i, .swiper-class .class-prev i { font-size: 40px; }
.swiper-class .class-next:hover, .swiper-class .class-prev:hover { color: #00cc99; }
.swiper-class .class-next { left: -64px; text-align: left; }
.swiper-class .class-prev { right: -64px; text-align: right; }
.swiper-class .swiper-container { height: 350px; overflow: hidden; }
@media (max-width: 768px) { .swiper-class { padding: 0; margin-top: 5px; }
  .swiper-class .class-next, .swiper-class .class-prev { display: none; }
  .swiper-class .swiper-container { height: 510px; } }

.swiper-class .swiper-slide { position: relative; }
.swiper-class .swiper-slide .scale-img { width: 535px; height: 350px; }
.swiper-class .swiper-slide .scale-img img { width: 535px; height: 350px; }
@media (max-width: 768px) { .swiper-class .swiper-slide .scale-img { width: 100%; height: 200px; }
  .swiper-class .swiper-slide .scale-img img { width: 100%; height: auto; } }
.ind-classBox-txt { width: 535px; height: 350px; position: relative; }
.ind-classBox-txt h2, .ind-classBox-txt h4 { margin: 0; padding: 0; }
.ind-classBox-txt h2 { font-size: 22px; line-height: 32px; font-weight: bold; padding: 10px 0; }
.ind-classBox-txt h4 { font-size: 16px; font-weight: bold; line-height: 30px; margin-top: 20px; color: #00cc99; }
.ind-classBox-txt h4 a { display: inline-block; padding: 0 12px; }
@media (max-width: 768px) { .ind-classBox-txt { width: 100%; height: auto; }
  .ind-classBox-txt h2, .ind-classBox-txt h4 { margin: 0 8px; }
  .ind-classBox-txt h2 { font-size: 16px; line-height: 28px; padding: 5px 0 0; }
  .ind-classBox-txt h4 { margin-top: 10px; } }

.ind-classBox-Ul1 { padding-right: 200px; }
.ind-classBox-Ul1 li { width: 50%; float: left; color: #888; }
@media (max-width: 768px) { .ind-classBox-Ul1 { padding-right: 60px; margin: 0 8px; }
  .ind-classBox-Ul1 li:last-child { width: 100%; } }

.ind-classBox-Ul2 { margin-top: 15px; }
.ind-classBox-Ul2 li { font-size: 14px; line-height: 36px; border-bottom: 1px dotted #e3e3e3; }
.ind-classBox-Ul2 li i { margin-right: 10px; }
.ind-classBox-Ul2 li span { color: #888; }
.ind-classBox-Ul2 li a { color: #666; }
.ind-classBox-Ul2 li a:hover { color: #00cc99; }
@media (max-width: 768px) { .ind-classBox-Ul2 { margin: 5px 8px auto; } }

.ind-classBox-price { color: #ff0000; font-size: 26px; font-weight: bold; position: absolute; top: 50px; right: 0; }
.ind-classBox-price span { font-size: 14px; margin-right: 2px; }
@media (max-width: 768px) { .ind-classBox-price { top: 50px; right: 8px; } }

/*# sourceMappingURL=add.css.map */
