
/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


html {
	font-size: 62.5%;
}
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	background-color: #f0f0f0;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
em, i {
	font-style: normal;
}

.pa { position: relative; }

.no-padding {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
	.no-padding {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.header {
	background-color: #fff;
}
.header .navbar {
	margin-bottom: 0;
	border: none;
}
.header .navbar-header {
	width: 100%;
}
.header .logo {
	height: 86px;
}
.header .logo .navbar-brand {
	height: 100%;
	padding-left: 0;
	margin-right: 20px;
}
.header .logo .navbar-brand img {
	max-height: 100%;
}
.header .logo .city {
	float: left;
	margin-top: 35px;
}
.header .logo .city a {
	display: block;
	height: 24px;
	line-height: 26px;
	padding-left: 20px;
	font-size: 2rem;
	color: #666;
	background: url(../img/location-A.png) left center no-repeat;
}
.header .logo .city a:hover {
	color: #1d6cef;
	background-image: url(../img/location-B.png);
}
.header .telbox {
	margin-top: 25px;
	height: 40px;
	line-height: 40px;
}
.header .telbox a {
	margin-left: 30px;
	font-size: 1.6rem;
	color: #666;
}
.header .telbox em {
	float: left;
	display: inline-block;
	width: 2em;
	margin: 5px 10px 0 30px;
	line-height: 16px;
	color: #1d6cef;
}
.header .telbox span {
	font-size: 2.8rem;
	color: #1d6cef;
}
.header .navbar-collapse {
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
}
.header .navbar-collapse a {
	color: #fff;
}
.header .navbar-nav > li {
	margin-right: 15px;
    border: 0px solid red;
    height: 43px;
    text-align: center;
    /* margin-top: 8px; */
    /* position: relative; */
    top: 10px;
}
.header .navbar-nav > li > a {
	padding-top: 10px;
    padding-bottom: 0px;
}
.header .navbar-nav > li > a:focus,
.header .navbar-nav > li > a:hover {
	color: #1d6cef;
	background:white;
}

.header .navbar-toggle {
	margin-right: 10px;
  border-color: #ddd;
}
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background-color: #ddd;
}
.header .navbar-toggle .icon-bar {
  background-color: #888;
}
@media (max-width: 767px) {
	.header .navbar .navbar-header {
		width: auto;
	}
	.header .logo {
		width: auto;
		height: 55px;
		padding-left: 5px;
	}
	.header .logo .navbar-brand {
		margin-right: 0;
		padding: 5px 5px 5px 0;
	}
	.header .logo .city {
		margin-top: 15px;
	}
	.header .logo .city a {
		font-size: 2rem;
	}
	.header .navbar-toggle {
		margin-top: 8px;
	}
	.header .navbar-collapse {
		height: auto;
		line-height: normal;
	}
	.header .navbar-nav > li {
		display: inline-block;
		width: 30%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.header .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #fff;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header .telbox a {
		margin-left: 5px;
	}
}
/***************** header E *****************/

/***************** banner S *****************/
.banner {
	height: 500px;
	margin-top:-60px;
	background: url(../img/banner.png) center top no-repeat;
}
.banner .formbox {
	top: 400px;
	margin:auto;
	width: 300px;
	padding: 30px;
	/*background-color: rgba(0,0,0,0.3);*/
}
.banner .formbox h4 {
	margin: 30px 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.banner .formbox p {
	text-align: center;
	color: #fff;
}
.banner .formbox input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-bottom: 18px;
	border: none;
	border-radius: 3px;
}
.banner .formbox input.ipt {
	padding: 0 1em;
}
.banner .formbox input.smt {
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 5px;
	background: #1d6cef;
}
.allcourse {
	width: 280px;
	/*margin-top: -60px;*/
}
.course-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #1d6cef;
  cursor: pointer;
}
.course-title:hover {
  background-color: #1756df;
}
.course-title a {
	display: block;
	width: 100%;
  font-size: 1.8rem;
  color: #fff;
}
.course ul {
	height: 440px;
  background-color: #fff;
}
.course ul li {
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  font-size: 1.6rem;
  color: #333;
}
.course ul li a i {
	display: block;
	float: right;
	width: 6px;
	height: 10px;
	margin: 25px 20px 0 0;
	background: url(../img/arr.png) no-repeat;
}
.course ul li:hover {
  color: #1d6cef;
}
.course ul ul {
  display: none;
}
/*.course ul li:hover {
  background-color: #e0eaff;
}*/
.course ul li:hover > ul {
  display: block;
}
.course ul ul {
  position: absolute;
  z-index: 99;
  width: 150px;
  height: 440px;
  /*background-color: #e0eaff;*/
}
.course ul ul li {
  width: 140px;
  font-size: 1.4rem;
  color: #333;
  background-color: #e0eaff;
}
.course ul ul li a:hover {
  color: #1d6cef;
}
.course .top1 {
  margin-top: -60px;
  margin-left: 120px;
}
.course .top2 {
  margin-top: -120px;
  margin-left: 120px;
}
.course .top3 {
  margin-top: -180px;
  margin-left: 120px;
}
.course .top4 {
  margin-top: -240px;
  margin-left: 120px;
}
.course .top5 {
  margin-top: -300px;
  margin-left: 120px;
}
.course .top8 {
  margin-top: -360px;
  margin-left: 120px;
}
.course .top9 {
  margin-top: -420px;
  margin-left: 120px;
}
.course .top10 {
  margin-top: -480px;
  margin-left: 120px;
}


