@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
#w-1200{width:1260px; margin:0 auto; overflow:hidden;}
#w-1200-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
#w-90{margin:0 auto;width: 90%;overflow: hidden;}
#w-80{margin:0 auto;width: 80%;overflow: hidden;}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
#pro-w{margin:0 auto;width: 80%;overflow: hidden;}
.case-padding{padding:5px;}
.p-img{width: 100%;}
.img-no{display: none;}

/*====================top====================*/
.top-bg{
  width: 100%;
  height: 86px;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 111111;
  background-color: #262528;
  transition: all 0.3s;
}
.top-bg-hover{
  background-color:#262528;
  transition: all 0.3s;
}
.ch-logo{
  position: relative;
}
.mini-tit{
  width: 100%;
}
.mini-tit img{width: 100%;}
/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
}
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  padding:0px 0.1% 0px  0.1%;
  color: #eee;
  list-style: none;
  transition: all 0.3s ease-out;
}
.pc-menu-bg1{
/*  background: url(../Img/menu-bg1.png) top right no-repeat;*/
}
.pc-menu-bg1:hover{
  background: none;
}
.pc-menu li:hover{
 /* background-color: #fd5f20;*/
}
.pc-menu li a{
  position: absolute;
  z-index: 1000;
  display: block;
  height: 150px;
  line-height: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.pc-menu li:hover a{
  color:#fff;
}
.pc-menu li .active{
  background-color: #ff3131;
  color: #fff !important;
}
.pc-menu li:after {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  background: url(../images/menu-bg.png) repeat-x #ff3131;
  background-position: 50px 50px;
  content: "";
  height: 150px;
  transition: all 0.4s ease 0s;
  width: 0%;
}
.pc-menu li:hover:after {
  width: 100%;
  left: 0px;
  background-position: 0px 0px;
}
.pc-menu li ul{
  position: absolute;
  top:150px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 15px 30px 15px;
 /* width:230px;*/
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  height: 30px;
  font-size: 15px;
  color: #333 !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}
.pc-menu li ul a:hover{
  color: #ed2721 !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}
/*导航*/
.header-nav .nav-list>li{float:left;padding:32px 0;position:relative;}
.header-nav .nav-list>li>a{padding:0 25px;font-size:16px;position:relative;color:#eee;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#949494;}
.header-nav .nav-list>li>a:after{content:'';position:absolute;width:1px;height:10px;background-color:#ddd;top:50%;margin-top:-5px;margin-left:25px;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("img/top_icons2.png") no-repeat left center;}
.icon-global{background:url("img/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px;}
.dropdown-menu > li>a:hover{color:#f42a2a;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right: 0; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#f90;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none; transition: all 0.3s;}

/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 29px;
}
/*====================title====================*/
.an-tit1{
  padding:15px;
  overflow: hidden;
}
.an-tit1 h2{
  display: block;
  text-align: center;
  font-size: 45px;
  color: #333;
  font-weight: bold;
}
.an-tit1 p{
  display: block;
  text-align: center;
  padding-top:15px;
  font-size: 18px;
  color: #666;
}
.an-tit1 span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  text-align: center;
}
.an-tit2{
  padding:15px;
  overflow: hidden;
}
.an-tit2 h2{
  display: block;
  text-align: center;
  font-size: 45px;
  color: #a27e70;
  font-weight: bold;
}
.an-tit2 span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  text-align: center;
}
.an-tit3{
  padding:15px 0px;
}
.an-tit3 p{
  display: block;
  font-size: 24px;
  text-align: center;
}
.an-tit3 .linea{
  margin:0 auto;
  margin-top: 15px;
  width: 50px;
  border-bottom: 5px solid #f52621;
}
.h-zi{
  margin:20px 0px;
  font-size: 40px;
  color: #f52621;
  font-weight: bold;
  text-align: center;
}
.an-tit4{
  padding: 10px 0px;
  text-align: center;
}
.an-tit4 h2{
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.an-tit4 .tit4-r{
  display: inline-block;
}
.an-tit4 .tit4-r .zia{
  font-size: 13px;
  line-height: 27px;
  height: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.an-tit4 .tit4-r .zib{
  font-size: 25px;
  height: 25px;
  color: #000;
  font-weight: bold;
}
.an-tit4 span{
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #737373;
}

.an-tit5{
  padding:15px;
  overflow: hidden;
}
.an-tit5 h2{
  display: block;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
.an-tit5 p{
  display: block;
  text-align: center;
  padding-top:18px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

.an-tit6{
  padding: 10px 0px;
  text-align: center;
  background: url(../images/tit6-bg.jpg) top center no-repeat;
}
.an-tit6 h2{
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.an-tit6 .tit6-l{
  display: inline-block;
}
.an-tit6 .tit6-l .zia{
  font-size: 13px;
  line-height: 27px;
  height: 15px;
  color: #868686;
  text-transform: uppercase;
}
.an-tit6 .tit6-l .zib{
  font-size: 25px;
  height: 25px;
  color: #ee0f0f;
  font-weight: bold;
}
.an-tit6 span{
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 17px;
  color: #737373;
}

/*====================middle====================*/
/*课程设置*/
.kc-list{
  width: 100%;
  height: auto;
}
.kc-list li{
  float: left;
  width: 20%;
}
.kc-list li .kclb{
  margin:3px;
  position: relative;
}
.kc-list li .kclb img{
  width: 100%;
}
.kc-list li .kclb h3{
  position: absolute;
  z-index: 10;
  bottom:0px;
  left:0px;
  display: block;
  width: 100%;
  padding:5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.8);
  transition: all 0.3s ease-out;
}
.kc-list li:hover .kclb h3{
  padding:10px;
  background: rgba(237,39,33,0.8);
  color: #fff;
}
/*首页课程*/
.kc-hot{
  position: relative;
}
.kc-hot img{
  width: 100%;
}
.kc-hot .kchot-tit{
  position: absolute;
  z-index: 10;
  top:0px;
  left:0px;
  padding:30px;
}
.kc-hot .kchot-tit h3.colora strong{
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.kc-hot .kchot-tit p.color-pa{
  display: block;
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
}
.kc-hot .kchot-tit h3.colorb strong{
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
.kc-hot .kchot-tit p.color-pb{
  display: block;
  margin-top: 15px;
  font-size: 15px;
  color: #000;
}
.kc-hot .kchot-tit .more p{
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 20px;
  border:1px solid #fc5f60;
  color: #fc5f60;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}
.kc-hot:hover .kchot-tit .more p{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
/*进修*/
.jx-w{
  text-align: center;
  width: 1260px;
  height: auto;
  margin:0 auto;
  overflow: hidden;
}
.jx{
  width: 101%;
}
.jx li{
  position: relative;
  float: left;  
  margin-right: 1%; 
  width: 19%;
  height: auto;
  overflow: hidden;
}
.jx li img{
  width: 100%;

}
.jx li .uptu{
  position: absolute;
  top:20%;
  left:-100%;
  z-index: 10;
  
}
.jx li:hover .uptu{
  left:10%;
-moz-animation: flipInY .6s ease-out 0s 1 forwards;
-o-animation: flipInY .6s ease-out 0s 1 forwards;
-webkit-animation: flipInY .6s ease-out 0s 1 forwards;
animation: flipInY .6s ease-out 0s 1 forwards;
}
.jx li .uptu .jx-nr{
  padding:38px;
  width: 100%;
  background-color: #fff;

}
.jx li .uptu .jx-nr p.zia{
  font-size: 35px;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: url(../images/jx-bga.jpg) top center no-repeat;
}
.jx li .uptu .jx-nr p.zib{
  display: block;
  margin-top: 10px;
  font-size: 19px;
  color: #151111;
  text-align: center;
}
.jx li .uptu .jx-nr h3{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  color: #ed1d1d;
}
.jx li .uptub h3{
  display: none;
}
/*师资力量*/
.an-szll{
  width: 100%;
  height: auto;
  background: url(../images/an-ls-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.an-szll-top{
  margin-top: 40px;
}

.sz-padding{
  padding:8px; 
}
.an-sz-list{
  position: relative;
  width: 100%;
  height: auto;
  border:1px solid #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}

.an-sz-list img{
  width: 100%;
}
.an-sz-list .uptu{
  position: absolute;
  top:100%;
  left:0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  transition: all 0.3s ease-out;
}
.an-sz-list:hover .uptu{
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.an-sz-list .case1-tit{
  position: absolute;
  top:-50%;
  left:0px;
  z-index: 100;
  width: 100%;
  padding:0px 15px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.an-sz-list:hover .case1-tit{
  opacity: 1;
  top:40%;
}
.an-sz-list .case1-tit a{
  display: block;
  margin:0 auto;
  width: 90%;
  padding:20px 10px;
  background-color:#ff2828;
  text-align: center;
  border-radius: 10px;
}
.an-sz-list .case1-tit a h3{
  display: block;
  font-size: 26px;
  color: #fff;
  background-color:#ff2828;
  text-align: center;
  font-weight: bold;
}
.an-sz-list .case1-tit a p{
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 150%;
}

/*招生*/
.an-zs-m{
  width: 100%;
  height: 358px;
  background: url(../images/bm.jpg) top center no-repeat;
}

  
  /*分类*/
  .gl-proc{
    padding:15px 0px;
  }
  .gl-proc li{
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
    display: block;
    font-size: 17px;
    margin-right: 5px;
    margin-top: 10px;
    width: auto;
    border: #d3d6da 1px solid;
    padding: 8.5px 14px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .gl-proc li:hover a{
    background-color: #333;
    color: #fff;
  }
  /*效果1*/
  .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }
  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }
  .h-xg-a{
    position: relative;
  }
  .h-xg-a img{
    width: 100%;
    height: auto;
  }
  .h-xg-a .zi{}
  .h-xg-a .zi h3{
    display: block;
    margin-top: 10px;
    padding:5px 0px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0px;
    /*border:1px solid #efefef;*/
    text-align: center;
  }

  
  
/*news*/

/*合作伙伴*/
.ql-hb img{
  border:1px solid #efefef;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

/*产品*/
.gj-pro-pad{
  padding:3px;
}
.gj-pro{
  transition: ease-in-out .5s;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
.gj-pro .por-content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255,255,255,0);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0);
  box-shadow: 0 0 12px rgba(0,0,0,0);
  transition: ease-in-out .5s;
  box-sizing: border-box;
/*  margin: 0;
  padding: 0;
  border: 0;*/
}
.gj-pro:hover .por-content{
  background-color: rgba(0, 0, 0, 0.80);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
  box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.gj-pro .por-content .thumb{
  opacity: 1 !important;
  width: 100%;
  border:1px solid #efefef;
  box-sizing: border-box;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-btn{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -23px;
  padding: 0px 15px;
  height: 46px;
  line-height: 46px;
  background-color: transparent;
  border: 1px #fff solid;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
  box-sizing: border-box;
}
.gj-pro .por-content .por-header{
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  padding: 12px 12px 4px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-header a{
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #fba704;
}
.gj-pro .por-content .por-header span{
  display: inline-block;
  width: 50%;
  font-size: 12px;
  color: #fff;
}
.gj-pro:hover .por-header, .gj-pro:hover .por-btn {
  opacity: 1;
  visibility: visible;
}
.gj-pro:hover .por-content .por-btn{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.gj-pro .por-content .por-btn:hover {
  background-color: #fba704;
  border: 1px #fba704 solid;
  color: #fff;
}
.gj-pro:hover .por-content .por-header {

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

}


/*新闻*/
.news-tit{
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.news-tit p{
  font-size: 28px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-tit h2{
  font-size: 21px;
  color: #4c4c4c;
  margin-bottom: 20px;
  font-weight: normal !important;
}
.news-tit span{
  height: 30px;
  position: relative;
}
.news-tit span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 30px;
    background: #787878;
}
.news-bg{
  padding:20px 0px 50px 0px;
  background:#f2f2f2;
  overflow: hidden;
}

.news01{
  margin:15px 0px;
  /*padding-bottom: 40px;*/
  /*border:1px solid #e5e5e5;*/
  box-sizing: border-box;
  /*background-color: #fff;*/
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.news01:hover{
  /*margin-top: 5px;
  margin-bottom: 25px;*/
  /*box-shadow: 0px 0px 10px #7b7b7a;*/
}
.news01 img{
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.news01:hover img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.news01 .n1-nr{
  padding:15px 0px 0px 0px;
  transition: all 0.3s ease-out;
}
/*.news01:hover .n1-nr{
  padding:15px 15px 0px 15px;
}*/
.news01 .n1-nr a h3{
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #333;
  /*font-weight: bold;*/
  overflow: hidden;
  line-height: 130%;
}
.news01:hover .n1-nr a h3{
  color: #f32a2a;
}
.news01 .n1-nr p{
  display: block;
  margin-top: 5px;
  width: 100%;
  /*height: 60px;*/
  font-size: 12px;
  color: #666;
  /*line-height: 155%;*/
  overflow: hidden;
}
.news01 .n1-nr .more1 a{
  margin-top: 20px;
  display: block;
  padding:5px 0px;
  width: 50%;
  border:1px solid #efefef;
  background-color: #efefef;
  font-size: 14px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease-out;
}
.news01:hover .n1-nr .more1 a{
  background-color: #febe13;
  border:1px solid #febe13;
}



/*首页学员*/
.h-xy{
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.h-xy img{
  width: 100%;
  transition: all 0.5s ease-out;
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
  
    filter: gray;
}
.h-xy:hover img{
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
  
    filter: gray;
    transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-xy .uptit{
  position: absolute;
  top:0px;
  left:0px;


}
/*首页联系*/
.h-lx-w{
  padding:15px 0px;
  overflow: hidden;
}
.h-lx{
  padding:15px;
  color: #666;
  text-align: left;
  border: 1px solid #ddd;
  overflow: hidden;
}
.h-lx .lx-la{
  float: left;
  width: 30%;
}
.h-lx .lx-ra{
  float: right;
  width: 70%;
}
.h-lx .lx-ra p{
  display: block;
  color: #333;
  font-size: 23px;
}
.h-lx .lx-ra span{
  display: block;
  color: #666;
  font-size: 15px;
}
/*首页f-kc*/
.an-kc-list{
  margin-top: 15px;
}
.an-kc-list dt{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.an-kc-list dd a{
	display: block;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.an-kc-line{
  margin:15px 0px;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.an-kc-morea a{
  display: block;
  margin:0 auto;
  margin-top: 15px;
  padding:10px 0px;
  width: 150px;
  background-color: #f52621;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
}
/*教学实景*/

.an-jxsj{
 margin-bottom: 20px;
}
.an-jxsj .tu{
  margin:0 auto;
  width: 90%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px #bfbdbe;
  border:1px solid #fff;
  transition: all 0.3s ease-out;
}
.an-jxsj:hover .tu{
  box-shadow: 0 0 15px #827f78;
}
.an-jxsj .tu img{
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.an-jxsj:hover .tu img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.2, 1.2); 
     -moz-transform: scale(1.2, 1.2); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 

}
.an-jxsj .tit{
  margin-top: 15px;
  padding:5px ;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}


.kc-w{
  width: 100%;
  padding:15px 0px;
  background-color: #efefef;
}


/*联系我们地图*/
.map-ys{
  margin:0 auto; 
  margin-top:10%;
  width:80%;
  height:550px;
  border:#ccc solid 1px;
}
.b-map {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(50,50,50,0.8);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.b-map.hover {
    visibility: visible;
    top: 0;
}
.b-map .close-btn {
    position: absolute;
    right: 12%;
    top: 23%;
    width: 56px;
    height: 56px;
    background: url(../images/closemap.png) no-repeat center center #3f51b5;
    display: block;
    z-index: 2;
}
.con-map{
  /*width: 100px;
  height: 30px;
  background-color: red;*/
}

/*首页新闻*/      
/*end首页新闻*/




/*====================end middle====================*/
/*====================foot====================*/
.foot-tit p{
  display: block;
  font-size: 18px;
  color: #ff2828;
  line-height: 170%;
}
.gl-foot-w{
  padding:50px 0px 30px 0px;
  background-color: #282828;
  overflow: hidden;
}
.gl-foot-tit h3{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.gl-menu{}
.gl-menu a{
  display: block;
  padding:5px 0px;
  font-size: 14px;
  color: #fff;
}
.gl-f-proc{}
.gl-f-proc a{
  float: left;
  display: block;
  width: 48%;
  padding:5px 1%;
  font-size: 14px;
  color: #fff;
}
.foot-ewm{
  text-align: center;
}
.foot-ewm img{
  display: block;
  margin:0 auto;
}
.foot-ewm p{
  display: block;
  padding:10px 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gl-f-phone{
  
}
.gl-f-phone p{
  display: block;
  padding:5px 0px;
  line-height: 170%;
  color: #fff;
  text-align: center;
}
.gl-line{
  border-right:1px solid #4c4c4c;
}
.gl-bq{
  margin-top: 20px;
  border-top:1px solid rgba(255,255,255,0.05);
  padding-top: 28px;
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq p,
.gl-bq p strong,
.gl-bq p p{
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #ff0000;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/


@media only screen and (max-width: 1580px){
  #pro-w{width: 100%;}

}

@media only screen and (min-width: 1260px){

  .pc-menu-bg{width: 100%;}
  /*menu*/
  /*.header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}*/
}

@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:15px;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  .jx-w{width: 100%;}
  



  
}
@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:15px;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .jx-w{padding:15px; width: auto;}
  .jx-w li{width: 49%; margin-bottom: 5px;}
  .jx li .uptu{display: none;}
  .jx li .uptub h3{  
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0%;
    z-index: 10;
    padding:5px;
    background-color: #ff231d;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .an-tit1 h2{font-size: 23px;}
  .an-tit1 p{padding-top:5px;font-size: 15px;}

  .kc-hot .kchot-tit{padding:12px;}
  .kc-hot .kchot-tit h3.colora strong{font-size: 15px;}
  .kc-hot .kchot-tit p.color-pa{display: none;}
  .kc-hot .kchot-tit .more{display: none;}
  .kc-hot .kchot-tit h3.colorb strong{font-size: 15px;}
  .kc-hot .kchot-tit p.color-pb{display: none;}

  .an-tit4 h2{font-size: 28px;}
  .an-tit4 .tit4-r .zib{font-size: 18px;}
  .an-tit4 .tit4-r .zia{font-size: 11px;}
  .an-tit4 span{font-size: 15px;}


  .h-lx{margin-bottom: 10px;}
  .h-lx-w{padding-top:5px;}
  .padding-a{padding:5px;}
  .h-lx .lx-ra p{font-size: 14px;}
  .h-lx .lx-ra {word-wrap:break-word; font-size: 14px;}
  .h-lx .lx-la img{width: 90%;}

  .an-szll-top{margin-top: 15px;}
  .an-tit5 h2{font-size: 30px;}
  .an-tit5 p{font-size: 15px; padding-top: 10px;}

  .an-tit6 h2{font-size: 28px;}
  .an-tit6 span{font-size: 15px; padding:0px 15px;}

  .gl-foot-w{padding:20px 15px;}
  
  .news-bg{padding:20px 0px;}




  



}
/*====================手机====================*/
@media only screen and (max-width: 768px){

  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:15px;}
  
  
  


 /*地图*/
 .b-map .close-btn{top:10%;}
 .map-ys{height: 300px; width: 90%;}
 
}
