html,body{
  min-width: 1200px!important;
  height: 100%;
  position: relative;
}
.wrap{
  width: 1200px;
  margin: 0 auto;
}
/*********************首页样式**********************/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
}
.head .logo{
  width: 204px;
  height: 145px;
  display: table;
  text-align: center;
  box-shadow: 0 0 3px #ddd;
}
.head .logo span{
  display: table-cell;
  vertical-align: middle;
}
.head .courseNav{
  background: #394D68;
  border-left: 8px solid #A7DA26;
  height: 45px;
  line-height: 45px;
}
.head .courseNav p{
  font-size: 18px;
  color: #fff;
}
.head .courseNav b{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -58px -308px;
  margin:0 12px;
  vertical-align: text-bottom;
}
.head .nav{
  margin-top: 70px;
  margin-left: 3px;
}
.head .search>h2{
  margin-left: 34px;
  font-size: 34px;
  color: #FE7800;
  line-height: 1.3;
}
.head .search .txt{
  float: left;
  width: 268px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #FE7800;
  font-size: 16px;
  outline: none;
  margin-left: 30px;
}
.head .search .btn{
  float: left;
  width: 87px;
  height: 48px;
  background: #FE7800;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border: none;
  outline: none;
}
.head .navbar{
  box-shadow: 2px 2px 0 #B5B5B5;
  padding: 12px 20px;
  margin-top: 15px;
  width: 672px;
}
.head .navbar li{
  float: left;
}
.head .navbar li>a{
  font-size: 16px;
  color: #393939;
  margin: 10px;
}
.head .navbar li>a.cur,.head .navbar li>a:hover{
  border-bottom: 2px solid #FE7800;
  padding-bottom: 2px;
}
.head .phone{
  margin-top: 70px;
  text-align: right;
}
.head .phone>p{
  width: 274px;
  height: 47px;
  background: #FE7800;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  margin-top: 11px;
}
.head .phone>p i{
  display: inline-block;
  width: 21px;
  height: 24px;
  background: url("/skin/default/images/new_img/hqlogo.png") no-repeat;
  vertical-align: top;
  margin: 12px 6px 0 0;
}
.aside_nav{
  width: 204px;
  height: 511px;
  /*background: #FE7800;*/
  background: #ff863b;
}
.aside_nav>li{
  position: relative;
  height: 42px;
}
.aside_nav>li>a{
  display: inline-block;
  width: 194px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
}
.aside_nav>li>a:hover,.aside_nav>li>a.cur{
  background: #FF5F00;
}
.aside_nav .sub_menu{
  position: absolute;
  top: 0;
  left: 204px;
  width: 604px;
  background: #fff;
  box-shadow: 3px 3px 8px #C8C6C6;
  padding: 20px;
  z-index: 10000;
  display: none;
}
.sub_menu li{
  float: left;
  width: 282px;
  margin-left: 20px;
}
.sub_menu li>a{
  font-size: 14px;
  color: #4A4A4A;
  line-height: 32px;
}
.sub_menu li>a:hover{
  color: #FE7800;
}

.right_info{
  width: 232px;
  border: 1px solid #D2D2D2;
  padding: 10px 20px;
}
.right_info .info_tab li{
  float: left;
  margin:0 20px 10px 0;
}
.right_info .info_tab li>a{
  font-size: 14px;
  color: #373737;
}
.right_info .info_tab li>a:hover,.right_info .info_tab li>a.cur{
  color: #000;
  padding-bottom: 3px;
  border-bottom: 2px solid #FE7800;
}
.right_info .info_tab_content{
  height: 325px;
  overflow: hidden;
}
.right_info .info_tab_list{
  display: none;
}
.right_info .info_tab_list.hover{
  display: block;
}
.right_info .info_tab_list li>a{
  line-height: 24px;
  color: #000;
}

