html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	position: relative;
	background-color: #FFFFFF;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Arial", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
div, p, span {
	line-height: 150%;
}
a, button, input, textarea, div {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000000;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.pcHide {
	display: none;
}
.pointer {
	cursor: pointer;
}
.crosshair {
	cursor: crosshair;
}
.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.opacity0 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.opacity2 {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.opacity5 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opacity8 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
@keyframes toShow
{
	0% {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
@keyframes alpha50to100
{
	0% {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	100% {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}

/* pc: width >= 1200px */
.box {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.blankLine40 {
	height: 40px;
	background-color: #f2f2f2;
}
.mgLeft20 {
	margin-left: 20px;
}
.mgLeft5 {
	margin-left: 5%;
}
.width75 {
	width: 75px;
}
.width155 {
	width: 155px;
}
.pcBannerImage {
	width: 100%;
	display: block;
}
.mobileBannerImage {
	width: 100%;
	display: none;
}
.mobileHeaderLine {
	display: none;
}
#header {
	border-bottom: 1px solid #dadee1;
	background-color: #FFFFFF;
	width: 100%;
}
#header .logoBox {
	height: 60px;
	line-height: 60px;
}
#header .logoBox img {
	vertical-align: middle;
	height: 75%;
	margin-top: -5px;
}
#header .logoBox h1 {
	height: 100%;
}
#header .navBox {
	position: absolute;
	right: 100px;
	top: 0;
	font-size: 16px;
	color: #07354b;
}
#header .navBox a {
	color: #07354b;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#header .navBox a:hover {
	color: #ffcc3d;
}
#header .navBox .navItem {
	position: relative;
	width: 110px;
	float: left;
	line-height: 60px;
	text-align: center;
}
#header .navBox .navItem:hover .subMenu {
	display: block;
	animation: toShow 0.5s;
}
#header .navBox .navItem .mainMenu {
	line-height: 60px;
}
#header .navBox .navItem .expandBtn {
	display: none;
}
#header .navBox .subMenu {
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 10;
	background-color: #ffffff;
	padding: 0 20px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #eeeeee;
	display: none;
}
#header .navBox .subMenu li {
	margin: 15px 0;
}
#header .navMenu {
	position: absolute;
	right: 1%;
	top: 20px;
	display: none;
}
#footer {
	position: relative;
	height: 366px;
	background-color: #373d41;
	color: #afb1b3;
}
#footer .codeBox {
	width: 37%;
}
#footer .codeBox .title {
	padding: 45px 0 40px 0;
	font-size: 20px;
	color: #FFFFFF;
}
#footer .codeBox .codeList {
	margin-left: 11%;
}
#footer .codeBox .codeList a {
	color: #afb1b3;
}
#footer .codeBox .codeItem {
	width: 25%;
	float: left;
	font-size: 12px;
}
#footer .codeBox .address {
	clear: both;
	padding-top: 35px;
	font-size: 12px;
	margin-left: 11%;
}
#footer .vLine {
	position: absolute;
	left: 38%;
	top: 50px;
	width: 1px;
	height: 236px;
	background-color: #53595d;
}
#footer .navBox {
	position: absolute;
	left: 49%;
	top: 0;
	width: 52%;
	font-size: 12px;
	padding-top: 55px;
}
#footer .navBox a {
	color: #afb1b3;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#footer .navBox a:hover {
	color: #ffcc3d;
}
#footer .navBox .navBlock {
	width: 29%;
	float: left;
}
#footer .navBox .navBlock p {
	margin: 5px 0;
}
#footer .navBox .lastBlock {
	width: 65px;
}
#footer .navBox .navBlock .title {
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 18px;
}
#mobileFooter {
	display: none;
}
#copyright {
	height: 50px;
	line-height: 50px;
	background-color: #262626;
	text-align: center;
	font-size: 14px;
	color: #afb1b3;
}
#copyright a {
	color: #afb1b3;
}
.banner-bar {
	background-color: #f3f3f3;
}
.banner-main {
	position: relative;
	width: 100%;
	height: 687px;
	margin: 0px auto;
	overflow: hidden;
}
#banner {
	position: absolute;
	width: 100%;
}
#banner img {
	position: absolute;
	width: 100%;
}
.banner-btn {
	position: absolute;
	width: 100%;
	top: 160px;
}
.banner-btn a:link img, .banner-btn a:visited img {
	border: none;
}
.banner-btn a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#banner_left {
	position: absolute;
	left: 6%;
}
#banner_right {
	position: absolute;
	right: 6%;
}
#banner_num {
	position: absolute;
	left: 45%;
	bottom: 5%;
}
#banner_num img {
	margin: 0px 6px;
}
#homeCourse {
	background-color: #164d68;
	color: #FFFFFF;
}
#homeCourse .courseBox {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#homeCourse .picBox {
	position: relative;
	width: 100%;
	height: 425px;
	left: 0;
	top: 0;
	overflow: hidden;
}
#coursePicList {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#coursePicList li {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
}
#coursePicList li a {
	color: #FFFFFF;
}
#coursePicList li a:hover .blackBg {
	/*
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
	background-color: #ffcc3d;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#coursePicList li:hover {
	animation: alpha50to100 0.5s;
}
#coursePicList li .bgPic {
	width: 100%;
	height: 100%;
}
#coursePicList li .bgPic img {
	width: 100%;
	height: 100%;
}
#coursePicList li .blackBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #07354b;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}
#coursePicList li .alpha2 {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#coursePicList li .topBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#coursePicList li .topBox .courseIcon {
	position: absolute;
	height: 15%;
	left: 43%;
	top: 35%;
}
#coursePicList li .topBox .title {
	position: absolute;
	width: 100%;
	top: 55%;
	font-size: 20px;
}
#homeCourse .btnBox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
#homeCourse:hover .btnBox {
	display: block;
	animation: toShow 0.5s;
}
#homeCourse .btnBox a:hover .vBtn .blackBg {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#homeCourse .btnBox .vBtn {
	position: absolute;
	width: 2.2%;
	height: 200px;
}
#homeCourse .btnBox .vBtn .blackBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
#homeCourse .btnBox .vBtn .btnPic {
	position: absolute;
	left: 20%;
	top: 45%;
	width: 60%;
}
#courseLeftBtn {
	left: 0;
}
#courseRightBtn {
	right: 0;
}
#homeCase {
	position: relative;
	width: 100%;
	padding-top: 40px;
	background-color: #f2f2f2;
}
#homeCase .caseBox {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#homeCase .topText {
	position: absolute;
	width: 32.3%;
	height: 887px;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	text-align: center;
	color: #07354b;
	margin: 0 0.5%;
}
#homeCase .topText .title {
	font-size: 32px;
	padding: 15% 0 8% 0;
}
#homeCase .topText .content {
	font-size: 16px;
	padding: 8% 0;
	line-height: 150%; 
}
#homeCase .topText .hLine {
	border-bottom: 1px solid #07354b;
	width: 30px;
	margin: 0 auto;
}
#homeCase .caseBox li {
	position: relative;
	width: 32.3%;
	float: left;
	margin: 0 0.5%;
}
#homeCase .caseBox li .casePic {
	position: relative;
	width: 100%;
	height: 887px;
}
#homeCase .caseBox li .casePic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#homeCase .caseBox li .firstPic img {
	top: 50%;
}
#homeCase .caseBox li a:hover .casePic img {
	width: 100%;
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
	margin-left: -2px;
	margin-top: -2px;
}
#homeCase .caseBox li .btnBox {
	position: relative;
	height: 115px;
}
#homeCase .caseBox li .btnBox p {
	position: absolute;
	left: 8%;
	top: 12%;
	font-size: 22px;
	color: #07354b;
}
#homeCase .caseBox li a .btnBox p {
	color: #07354b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#homeCase .caseBox li a:hover .btnBox p {
	color: #ffcc3d;
}
#homeCase .caseBox li .btnBox .btn {
	position: absolute;
	right: 0;
	top: 12%;
	font-size: 16px;
	background-color: #07354b;
	padding: 1% 5%;
	color: #FFFFFF;
}
#homeCase .caseBox li a .btnBox .btn {
	color: #FFFFFF;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#homeCase .caseBox li a:hover .btnBox .btn {
	background-color: #ffcc3d;
}
#homeNews {
	width: 100%;
	padding-bottom: 40px;
	background-color: #f2f2f2;
}
#homeNews .newsBox {
	position: relative;
	width: 62%;
	margin: 0 auto;
}
#homeNews .newsBox li {
	position: relative;
	width: 31%;
	float: left;
	margin: 0 1%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#homeNews .newsBox li:hover {
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
	margin-top: -2px;
}
#homeNews .newsBox li a {
	color: #164d68;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#homeNews .newsBox li a:hover {
	color: #ffcc3d;
}
#homeNews .newsBox li .picBox {
	width: 100%;
}
#homeNews .newsBox li .picBox img {
	width: 100%;
	display: block;
}
#homeNews .newsBox li .textBox {
	position: relative;
	height: 135px;
	background-color: #FFFFFF;
	padding: 0 7%;
}
#homeNews .newsBox li .textBox .title {
	font-size: 18px;
	padding-top: 20px;
}
#homeNews .newsBox li .textBox .description {
	font-size: 14px;
	padding: 3px 0 10px 0;
}
#about {
	background-color: #f2f2f2;
	padding-top: 110px;
	width: 100%;
}
#about .mainTeacher {
	position: relative;
	background-color: #ffcc3d;
	width: 100%;
	height: 589px;
}
#about .mainTeacher .picBox {
	position: absolute;
	width: 28.2%;
	left: 13%;
	top: -5%;
}
#about .mainTeacher .picBox img {
	width: 100%;
}
#about .mainTeacher .textBox {
	position: absolute;
	left: 50%;
	top: 0;
	color: #FFFFFF;
}
#about .mainTeacher .textBox .hLine {
	width: 95px;
	height: 4px;
	background-color: #FFFFFF;
	margin-top: 90px;
}
#about .mainTeacher .textBox p {
	font-size: 16px;
	margin: 10px 0;
}
#about .mainTeacher .textBox .title {
	font-size: 26px;
}
#about .mainTeacher .textBox .subTitle {
	font-size: 24px;
	margin-bottom: 40px;
}
#about .teacherList {
	position: relative;
	padding-top: 80px;
}
#about .teacherList .bgBlue {
	background-color: #1b4256;
}
#about .teacherList .bgYellow {
	background-color: #ffcc3d;
}
#about .teacherList li {
	position: relative;
	width: 32.8%;
	height: 580px;
	float: left;
	margin-right: 0.5%;
}
#about .teacherList li .photo {
	position: absolute;
	width: 60%;
	left: 8%;
	top: -20px;
}
#about .teacherList li .text {
	position: absolute;
	width: 100%;
	left: 8%;
	top: 74%;
	color: #FFFFFF;
}
#about .teacherList li .text .hLine {
	width: 12%;
	border-bottom: 2px solid #FFFFFF;
}
#about .teacherList li .text .title {
	font-size: 18px;
	margin-top: 3%;
	line-height: 100%;
}
#about .teacherList li .text .t1 {
	font-size: 16px;
	margin-top: 2%;
}
#about .teacherList li .text .t2 {
	font-size: 14px;
	margin-top: 3%;
}
#about .content {
	padding: 60px 0 80px 0;
}
#about .content p {
	padding: 15px 0;
	line-height: 130%;
	color: #07354b;
	font-size: 16px;
}
#course {
	background-color: #f2f2f2;
	padding-top: 100px;
	color: #07354b;
}
#course .left .picBox {
	float: left;
}
#course .left .textBox {
	float: right;
}
#course .left .picBox .picBg {
	background-color: #ffcc3d;
}
#course .left .picBox img {
	left: -20px;
}
#course .right .picBox {
	float: right;
}
#course .right .textBox {
	float: left;
}
#course .right .picBox .picBg {
	background-color: #164e69;
}
#course .right .picBox img {
	left: 20px;
}
#course .right .textBox p {
	margin-left: -20px;
}
#course .picBox {
	position: relative;
	width: 50%;
}
#course .picBox .picBg {
	width: 90%;
	height: 476px;
}
#course .picBox img {
	position: absolute;
	top: -15px;
	width: 90%;
}
#course .textBox {
	width: 50%;
}
#course .textBox p {
	padding-right: 100px;
}
#course .textBox .title {
	font-size: 34px;
}
#course .textBox .price {
	font-size: 28px;
}
#course .textBox .content {
	font-size: 16px;
	margin-top: 20px;
}
#course .textBox .expandBtn {
	position: relative;
	width: 90%;
	height: 30px;
	margin-top: 30px;
	text-align: center;
}
#course .textBox .expandBtn a {
	color: #07354b;
}
#course .textBox .expandBtn a:hover span {
	display: block;
}
#course .textBox .expandBtn span {
	font-size: 14px;
}
#course .textBox .expandBtn .expandPic {
	position: absolute;
	left: 48%;
	top: 25px;
	width: 4%;
}
#course .textBox .expandBtn .upPic {
	position: absolute;
	left: 48%;
	top: 25px;
	width: 4%;
	display: none;
}
#course .description {
	clear: both;
	margin-left: -20px;
	padding-top: 50px;
	font-size: 16px;
	display: none;
}
#course .description .title {
	font-size: 24px;
	margin-bottom: 20px;
}
#course .description .content {
	line-height: 220%;
}
#course li {
	padding-bottom: 100px;
}
#env {
	background-color: #f2f2f2;
}
#env .title {
	font-size: 24px;
	color: #07354b;
	margin-bottom: 20px;
	padding: 0 20px;
}
#env .learnEnv {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#env .learnEnv ul {
	position: relative;
	width: 100%;
	height: 615px;
}
#env .learnEnv li img {
	position: absolute;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#env .learnEnv li img:hover {
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
	margin-left: -2px;
	margin-top: -2px;
}
#env .roomEnv {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}
#env .roomEnv ul {
	position: relative;
	width: 100%;
	height: 615px;
}
#env .roomEnv li img {
	position: absolute;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#env .roomEnv li img:hover {
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
	margin-left: -2px;
	margin-top: -2px;
}
#studentTab {
	color: #07354b;
	font-size: 20px;
}
#studentTab a {
	color: #07354b;
}
#studentTab .box {
	width: 60%;
}
#studentTab li {
	width: 33%;
	float: left;
	text-align: center;
	padding: 15px 0;
}
#studentTab .select .tabBox {
	border-bottom: 4px solid #07354b;
}
#studentTab li .tabBox {
	padding: 15px 8px;
}
#student {
	background-color: #f2f2f2;
	color: #07354b;
	padding: 50px 0 100px 0;
}
#student .studentScope {
	text-align: center;
	padding-bottom: 80px;
	padding-top: 30px;
}
#student .studentScope .title {
	font-size: 32px;
}
#student .studentScope .topDescription {
	font-size: 16px;
	margin: 30px 0;
}
#student .studentScope .hLine {
	width: 115px;
	margin: 0 auto;
	border-bottom: 3px solid #07354b;
}
#student .studentScope .bottomDescription {
	font-size: 16px;
	margin: 30px 0;
	line-height: 200%;
}
#student .toolBox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#student .toolBox .block {
	width: 47%;
	height: 330px;
	float: left;
	background-color: #FFFFFF;
}
#student .toolBox .title {
	font-size: 24px;
	padding-top: 70px;
}
#student .toolBox .title img {
	margin-right: 10px;
	vertical-align: middle;
}
#student .toolBox .content {
	padding: 20px 30px 0 30px;
	font-size: 16px;
	text-align: left;
}
#student .studentNotice {
	padding-top: 30px;
	display: none;
}
#student .studentNotice .title {
	font-size: 32px;
	margin-bottom: 20px;
}
#student .studentNotice .content {
	font-size: 16px;
	line-height: 220%;
}
#student .faq {
	width: 100%;
	padding-top: 30px;
	display: none;
}
#student .faq .title {
	font-size: 32px;
	margin-bottom: 30px;
}
#student .faq li {
	width: 47%;
	height: 330px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#student .faq li .question {
	font-size: 24px;
	padding: 50px 40px 30px 40px;
}
#student .faq li .hLine {
	width: 115px;
	border-bottom: 2px solid #07354b;
	margin-left: 40px;
}
#student .faq li .answer {
	font-size: 16px;
	padding: 30px 40px 20px 40px;
}
#address {
}
#address .addressBox {
	position: relative;
	width: 50%;
	height: 482px;
	float: left;
	background-color: #ffcc3d;
	color: #FFFFFF;
	font-size: 16px;
}
#address .addressBox p {
	margin-left: 20%;
}
#address .addressBox .title {
	font-size: 26px;
	margin-top: 15%;
}
#address .addressBox .hLine {
	width: 65px;
	margin: 2% 20%;
	border-bottom: 2px solid #FFFFFF;
}
#address .addressBox .helloPic {
	position: absolute;
	width: 30%;
	left: 60%;
	top: 12%;
}
#address .addressBox .helloPic img {
	width: 100%;
}
#address .map {
	width: 50%;
	float: left;
}
#address .map img {
	width: 100%;
	display: block;
}
#news {
	background-color: #f2f2f2;
	padding: 30px 0 0 0;
	color: #07354b;
}
#news a {
	color: #07354b;
}
#news a:hover {
	color: #ffcc3d;
}
#news .newsList {
	width: 68%;
	float: left;
}
#news .newsList li {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 30px 20px;
}
#news .newsList li .title {
	font-size: 21px;
}
#news .newsList li .dateBox {
	position: relative;
	font-size: 13px;
	padding-top: 8px;
}
#news .newsList li .dateBox .date {
	
}
#news .newsList li .dateBox .viewBox {
	position: absolute;
	right: 0;
	top: 0;
}
#news .newsList li .dateBox .viewBox img {
	margin-right: 3px;
}
#news .newsList li .picBox {
	width: 100%;
	margin-top: 10px;
}
#news .newsList li .picBox img {
	width: 100%;
}
#news .newsList li .description {
	font-size: 14px;
	padding-top: 8px; 
}
#news .newsType {
	width: 30%;
	float: left;
	margin-left: 1%;
}
#news .newsType .hLine {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}
#news .newsType .title {
	font-size: 17px;
	padding: 20px 10%;
}
#news .newsType .typeBox {
	background-color: #FFFFFF;
}
#news .newsType .typeBox .types {
	padding: 15px 10%;
}
#news .newsType .typeBox li {
	width: 33%;
	float: left;
	padding: 5px 0;
}
#news .newsType .yearBox {
	background-color: #FFFFFF;
	margin-top: 20px;
}
#news .newsType .yearBox .years {
	padding: 15px 10%;
}
#news .newsType .yearBox li {
	padding: 5px 0;
}
#newsDetail {
	background-color: #f2f2f2;
	color: #07354b;
	padding: 50px 0;
}
#newsDetail img {
	max-width: 100%;
}
#newsDetail a {
	color: #07354b;
}
#newsDetail .title {
	font-size: 26px;
}
#newsDetail .date {
	font-size: 19px;
	padding-top: 5px;
}
#newsDetail .pic {
	padding-top: 15px;
}
#newsDetail .pic img {
	width: 100%;
}
#newsDetail .content {
	font-size: 16px;
	padding-top: 15px;
	line-height: 150%;
}
#newsDetail .content img {
	max-width: 100%;
}
#newsDetail .nextBox {
	position: relative;
	font-size: 14px;
	margin-top: 20px;
}
#newsDetail .nextBox a {
	color: #07354b;
}
#newsDetail .nextBox a:hover {
	color: #ffcc3d;
}
#newsDetail .nextBox .rightBtn {
	position: absolute;
	right: 0;
	top: 0;
}
#caseTab {
	font-size: 14px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #e6eaed;
}
#caseTab .rLine {
	border-right: 2px solid #ffcc3d;
}
#caseTab .box {
	padding: 15px 0;
}
#caseTab li {
	width: 13%;
	float: left;
	text-align: center;
}
#caseTab .width18 {
	width: 18%;
}
#caseTab .width12 {
	width: 14%;
	float: left;
	text-align: center;
}
#caseTab li .item {
}
#caseTab li a {
	color: #07354b;
}
#caseTab li a:hover {
	color: #ffcc3d;
}
#caseTab .select a {
	color: #ffcc3d;
}
#case {
	background-color: #f2f2f2;
	padding: 30px 0 80px 0;
	color: #07354b;
}
#case .title {
	font-size: 24px;
	margin-bottom: 20px;
}
#case .picBox {
	position: relative;
	width: 100%;
}
#case .picBox ul {
	position: relative;
	width: 100%;
	height: 615px;
}
#case .picBox li img {
	position: absolute;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#case .picBox li img:hover {
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
	margin-left: -2px;
	margin-top: -2px;
}
#imageview {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
#imageview .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#imageview .box {
	position: relative;
	width: 80%;
	height: 80%;
	margin: 0 auto;
	margin-top: 5%;
}
#imageview .image {
	position: absolute;
	width: 80%;
	height: 580px;
	left: 10%;
	top: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 580px;
}
#imageview .image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
}
#imageview .btnBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#imageview .btnBox .closeBtn {
	position: absolute;
	top: 0;
	right: 10%;
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#imageview .btnBox .closeBtn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#imageview .btnBox .leftBtn, #imageview .btnBox .rightBtn {
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#imageview .btnBox .leftBtn {
	left: 0;
}
#imageview .btnBox .rightBtn {
	right: 0;
}
#imageview .btnBox .leftBtn img, #imageview .btnBox .rightBtn img {
	position: absolute;
	top: 290px;
	left: 45%;
}
#imageview .btnBox .leftBtn:hover, #imageview .btnBox .rightBtn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:300px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/static/images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/static/images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/static/images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/static/images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/static/images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/static/images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(/static/images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/* pc: width >= 992px && width <= 1199px */
@media screen and (max-width: 1199px) {
}

