.hover02 {
  overflow: hidden;
}
.hover02 img {
  transition: all .6s;
}
.hover02:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*公用开始*/
.cl {
  color: #ff6600;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ahr a:hover {
  color: #ff6600;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  margin: 0 3px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #eee;
  font-size: 14px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #ccc;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*公用结束*/
/* 头部 */
.header {
  width: 100%;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 33, 68, 0.38);
  z-index: 99999;
}
.header-l {
  float: left;
  width: 31%;
  height: 100%;
  background: #fff;
  border-bottom: 10px solid #bdd5ed;
  position: relative;
}
.header-l .logo {
  float: right;
  height: 92px;
  line-height: 80px;
}
.header-l::after {
  content: ' ';
  width: 59px;
  height: 92px;
  background: url(../images/logo-r.png);
  position: absolute;
  right: -59px;
  top: 0;
}
.header-r {
  float: right;
  width: 69%;
  padding-left: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.header-nav {
  float: left;
  margin-top: 35px;
}
.header-nav li {
  float: left;
  color: #fff;
  margin-left: 20px;
  position: relative;
}
.header-nav li > a {
  font-size: 15px;
  color: #d5d5d5;
  padding: 0 5px;
  border-bottom: 4px solid transparent;
  transition: all .3s;
  padding-bottom: 10px;
}
.header-nav li.cur > a,
.header-nav li:hover > a {
  color: #70b4ff;
  border-bottom-color: #d70c19;
}
.header-lg {
  float: left;
  margin-left: 10px;
  margin-top: 28px;
}
.header-lg a {
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  background: #002555;
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}
.header-lg a:hover {
  color: #002555;
  background: #fff;
}

.header-nav .subnav {
  width: 140px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #d70c19;
  padding: 0 15px;
  display: none;
  border-radius: 0 0 5px 5px;
}
.header-nav .subnav a {
  display: block;
  border-bottom: 1px solid #999;
  line-height: 36px;
  color: #333;
  text-align: center;
  font-size: 13px;
}
.header-nav .subnav a:last-child {
  border-bottom: none;
}
.header-nav .subnav a:hover {
  color: #70b4ff;
}
.header-nav li:hover .subnav {
  display: block;
}

/*banner*/
.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
/***** 首页内容 *****/
.con-ttl {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  margin: 50px 0;
  background: url(../images/ttl-b.jpg) no-repeat bottom center;
}
.con-ttl::before,
.con-ttl::after {
  content: " ";
  width: 50%;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.con-ttl::before {
  left: 0;
  background: url(../images/ttl-l.png) no-repeat center left;
}
.con-ttl::after {
  right: 0;
  background: url(../images/ttl-r.png) no-repeat center right;
}
.con-ttl h2 {
    margin-bottom: 10px;
  color: #525252;
  font-size: 25px;
}
.con-ttl p {
  font-size: 22px;
  color: #999999;
}
.cont-box1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.cont-box1 .txt {
  text-align: center;
  line-height: 58px;
  color: #646161;
  font-size: 14px;
  margin-bottom: 40px;
}
.cont-box1-list {
  text-align: center;
  margin-bottom: 50px;
}
.cont-box1-list li {
  display: inline-block;
  width: 124px;
  margin: 0 30px;
  text-align: center;
}
.cont-box1-list li i {
  display: block;
  width: 124px;
  height: 124px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s;
}
.cont-box1-list li i:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.cont-box1-list li.l1 i {
  background-image: url(../images/icon/icos01.png);
}
.cont-box1-list li.l2 i {
  background-image: url(../images/icon/icos02.png);
}
.cont-box1-list li.l3 i {
  background-image: url(../images/icon/icos03.png);
}
.cont-box1-list li.l4 i {
  background-image: url(../images/icon/icos04.png);
}
.cont-box1-list li.l5 i {
  background-image: url(../images/icon/icos05.png);
}
.cont-box1-list li em {
  font-size: 15px;
  color: #7c7c7c;
}
.cont-box1-list li:hover em {
  color: #64abd2;
}
.cont-box2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cont-box2 .con-ttl h2,
.cont-box2 .con-ttl p {
  color: #F1F1F1;
}
.cont-box2-list {
  margin-bottom: 50px;
  padding: 30px 0;
}
.cont-box2-list li {
  float: left;
  width: 25%;
  height: 280px;
  padding: 0 10px;
}
.cont-box2-list li .item {
  padding: 5px;
  background: #eee;
  border-radius: 5px;
  transition: all .3s;
}
.cont-box2-list li .img-md {
  height: 180px;
  background: #fff;
  transition: all .3s;
}
.cont-box2-list li h3 {
  padding: 15px;
  padding-right: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #646161;
  background: #eeeeee url(../images/icon/ico02.png) no-repeat 95% center;
  transition: all .3s;
}
.cont-box2-list li .item:hover {
  background: #2b81dd;
  margin-top: -20px;
}
.cont-box2-list li .item:hover h3 {
  background: #2c3e50 url(../images/icon/ico03.png) no-repeat 95% center;
  color: #fff;
}
.cont-box2-list li .item:hover h3 em {
  color: #8899a8;
}
.cont-box2-list li .item:hover .img-md {
  height: 220px;
}
.btn01 {
  display: inline-block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e84c3d;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
}
.btn01:hover {
  background: #f4594a;
}
.cont-box3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cont-box3-l {
  float: left;
  width: 505px;
  height: 360px;
  position: relative;
}
.cont-box3-l .txt {
  height: 114px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
}
.cont-box3-l .txt h3 {
  line-height: 28px;
  font-size: 14px;
}
.cont-box3-l .txt .p {
  opacity: .8;
}
.cont-box3-r {
  float: right;
  width: 640px;
}
.cont-box3-r li {
  margin-bottom: 15px;
  overflow: hidden;
  background: rgba(140, 140, 140, 0.1);
}
.cont-box3-r li a {
  display: block;
}
.cont-box3-r li .date {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  text-align: center;
}
.cont-box3-r li .date span {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  background: #81aedd;
}
.cont-box3-r li .date em {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  color: #b8b4b3;
  font-size: 44px;
  background: #fff;
}
.cont-box3-r li h3 {
  padding: 15px 0;
  font-size: 15px;
}
.cont-box3-r li .els2 {
  line-height: 24px;
  height: 48px;
  font-size: 14px;
}
.cont-box3-r li:hover {
  background: rgba(140, 140, 140, 0.3);
}
/* 底部 */
.footer {
  background: #002f57;
  padding: 50px 0;
  color: #b9b9b9;
}
.footer-main dl {
  float: left;
  margin-right: 60px;
}
.footer-main dl.last {
  margin-right: 0;
}
.footer-main dl.last dd {
  color: #e2e2e2;
}
.footer-main dl dt {
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
  margin-bottom: 25px;
}
.footer-main dl dd {
  line-height: 24px;
  font-size: 14px;
}
.footer-main dl dd a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-bottom {
  background: #022442;
  padding: 10px 0;
  line-height: 22px;
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
}
/* 动画 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.main-menu {
  text-align: center;
  margin-bottom: 45px;
}
.main-menu a {
  display: inline-block;
  line-height: 36px;
  padding: 0 25px;
  background: #a1a1a1;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.main-menu a.cur,
.main-menu a:hover {
  background: #014e9c;
}
.main-menu a.cur::after,
.main-menu a:hover::after {
  content: ' ';
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -4px;
}
.line {
  height: 3px;
  border-top: 1px solid #6493c2;
  border-bottom: 1px solid #6493c2;
}
.list-pro {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.list-pro li {
  float: left;
  width: 25%;
}
.list-pro .item {
  margin: 0 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  transition: all .4s;
}
.list-pro .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.list-pro .item .img-md {
  height: 180px;
  border: 1px solid #c8c8c8;
  margin-bottom: 15px;
}
.list-pro .item .line {
  margin: 7px 0;
}
.list-pro .item h2 {
  font-size: 14px;
  color: #666;
}
.list-pro .item .els2 {
  line-height: 22px;
  height: 88px;
  color: #999;
  -webkit-line-clamp: 4;
  font-size: 13px;
}
.list-pro .item .els2 em {
  display: block;
  color: #666;
}
.list-pro .item .more {
  display: inline-block;
  width: 51px;
  height: 18px;
  background: url(../images/more.jpg);
}
.prod-l {
  float: left;
  width: 464px;
}
.prod-r {
  float: left;
  margin-left: 20px;
  width: 550px;
}
.prod-img {
  height: 280px;
  padding: 8px;
  border: 1px solid #cecece;
}
.prod-img .img-md {
  border: 1px solid #cecece;
}
.prod-ttl {
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
  background: url(../images/icon/ico05.png) no-repeat left center;
  border-bottom: 2px solid #c7c7c7;
}
.tab-join {
  border: 1px solid #c7c7c7;
  margin-left: 30px;
  margin-right: 30px;
}
.tab-join ul {
  overflow: hidden;
}
.tab-join ul li {
  float: left;
  width: 16.28%;
}
.tab-join .top {
  border-top: 4px solid #ced6df;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #c7c7c7;
}
.tab-join .item {
  border-bottom: 1px solid #c7c7c7;
  color: #888;
  font-size: 13px;
}
.tab-join .item:last-child {
  border-bottom: none;
}
.tab-join .item ul {
  line-height: 35px;
  text-align: center;
}
.tab-join .item ul .btn-check {
  color: #4b88b7;
  cursor: pointer;
}
.tab-join .item ul .btn-check:hover {
  text-decoration: underline;
}
.tab-join .item .detail {
  display: none;
  padding: 20px 40px;
  line-height: 22px;
  color: #888;
  border-top: 1px solid #c7c7c7;
}
.list-news {
  margin-bottom: 50px;
}
.list-news li {
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
.list-news li:hover h2 {
  color: #0e66be;
}
.list-news li h2 {
  transition: all .3s;
  margin-top: 2px;
}
.list-news li .date {
  float: left;
  width: 65px;
  height: 65px;
  background: #0e66be;
  color: #fff;
  margin-right: 30px;
  text-align: center;
}
.list-news li .date span {
  display: block;
  font-size: 24px;
  line-height: 40px;
}
.list-news li .date em {
  display: block;
}
.list-news li .p {
  color: #838383;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
  height: 40px;
}
.article {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.article-top {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.article-top h1 {
  font-size: 18px;
  color: #000;
}
.article-top .date {
  font-size: 14px;
  margin-top: 20px;
  color: #999;
}


.tc-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.tc-wrap .tc-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .22;
}
.tc-main {
  width: 360px;
  height: 556px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px 30px;
}
.tc-main .tc-close {
  width: 40px;
  height: 40px;
  background: url('../images/close2.png') no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tc-main h2 {
  text-align: center;
  font-size: 20px;
  color: #70b4ff;
  margin-bottom: 20px;
}
.tc-main .item {
  margin-bottom: 5px;
}
.tc-main .item label {
  display: block;
  line-height: 25px;
  color: #666;
}
.tc-main .item .text {
  width: 100%;
  height: 30px;
  border: 1px solid #cecece;
  line-height: 28px;
  padding-left: 10px;
}
.tc-main .item .text2 {
  width: 100%;
  height: 60PX;
  border: 1px solid #cecece;
  line-height: 28px;
  padding-left: 10px;
}
.tc-main .btn {
  display: block;
  width: 180px;
  margin: auto;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
  background: #70b4ff;
}

/*学员详细*/
.second .s_main .xy_detail{ width:100%; text-align:left;}
.slidegrid {float:left;position:relative;overflow:hidden;}
.slideitems{ width:20000em;position:absolute;}
.slideitems li{float:left;}
.mainPhoto {width:462px;height:300px;margin:0 auto;padding-top:10px;position:relative;overflow:hidden; margin-left:10px;}
.mainPhoto span.goleft,.mainPhoto span.goright {display:block;width:51px;height:51px;position:absolute;top:140px;}
.mainPhoto span.goleft {left:0;}
.mainPhoto span.goright {right:0}
.mainPhoto .go {width:340px;height:300px;position:relative;left:61px;overflow:hidden}
.mainPhoto .go li {width:340px;height:300px;margin-right:0px;overflow:hidden}
.mainPhoto .go li img {width:340px;height:300px;}
.xy_dctn{ width:100%; margin-top:15px;}
.tabBox_t , .tabBox  {width:100%;text-align:left;}
.tabBox .tabNav {overflow: hidden;background:#DFDFDF;margin: 0px;padding:0px;width: 100%; height:31px;list-style:none;text-align:left;}
.tabBox .tabNav li {float: left; border-left:1px solid #ccc;font-weight: bold;width:153px;height:30px;line-height: 30px;text-align: center;cursor: pointer;font-size: 14px; color:#454545;}
.tabBox .tabNav li.one{ border:0px;}
.tabBox .tabNav li.now {background:#4181C1;color: #fff}
.tabBox .tabCont {display: none; width:100%; text-align:left; padding:10px 0px;}
/*学员详细*/



/*学员详细*/
.second .s_main .xy_detail{ width:100%; text-align:left;}
.slidegrid {float:left;position:relative;overflow:hidden;}
.slideitems{ width:20000em;position:absolute;}
.slideitems li{float:left;}
.mainPhoto {width:462px;height:300px;margin:0 auto;padding-top:10px;position:relative;overflow:hidden; margin-left:10px;}
.mainPhoto span.goleft,.mainPhoto span.goright {display:block;width:51px;height:51px;position:absolute;top:140px;}
.mainPhoto span.goleft {left:0;}
.mainPhoto span.goright {right:0}
.mainPhoto .go {width:340px;height:300px;position:relative;left:61px;overflow:hidden}
.mainPhoto .go li {width:340px;height:300px;margin-right:0px;overflow:hidden}
.mainPhoto .go li img {width:340px;height:300px;}
.xy_dctn{ width:100%; margin-top:15px;}
.tabBox_t , .tabBox  {width:100%;text-align:left;margin-bottom: 32px;}
.tabBox2{ text-align:center;}
.tabBox2 .tabNav2 {overflow: hidden;margin: 0px;padding:0px;display: inline-block; height:31px;list-style:none;text-align:left;}
.tabBox2 .tabNav2 li {background: #EAEAEA;float: left; border-left:1px solid #ccc;font-weight: bold;width:153px;height:30px;line-height: 30px;text-align: center;cursor: pointer;font-size: 14px; color:#454545;}
.tabBox2 .tabNav2 li.one{ border:0px;}
.tabBox2 .tabNav2 li.now {background:#4181C1;color: #fff}
.tabBox2 .tabCont {display: none; width:100%; text-align:left; padding:10px 0px;}
.tabBox2 .tabNav2 li:hover{background: #AAC6E2; color:#FFFFFF;}


/*学员详细*/