@media (min-width: 1200px) {
	.banner {
		height: 500px;
	}
	.banner .formbox {
		min-height: 350px;
	}
	.banner .carousel {
		height: 100%;
	}
	.banner .carousel .carousel-inner {
		height: 100%;
	}
	.banner .carousel .carousel-inner > .item {
		height: 100%;
	}
	.banner .carousel .carousel-inner > .item img {
		height: 100%;
	}
}
@media (max-width: 767px) {
	.banner {
		height: 220px;
		background-size: auto 100%;
	}
	.banner .formbox {
		top: 20px;
		right: 2.5%;
		width: 95%;
		padding: 15px;
		min-height: auto;
	}
	.banner .formbox h4 {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.banner .formbox input {
		height: 35px;
		line-height: 35px;
		margin-bottom: 10px;
	}
}
/***************** banner E *****************/

.coltit {
	display: block;
	height: 30px;
	margin-top: 60px;
	margin-bottom: 45px;
	text-align: center;
	border-bottom: 2px solid #d6d6d6;
}
.coltit span {
	display: inline-block;
	padding: 0 1em;
	margin-top: 10px;
	font-size: 2.8rem;
	background-color: #f0f0f0;
}

.table-class {
	background-color: #fff;
}
.table-class li {
	height: 60px;
	padding: 15px 15px;
	border-bottom: 1px solid #e8e8e8;
}
.table-class li span {
	display: inline-block;
	height: 30px;
	line-height: 12px;
	font-size: 1.6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.table-class li span.city {
	padding: 0 1em;
	color: #1d6cef;
	border: 1px solid #1d6cef;
}
.table-class li span.title {
	width: 60%;
	padding: 0 1em;
}
.table-class li span.status {
	float: right;
	color: #1d6cef;
}
.table-class li span.status a {
	color: #f00;
}
@media (min-width: 768px) {
	.table-class li {
		width: 46%;
		padding-left: 0;
		padding-right: 0;
		margin-right: 2%;
		margin-left: 2%;
	}
}
@media (max-width: 767px) {
  .coltit {
  	margin-top: 0;
  	margin-bottom: 25px;
  }
  .coltit span {
  	margin-top: 18px;
  	font-size: 1.8rem;
  }
  .table-class li {
  	height: 46px;
  	padding: 8px 5px;
  }
  .table-class li span.city {
  	padding: 0 .5em;
  }
  .table-class li span.title {
  	padding: 0 .5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.table-class li span.status {
		float: none;
	}
}

#myTab {
	background-color: #fff;
}
#myTab > li > a {
	height: 54px;
	line-height: 54px;
  margin-right: 10px;
  padding: 0 25px;
  border-radius: 0;
  border: none;
}
#myTab > li > a:hover {
	color: #fff;
	border: none;
  background-color: #1d6cef;
}
#myTab > li.active > a,
#myTab > li.active > a:hover,
#myTab > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1d6cef;
}
#myTabContent {
	background-color: #fff;
}
#myTabContent .tab-pane {
	padding: 20px;
	overflow: hidden;
}
@media (max-width: 767px) {
	#myTab {
		padding-top: 10px;
	}
	#myTab > li {
		display: inline-block;
		float: none;
		width: 32%;
		margin-left: .5%;
		margin-right: 0;
		margin-bottom: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#myTab > li > a {
		height: 40px;
		line-height: 40px;
		margin-right: 0;
		padding: 0 1em;
		border: 1px solid #1d6cef;
	}
}