.info_ad{
  margin-top:17px;
}
.info_ad a{
  display:none;
}
.info_ad a.cur{
  display:block;
}
.infoNav_list{
  margin: 23px 0;
}
.infoNav_list li{
  float: left;
  margin-right: 30px;
  text-align: center;
}
.infoNav_list li:last-child{
  margin-right: 0;
}
.infoNav_list li b{
  display: inline-block;
  width: 51px;
  height: 51px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat;
  opacity:1;
  filter: alpha(opacity=100);
}
.infoNav_list li:hover b{
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.infoNav_list li b.kczx{
  background-position: -205px -12px;
}
.infoNav_list li b.kshy{
  background-position: -268px -12px;
}
.infoNav_list li b.lxzn{
  background-position: -335px -12px;
}
.infoNav_list li p{
  font-size: 14px;
  color: #615E5E;
  margin-top: 10px;
}

.row2{
  margin: 5px 0;
}
.row2 .info_tab{
  background: #FCE0EA;
}
.row2 .info_tab li{
  float: left;
}
.row2 .info_tab li>a{
  display: inline-block;
  width: 230px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
}
.row2 .info_tab li>a.cur{
  background: #FE7800;
  color: #fff;
}
.row2 .info_tab_content{
  width: 920px;
  height: 152px;
  background: #F6F7FB;
}
.row2 .info_tab_list{
  padding-top: 10px;
  display: none;
}
.row2 .info_tab_list.hover{
  display: block;
}
.row2 .info_tab_list li{
  float: left;
  border-bottom: 1px dashed #DEDFE2;
  width: 400px;
  margin: 0 30px;
  padding: 9px 0;
}
.row2 .info_tab_list li:after{
  content: "";
  display: block;
  clear: both;
}
.row2 .info_tab_list li>b{
  font-size: 14px;
  color: #818182;
  font-weight: normal;
}
.row2 .info_tab_list li>a{
  font-size: 14px;
  color: #FE7800;
  border: 1px solid #FE7800;
  border-radius: 4px;
  padding: 0 10px;
}
.row2 .info_tab_list li>a:hover{
  background: #FE7800;
  color: #fff;
}

.ad_pos img{
  width: 100%;
  height: 104px;
}

.part2{
  margin-top: 36px;
}
.part2>div.fn-clear{
  margin: 0 35px;
}
.part2 .info_tab{
  width: 500px;
}
.part2 .info_tab li{;
  float: left;
  margin-right: 28px;
}
.part2 .info_tab li>a{
  display: inline-block;
  width: 138px;
  height: 49px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -13px -164px;
}
.part2 .info_tab li>a.cur{
  color: #fff;
  background-position: -13px -106px;
}
.part2 .consult .phone{
  display: inline-block;
  width: 24px;
  height: 30px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -208px -125px;
  vertical-align: top;
}
.part2 .consult>b{
  font-size: 18px;
  color: #686464;
  margin: 0 12px;
}
.part2 .consult>a{
  background: #FE7800;
  font-size: 14px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.part2 .info_tab_list{
  display: none;
}
.part2 .info_tab_list.hover{
  display: block;
}
.part2 .info_tab_list>li{
  float: left;
  width: 530px;
  min-height:194px;
  margin: 0 35px;
}
.single .sing_ti{
  border-bottom: 2px solid #E6E6E6;
  margin: 15px 0;
}
.single .sing_ti h4{
  width: 163px;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #FE7800;
  padding-bottom: 10px;
  margin-bottom: -2px;
}
.single .sing_ti i{
  display: inline-block;
  width:33px;
  height: 40px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}
.single .sing_ti i.tl{
  background-position: -205px -76px;
}
.single .sing_ti i.ky{
  background-position: -249px -76px;
}
.single .sing_ti i.yd{
  background-position: -291px -76px;
}
.single .sing_ti i.xz{
  background-position: -339px -76px;
}
.single .sing_ti i.yg{
  background-position: -20px -337px;
}
.single .sing_ti i.mg{
  background-position: -66px -337px;
}
.single .sing_ti i.az{
  background-position: -111px -337px;
}
.single .sing_ti i.jnd{
  background-position: -158px -337px;
}
.single .sing_ti a{
  margin-top: 24px;
  color: #7E7E7E;
}
.single .sing_ti a span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 11px;
  background: #7e7e7e;
  margin-left: 5px;
}
.ready_ct a.fn-left{
  width: 530px;
  height: 156px;
  overflow: hidden;
  /*margin-right: 20px;*/
}
.ready_ct a.fn-left img{
  width: 100%;
}
.ready_ct ul.fn-left li>a{
  color: #000;
  line-height: 28px;
}

.part3{
  margin: 30px 0;
}
.part3 .time_icon{
  display: inline-block;
  width: 61px;
  height: 59px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -13px -227px;
}
.part3 .month_list{
  width: 900px;
  margin-left:28px;
}
.part3 .month_list li{
  float: left;
  width: 75px;
  position: relative;
  cursor: pointer;
}
.month_list h3{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #474747;
  transition:all 0.3s linear;
}
.month_list .line{
  width: 75px;
  height: 12px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -262px -176px;
  transition:all 0.3s linear;
}
.month_list .hover h3{
  color: #FE7800;
  transition:all 0.3s linear;
}
.month_list .hover .line{
  background-position: -182px -176px;
  transition:all 0.3s linear;
}
.month_list .month{
  padding: 5px 15px;
  border: 1px solid #FE7800;
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  min-width: 300px;
}
.month_list .month .arror{
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -30px -308px;
  position: absolute;
  top: -9px;
  left: 29px;
}
.month_list .month p{
  color: #000;
  font-size: 14px;
}
.month_list .month p span{
  margin-right: 20px;
}
.month_list .hover .month{
  display: block;
}
.part3 div.fn-right{
  margin-top: 20px;
}
.part3 div.fn-right b{
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -244px -125px;
  vertical-align: middle;
}
.part3 div.fn-right a{
  background: #FE7800;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

.part4{
  margin-top: 60px;
  background: #FAFAFD;
  padding: 20px 0;
}
.part4 .w1132{
  width: 1132px;
  height: 356px;
  background: #fff;
  box-shadow: 5px 5px 8px #DCDBDE;
  margin: 0 auto;
}
.part4 .info_tab li{;
  float: left;
  margin-right: 28px;
}
.part4 .info_tab li>a{
  display: inline-block;
  width: 136px;
  height: 49px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -13px -164px;
}
.part4 .info_tab li>a.cur{
  color: #fff;
  background-position: -13px -106px;
}

.scroll_list{
  position: absolute;
  top: 49px;
  left: 0;
  width: 1132px;
  height: 280px;
  visibility: hidden;
  background: #fff;
}
.scroll_list.hover{
  visibility: visible;
  z-index: 20;
}
.scroll_list>.more{
  position: absolute;
  top: -35px;
  right: 20px;
  font-size: 14px;
}
.scroll_list>.more>b{
  background: #7E7E7E;
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #fff;
  line-height: 11px;
  margin-left: 3px;
}
.wrapper{
  width:1132px;
  margin:10px auto 20px;
  height:280px;
}
.CSSBox{
  float:left;
  width:1064px;
  height:280px;
  overflow:hidden;
  z-index: 100;
}
.CSSBox ul li{
  float:left;
  padding:0 10px;
  height:280px;
  transition: all 0.3s linear;
}
.CSSBox ul li:hover{
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.CSSBox ul li a {
    display: block;
    text-align: center;
}
.CSSBox ul li img{
  width: 157px;
  height: 223px;
}
.CSSBox ul li p{
  display:block;
  text-align:center;
  font-size:14px;
  padding:6px 5px 0;
}
.CSSBox ul li p a{
  color: #333;
}
.wrapper:hover .LeftButton,.wrapper:hover .RightButton{
  opacity:1;
  filter:alpha(opacity=100);
  transition:all 0.3s linear;
}
.LeftButton{
  cursor:pointer;
  float:left;
  width:23px;
  height:32px;
  background:#7F7F7F url('/skin/default/images/new_img/iconlist.png') no-repeat -294px -125px;
  margin:96px 0 0 0;
  z-index: 1000;
  opacity:0;
  filter:alpha(opacity=0);
  transition:all 0.3s linear;
}
.RightButton{
  cursor:pointer;
  float:right;
  width:23px;
  height:32px;
  background:#7F7F7F url('/skin/default/images/new_img/iconlist.png') no-repeat -317px -125px;
  margin:96px 0 0 0;
  z-index: 1000;
  opacity:0;
  filter:alpha(opacity=0);
  transition:all 0.3s linear;
}
.order_test{
  width: 336px;
  margin: 20px;
}
.order_test h3{
  text-align: center;
  font-size: 18px;
  color: #FE7800;
  border-bottom: 3px solid #FE7800;
  padding:2px 0 10px 0;
}
.order_test .form{
  background: #F9F8F8;
  padding: 16px 0;
}
.order_test .txt{
  width: 266px;
  margin: 12px auto;
  font-size: 14px;
  color: #000;
}
.order_test .inptxt{
  width: 200px;
  margin-left: 6px;
  padding: 8px 10px;
  border: 1px solid #EDEDED;
}
.order_test .submit_btn{
  text-align: center;
  margin: 10px auto 0;
}
.order_test .submit{
  width: 87px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #FE7800;
  border: none;
}
.audition{
  margin: 40px 0 20px;
  text-align: center;
}
.audition a{
  display: inline-block;
  width: 143px;
  height: 43px;
  background: #FE7800;
  border-radius: 3px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
}

.part5{
  margin: 20px 0;
}
.part5 .info_tab{
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 4px;
}
.part5 .info_tab li{;
  float: left;
  margin-right: 20px;
}
.part5 .info_tab li>a{
  display: inline-block;
  width: 135px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -197px -271px;
}
.part5 .info_tab li>a.cur{
  color: #fff;
  background-position: -197px -218px;
}
.part5 .info_tab_list{
  margin:20px 0;
  display: none;
}
.part5 .info_tab_list.hover{
  display: block;
}
.part5 .info_tab_list li{
  float: left;
  transition: all 0.3s linear;
}
.part5 .info_tab_list li.first{
  width: 695px;
  height: 329px;
  overflow: hidden;
  margin:0 15px 15px 0;
}
.part5 .info_tab_list li.second{
  width: 490px;
  height: 329px;
  overflow: hidden;
  margin:0 0 15px 0;
}
.part5 .info_tab_list li.three{
  width: 390px;
  height: 262px;
  overflow: hidden;
  margin:0 15px 15px 0;
}
.part5 .info_tab_list li.last{
  width: 390px;
  height: 262px;
  overflow: hidden;
  margin:0 0 15px 0;
}
.part5 .info_tab_list li img{
  width: 100%;
}
.part5 .info_tab_list li:hover{
  transform: scale(1.03);
  transition: transform 0.3s linear;
}

.footer_nav{
  background: #F6F7FC;
  padding-top: 36px;
}
.footer_nav .nav_list{
  width: 1106px;
  margin: 0 auto 36px;
  box-shadow: 0 0 8px #D3D4D8;
  border-radius: 6px;
  padding: 36px 0;
  background: #fff;
}
.footer_nav .nav_list li{
  float: left;
  border-right: 1px solid #D6D6D6;
  padding: 0 52px;
  height: 92px;
}
.footer_nav .nav_list li.first a{
	text-align:center;
}
.footer_nav .nav_list li.first p{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top:20px;
}
.footer_nav .nav_list li.first img{
	width:64px;
}
.footer_nav .nav_list li p{
  text-align: center;
  font-size: 14px;
}
.footer_nav .nav_list li .wx{
  margin-top: -14px;
}
.footer_nav .nav_list li .wb{
  margin-left: 50px;
}
.footer_nav .nav_list li .wb>b{
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -94px -225px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_nav .nav_list li:hover .wb>b{
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.footer_nav .nav_list li .wb p{
  margin-top: 20px;
}
.footer_nav .nav_list li>a{
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.footer_nav .nav_list li a:hover{
  color: #FE7800;
}
.footer_nav .nav_list li.last{
  border: none;
}
.footer_nav .campus_nav{
  width: 1106px;
  margin: 0 auto;
}
.footer_nav .campus_nav li{
  width: 553px;
  float: left;
  margin-bottom: 40px;
}
.footer_nav .campus_nav li.pl200{
  width:370px;
  padding-left:183px;
}
.footer_nav .campus_nav li h3{
  color: #FE7800;
  line-height: 30px;
  font-size: 14px;
}
.footer_nav .campus_nav li p{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.footer_nav .campus_nav li p a{
  margin-left: 20px;
  color: #1995FF;
}
p.blogroll{
  width: 1106px;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 14px;
  color: #FE7800;
}
.blogroll_list{
  width: 1106px;
  margin: 10px auto 20px;
}
.blogroll_list li{
  float: left;
}
.blogroll_list li>a{
  padding:0 7px;
  font-size: 14px;
  color: #949494;
  line-height: 24px;
}
.firm_info{
  background: #F6F7FC;
  border-top:2px solid #FE7800 ;
  text-align: center;
  padding: 15px 0;
}
.firm_info p{
  line-height: 24px;
}
.firm_info p img{
  vertical-align:text-bottom;
}

/*搜课页面*/
.headNav{
  height: 46px;
  background: #FE7800;
}
.headNav .courseNav{
  width: 204px;
  background: #FF5F00;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.headNav .courseNav p{
  font-size: 18px;
  color: #fff;
}
.headNav .courseNav b{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/skin/default/images/new_img/iconlist.png") no-repeat -87px -308px;
  margin:0 12px 0 20px;
  vertical-align: text-bottom;
}
.courseNav .aside_nav{
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 10000;
  display: none;
}
.headNav .navbar{
  margin-left: 20px;
}
.headNav .navbar li{
  float: left;
}
.headNav .navbar li>a{
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  padding:11px 15px;
}
.headNav .navbar li>a:hover,.headNav .navbar li>a.cur{
  background: #FF5F00;
}

.course_main{
  margin: 200px 0 10px 0;
  min-height:650px;
}
.course_list li{
  border-bottom: 1px solid #DADADA;
  padding: 20px 0;
}
.course_list li div.fn-left{
  width: 720px;
  border-right: 1px dashed #E9E9E9;
  padding-right: 36px;
}
.course_list li div.fn-left h3{
  font-size: 16px;
  color: #FE7800;
  line-height: 32px;
}
.course_list li div.fn-left h3 a{
  font-size: 16px;
  color: #FE7800;
  line-height: 32px;
}
.course_list li div.fn-left p{
  font-size: 14px;
  color: #5E5E5E;
  line-height: 24px;
}
.course_list li div.fn-right{
  margin-top: 30px;
}
.course_list li div.fn-right a{
  display: block;
  width: 113px;
  height: 38px;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  margin: 10px 25px 0 25px;
}
.course_list li div.fn-right a.yuyue{
  background: #FE7800;
  color:#fff;
}
.course_list li div.fn-right a.xiangqing{
  background: #FBC3CC;
  color:#FE7800;
}
.left_content{
  width: 920px;
  position: relative;
}
.text_content{
  width:880px;
  padding: 20px;
}
.text_content>h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
.text_content p{
  font-size: 14px;
  text-indent: 28px;
  letter-spacing: 1px;
  line-height: 24px;
}
.course_layer{
  position: fixed;
  top: 50%;
  left: 38%;
  width: 610px;
  height:334px;
  margin-left: -305px;
  margin-top:-167px;
  background: #fff;
  box-shadow: 5px 5px 8px #D3D2D2;
  display: none;
}
.course_layer .title{
  background: #FE7800;
  height: 78px;
  line-height: 78px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.course_layer .content{
  padding: 24px 30px 40px 30px;
}
.course_layer .content>h4{
  color: #FE7800;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.course_layer .content>p{
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}


.course_layer .close{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 10px;
  background: #FF5F00 url("/skin/default/images/new_img/iconlist.png") no-repeat -109px -302px;
  cursor: pointer;
}

.news_list li{
  border-bottom: 1px solid #DADADA;
  padding: 20px 0;
}
.news_list li>div.fn-clear>div.fn-left{
  width: 755px;
  border-right: 1px dashed #E9E9E9;
}
.news_list li div.fn-left h3{
  font-size: 14px;
  color: #FE7800;
  line-height: 32px;
}
.news_list li div.fn-left p{
  font-size: 12px;
  color: #5E5E5E;
  line-height: 24px;
}
.news_list li div.fn-right{
  margin-top: 30px;
}
.news_list li div.fn-right a{
  display: block;
  width: 113px;
  height: 38px;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  margin: 10px 25px 0 25px;
}
.news_list li div.fn-right a.yuyue{
  background: #FE7800;
  color:#fff;
}
.news_list li div.fn-right a.xiangqing{
  background: #FBC3CC;
  color:#FE7800;
}
.news_list .newspic{
  width: 221px;
  height: 166px;
  overflow: hidden;
}
.news_list .newspic img{
  width: 100%;
  height: 100%;
}
.news_list .newscontent{
  width:496px;
  margin-left: 20px;
}
.news_list .newscontent a.fn-right{
  color: #FE7800;
}


.info_tab_img li{
  display: none;
  transition: all 0.3s linear;
}
.info_tab_img li.hover{
  display: block;
}
.info_tab_img li:hover{
  transform: scale(1.03);
  transition: transform 0.3s linear;
}

.course_tab{
  border: 1px solid #c9c9c9;
  background: #f7f7f7;
  border-bottom: 3px solid #FE7800;
  padding-left: 10px;
  margin-top: 10px;
}
.course_tab p{
  float: left;
  margin-right: 38px;
  height: 45px;
  line-height: 45px;
}
.course_tab span{
  color: #FE7800;
  font-weight: bold;
  font-size: 14px;
}
.course_tab a{
  font-size: 14px;
  padding: 6px 5px;
}
.course_tab a:hover,.course_tab a.active{
  color: #FE7800;
  font-weight: bold;
}

.page{
  text-align: center;
  margin: 20px 0;
}
.page a,.page>b{
  border: 1px solid #7E7E7E;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 0 6px;
  font-size: 14px;
}
.page>b{
  color: #FE7800;
}

.pic_list{
  padding: 20px;
}
.pic_list li{
  float: left;
  width: 200px;
  margin: 10px;
  text-align: center;
  transition: all 0.3s linear;
}
.pic_list li:hover{
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0,-2px,0);
  -moz-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pic_list li img{
  width: 100%;
  height: 268px;
}
.pic_list li p{
  font-size: 14px;
  line-height: 32px;
}

.pathnav,.pathnav a{
  font-weight: bold;
  color: #FE7800;
}


.firm_brand{
  margin: 35px auto;
  width: 1140px;
}
.firm_brand li{
  float: left;
  width: 379px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.firm_brand li.last{
  border-right: none;
}
.firm_brand li>div.fn-clear{
  display: inline-block;
  text-align: center;
}
.firm_brand p{
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.firm_brand .text{
  margin: 5px 10px;
}


#schoolMap{
	width:100%;
	height:800px;
	margin:190px auto 40px;
}



#lefooterBox {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 999999;
  height: 189px;
  background: url(/skin/default/images/new_img/bg.png);
  width: 100%;
}
.lefooter_center {
  width: 1200px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -600px;
  height: 189px;
}
#leF_gbBtn {
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 64px;
  right: 5px;
}



.level_pic{position: fixed;bottom: 0;left: 0;right: 0;width: 1000px;margin: 0 auto;z-index:100000;}
.level_pic .close{position: absolute;top: 0;right: 0;font-size: 30px;color: #fff;width: 30px;height: 30px;background-color: #FECE01;text-align: center;line-height: 24px;cursor: pointer;}
.level_btn{position: fixed;bottom: 0;right: 0;width: 28px;background-color: #5F05E2;color: #FECE01;padding:15px 8px 5px 22px;font-size: 14px;cursor: pointer;border-radius: 60px 0 0 0;display: none;}


/* 2020-06-28 */
.head .search form {
	margin-top: 10px;
}
.head .search .txt {
	height: 38px;
}
.head .search .btn {
	height: 40px;
	line-height: 40px;
}

.head .nav {
	width: 976px;
	margin-top: 40px;
	margin-left: 20px;
}
.head .search>h2 {
	line-height: 1.6;
	margin-left: 14px;
}
.head .navbar {
	width: 951px;
	margin-top: 30px;
	padding-left: 0;
}
.head .navbar li>a {
	margin: 10px 12px;
}
.head .navbar .right {
	float: right;
	font-size: 16px
}

.head .navbar .right i {
	display: inline-block;
	width: 21px;
	height: 24px;
	background: url("/skin/default/images/new_img/hqlogo2.png") no-repeat;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.main .part1 .row1 {
	position: relative;
	height: 600px;
}
.main .aside_nav {
	position: absolute;
	top: 0;
	height: 580px;
	padding: 10px 0;
	z-index: 1000;
}
.main .aside_nav>li {
	height: 52px;
}
.main .aside_nav>li>a {
	height: 48px;
	line-height: 48px;
}

.swiper-container {
	width: 100%;
	height: 600px;
}
.swiper-slide .bg-img {
	display: block;
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-container .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
	background: #FE7800;
}
.row2 {
	margin: 10px 0;
}
.row2 .info_tab li>a {
	width: 300px;
}
.row2 .info_tab_content {
	width: 1200px;
}
.row2 .info_tab_list li {
	width: 560px;
	margin: 0 20px;
}
.row2 .info_tab_list li>b {
	display: block;
	width: 432px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}






















































































































































































