body {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Helvetica Neue, PingFang SC, Hiragino Sans GB,  Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #a88d5d;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
    transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img,.s-scene-lists li{max-width: 100%;}
section,.section{
  padding: 80px 0 0;
}
.section2{
  padding: 60px 0;
}
.p-b-80{
  padding-bottom: 80px;
}
.p-b-0{padding-bottom: 0;}
.m-t-80{margin-top: 80px;}
.m-t-40{margin-top: 40px;}
.m-t-30{margin-top: 30px;}
.m-b-40{margin-bottom: 40px;}
@media (max-width: 1200px) {
section,.section{  padding: 60px 0 0;}
.section2{  padding: 60px 0;}
.p-b-80{  padding-bottom: 60px;}
.p-b-0{padding-bottom: 0;}
.m-t-80{margin-top: 60px;}
}
@media (max-width: 992px) {
section,.section{  padding: 40px 0 0;}
.section2{  padding: 40px 0;}
.p-b-80{  padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
.m-t-80{margin-top: 40px;}
}
@media (max-width:768px) {
section,.section{  padding: 30px 0 0;}
.section2{  padding: 30px 0;}
.p-b-80{  padding-bottom: 30px;}
.p-b-0{padding-bottom: 0;}
.m-t-80{margin-top: 30px;}
.m-t-30{margin-top: 20px;}
.m-b-40{margin-bottom: 30px;}
}

.column-2B-slick-list img,.maincontent img{
  max-width: 100%;
  height: auto!important;
}
.maincontent img{
  width: auto!important;
  max-width: 100%!important;
}
.img-box img,.imgbox img,.column-2A-rowA li img,.column-4B-list li img,.bannercolumn img{
  width: 100%;
}

/* 首页-顶部 */
.header-top{
  background: #f0f0f0;
  padding: 4px 0;
}
.header-top p{
  float: left;
  font-size: 12px;
  color: #666666;
}
.header-top ul{
  float: right;
}
.header-top ul li{
  display: inline-block;
  font-size: 12px;
  color: #666666;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
.header-top ul li:first-child{border-left: none;}
.header-top ul li a{color: #666;}
/* 首页-导航 */
.navbar {
  margin-bottom: 0;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 120;
  padding: 30px 0;
}
.navigation {
  width: 100%;
  line-height: 0;
}
.navbar-header {
  width:18%;
}
.nav-wrap {
  width: 65%;
  text-align: center;
}
.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.navbar-nav {
  margin: 0;
  display: inline-block;
  float: none!important;
  text-align: center;
}

.navbar-nav > li > a {
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  padding: 17px 12px;
  border-bottom: 1px solid transparent;
  margin-right: 4px;
}
.nav-wrap .active,.navbar-nav > li > a:hover{
  color: #e67e17;
  border-color: #e67e17;
}
.navbar-nav .dropdown > i, .navbar-nav .dropdown-submenu > i{display: none;}

/* 导航-下拉 */
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
  border: 1px solid #cccccc;
}
.navbar-toggle .icon-bar {
  background-color: #555555;
  width: 18px;
}
.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
  background: #e67e17;
}

/* 导航—二级导航 */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
  float: left;
  width: 100%;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
}
.navbar-nav .dropdown-menu {
  left: -10%;
}
.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu {
  min-width:100px;
  margin: 0;
  border: none;
  border-bottom: none;
  border-radius: 0;
  background-color: #ffffff;
}
.dropdown-menu li > a {
  padding:8px 2px;
  color: #979797;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}
.dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
  padding: 0 20px;
}
.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* 导航——产品下拉 */
.dropdown-menu li{
  border-top: 1px solid #f5f5f5;
}

.dro-list-box:hover h3,.dro-list-box:hover p,.dropdown-menu2 li:hover h3,.dropdown-menu2 li:hover p,.dropdown-menu4 li:hover a{
  color: #ff8812;
}
.dropdown-menu4 li > a {
  padding: 10px 20px;
}
.call-box-h{
  width: 17%;
}
.call-box-h i{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e67e17;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.call-box-h p{
  float: left;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
.call-box-h p span{
  display: block;
  font-size: 20px;
  color: #e67e17;
  font-weight: 800;
}
@media (max-width:1300px) {
.nav-wrap{width: 61%;}
.navbar-nav > li > a{padding: 12px 5px;font-size: 16px;}
.call-box-h{width: 21%;}
}
@media (max-width: 991px) {
.navbar-left, .navbar-nav, .navbar-right {float: none !important;}
.navbar-toggle { display: block;}
.navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);}
.navbar-fixed-top {top: 0; border-width: 0 0 1px;}
.navbar-collapse.collapse {display: none !important;}
.navbar-nav {margin-top: 7.5px;}
.navbar-nav > li {float: none;}
.collapse.in {display: block !important;}
.navbar-nav .open .dropdown-menu {position: static;float: none; width: auto; margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none; box-shadow: none;}
.navbar-nav .dropdown > i,.navbar-nav .dropdown-submenu > i {width: 51px;height: 51px;line-height: 51px;text-align: center;position: absolute;right: 0;top: 0;z-index: 50;cursor: pointer;}
.navbar-nav .dropdown:nth-child(2) i,.navbar-nav .dropdown:nth-child(4) i,.navbar-nav .dropdown:nth-child(5) i{display: block;}
.navbar-collapse {text-align: left;}
.logo-container {position: absolute;top: 0;}
.nav > li > a {padding: 15px 0 15px 15px;border-bottom: 1px solid #e6e6e6;line-height: 20px;}
.navbar-nav {display: block;}
header.transparent .navbar-nav > .active > a,
header.transparent .navbar-nav > .active > a:focus,
header.transparent .navbar-nav > .active > a:hover,
header.transparent .navbar-nav > li > a:hover,
header.transparent .navbar-nav > li > a:focus {color:#e67e17;}
.navbar-nav .open .dropdown-menu > li > a{padding: 15px 0 15px 20px;margin-bottom: 0;}
.navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {padding: 15px 0 15px 30px;}
.navbar-nav .open .dropdown-submenu .dropdown-menu > li > ul > li > a {padding: 15px 0 15px 45px;}
.nav-wrap {padding-left: 0;padding-right: 0;width: 100% !important;}
.dropdown-submenu > a:after,.call-box-h{display: none;}
.navbar-nav .open .dropdown-menu {width: auto !important;}
.dropdown-menu .megamenu-wrap ul > li > a:hover {padding-left: 20px;}
.dropdown-menu,
.megamenu-item.no-headings {padding: 0;}
.dropdown-menu.megamenu {padding: 0 15px;}
.megamenu-item {border-right: none;padding: 0;}
.dropdown-menu .megamenu-wrap ul > li > a {display: block;padding: 15px 0 15px 20px;border-bottom: 1px solid #e6e6e6;clear: both;font-weight: 400;line-height: 1.42857143;color: #979797;white-space: nowrap;}
.navbar-header{width: 100%;}
.logo-wrap{width: 30%;float: left;}
header.transparent .navbar-nav > li:last-child a:hover{color: #ffffff;}
.navbar{padding: 15px 0;}
}
@media (min-width: 992px) {
.dropdown-menu,dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 680px) {
  .header-top ul{margin-top: 2px;}
}
@media (max-width: 580px) {
.logo-wrap{width:190px; }
}
@media (max-width: 400px) {
.header-top ul{display: none;}
.header-top p{float: none;text-align: center;}
}

/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  border-top: 2px solid rgba(230,126,23,0.5);
  border-bottom:  2px solid rgba(230,126,23,0.5);;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 620px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 54px;
  height: 54px;
  opacity: 0.5;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav:active ,.callbacks_nav.next:hover,.callbacks_nav.prev:hover{
  opacity: 1.0;
}
.callbacks2_nav:active {
  opacity: 1.0;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 46%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #ccc;
  border: none;
  border-radius: 50%;
}
.callbacks_here a:after {
  background: #da251c;
}
@media (max-width: 1800px) {
.callbacks_container{height: 580px;}
}
@media (max-width: 1700px) {
.callbacks_container{height: 540px;}
}
@media (max-width: 1600px) {
.callbacks_container{height: 500px;}
}
@media (max-width: 1530px) {
.callbacks_container{height:460px;}
}
@media (max-width: 1400px) {
.callbacks_container{height: 420px;}
}
@media (max-width: 1300px) {
.callbacks_container{height: 380px;}
}
@media (max-width: 1200px) {
.callbacks_container{height:340px;}
}
@media (max-width: 1030px) {
.callbacks_container{height: 310px;}
}
@media (max-width: 992px) {
.callbacks_container{height:280px;}
}
@media (max-width: 768px) {
.slider-img-w3layouts{overflow: hidden;}
.rslides img{width: 150%;margin-left: -25%;}
.callbacks_nav{display: none;}
.callbacks_container{height:320px;}
}
@media (max-width: 630px) {
.callbacks_container{height:280px;}
}
@media (max-width: 580px) {
.callbacks_container{height:240px;}
}
@media (max-width: 490px) {
.callbacks_container{height:220px;}
}
@media (max-width: 480px){
.callbacks_tabs a:after {width: 8px;height: 8px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width: 460px) {
.callbacks_container{height:190px;}
}
@media (max-width:390px) {
.callbacks_container{height:170px;}
}
/* 首页 -- 产品系列 */
h1.title{
  font-size: 48px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
}
.boxseries li{
  width: 25%;
  float: left;
  overflow: hidden;
}
section .boxseries li .seriesimg{
  height: 467px!important;
  width: auto!important;
}
.boxseries li.active{
  width: 50%;
}
.index-A-box-pro{
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
}
.boxseries li.active .index-A-box-pro{
  opacity: 1;
}
/* 首页 -- 产品展示 */
.most_popular_courses .owl-nav{
	position:absolute;
	top:60%;
	width:100%;
}
.most_popular_courses .owl-nav div{
	font-size:0;
  position:absolute;
}
.most_popular_courses .owl-nav .owl-prev{
	left:-30px;
}
.most_popular_courses .owl-nav .owl-next{
	right:-30px!important;
}
.most_popular_courses .owl-nav .owl-prev,
.most_popular_courses .owl-nav .owl-next{
	position:absolute;
	top:-40px;
  width: 33px;
  height: 33px;
  background: url(../images/prevnext.png) no-repeat left center;
  opacity: 0.4;
}
.most_popular_courses .owl-nav .owl-next{
  right: 0;
	background: url(../images/prevnext.png) no-repeat right center;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  padding:6px;
}
.owl-carousel .owl-item .item{
  border: 1px solid #f0f0f0;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%!important;
  height: 240px!important;
}
.owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0;display: block; }
.popular_course_des{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  padding:50px 30px;
  opacity: 0;
}
.popular_course_des h5{
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
.popular_course_des h5::before{
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #e67e17;
  margin: 0 auto;
}
.popular_course_des h5::after{
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #e67e17;
  margin: 0 auto;
}
.popular_course_des p{
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  margin-top: 20px;
}
.owl-carousel .owl-item .item:hover .popular_course_des{
  opacity: 1;
}
.index-A-b{min-height:300px;}

/* 首页 -- 公司简介 */
.index-Bbox{
  background: url(../images/bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.index-Bbox img{width: 80%;margin-left: 10%;}
.index-Bbox h3{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin: 40px 0 20px;
}
.index-Bbox .index-Bbox-text{
  font-size: 18px;
  color: #fff;
  text-align: justify;
}
.more-btn{
  display: block;
  width: 140px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  margin: 30px auto 0;
}

/* 首页 -- 十大进口品牌 */
.index-Cbox-list{
  display: inline-block;
  margin: 0 28px;
  margin-top: 30px;
}
.index-Cbox-list img{
  height: 90px;
}

/* 首页 -- 合作案例 */
.most_popular_courses .item2 h3{
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 10px;
  background: #f5f5f5;
}
.owl-carousel .owl-item .item2 img{
  height: 280px!important;
}

/* 首页 -- 新闻资讯 */
.index-Ebox-list{text-align: center;}
.index-Ebox-list li{
  display: inline-block;
  width: 130px;
  height: 36px;
  border: 1px solid #f5f5f5;
  border-radius: 36px;
  font-size: 18px;
  color: #999;
  text-align: center;
  line-height: 36px;
  margin: 0 20px 30px;
  cursor: pointer;
}
.index-Ebox-list li.active{border-color: #666;color: #666;}
.index-Ebox-news-left{
  width: 49%;
}
.index-Ebox-news-left img{
  width: 100%;
  height: 400px;
}
.index-Ebox-news-text{
  background: #f5f5f5;
  padding: 20px;
}
.index-Ebox-news-text h3,.index-Ebox-news-list h3{
  font-size: 18px;
  color: #222;
}
.index-Ebox-news-text h3 span, .index-Ebox-news-list h3 span{
  float: right;
  font-size: 13px;
  color: #666;
}
.index-Ebox-news-text span{
  display: block;
  font-size: 13px;
  color: #999;
}
.index-Ebox-news-text i{margin-right: 10px;}
.index-Ebox-news-text p,.index-Ebox-news-list p{
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  min-height: 42px;
}
.index-Ebox-news-right{
  width: 51%;
  padding-left: 30px;
}
.index-Ebox-news-list{
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
.index-Ebox-news-list:nth-child(1){margin-top: 0;}

/* 位置、页码、翻页 */
.location {
  padding: 20px 0 20px;
  font-size: 14px;
  color: #222222;
  background: #fbe4e3;
}
.location a{
	padding: 0 10px;
	color: #222222;
}

.pagination{
  text-align: center;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px dashed #cccccc;
  width: 100%;
}
.index_artic{
  border: 1px solid #cccccc;
  margin: 30px 0 0;
  padding: 20px;
}
.index_artic li,.index_artic li a{
  font-size: 14px;
  color: #666;
}
.pagination li,.pagination li a{
  font-size: 14px;
  color: #666;
}
.pagination li{
	display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
.pagination li a{
  display: block;
  padding:4px 10px;
  border:1px solid #e5e5e5;
  font-size: 13px;
}
.pagination li:first-child a,.pagination li:last-child a{
  border:none;
}
.pagination li:last-child{
  padding-top: 4px;
}
.pagination .active a{
  background: #666666;
  color: #fff;
  border: 1px solid #e5e5e5;
}
/* footer */
footer{
  background: #222222;
  padding-top: 60px;
  margin-top: 50px;
}
.footerlist,.footerlist2{
  width: 40%
}
.footerlist2{padding-left: 6%;}
.footerlist h2{
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
.footerlist h2 i{
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #e67e17;
  text-align: center;
  font-size: 24px;
  padding: 4px;
  line-height: 38px;
  color: #ffffff;
  margin-right: 14px;
  font-weight: normal;
}
.footerlist p{
  font-size: 12px;
  color: #666666;
}
.footernav > li > a{
  display:block;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding:0 20px;
  border-right: 1px solid #666666;
}
.footernav > li:first-child > a{padding-left: 0;}
.footernav > li:last-child > a{border-right: none;}
.footernav{margin-top: 30px;}
.footerlist2 h2{
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
}
.footerlist2 p{
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}
.footerlist3{
  width: 10%;
}
.footerlist3 p{
  font-size: 11px;
  text-align: right;
  color: #999999;
}
.footerbottom{
  background: #111111;
  padding:10px 0;
  margin-top: 40px;
}
.footerbottom p{
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.footerbottom a{
  color: #ffffff;
}
.footer_li{width:100%;border-top:1px solid #cccccc;padding-top:10px;margin-top:20px;}
.footer_li li{
 color: #666666;
   display: inline-block;
   margin-right:10px;
    font-size: 12px;
}
.footer_li a{color: #666666;}
.footerlist3 img{width: 100%;}
@media (max-width:992px) {
.footerlist2{padding-left: 0;}
.footernav > li > a {
  font-size: 12px;
  padding: 0 11px;
}
.footerlist2 h2{font-size: 18px;}
}
@media (max-width:768px) {
  .footerlist2,.footerlist{width: 100%;}
  .footernav,.footerlist3{display: none;}
  .footerlist2 h2{font-size: 18px;text-align: center;margin-top: 10px;}
  .footerlist h2,.footerlist  p,.footerlist2 p{text-align: center;margin-top: 0}
  .footerbottom{margin-top: 20px;}
}

/* 栏目 --产品展示-- */
.main-left{
  width: 24%;
  background: #e67e17;
  padding: 10px;
}
.main-title{margin: 10px 0;}
.main-title h1{
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.main-title p{
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.6;
}
.main-left-nav{background: #fff;padding: 10px;}
.main-left-nav-a p{
  display: block;
  padding: 10px 20px;
  background: #eee;
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.main-left-nav-a p i{
  float: right;
  font-size: 20px;
  position: relative;
  font-style: normal;
}
.main-left-nav-a p i::before{
  font-family: "iconfont" !important;
  content: "\e601";
}
.main-left-nav-a .current{
  background: #e67e17;
  color: #fff;
}
.main-left-nav-a .current a{
  color: #fff;
}
.main-left-nav-a .current i::before{
  color: #fff;
  content: "\e69f";
}
.menu_body {
  display: none;
	height: auto;
	overflow: hidden;
	line-height: 38px;
  background: #fff;
}
.menu_body a {
	display: block;
	line-height: 38px;
	padding-left: 38px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
.main-right{
  width: 73%;
  margin-left: 3%;
}
.main-right-top{border-bottom: 1px solid #f0f0f0;}
.main-right-top h3{
  font-size: 24px;
  color: #222;
  float: left;
}
.main-right-top p{
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 7px;
}
.main-right-top p a{color: #999;}
.product-list-L{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  border: 1px solid #f0f0f0;
}
.product-list-L:nth-child(3n){margin-right: 0;}
.product-list-L img{
  width: 100%!important;
  min-height: 270px;
}
.product-list-L h3{
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding:0 6px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product-list-L:hover h3{opacity: 0;}
.product-list-L:hover .popular_course_des{opacity: 1;}

/* 栏目 --产品内容页-- */
.product-box-left{
  width: 50%;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.product-box-left img{width: 100%!important;}
.product-box-right{
  width: 50%;
  padding-left: 20px;
}
.product-box-right h4{
  font-size: 20px;
  color: #222;
  font-weight: 800;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.product-box-right h4::after{
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background:#e67e17;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.product-gg{margin: 20px 0;}
.product-gg li{
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.product-gg li span{margin-right: 10px;}
.product-text{
  background: #fcf2e7;
  padding: 10px;
  font-size: 14px;
  color: #666;
}
.product-call{
  padding:20px 0 0;
  border-top: 1px dashed #eee;
  line-height:42px;
  color: #e67e17;
}
.product-call span{
  font-weight: 800;
  font-size: 24px;
}
.product-call i{
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #eee;
  line-height: 42px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  margin-right: 20px;
}
.product-content h4{
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding-bottom: 10px;
}
.product-content-box{
  min-height: 500px;
}
.product-content-box img{
  max-width: 100%!important;
  height: auto!important;
}

/* 栏目 --品牌故事-- */
.main-left-list li a{
  display: block;
  font-size: 16px;
  color: #666;
  padding: 6px;
  border-bottom: 1px dashed #f0f0f0;
}
.main-left-list li a i{float: right;}
.main-left-list li.cur a{color: #e67e17;}
.brand-list-L{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  position: relative;
  height: 148px;
  overflow: hidden;
	text-align:center;
}
.brand-list-L:nth-child(4n){margin-right: 0;}
.brand-list-L img{
  vertical-align:middle;
  max-width: 100%;
}
.brand-list-L h3{
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding:4px 10px;
  background: rgb(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* 栏目 --品牌故事内容页-- */
.brand-logo{text-align: center;}
h3.contitle{
  font-size: 24px;
  color: #222;
  text-align: center;
}
span.date{
  display: block;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}

/* 栏目 --产品知识-- */
.news-right-list{
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-top: 20px;
}
.news-right-list-img{
  width: 30%;
}
.news-right-list-img img{
  width: 100%;
  height: 210px;
}
.news-right-list-text{
  width: 70%;
  padding: 20px 0 20px 30px;
}
.news-right-list-text h3{
  font-size: 18px;
  color: #222;
}
.news-right-list-text p{
  font-size: 14px;
  color: #666;
  margin: 10px 0 0;
}
.news-right-list-text span{
  display: block;
  font-size: 12px;
  color: #999;
  float: right;
}
.news-right-list-text span i{margin-right: 10px;}

/* 栏目 --关于我们-- */
.about-line div {
  width: 1px;
  height: 24px;
  margin: 0 auto 0;
  background: #e67e17;
}
.about-line p{
  font-size: 14px;
  color: #666;
  text-align: center;
}
.column_title_box h3{
  font-size: 24px;
  line-height: 150%;
  color: #e67e17;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 800;
}
.column_title_box h5{
  max-width: 600px;
  margin: 0 auto 50px;
  background-color: #d90909;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
}
.txtlist li{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  margin-top: 30px;
  border: 1px solid #da251c;
  padding:30px 20px;
}
.txtlist li:nth-child(4){margin-right: 0;}
.txtlist li:nth-child(5),.txtlist li:nth-child(6){
  width: 49%;
}
.txtlist li:nth-child(6){margin-right: 0;}
.txtlist li h2 {
  font-size: 24px;
  color: #da251c;
  margin: 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.txtlist li h3 {
  font-size:18px;
  margin: 0;
  font-weight: normal;
  line-height: 30px;
  min-height: 60px;
  color: #666666;
}

.about-box{
  background: url(../images/bg1.png) no-repeat center / cover;
}
/* 大事记 */
.timer-shaft-box {
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}
.timer-shaft {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.timer-left {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../images/icon_left.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.timer-right {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../images/icon_right.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	padding-left: 80px;
	font-size: 0;
	white-space: nowrap;
}
.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 80px;
}
.time-circle {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	background: #e2302e;
	transition: all .3s;
	cursor: pointer;
}
.timer-scale-cont.hov .time-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background: #ff8d3d;
}
.line-scale {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 22px;
	margin: 0 2px;
	background: url(../images/icon_scale.png) no-repeat;
	background-size: cover;
}
.timer-shaft-content {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
}
.shaft-detail-cont {
	display: none;
	width: 100%;
}
.timer-year {
	padding-left:40px;
	font-weight: bold;
	color: #333;
	font-size: 0;
}
.icon-year {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 40px;
	background: url(../images/icon_sign.png) no-repeat;
	background-size: cover;
}
.timer-year span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	font-size: 24px;
}
.month-detail-box {
	position: relative;
	width: 100%;
	min-height: 93px;
	padding-top: 30px;
	font-size: 0;
	box-sizing: border-box;
	white-space: normal;
}
.month-detail-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 56.5px;
	height: 100%;
	border-right: 1px dashed #ff8d3d;
}
.month-detail-box .month-title {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
  color: #222222;
  min-height: 24px;
}
.month-detail-box .month-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50px;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	background: url(../images/icon_circle.png) no-repeat;
	background-size: cover;
}
.incident-record {
	display: inline-block;
	padding-left: 80px;
	line-height: 2;
	font-size: 14px;
	color: #333;
}
.incident-record a {
	font-size: 14px;
	color: #1d69a3;
}
.display{display: block;}

/* 栏目 --招商加盟-- */
.jm-box-list li{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  float: left;
  background: #f0f0f0;
  padding:30px 20px;
  text-align: center;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  position: relative;
}
.jm-box-list li:nth-child(3n){margin-right: 0;}
.jm-box-list li i{
  font-size: 48px;
  color: #e67e17;
  text-align: center;
}
.jm-box-list li h3{
  font-size: 20px;
  color: #222;
  font-weight: 800;
  text-align: center;
  margin:0 0 20px 0;
}
.jm-box-list li p{
  font-size: 14px;
  color: #666;
  min-height: 84px;
}

.jm-box-list li .border_top,
.jm-box-list li .border_right,
.jm-box-list li .border_bottom,
.jm-box-list li .border_left{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  background: #da251c;
}
.jm-box-list li .border_top{
  top: 0;
  left: 0;
  width: 0;
}
.jm-box-list li .border_right{
  right: 0;
  top: 0;
  height: 0;
}
.jm-box-list li .border_left{
  top: 0;
  left: 0;
  height: 0;
}
.jm-box-list li .border_bottom{
  bottom: 0;
  left: 0;
  width: 0;
}
.jm-box-list li:hover .border_top,.jm-box-list li:hover .border_bottom{
  width: 100%;
  height: 1px;
}
.jm-box-list li:hover .border_left,.jm-box-list li:hover .border_right{
  width: 1px;
  height: 100%;
}

.jm-list-L{
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e67e17;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-right: 42px;
  padding-top: 30px;
}
.jm-list-L:last-child{margin-right: 0;}
.jm-list-L:before{
	content:"\e667";
	font-family: "iconfont" !important;
	position:absolute;
	top: 20px;
  right: -40px;
  width: auto;
  height: auto;
  color: #999;
  font-size: 37px;
}
.jm-list-L:last-child:before{
	display: none;
}

/* 联系我们 */
.contact-box {
	position: relative;
}
.contact-box ul {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1;
	width: 440px;
}
.contact-box li:nth-child(1){background:#ff8d3d;color: #fff;}
.contact-box li:nth-child(1) .con2{color: #fff;}
.contact-box li {
	margin-top: 10px;
	background: #fff;
	position: relative;
  border: 1px solid #f0f0f0;
}
.contact-box li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: #e67e17;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
.contact-box li span {
  width: 20%;
  float: left;
  font-size: 14px;
  color: #222222;
	text-align: center;
  margin-top: 11px;
  position: relative;
}
.contact-box li span::before{
  content: '';
  width: 1px;
  height: 58px;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
}
.contact-box li span i{
  display: block;
  font-size: 24px;
  color: #222222;
}
.icon-youxiang:before{font-size: 22px;}
.contact-box li .con {
  width: 80%;
	height: 80px;
  padding: 0 20px;
  display:table-cell;
  vertical-align:middle;
  font-size: 16px;
	line-height: 30px;
  color: #222222;
}
.contact-box li .con2{
	font-size:24px;
	font-weight:800;
}
.contact-box li .con a {
	color: #ffffff;
}
.contact-box li:hover:after {
	width: 100%;
}
.contact-box .map {
	margin-left: 32%;
}
.contact-box .map-box {
	width: 100%;
	height: 450px;
	position: relative;
}
.contact-box .map-box img {
	max-width: 1000%;
}
.contact-box .map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-box .map-box .anchorBL {
	display: none;
}

/* 在线留言 */
.from-box{
  background: #fff;
  border-radius: 5px;
  padding:40px 30px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  margin: 60px 0;
}
.from-box h1{
  font-size: 24px;
  color: #222222;
  text-align: center;
  padding: 0 0 30px;
  border-bottom: 1px solid #cccccc;
}
.form-horizontal{
  width: 60%;
  margin: 0 auto 0;
}
.form-list p{
  font-size: 18px;
  color: #222222;
  width: 20%;
  float: left;
  line-height: 42px;
}
.form-list input,textarea{
  width: 80%;
  float: left;
  border: 1px solid #cccccc;
  line-height: 42px;
  border-radius: 5px;
  padding:0 10px;
}
.form-list,.btn-danger{margin: 40px 0 0;}
.btn-danger{
  width: 120px;
  margin-left: 20%;
}
/* 手机端底部导航 */
.footer-M{position: fixed;left: 0;bottom: 0;background:#e67e17;width: 100%;display: none;z-index: 9999;}
.footer-M > li  > a{ float: left;width: 33.33%;text-align: center;font-size: 14px;color: #ffffff;padding:10px 0;}
.footer-M > li span{font-size: 23px;line-height: 24px}
.footer-M li:last-child span{font-size: 28px;}
.column_text img{width: 80%;}
.index-Cboximg2{display: none;}
.index-Cboximg2,.index-Cboximg{margin-top: 30px;width: 100%;}
@media (max-width: 1300px) {
.product-list-L h3,.popular_course_des h5{font-size: 14px;}
.jm-list-L:before{display: none;}
}
@media (max-width: 1200px) {
h1.title{font-size: 42px;}
section .boxseries li .seriesimg{ height: 391px!important;}
.index-Bbox h3{color: #222;}
.index-Cbox-list img{height: 60px;}
.jm-box-list li{width: 49%;}
.jm-box-list li:nth-child(3n){margin-right: 2%;}
.jm-box-list li:nth-child(2n){margin-right: 0;}
.jm-list-L{margin:10px 10px 10px}
.txtlist li h2{font-size: 20px;margin-bottom: 10px;}
.txtlist li h3{font-size: 16px;}
.txtlist li{padding: 20px;}
}
@media (max-width: 992px) {
h1.title{font-size: 36px;}
.index-A-b,.boxseries li:last-child,.index-Ebox-news-left,.main-left{display: none;}
.boxseries li{width: 49%;margin-right: 2%;margin-top: 20px;}
.boxseries li:nth-child(2n){margin-right: 0;}
.boxseries li.active{width: 49%;}
section .boxseries li .seriesimg{height: auto!important;width: 100%!important;}
.boxseries li:nth-child(1),.boxseries li:nth-child(2){margin-top: 0;}
.index-Bbox img{width: 100%;margin-left: 0;}
.index-Bbox{background-size: cover;margin-top: 40px;}
.index-Bbox h1.title,.index-Bbox h3{color: #fff;}
.index-Bbox h3{font-size: 28px;margin: 20px 0 10px;}
.index-Bbox .index-Bbox-text{font-size: 16px;}
.index-Cbox-list{margin-top: 20px;}
.index-Ebox-list li{font-size: 16px;height: 32px;line-height: 32px;margin: 0 10px 10px;}
.index-Ebox-news-right{width: 100%;padding-left: 0;}
.index-Ebox-news-text p, .index-Ebox-news-list p{min-height: 0;}
.main-right{width: 100%;margin-left: 0;}
.txtlist li{width: 49%;}
.txtlist li:nth-child(4){margin-right: 2%;}
.txtlist li:nth-child(2n){margin-right: 0;}
.timer-shaft-box{padding: 0;}
.contact-box ul{width: 100%;position: static;}
.contact-box .map{margin-left: 0;margin-top: 10px;}
.contact-box li .con2{font-size: 20px;}
.form-horizontal{width: 100%;}
.news-right-list-img img{height: 140px;}
.product-list-L img{min-height: 220px;}
}
@media (max-width: 768px) {
h1.title{font-size: 32px;margin-bottom:20px;}
.index-Dbox-d{padding: 0 30px;}
.most_popular_courses .owl-nav .owl-next{right: 25px!important;}
.product-list-L{width: 49%;margin-top: 10px;}
.product-list-L:nth-child(3n){margin-right: 2%;}
.product-list-L:nth-child(2n){margin-right: 0;}
.product-content h4,.column_title_box h3{margin: 10px 0;}
.product-box-left{width: 100%;height: auto;}
.product-box-right{width: 100%;padding-left: 0;}
.product-box-left img{height: auto!important;}
.brand-list-L{width: 32%;margin-top: 10px;}
.brand-list-L:nth-child(4n){margin-right: 2%;}
.brand-list-L:nth-child(3n){margin-right: 0;}
.news-right-list-img{display: none;}
.news-right-list-text{width: 100%;padding: 0;}
.news-right-list{margin-top: 10px;padding: 10px;}
.jm-box-list li{margin-top: 10px;padding: 10px;}
.jm-box-list li i{font-size: 32px;}
.jm-box-list li h3{font-size: 18px;margin: 0;}
.jm-box-list li p{font-size: 13px;}
.column_title_box h3{font-size: 20px;}
.column_text img{width:100%;}
.txtlist li{margin-top: 10px;}
.form-list p{font-size: 16px;}
.index-Cboximg2{display: block;}
.index-Cboximg{display: none;}
}
@media (max-width: 650px) {
.index-Cbox-list img{height: 40px;}
.index-Cbox-list{margin: 0 15px;margin-top: 20px;}
.product-list-L h3{height: 32px;line-height: 32px;}
.main-right-top p{display: none;}
.main-right-top h3,h3.contitle{font-size: 20px;}
.product-box-right h4,.txtlist li h2{font-size: 18px;}
.product-call i{margin-right: 10px;}
.index_artic{padding: 0;border: none;}
.news-right-list-text span{display: block;float: none;}
.jm-box-list li{width: 100%;margin-right: 0;}
.jm-box-list li p{min-height: 0;}
.txtlist li h3{font-size: 14px;min-height: 0;}
.txtlist li:nth-child(5), .txtlist li:nth-child(6) { width: 100%;margin-right: 0;}
.txtlist li{padding: 10px;width: 100%;margin-right: 0;}
.txtlist li h2{margin: 0;}
.form-list, .btn-danger{margin: 20px 0 0;}
.from-box{margin: 40px 0 0;}
}
@media (max-width: 580px) {
h1.title{font-size: 28px;margin-bottom: 10px;}
.boxseries li,.index-Cbox-list{margin-top: 10px;}
.boxseries li,.boxseries li.active{width: 32%;}
.boxseries li:nth-child(2n){margin-right: 2%;}
.boxseries li:nth-child(3n){margin-right: 0;}
.boxseries li:last-child{display: block;}
.boxseries li{margin-top: 0;}
.boxseries li:nth-child(4),.boxseries li:nth-child(5),.boxseries li:nth-child(6){margin-top: 10px;}
.m-t-30{margin-top: 10px;}
.index-Bbox h3{font-size: 24px;margin: 10px 0;}
.index-Ebox-list li{width: 92px;font-size: 14px;height: 28px;line-height: 28px;margin:0 2px 10px 2px;}
.footer-M{display: block;}
footer{margin-bottom: 67px;}
.popular_course_des{padding: 20px;}
.brand-list-L{width: 49%;margin-top: 10px;}
.brand-list-L:nth-child(3n){margin-right: 2%;}
.brand-list-L:nth-child(2n){margin-right: 0;}
.jm-list-L{font-size: 16px;width: 88px;height: 88px;padding: 0;line-height: 88px;margin: 10px 4px 0 4px;}
.timer-scale-cont.hov .time-circle{width: 66px;height: 66px;line-height: 66px;font-size: 20px;}
.timer-year span{font-size: 20px;}
.month-detail-box{padding-top: 13px;}
.timer-shaft-content{margin-top: 20px;}
.form-list p{width: 100%;}
.form-list input, textarea{width: 100%;}
.form-list p{line-height: 32px;}
.form-list input, textarea{font-size: 14px;}
.from-box{padding: 20px;}
}
@media (max-width: 480px) {
.product-list-L img{min-height: 180px;}
}
@media (max-width: 390px) {

}


/* 20210416 */
.nav>li:nth-child(4n) .dropdown-menu{display: none;}