﻿.top-box {
  height: 112px;
}
.top-box .area {
  padding: 30px 0;
}
.top-box .logo {
  margin-top: 15px;
}
.top-box .top-tel {
  background-image: url(../images/icon.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-left: 75px;
  line-height: 30px;
}
.top-box .top-tel span {
  font-size: 16px;
  color: #ff8a00;
  padding-left: 15px;
}
.top-box .top-tel h4 {
  font-size: 36px;
  color: #ff8a00;
  font-style: italic;
  font-weight: bold;
}
/*导航*/
.nav-box {
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  position: relative;
}
.nav-box .lst-nav {
  width: 100%;
}
.nav-box .lst-nav a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.nav-box .lst-nav a:hover {
  background: #ff8a00;
  color: #fff !important;
}
.nav-box .lst-nav .lst-item {
  position: relative;
  float: left;
  width: 148px;
  height: 46px;
  background: #fff;
}
.nav-box .lst-nav .lst-item:after {
  display: inline-block;
  width: 2px;
  height: 28px;
  margin-top: 10px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  right: -1px;
  content: '';
}
.nav-box .lst-nav .lst-item.first:before {
  display: inline-block;
  width: 1px;
  height: 28px;
  margin-top: 10px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0px;
  content: '';
}
.nav-box .lst-nav .lst-item.last:after {
  width: 1px;
  right: 0;
}
.nav-box .lst-nav .lst-item:hover:before,
.nav-box .lst-nav .lst-item.active:before,
.nav-box .lst-nav .lst-item:hover:after,
.nav-box .lst-nav .lst-item.active:after {
  background-color: #ff8a00;
}
.nav-box .lst-nav .lst-item:hover > a,
.nav-box .lst-nav .lst-item.active > a {
  background-color: #ff8a00;
  color: #fff !important;
}
.nav-box .lst-nav .lst-item:hover > a:before,
.nav-box .lst-nav .lst-item.active > a:before {
  content: '';
  display: block;
  height: 15px;
  background-image: url(../images/line.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 111%;
  top: -7px;
  left: -9px;
}
.nav-box .lst-nav .lst-item:hover .sec-box {
  display: block;
}
.nav-box .lst-nav .lst-item > a {
  overflow: hidden;
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #333;
}
.nav-box .lst-nav .sec-box {
  position: absolute;
  left: -1px;
  z-index: 10;
  display: none;
  width: 100%;
  background: #fff;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  transition: all .5s;
}
.nav-box .lst-nav .sec-box a {
  font-size: 14px;
  color: #666;
  height: 35px;
  line-height: 35px;
}
/*焦点图轮播*/
.banner-box {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.banner-box .m-slide {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 500px;
  width: 100%;
}
.banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 500px;
}
.banner-box .m-slide .scroll-box li a {
  display: block;
  height: 500px;
}
.banner-box .slider {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.banner-box .slider li {
  display: inline-block;
  width: 9px;
  height: 9px;
  line-height: 45px;
  overflow: hidden;
  border-radius: 9px;
  margin: 0 6px;
  background: #fcf5b5;
  transition: width .4s;
}
.banner-box .slider li.active {
  width: 20px;
  background: #ff8a00;
}
.m-title {
  text-align: center;
  line-height: 30px;
  margin: 45px 0 28px;
  position: relative;
}
.m-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 34px;
  background: #d9d9d9;
}
.m-title h4 {
  font-size: 24px;
  color: #333;
  display: inline-block;
  position: relative;
}
.m-title h4:after {
  content: ;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #ff8a00;
  bottom: -6px;
}
.m-title span {
  display: block;
  font-size: 14px;
  color: #999999;
}
/*课程介绍*/
.m-eduinfo {
  background-image: url(../images/m_bg01.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
.m-eduinfo .e-info {
  padding-bottom: 125px;
}
.m-eduinfo .e-info .item1 {
  background-image: url(../images/ke01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.m-eduinfo .e-info .item2 {
  background-image: url(../images/ke02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.m-eduinfo .e-info .item3 {
  background-image: url(../images/ke03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.m-eduinfo .e-info .item4 {
  background-image: url(../images/ke04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.m-eduinfo .e-info .e-item {
  display: block;
  width: 290px;
  height: 410px;
  overflow: hidden;
  float: left;
  margin: 0 5px;
}
.m-eduinfo .e-info .e-item:hover {
  box-shadow: 2px 2px 0px 1px #b9b9b9;
}
.m-eduinfo .e-info .e-item .info {
  margin-top: 125px;
  padding: 40px 15px;
}
.m-eduinfo .e-info .e-item .info .title {
  text-align: center;
  margin-bottom: 7px;
}
.m-eduinfo .e-info .e-item .info .title h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 7px;
}
.m-eduinfo .e-info .e-item .info .title .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #333;
}
.m-eduinfo .e-info .e-item .info .u {
  list-style: disc;
  font-size: 16px;
  color: #999999;
  padding-left: 15px;
}
.m-eduinfo .e-info .e-item .info .u li {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
/*banner*/
.m-banner {
  background-image: url(../images/smbanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 182px;
}
.m-banner .area {
  height: 182px;
}
.m-banner .img {
  position: relative;
  overflow: hidden;
}
.m-banner .p {
  position: absolute;
  bottom: 0;
  left: 35px;
  display: block;
}
.m-detail {
  background-color: #fff;
  background-image: url(../images/m_bg02.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.more {
  display: block;
  width: 144px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.more:hover {
  color: #ff8a00;
  border-color: #ff8a00;
}
/*教师团队*/
.m-teacher {
  padding-bottom: 30px;
}
.m-teacher .t-list {
  overflow: hidden;
  margin-bottom: 40px;
}
.m-teacher .t-list li {
  float: left;
  width: 290px;
  height: 377px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.m-teacher .t-list li:hover h4 {
  display: none;
}
.m-teacher .t-list li:hover .shadow {
  display: block;
}
.m-teacher .t-list li .img {
  width: 290px;
  height: 377px;
  overflow: hidden;
}
.m-teacher .t-list li h4 {
  position: absolute;
  bottom: 0;
  background: #333;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transition: all .4s;
}
.m-teacher .t-list li .shadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
  font-size: 14px;
  color: #fff;
}
.m-teacher .t-list li .shadow .group {
  margin: 5px 15px 5px 24px;
  transition: all .4s;
}
.m-teacher .t-list li .shadow .group:after {
  content: '';
  display: block;
  clear: both;
}
.m-teacher .t-list li .shadow label {
  float: left;
  display: inline-block;
  width: 75px;
}
.m-teacher .t-list li .shadow p {
  margin-left: 75px;
  line-height: 23px;
}
.m-teacher .t-list li .shadow a {
  display: block;
  width: 123px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 30px;
  background: #ff8a00;
  color: #fff;
  text-align: center;
}
.m-teacher .t-list li .shadow .name {
  font-size: 20px;
}
.m-teacher .more {
  margin: 40px auto 0;
}
/*公司简介*/
.m-company {
  padding-bottom: 30px;
}
.m-company .img {
  width: 430px;
  height: 300px;
  overflow: hidden;
}
.m-company .c-info {
  margin-left: 500px;
  padding-top: 10px;
}
.m-company .c-info h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.m-company .c-info h4:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  margin: 15px 0;
  background: #333;
}
.m-company .c-info p {
  height: 168px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.m-company .c-info .more {
  margin-top: 15px;
}
/*培训现场*/
.m-train {
  background: #fff;
  padding-bottom: 40px;
}
.tr-list {
  margin: 0 auto;
}
.tr-list li {
  float: left;
  width: 377px;
  height: 300px;
  margin: 1px;
  overflow: hidden;
  position: relative;
}
.tr-list li:hover .shadow {
  display: block;
}
.tr-list li .img img {
  width: 377px;
  height: 300px;
}
.tr-list li .shadow {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
  transition: all .4s;
}
/*新闻*/
.m-news {
  padding-bottom: 40px;
}
.news-item {
  float: left;
  width: 590px;
  height: 158px;
  position: relative;
  margin: 15px 5px;
}
.news-item .img {
  width: 277px;
  height: 156px;
  overflow: hidden;
  float: left;
}
.news-item .img:before {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  width: 93px;
  height: 35px;
  background-image: url(../images/bg_line.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.news-item .info {
  margin-left: 300px;
  padding-top: 5px;
  padding-right: 15px;
}
.news-item .info a {
  display: block;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}
.news-item .info a:hover {
  color: #ff8a00;
}
.news-item .info p {
  height: 90px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.news-item .info p:before {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background: #ff8a00;
  margin-bottom: 15px;
}
/*footer*/
.footer {
  background: #30333a;
}
.footer .xg {
  padding: 25px 0 15px;
}
.footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .form {
  width: 495px;
  padding: 0 10px;
}
.footer .form h4 {
  background-image: url(../images/icon.png);
  background-position: 0 -78px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.footer .form .input {
  width: 215px;
}
.footer .form .txt {
  width: 270px;
}
.footer .form input,
.footer .form textarea {
  border: 1px solid #4a4e58;
  padding-left: 15px;
  background: #23262c;
  color: #6d6f73;
}
.footer .form input {
  width: 194px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}
.footer .form .valid input {
  width: 80px;
}
.footer .form .valid img {
  margin-top: 6px;
  height: 31px;
  margin-left: 10px;
  cursor: pointer;
}
.footer .form textarea {
  width: 255px;
  height: 115px;
  outline: none;
  line-height: 25px;
  font-family: 微软雅黑;
  margin: 5px 0;
}
.footer .form a {
  width: 100px;
  height: 28px;
  line-height: 28px;
  margin-top: 1px;
  background: #ff8a00;
  color: #fff;
  float: right;
  text-align: center;
}
.footer .f-info {
  width: 330px;
  padding: 0 5px;
  margin-left: 60px;
}
.footer .f-info h4 {
  background-image: url(../images/icon.png);
  background-position: 0 -126px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.footer .f-info p {
  color: #989ba2;
  margin: 10px 0;
}
.footer .code {
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.footer .code img {
  width: 151px;
  height: 151px;
}
.footer .copyright {
  border-top: 1px dashed #40434b;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  color: #c9c9c9;
}
/*内页*/
.m-nav {
  margin: 30px 0 40px;
}
.m-nav li {
  float: left;
  margin-right: 3px;
  line-height: 35px;
  color: #666666;
}
.m-nav li a {
  font-size: 14px;
  color: #666666;
}
.m-nav li a:hover {
  color: #ff8a00;
}
.m-spage {
  margin-bottom: 30px;
}
.u-menubox {
  width: 245px;
}
.u-menubox .u-title-box {
  background: #ff8a00;
  height: 53px;
  padding-left: 15px;
  line-height: 53px;
  overflow: hidden;
  color: #fff;
}
.u-menubox .u-title-box h2 {
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
}
.u-menubox a {
  overflow: hidden;
}
.u-menubox .u-menulist {
  background: #fff;
  border-top: none;
}
.u-menubox .u-menulist h4 {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  border-bottom: 1px dashed #d9d9d9;
}
.u-menubox .u-menulist h4 a {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  padding: 0 15px;
  display: block;
}
.u-menubox .u-menulist h4:hover,
.u-menubox .u-menulist h4.active,
.u-menubox .u-menulist h4.hover {
  border-color: #d9d9d9;
}
.u-menubox .u-menulist h4:hover a,
.u-menubox .u-menulist h4.active a,
.u-menubox .u-menulist h4.hover a {
  color: #ff8a00;
}
.u-menubox .u-menulist .sm-menu {
  display: none;
  background: #fff;
  padding: 5px 0;
  padding-bottom: 15px;
}
.u-menubox .u-menulist .sm-menu a {
  display: block;
  padding-left: 25px;
  height: 30px;
  background: #fff;
  font-size: 14px;
  color: #999999;
}
.u-menubox .u-menulist .sm-menu a:hover {
  color: #ff8a00;
}
.u-page {
  margin-left: 275px;
}
.u-page .title {
  height: 35px;
  line-height: 50px;
  border-bottom: 1px solid #ff8a00;
  line-height: 30px;
  font-size: 24px;
  color: #ff8a00;
}
.u-page .title:before {
  content: '';
  display: block;
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 5px;
  height: 28px;
  background: #ff8a00;
}
.u-page .u-content {
  padding-top: 35px;
}
.u-page .u-content .pro-list {
  overflow: hidden;
}
.u-page .u-content .pro-list li {
  float: left;
  margin: 0 2px 20px;
}
.u-page .u-content .pro-list li a {
  display: block;
  text-align: center;
  width: 304px;
  height: 287px;
  overflow: hidden;
}
.u-page .u-content .pro-list li a .img {
  width: 304px;
  height: 238px;
  overflow: hidden;
  transition: all .4s;
}
.u-page .u-content .pro-list li a p {
  font-size: 20px;
  color: #333;
  line-height: 50px;
  transition: all .5s;
  background: #f2f2f2;
}
.u-page .u-content .pro-list li a:hover p {
  color: #fff;
  background: #ff8a00;
}
.u-page .u-content .cmx {
  color: #ff8a00 !important;
  margin-bottom: 30px !important;
}
.u-page .u-content .com-title {
  line-height: 30px;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 28px 0 0;
}
.u-page .u-content .s-detailbox {
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.u-page .u-content .content {
  margin-top: 20px;
}
.u-page .u-content .content p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}
.u-page .u-content .detail-img {
  text-align: center;
  margin-top: 10px;
}
.u-page .u-content.sg {
  padding-top: 0;
}
.u-page .u-content .detail-con {
  padding: 10px 0;
}
.u-page .u-content .te-list {
  overflow: hidden;
}
.u-page .u-content .te-list li {
  float: left;
  width: 298px;
  height: 390px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 15px 5px;
}
.u-page .u-content .te-list li:hover h4 {
  background: #ff8a00;
}
.u-page .u-content .te-list li:hover .shadow {
  display: block;
}
.u-page .u-content .te-list li .img {
  width: 298px;
  height: 390px;
  overflow: hidden;
}
.u-page .u-content .te-list li h4 {
  position: absolute;
  bottom: 0;
  background: #333;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transition: all .4s;
}
.u-page .u-content .news-content {
  overflow: hidden;
}
.u-page .u-content .news-content .news-item {
  width: 100%;
}
/*在线留言*/
.sub-message {
  padding: 50px 30px;
  background: #FFF;
  color: #333;
  font-family: microsoft yahei;
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #F00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: microsoft yahei;
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #ff8a00;
}