/* pad: width >= 768px && width <= 991px */
@media screen and (max-width: 991px) {
	.box {
		width: 100%;
	}
	#imageview .btnBox .leftBtn img, #imageview .btnBox .rightBtn img {
		width: 50%;
		top: 280px;
		left: 25%;
	}
	.pcBannerImage {
		display: none;
	}
	.mobileBannerImage {
		display: block;
	}
	.mobileHeaderLine {
		display: block;
		height: 60px;
	}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#header .logoBox {
		margin-left: 5%;
	}
	#header .navMenu {
		display: block;
	}
	#header .navMenu img {
		width: 60%;
	}
	#header .navBox {
		position: absolute;
		width: 100%;
		left: 0;
		top: 60px;
		z-index: 10;
		font-size: 16px;
		color: #07354b;
		background-color: #f3f3f3;
		padding-bottom: 20px;
		display: none;
	}
	#header .navBox a {
		color: #07354b;
	}
	#header .navBox a:hover {
		color: #ffcc3d;
	}
	#header .navBox .mainMenu a:hover {
		color: #07354b;
	}
	#header .navBox .navItem {
		position: relative;
		width: 100%;
		float: none;
		line-height: 150%;
		text-align: left;
	}
	#header .navBox .navItem .expandBtn {
		position: absolute;
		right: 8%;
		top: 20px;
		display: block;
	}
	#header .navBox .navItem .expandBtn img {
		vertical-align: middle;
	}
	#header .navBox .navItem .expandBtn .reduceBtn {
		display: none;
	}
	#header .navBox .navItem .noneBorder {
		border-top: none;
	}
	#header .navBox .navItem span {
		margin: 0 5%;
		display: block;
		border-top: 1px solid #69828e;
		padding: 20px 0 20px 0;
	}
	#header .navBox .subMenu {
		position: relative;
		left: 0px;
		top: 0;
		z-index: 10;
		background-color: #f3f3f3;
		padding: 0 20px 0px 40px;
		font-size: 14px;
		text-align: left;
		border: none;
		display: none;
	}
	#header .navBox .subMenu li {
		margin: 0px 0 20px 0;
	}
	.blankLine40 {
		height: 40px;
		background-color: #f2f2f2;
		display: none;
	}
	#footer {
		display: none;
	}
	#mobileFooter {
		display: block;
		background-color: #272727;
		color: #FFFFFF;
		font-size: 14px;
		padding: 0 0 20px 0;
	}
	#mobileFooter a {
		color: #FFFFFF;
	}
	#mobileFooter .box {
		position: relative;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#mobileFooter .nav li {
		border-bottom: 1px solid #414141;
	}
	#mobileFooter .nav li .item {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#mobileFooter .codeBox {
		position: relative;
		padding-top: 20px;
	}
	#mobileFooter .codeBox .title {
		color: #a9a9a9;
	}
	#mobileFooter .codeBox .codeItem {
		margin-top: 10px;
	}
	#mobileFooter .codeBox .codeItem img {
		width: 20px;
		margin-left: 5px;
	}
	#mobileFooter .codeBox .wxCode {
		position: absolute;
		width: 50%;
		left: 50%;
		top: 0;
	}
	#mobileFooter .codeBox .wxCode p {
		position: absolute;
		width: 30%;
		left: 0;
		top: 50px;
		text-align: center;
	}
	#mobileFooter .codeBox .wxCode img {
		position: absolute;
		left: 40%;
		top: 35px;
	}
	#mobileFooter .codeBox .address {
		padding-top: 20px;
	}
	#copyright {
		height: 40px;
		line-height: 40px;
		background-color: #272727;
		text-align: center;
		font-size: 12px;
		color: #a9a9a9;
	}
	#copyright span {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
		border-top: 1px solid #414141;
	}
	#homeCourse {
		background-color: #164d68;
		color: #FFFFFF;
	}
	#homeCourse .courseBox {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#homeCourse .picBox {
		position: relative;
		width: 100%;
		height: 160px;
		left: 0;
		top: 0;
	}
	#coursePicList {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	#coursePicList li {
		position: relative;
		left: 0;
		top: 0;
		width: 25%;
		height: 80px;
		float: left;
	}
	#coursePicList li a {
		color: #FFFFFF;
	}
	#coursePicList li a:hover .blackBg {
		/*
		filter: alpha(opacity=20);
		-moz-opacity: 0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
		*/
		background-color: #1b4256;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	#coursePicList li .bgPic {
		width: 100%;
		height: 100%;
	}
	#coursePicList li .bgPic img {
		width: 100%;
		height: 100%;
	}
	#coursePicList li .blackBg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #1b4256;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	#coursePicList li .topBox {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#coursePicList li .topBox .courseIcon {
		position: absolute;
		height: 45%;
		left: 36%;
		top: 15%;
	}
	#coursePicList li .topBox .title {
		position: absolute;
		width: 80%;
		left: 10%;
		top: 65%;
		font-size: 8px;
		line-height: 120%;
		text-align: center;
	}
	#homeCourse .btnBox {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		display: none;
	}
	#homeCourse .btnBox a:hover .vBtn .blackBg {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		display: none;
	}
	#homeCourse .btnBox .vBtn {
		position: absolute;
		width: 2.2%;
		height: 200px;
		display: none;
		
	}
	#homeCourse .btnBox .vBtn .blackBg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		filter: alpha(opacity=20);
		-moz-opacity: 0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
		display: none;
	}
	#homeCourse .btnBox .vBtn .btnPic {
		position: absolute;
		left: 20%;
		top: 45%;
		width: 60%;
		display: none;
	}
	#courseLeftBtn {
		left: 0;
	}
	#courseRightBtn {
		right: 0;
	}
	#homeCase {
		position: relative;
		width: 100%;
		padding-top: 40px;
		background-color: #FFFFFF;
	}
	#homeCase .caseBox {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#homeCase .topText {
		position: absolute;
		width: 100%;
		height: 887px;
		left: 0;
		top: -20px;
		background-color: #FFFFFF;
		text-align: center;
		color: #07354b;
		margin: 0 0.5%;
	}
	#homeCase .topText .title {
		font-size: 24px;
		padding: 0 0 2% 0;
	}
	#homeCase .topText .content {
		font-size: 14px;
		padding: 2% 0;
		line-height: 150%; 
	}
	#homeCase .topText .hLine {
		border-bottom: 1px solid #07354b;
		width: 30px;
		margin: 0 auto;
	}
	#homeCase .caseBox li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
	}
	#homeCase .caseBox li .casePic {
		width: 100%;
		height: 887px;
		overflow: hidden;
	}
	#homeCase .caseBox li .casePic img {
		width: 100%;
	}
	#homeCase .caseBox li .firstPic img {
		top: 30%;
	}
	#homeCase .caseBox li .btnBox {
		position: relative;
		height: 60px;
	}
	#homeCase .caseBox li .btnBox p {
		position: absolute;
		left: 8%;
		top: 12%;
		font-size: 22px;
		color: #07354b;
	}
	#homeCase .caseBox li .btnBox a p {
		color: #07354b;
	}
	#homeCase .caseBox li .btnBox a:hover p {
		color: #ffcc3d;
	}
	#homeCase .caseBox li .btnBox .btn {
		position: absolute;
		right: 6%;
		top: 12%;
		font-size: 20px;
		background-color: #07354b;
		padding: 1% 5%;
		color: #FFFFFF;
	}
	#homeCase .caseBox li .btnBox a .btn {
		color: #FFFFFF;
	}
	#homeCase .caseBox li .btnBox a:hover .btn {
		background-color: #ffcc3d;
	}
	#homeNews {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #f2f2f2;
	}
	#homeNews .newsBox {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	#homeNews .newsBox li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}
	#homeNews .newsBox li a {
		color: #164d68;
	}
	#homeNews .newsBox li a:hover {
		color: #ffcc3d;
	}
	#homeNews .newsBox li .picBox {
		width: 100%;
	}
	#homeNews .newsBox li .picBox img {
		width: 100%;
		display: block;
	}
	#homeNews .newsBox li .textBox {
		position: relative;
		height: 135px;
		background-color: #FFFFFF;
		padding: 0 7%;
	}
	#homeNews .newsBox li .textBox .title {
		font-size: 18px;
		padding-top: 20px;
	}
	#homeNews .newsBox li .textBox .description {
		font-size: 14px;
		padding: 3px 0 10px 0;
	}
	#about {
		background-color: #f2f2f2;
		padding-top: 60px;
		width: 100%;
	}
	#about .mainTeacher {
		position: relative;
		background-color: #ffcc3d;
		width: 100%;
		height: 589px;
	}
	#about .mainTeacher .picBox {
		position: relative;
		width: 70%;
		left: 10%;
		top: -5%;
	}
	#about .mainTeacher .picBox img {
		width: 100%;
	}
	#about .mainTeacher .textBox {
		position: relative;
		left: 0;
		top: 0;
		width: 80%;
		margin: 0 auto;
		color: #FFFFFF;
	}
	#about .mainTeacher .textBox .hLine {
		width: 95px;
		height: 4px;
		background-color: #FFFFFF;
		margin-top: 0;
	}
	#about .mainTeacher .textBox p {
		font-size: 16px;
		margin: 10px 0;
	}
	#about .mainTeacher .textBox .title {
		font-size: 18px;
	}
	#about .mainTeacher .textBox .subTitle {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#about .teacherList {
		position: relative;
		padding-top: 0;
	}
	#about .teacherList .bgBlue {
		background-color: #1b4256;
	}
	#about .teacherList .bgYellow {
		background-color: #ffcc3d;
	}
	#about .teacherList li {
		position: relative;
		width: 100%;
		height: 420px;
		float: none;
		margin-right: 0;
		margin-top: 40px;
	}
	#about .teacherList li .photo {
		position: absolute;
		width: 60%;
		left: 8%;
		top: -20px;
	}
	#about .teacherList li .text {
		position: absolute;
		width: 90%;
		left: 8%;
		top: 72%;
		color: #FFFFFF;
	}
	#about .teacherList li .text .hLine {
		width: 12%;
		border-bottom: 2px solid #FFFFFF;
	}
	#about .teacherList li .text .title {
		font-size: 18px;
		margin-top: 3%;
		line-height: 100%;
	}
	#about .teacherList li .text .t1 {
		font-size: 16px;
		margin-top: 2%;
	}
	#about .teacherList li .text .t2 {
		font-size: 12px;
		margin-top: 3%;
	}
	#about .content {
		padding: 30px 0 30px 0;
	}
	#about .content p {
		padding: 10px 20px;
		line-height: 130%;
		color: #07354b;
		font-size: 14px;
	}
	#course {
		background-color: #f2f2f2;
		padding-top: 50px;
		color: #07354b;
	}
	#course li {
		width: 90%;
		margin: 0 auto;
	}
	#course .left .picBox {
		float: none;
	}
	#course .left .textBox {
		float: none;
	}
	#course .left .picBox .picBg {
		background-color: #ffcc3d;
		margin-left: 20px;
	}
	#course .left .picBox img {
		left: 0;
	}
	#course .right .picBox {
		float: none;
	}
	#course .right .textBox {
		float: none;
	}
	#course .right .picBox .picBg {
		background-color: #164e69;
	}
	#course .right .picBox img {
		left: 20px;
	}
	#course .right .textBox p {
		margin-left: 0;
	}
	#course .picBox {
		position: relative;
		width: 100%;
	}
	#course .picBox .picBg {
		width: 90%;
		height: 198px;
	}
	#course .picBox img {
		position: absolute;
		top: -15px;
		width: 90%;
	}
	#course .textBox {
		width: 100%;
	}
	#course .textBox p {
		padding-right: 100px;
	}
	#course .textBox .title {
		font-size: 28px;
		padding-top: 20px;
	}
	#course .textBox .price {
		font-size: 20px;
	}
	#course .textBox .content {
		font-size: 14px;
		margin-top: 20px;
	}
	#course .textBox .expandBtn {
		position: relative;
		width: 100%;
		height: 30px;
		margin-top: 30px;
		text-align: center;
	}
	#course .textBox .expandBtn a {
		color: #07354b;
	}
	#course .textBox .expandBtn a:hover span {
		display: block;
	}
	#course .textBox .expandBtn span {
		font-size: 14px;
	}
	#course .textBox .expandBtn .expandPic {
		position: absolute;
		left: 45%;
		top: 25px;
		width: 8%;
	}
	#course .textBox .expandBtn .upPic {
		position: absolute;
		left: 45%;
		top: 25px;
		width: 8%;
		display: none;
	}
	#course .description {
		clear: both;
		margin-left: 0px;
		padding-top: 50px;
		font-size: 16px;
		display: none;
	}
	#course .description .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#course .description .content {
		line-height: 220%;
	}
	#course li {
		padding-bottom: 100px;
	}
	#env {
		background-color: #f2f2f2;
	}
	#env .title {
		font-size: 24px;
		color: #07354b;
		margin-bottom: 20px;
	}
	#env .learnEnv {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	#env .learnEnv ul {
		position: relative;
		width: 100%;
		height: 615px;
	}
	#env .learnEnv li img {
		position: absolute;
	}
	#env .roomEnv {
		position: relative;
		width: 100%;
		padding-bottom: 30px;
	}
	#env .roomEnv ul {
		position: relative;
		width: 100%;
		height: 615px;
	}
	#env .roomEnv li img {
		position: absolute;
	}
	#studentTab {
		color: #07354b;
		font-size: 20px;
		display: none;
	}
	#studentTab a {
		color: #07354b;
	}
	#studentTab .box {
		width: 60%;
	}
	#studentTab li {
		width: 33%;
		float: left;
		text-align: center;
		padding: 15px 0;
	}
	#studentTab .select .tabBox {
		border-bottom: 4px solid #07354b;
	}
	#studentTab li .tabBox {
		padding: 15px 8px;
	}
	#student {
		background-color: #f2f2f2;
		color: #07354b;
		padding: 30px 0 30px 0;
	}
	#student .studentScope {
		text-align: center;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	#student .studentScope .title {
		font-size: 32px;
	}
	#student .studentScope .topDescription {
		font-size: 14px;
		margin: 30px 0;
	}
	#student .studentScope .hLine {
		width: 80px;
		margin: 0 auto;
		border-bottom: 2px solid #07354b;
	}
	#student .studentScope .bottomDescription {
		font-size: 14px;
		margin: 30px 0;
		line-height: 200%;
	}
	#student .toolBox {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#student .toolBox .block {
		width: 100%;
		height: 260px;
		float: none;
		background-color: #FFFFFF;
		margin-top: 20px;
	}
	#student .toolBox .mgLeft5 {
		margin-left: 0;
	}
	#student .toolBox .title {
		font-size: 18px;
		padding-top: 30px;
	}
	#student .toolBox .title img {
		margin-right: 10px;
		vertical-align: middle;
	}
	#student .toolBox .content {
		padding: 20px 30px 0 30px;
		font-size: 14px;
	}
	#student .studentNotice {
		padding-top: 30px;
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#student .studentNotice .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#student .studentNotice .content {
		font-size: 14px;
		line-height: 220%;
	}
	#student .faq {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		display: block;
	}
	#student .faq .mgLeft5 {
		margin-left: 0;
	}
	#student .faq .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#student .faq li {
		width: 100%;
		height: 330px;
		float: none;
		background-color: #FFFFFF;
		margin-bottom: 20px;
	}
	#student .faq li .question {
		font-size: 17px;
		padding: 50px 40px 30px 40px;
	}
	#student .faq li .hLine {
		width: 115px;
		border-bottom: 2px solid #07354b;
		margin-left: 40px;
	}
	#student .faq li .answer {
		font-size: 14px;
		padding: 30px 40px 20px 40px;
	}
	#address {
	}
	#address .addressBox {
		position: relative;
		width: 100%;
		height: 202px;
		float: none;
		background-color: #ffcc3d;
		color: #FFFFFF;
		font-size: 14px;
	}
	#address .addressBox p {
		margin-left: 5%;
	}
	#address .addressBox .title {
		font-size: 20px;
		margin-top: 0;
		padding-top: 50px;
	}
	#address .addressBox .hLine {
		width: 65px;
		margin: 2% 20%;
		border-bottom: 2px solid #FFFFFF;
	}
	#address .addressBox .helloPic {
		position: absolute;
		width: 30%;
		left: 60%;
		top: 12%;
	}
	#address .addressBox .helloPic img {
		width: 100%;
	}
	#address .map {
		width: 100%;
		float: none;
	}
	#address .map img {
		width: 100%;
		display: block;
	}
	#news {
		background-color: #f2f2f2;
		padding: 30px 0 0 0;
		color: #07354b;
	}
	#news a {
		color: #07354b;
	}
	#news a:hover {
		color: #ffcc3d;
	}
	#news .newsList {
		width: 100%;
		float: none;
	}
	#news .newsList li {
		background-color: #FFFFFF;
		margin: 0 0 20px 0;
		padding: 30px 20px;
	}
	#news .newsList li .title {
		font-size: 21px;
	}
	#news .newsList li .dateBox {
		position: relative;
		font-size: 13px;
		padding-top: 8px;
	}
	#news .newsList li .dateBox .date {
		
	}
	#news .newsList li .dateBox .viewBox {
		position: absolute;
		right: 0;
		top: 0;
	}
	#news .newsList li .dateBox .viewBox img {
		margin-right: 3px;
	}
	#news .newsList li .picBox {
		width: 100%;
		margin-top: 10px;
	}
	#news .newsList li .picBox img {
		width: 100%;
	}
	#news .newsList li .description {
		font-size: 14px;
		padding-top: 8px; 
	}
	#news .newsType {
		width: 30%;
		float: left;
		margin-left: 1%;
		display: none;
	}
	#news .newsType .hLine {
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
	}
	#news .newsType .title {
		font-size: 17px;
		padding: 20px 10%;
	}
	#news .newsType .typeBox {
		background-color: #FFFFFF;
	}
	#news .newsType .typeBox .types {
		padding: 15px 10%;
	}
	#news .newsType .typeBox li {
		width: 33%;
		float: left;
		padding: 5px 0;
	}
	#news .newsType .yearBox {
		background-color: #FFFFFF;
		margin-top: 20px;
	}
	#news .newsType .yearBox .years {
		padding: 15px 10%;
	}
	#news .newsType .yearBox li {
		padding: 5px 0;
	}
	#newsDetail {
		background-color: #f2f2f2;
		color: #07354b;
		padding: 20px 0;
	}
	#newsDetail .box {
		width: 90%;
	}
	#newsDetail img {
		max-width: 100%;
	}
	#newsDetail a {
		color: #07354b;
	}
	#newsDetail .title {
		font-size: 26px;
	}
	#newsDetail .date {
		font-size: 19px;
		padding-top: 5px;
	}
	#newsDetail .pic {
		padding-top: 15px;
	}
	#newsDetail .pic img {
		width: 100%;
	}
	#newsDetail .content {
		font-size: 16px;
		padding-top: 15px;
		line-height: 150%;
	}
	#newsDetail .nextBox {
		position: relative;
		font-size: 14px;
		margin-top: 0px;
	}
	#caseTab {
		font-size: 14px;
		background-color: #FFFFFF;
		border-bottom: 2px solid #e6eaed;
		display: none;
	}
	#caseTab .rLine {
		border-right: 2px solid #ffcc3d;
	}
	#caseTab .box {
		padding: 15px 0;
	}
	#caseTab li {
		width: 13%;
		float: left;
		text-align: center;
	}
	#caseTab .width18 {
		width: 18%;
	}
	#caseTab .width12 {
		width: 14%;
		float: left;
		text-align: center;
	}
	#caseTab li .item {
	}
	#caseTab li a {
		color: #07354b;
	}
	#caseTab li a:hover {
		color: #ffcc3d;
	}
	#caseTab .select a {
		color: #ffcc3d;
	}
	#case {
		background-color: #f2f2f2;
		padding: 20px 0 40px 0;
		color: #07354b;
	}
	#case .title {
		font-size: 24px;
		margin-bottom: 20px;
		padding-left: 5%;
	}
	#case .picBox {
		position: relative;
		width: 100%;
	}
	#case .picBox ul {
		position: relative;
		width: 100%;
		height: 615px;
	}
	#case .picBox li img {
		position: absolute;
	}
}

/* mobile: width <= 767px */
@media screen and (max-width: 767px) {
}