.works {
	padding: 20px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
@media (max-width: 767px) {
	.works {
		padding: 10px;
	}
}

.gallery {
	padding-top: 20px;
	background-color: #fff;
}
.gallery li {
	float: left;
	margin-left: 16px;
	margin-bottom: 15px;
}
.gallery li a {
	display: block;
	overflow: hidden;
}
.gallery li a img {
	transition: 0.3s;
}
.gallery li a:hover img {
	transform: scale(1.1);
}
@media (max-width: 767px) {
	.gallery {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gallery li {
		width: 100%;
		margin: 0;
		padding: 5px 10px;
	}
	.gallery li img {
		width: 100%;
	}
}


.contact {
	padding: 40px 20px;
	font-size: 1.6rem;
	background-color: #fff;
}
.contact .mapbox {
	float: left;
	width: 560px;
	height: 375px;
	margin-right: 20px;
}
.contact h4 {
	line-height: 30px;
	font-size: 1.8rem;
	margin-top:10px;
	color: #999;
}
.contact p {
	line-height:2.0em;
	margin-bottom: 1.8em;
}
@media (max-width: 767px) {
	.contact {
		padding: 15px 10px;
	}
	.contact p {
		margin-bottom: 0;
	}
}

.footer {
	margin-top: 55px;
	padding-top: 35px;
	background-color: #fff;
}
.footer .footnav {
	float: left;
}
.footer .footnav dl {
	display: block;
	float: left;
	margin-right: 165px;
	color: #666;
}
.footer .footnav dt {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.footer .footnav dd {
	margin-bottom: 10px;
}
.footer .footnav a {
	color: #666;
}
.footer .footnav a:hover {
	color: #000;
}
.footer .tel {
	float: left;
	padding-top: 25px;
}
.footer .tel span {
	display: block;
	font-size: 2.8rem;
	color: #1d6cef;
}
.footer .wxbox {
	float: right;
	text-align: center;
}
.footer .sitecopy {
	padding: 18px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
	.footer .footnav {
		width: 100%;
	}
	.footer .footnav dl {
		width: 32%;
		margin-right: 0;
		margin-left: 1%;
	}
	.footer .tel {

	}
	.footer .wxbox {
		padding-right: 10px;
		margin-bottom: 10px;
	}
}
/*贴边*/
.welt{
    position: fixed;
    width: 60px;
    height: 300px;
    right: 25px;
    top: 30%;
    z-index: 9999;
}
.sign-up{
    width:60px;
    height: 60px;
    background: #1d6cef;
}
.sign-up a{
    display: block;
    padding: 10px 0;
    color: #FFffFF;
    text-align: center;
}
.sign-up a:hover{
    background: #1756bf;
    color: #FFffFF;
}
/*免费试学*/
.sign-up-learn{
    width:60px;
    height: 60px;
    background: #1d6cef;
}
.sign-up-learn a{
    display: block;
    padding: 10px 0;
    color: #FFffFF;
    text-align: center;
}
.sign-up-learn a:hover{
    background: #1756bf;
    color: #FFffFF;
}

/*申请优惠*/
.sign-up-discount{
    width:60px;
    height: 60px;
    background: #1d6cef;
}
.sign-up-discount a{
    display: block;
    padding: 10px 0;
    color: #FFffFF;
    text-align: center;
}
.sign-up-discount a:hover{
    background: #1756bf;
    color: #FFffFF;
}
/*毕业薪资*/
.sign-up-salary{
    width:60px;
    height: 60px;
    background: #1d6cef;
}
.sign-up-salary a{
    display: block;
    padding: 10px 0;
    color: #FFffFF;
    text-align: center;
}
.sign-up-salary a:hover{
    background: #1756bf;
    color: #FFffFF;
}/*毕业薪资*/
.welt-img{
    width:60px;
    height: 60px;
    background: #1d6cef;
}
.welt-img a{
    display: block;
    padding: 10px 0;
    color: #FFffFF;
    text-align: center;
}
.welt-img a:hover{
    background: #1756bf;
    color: #FFffFF;
}
.welt-img{
    width:60px;
    height: 60px;
}

.welt-weibo{
    width:60px;
    height: 60px;
}
.welt-weibo:hover >.QR-weibo{
    display: block;
}
.QR-weibo{
    display: none;
    width: 110px;
    height: 110px;
    position: absolute;
    background: #FFffFF;
    top: 70px;
    right: 60px;
}
.QR-weibo img{
    padding: 10px;
}
.welt-img{
    width:60px;
    height: 60px;
}
.welt-img:hover >.QR-wechat{
    display: block;
}
.QR-wechat{
    display: none;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 70px;
    background: #FFffFF;
    right: 60px;
}
.QR-wechat img{
    padding: 10px;
}
.welt .welt-top{
    display: none;
}
/*贴边*/
/*底部*/
.foot{
    margin-top: 30px;
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foot .font-size14{
    height: 40px;
    line-height: 40px;
}
.foot .font-size14 a:hover{
    color:#1d6cef;
}
.foot .font-size16{
    height: 45px;
    line-height: 45px;
    color: #999999;
    font-size: 16px;
}
.telephone{
    height: 40px;
    line-height: 40px;
    color: #1d6cef;
    font-size: 28px;
}
.time{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.wx{
    margin-top:20px ;
    float: right;
    width: 90px;
    height: 120px;
}
.wx .text{
    width: 90px;
    float: left;
    text-align: center;
    height: 40px;
    line-height:40px;
}
.copyright{
    border-top: 1px solid #cfcfcf;
}
.copyright_con{
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #999999;
}
/*底部*/
/*page*/
.page div{
    width: 715px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin: 20px auto 0 auto;
}
.page a:hover{
    border: 1px solid #4a4a4a;
    background: #4a4a4a;
    color: #FFffFF;
}
.page .next{
    background: url("../img/icon/Page-down-A.png") no-repeat center;
}
.page .next:hover{
    background:#4a4a4a url("../img/icon/Page-down-B.png") no-repeat center;
}
.page .prev{
    background: url("../img/icon/Page-Up-A.png") no-repeat center;
}
.page .prev:hover{
    background:#4a4a4a url("../img/icon/Page-Up-B.png") no-repeat center;
}
.page .rows{
    color: #999999;
}
.page a{
    margin-left: 10px;
    border: 1px solid #cfcfcf;
    padding: 10px 15px;
}

.page .current{
    margin-left: 10px;
    border: 1px solid #1d6cef;
    background: #1d6cef;
    color: #FFffFF;
    padding: 10px 15px;
}
/*page*/
/*列表导航*/
.order{
    height: 60px;
    background: #FFffFF;
    margin: 20px 0;

}
.order a{
    float: left;
    padding: 20px 40px;
    color: #333333;
    font-size: 16px;
}
.order a:hover{
    color: #1d6cef;
}
.order .select{
    border-bottom: 1px solid #1d6cef;
    color: #1d6cef;
}
/*列表导航*/
.u_map{
      width: 560px;height: 375px;border: 1px solid #cfcfcf;
    }
 /*top*/
.top_background{
    background: white;width: 100%;min-width: 1180px;height: 60px;position: relative;z-index: 9099;min-width: 1180px;
}
.navigation{
    width: 1180px;
}
nav {
    /*width: 1180px;*/
    height: 60px;
    text-align: center;
}

nav ul ul {
    display: none;
}

.nav-1:hover > ul {
    display: block;
    z-index: 999;
}
nav ul {
    width: 1180px;
    height: 60px;

    margin: 0 ;

    list-style: none;
    position: relative;
    display: inline-table;
}
nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
 
    float: left;
}
.nav-1:hover{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    background: #FFffFF;
}
nav ul li:hover {

}

nav ul li a {
    display: block;
    height: 40px;
    line-height: 60px;
    padding: 0 22px;
    color: #757575;
    text-decoration: none;
}


nav ul ul {
    overflow: hidden;
    width: 340px;
    height: auto;
    background: #FFffFF;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: auto;
    /*display: block;*/
    border: 1px solid #cfcfcf;
    top: 85px;
    margin:  0px 0 0 -1px;
   /* box-shadow: 4px 3px 4px rgba(0,0,0,0.18);*/
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.18);

}
nav ul ul li {
    margin: 10px 0 10px 20px ;
    background: #FFffFF;
    border: 1px solid #FFffFF ;
    /* border-top: 1px solid #6b727c;
     border-bottom: 1px solid #575f6a; position: relative;*/
}
.nav-1 .default{

    background: #1d6cef;
    border: 1px solid #FFffFF ;
    /* border-top: 1px solid #6b727c;
     border-bottom: 1px solid #575f6a; position: relative;*/
}
.nav-1 .default a{
    color: #FFffFF;
}
nav ul ul li a {
    padding: 20px 22px;
    color: #FFffFF;
}
.nav-1 ul li a{
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    color: #666666;

}

nav ul ul li a:hover {
    background: #ebf1ff;
    color: #333333;
}
.nav-1 .default a:hover{
    background: #1d6cef;
    color: #FFffFF;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

/*弹出申请试学框*/
.apply_start{
	width: 610px;
	height: 408px;
}
.apply_left_img{
	width: 293px;
	height: 100%;
	float: left;
}
.apply_right_content{
	width: 317px;
	height: 100%;
	float: right;
}
.apply_input{
	width: 100%;
	height: 40px;
	border:1px solid #bfbfbf;
	border-radius: 4px;
}
.apply_name{
	width: 50px;
	height: 40px;
	float: left;
	font-size: 14px;
	color:#8a94a7;
	text-align: center;
	line-height: 40px;
}
.apply_input input:focus { outline: none; }
.apply_combat{
	width: 100%;
	height: 60px;
	background-color: #1f73ff;
}
.apply_title{
	font-size: 30px;
	color:#ffffff;
	text-align: center;
	line-height: 60px;
	font-weight: 500;
}
.apply_center_content{
	width: 243px;
	height: 296px;
	margin:0 auto;
	margin-top: 25px;
}
.apply_sex{
	width: 100%;
	height: 40px;
	border:1px solid #bfbfbf;
	border-radius: 4px;
}
.apply_nan{
	width: 50%;
	height: 100%;
	float: left;
	font-size: 16px;
	color: #8a94a7;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 4px 0px 0px 4px;
}
.apply_nv{
	width: 50%;
	height: 100%;
	float: left;
	font-size: 16px;
	color: #8a94a7;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 0px 4px 4px 0px;
}

.apply_bottom{
	width: 100%;
	height: 50px;
	margin-top: 36px;
	border-radius: 40px;
	font-size: 24px;
	color:#ffffff;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00d6ff,endColorStr=#1d6def); /*IE 6 7 8*/   
    background: -ms-linear-gradient(left, #00d6ff,  #1d6def);        /* IE 10 */  
    background:-moz-linear-gradient(left,#00d6ff,#1d6def);/*火狐*/   
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#00d6ff), to(#1d6def));/*谷歌*/   
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00d6ff), to(#1d6def));      /* Safari 4-5, Chrome 1-9*/  
    background: -webkit-linear-gradient(left, #00d6ff, #1d6def);   /*Safari5.1 Chrome 10+*/  
    background: -o-linear-gradient(left, #00d6ff, #1d6def);  /*Opera 11.10+*/  
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .5;
    filter: alpha(opacity=80);
}