/* 公共样式表css */
html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}
body {
	background: #fff;
	color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}


@media (max-width : 990px) { /* 960 */

#new_lst_sd{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
li.new_cnlf p img{
    width: 100%;
    height: auto;
    max-height: auto;
}
#ewlf_ts{
    text-align: left;
}
#new_cnrf1{
    float: none;
    width: 100%;
}
#new_lst_box{
    min-height: 614px;
}
#new_lst_box dd{
    width: 70%;
    float: none;
    margin: 10px 3%;
}
#newrf_txs{
    width: 71%;
}
}


/* 必要布局样式css */
.floor-course {
	position: relative;
	overflow: auto;
	height: 588px;
}
.floor-content {
	position: relative;
	clear: both;
	height: 100%;
	margin: 0 auto;
}
.floor-side {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
}
.floor-side h3 {
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	line-height: 100px;
	height: 80px;
	color: #333;
	font-weight: 400;
}
.floor-side h3 a {
	color: #333;
	display: block;
}
.floor-side-link img {
	display: block;
	width: 100%;
	background-color: green;
}
.floor-side-right {
	position: absolute;
	top: 0;
	left: 240px;
	height: 100%;
}
.floor-side-list {
	position: relative;
	height: 80px;
	padding-top: 25px;
	border-bottom: 1px solid #e1e1e1;
}
.floor-side-list ul {
	line-height: 52px;
	overflow: hidden;
	height: 55px;
}
.floor-side-list ul li {
	position: relative;
	float: left;
	height: 55px;
	margin-right: 10px;
	padding: 0 10px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	cursor: pointer;
}
.floor-side-list ul li:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
.floor-side-list ul .on:after {
	border-bottom-color: #3197e9
}
.floor-side-list ul .on {
	border-bottom-color: #3197e9
}
.floor-side-body {
	height: 456px;
	padding-top: 24px;
}
.floor-side-body ul li {
        background: azure;
	position: relative;
	float: left;
	width: 159px;
	height: 225px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-border-radius: 3px;
}
.floor-side-body ul li:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}
.floor-side-body ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.floor-side-body ul li a .image-ti {
	position: relative;
	display: block;
		width: 160px;
	height: 150px;
	background-color: #2C71AF;
}
.floor-side-body ul li a .image-ti img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}
.slide-title {
	line-height: 20px;
	overflow: hidden;
	    text-overflow: ellipsis;
    word-break: break-all;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 5px 11px 5px;
}
.slide-title  span{
   float: right;
}
.slide-small{
font-size: 13px;
    text-align: center;
    color: black;}
.slide-body {
	line-height: 20px;
	height: 20px;
	margin: 0 10px;
}
.slide-body-nub {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.slide-body-nub-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 3px;
}
.slide-body-nup {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.slide-body-nup-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 -23px;
}
.slide-body-price {
	line-height: 20px;
	float: right;
	height: 20px;
	vertical-align: top;
	color: #ef7165;
}
.slide-admission {
	color: #46cfa1;
}
.slide-more {
	line-height: 52px;
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
	height: 55px;
	color: #3197e7;
}
.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "寰蒋闆呴粦";
	font-size: 18px;
	color: #666
}
.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "寰蒋闆呴粦";
	cursor: pointer;
}
.new_telst li.newon {
	color: #217af0;
	font-weight: bold;
}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 1px solid #217af0;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 345px;
	position: relative;
	overflow: hidden;
	display: none;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin-top: 30px;
}
.new-wrap .show {
	display: block;
}
li.new_cnlf {
	width: 370px;
	float: left;
}
li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
    color: #0d1d31;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: normal;
    line-height: 2.4;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	display: block;
}
p.newlf_tel a:hover {
	color: #069c9d;
}
p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
     color: #666;
	height: 105px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width: 774px;
	margin-left: -7px;
	height: 314px;
	overflow: hidden;
}
.newrf_lst dd {
	width: 352px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}
p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: right;
	width: 244px;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	/*width: 366px;*/
	/*height: 83px;*/
	border: 2px solid #069c9d;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #069c9d;
}
.newrf_lst dd:hover p.new_rq {
	background: #069c9d;
	margin-top: 9px;
	margin-left: 9px;
}
.newlf_img{
    width: 370px;
    height: 170px;
}
.newlf_img img{
    width: 100%;
     max-height: 170px;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}
.mr0 {
	margin-right: 0px;
}
.mas-ds{
    float: right;
}
.mas-ds a{
    font-size: 16px;
}
.mas-ds a :hover{
    color: #069c9d;
}

