﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a,
img,
span {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑", "Arial, Geneva, sans-serif";
  background: #fff;
  color: #454545;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

input[type='button'],
input[type='submit'] {
  border: 0;
}

ol,
ul,
li {
  list-style-type: none;
  list-style: none;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
  border: 0;
}

p {
  line-height: 1;
}

button,
a {
  cursor: pointer;
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

/*辅助*/
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.radius50 {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.ml0 {
  margin-left: 0 !important;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: center;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*动画*/
.transition2 {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.transition5 {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.transition8 {
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}

.transition10 {
  transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -webkit-transition: all 1.0s ease;
}

.transition12 {
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}

/*颜色*/
.c-j {
  color: #ff3d00 !important;
}

.c-u {
  color: #75c401 !important;
}

.c-c {
  color: #ffd800 !important;
}

.c-d {
  color: #2d81f3 !important;
}

.c-video {
  color: #1e574d !important;
}

body {
  font-size: 14px;
  line-height: 1;
  min-width: 1200px;
  overflow-x: hidden;
  background: #fff;
}

/*头部导航*/
.header {
  background: #fff;
  width: 100%;
}

.header .top {
  height: 100px;
  width: 100%;
  background: #0065bb;
}

.header .top .logo {
  /*margin-left: 80px;*/
  margin-top: 15px;
}

.header .nav {
  position: relative;
  height: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .1);
}

.header .nav .menu {
  /*margin-left: 50px;*/
}

.header .nav .menu li {
  float: left;
  /*margin: 0 30px;*/
  line-height: 50px;
  width: 120px;
  text-align: center;
}

.header .nav .menu li a {
  display: block;
  color: #333;
  /*width: 100%;*/
  font-size: 16px;
}
.header .nav .menu li a:hover, .header .nav .menu li a:focus, .header .nav .menu li a:active{
  background: #0065bb;
  color: #fff;
}

.header .nav .menu li.act {
  color: #0065bb;
  border-bottom: 3px solid #0065bb;
}

.header .nav .menu li.act a {
  color: #0065bb;
}

.header .submenu {
 /* background: #f6f6f6;
  line-height: 52px;
  font-size: 14px;
  color: #333;
  position: relative;*/
  background: #f6f6f6;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  display: none;
  /*bottom: -20px;*/
}

.header .submenu .wrap a {
  float: left;
  margin-right: 15px;
  width: auto;
  padding: 0 15px;
  text-align: center;
}

.header .submenu a:first-child {
  margin-left: 225px
}

.header .submenu a:last-child {
  margin-right: 0;
}

.header .submenu a.act {
  color: #0065bb;
}

.header .submenu .ssub a {
  color: #0065bb;
  border-bottom: 3px solid #dcddde;
}

.header .submenu .ssub a.act {
  color: #0065bb;
  border-bottom: 3px solid #0065bb;
}

.header .submenu1 {
  background: #f6f6f6;
  line-height: 52px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.header .submenu1 a {
  color: #333;
  margin-right: 5px;
  display: inline-block;
}

.header .submenu1 a:first-child {
  margin-left: 225px
}

.header .submenu1 a:last-child {
  margin-right: 0;
}

.header .submenu1 a.act {
  color: #0065bb;
}

/*板块通用*/
.wrap {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
}

.footer {
  background: #272727;
  color: #fff;
  width: 100%;
  padding-top: 80px;
}

.footer li {
  float: left;
  width: 240px;
  text-align: left;
}

.footer li .t1 {
  font-size: 18px;
  margin-bottom: 40px;
}

.footer .b1 a, .footer .b1 span {
  display: block;
  color: #fff;
  margin-top: 18px;
  font-size: 12px;
}

.footer li span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer li .t2 {
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  width: 86px;
  text-align: center;
}

.footer li .t3 {
  width: 86px;
}

.footer li .t3 img {
  border: 5px solid #fff
}

.footer li:first-child {
  padding-left: 40px;
}

.footer li:last-child {
  padding-left: 80px;
}

.icon-message {
  background: url(../img/index/icon-message.png) no-repeat center/cover;
  width: 16px;
  height: 12px;
}

.icon-home {
  background: url(../img/index/icon-home.png) no-repeat center/cover;
  width: 18px;
  height: 18px;
}

.icon-call {
  background: url(../img/index/icon-call.png) no-repeat center/cover;
  width: 16px;
  height: 16px;
}

.icon-code {
  background: url(../img/index/icon-code.png) no-repeat center/cover;
  width: 16px;
  height: 15px;
}

.footer .info {
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #58595b;
  height: 40px;
  line-height: 40px;
  margin-top: 80px;
}

/*supersilder通用的左右箭头*/
.supersilder .direction {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #dbdbdb;
  background-position: center;
  background-repeat: no-repeat;
}

.supersilder .direction:hover {
  background-color: #3965a0;
}

.supersilder .direction.prev {
  left: -80px;
  background-image: url(../img/icon/prev-icon.png);
}

.supersilder .direction.next {
  right: -80px;
  background-image: url(../img/icon/next-icon.png);
}

/*分页*/
.pager {
  padding: 10px 0 30px 0;
  text-align: center;
}

.pager a {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  margin: 0 5px;
  color: #999;
  line-height: 14px !important;
}

.pager a.current, .pager a:hover {
  background: #0165bb;
  color: #fff;
}

.pager a.disabled:hover {
  cursor: no-drop;
  border-color: #dcdcdc;
  color: #999;
}

.pager span {
  border: 0px solid #dcdcdc;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin: 0 5px;
  color: #999;
}

.pager span.current, .pager a:hover {
  background: #0165bb;
  color: #fff;
}

.pager a:first-child, .pager a:last-child {
  border: 0;
}

.pager a:first-child:hover, .pager a:last-child:hover {
  background: transparent;
  color: #0165bb;
}

/*明星学员*/
.star {
  background: #fff;
  margin-bottom: 40px;
  margin-top: 20px;
}

.star .b-title {
  padding: 70px 0 60px;
}

.star .supersilder {
  width: 1170px;
  height: 320px;
  margin: 0 auto;
  position: relative;
}

.star .item {
  float: left;
  width: 270px;
  height: 320px;
  margin: 0 0 25px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.star .item:nth-child(4n+1) {
  margin-left: 0;
}

.star .item:hover {
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
}

.star .info {
  padding: 45px 20px 0 0px;
  overflow: hidden;
}

.star .info .class {
  margin-top: 20px;
}

.star .info .class span {
  display: inline-block;
  margin-right: 20px;
}

.star .head {
  display: block;
  width: 100%;
  height: 200px;
}

.star .name {
  font-size: 22px;
  color: #090805;
  width: 88px;
  height: 23px;
  float: left;
  line-height: 23px;
  background: url(../img/color-line.png) no-repeat right top;
}

.star .ent {
  float: left;
  width: 140px;
  padding-left: 15px;
}

.star .ent .p1 {
  color: #090805;
  font-size: 16px;
  padding-top: 5px;
}

.star .ent .p2 {
  color: #090805;
  font-size: 16px;
}