@charset "utf-8";

/* ================================== 【官方网站】技术支持：凡高科技——银灵子==================================== */

body {
	min-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.j_body {
	position: relative;
}

.main_box {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.main_box_small {
	margin: 0 auto;
	width: 1115px;
	position: relative;
}

input {
	outline: none;
}

.top {
	width: 100%;
	background: #272521;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.top_l {
	float: left;
}

.top_r {
	float: right;
}

.top_r span {
	padding-left: 35px;
	background: url(../images/top_tel.png) no-repeat left;
}


/*==========top============*/

#header {}

#header .main_box {
	position: relative;
	height: 140px;
}

#header .logo {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 3;
}

#header .logo a {
	display: table;
	height: 140px;
}

#header .logo a img {
	display: table-cell;
	vertical-align: middle;
}

#top_tel {
	position: absolute;
	right: 0;
	top: 28px;
	color: #0040C1;
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	background: url(../images/icon_top_tel.png) left center no-repeat;
	height: 29px;
	line-height: 29px;
}


/*=================导航=================*/

#nav {
	position: absolute;
	top: 65px;
	right: 0px;
}

#nav li {
	display: block;
	display: inline-block;
	margin-left: 20px;
	min-width: 30px;
	position: relative;
}

#nav li .a {
	display: inherit;
	text-align: center;
	height: 75px;
}

#nav li .a strong {
	display: block;
	font-size: 16px;
	color: #595754;
	text-align: center;
	position: relative;
	z-index: 4;
}

#nav li .a span {
	position: absolute;
	bottom: 0px;
	left: -37.5px;
	width: 140px;
	text-align: center;
}

#nav li .a i {
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	height: 2px;
	width: 0;
	background: #0040C1;
}

#nav .on .a strong {}

#nav li.on .a strong {
	color: #0040C1;
}

#nav li.on1 .a strong {
	color: #AD2500;
	font-weight: bold;
}

#nav li .a:hover i {
	width: 140px;
}

#nav li .a:hover strong {
	color: #0040C1;
}

#nav li.on .a:hover i {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	/* Safari and Chrome */
	-moz-transform: rotateX(0deg);
	/* Firefox */
}

#nav li .a:active strong {
	color: #ccc;
}

#nav.title {
	position: relative;
}

#nav .list {
	width: 200px;
	left: -68px;
	max-height: 0;
	position: absolute;
	top: 75px;
	z-index: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}

#nav .list a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #222;
	display: block;
	font-size: 14px;
	text-decoration: none;
	opacity: 0;
	background-color: #fff;
	border-bottom: #e9ecf1 1px solid;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	transition: opacity .4s, transform .5s;
}

#nav .list a:hover {
	color: #0040C1;
	border-bottom: #0040C1 1px solid;
}

#nav li:focus .list,
#nav li:hover .list {
	max-height: 2000px;
	z-index: 10;
}

#nav li:focus .list a,
#nav li:hover .list a {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

#nav li:hover .list a:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#nav li:hover .list a:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms
}

#nav li:hover .list a:nth-child(3) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

#nav li:hover .list a:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms
}

#nav li:hover .list a:nth-child(5) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

#nav li:hover .list a:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms
}

#nav li:hover .list a:nth-child(7) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#nav li:hover .list a:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms
}

#nav .list a:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms
}

#nav .list a:nth-child(2) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#nav .list a:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms
}

#nav .list a:nth-child(4) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

#nav .list a:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms
}

#nav .list a:nth-child(6) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

#nav .list a:nth-child(7) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms
}

#nav .list a:nth-child(8) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}


/*================= banner===================*/

#banner {
	position: relative;
	height: 595px;
	overflow: hidden;
}

#banner .bd {
	position: relative
}

#banner .bd a {
	display: block;
	width: 100%;
	height: 595px
}

#banner .hd {
	margin: 0 auto;
	position: absolute;
	width: 100%
}

#banner .hd a {
	display: block;
	width: 55px;
	height: 105px
}

#banner .hd ul {
	margin: 0 auto;
	z-index: 9;
	width: 100%;
	display: inherit;
	text-align: center;
	margin-top: -130px;
	position: relative;
}

#banner .hd ul li {
	display: inline-block;
	padding: 20px;
	width: 180px;
	border: 1px solid #919191;
	margin: 0 10px;
}

#banner .hd ul li a {
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	width: 100px;
	color: #fff;
	padding-left: 75px;
	font-size: 16px;
}

#banner .hd ul li a h5 {
	display: block;
}

#banner .hd ul .on {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2936A26', endColorstr='#B2936A26');
	background: rgba(147, 106, 38, 0.7);
}

#banner .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -21px
}

#banner .prev {
	position: absolute;
	left: -54px
}

#banner .next {
	position: absolute;
	right: -54px
}

#banner:hover .prev {
	left: 50px;
	opacity: .5;
	filter: alpha(opacity=50)
}

#banner:hover .next {
	right: 50px;
	opacity: .5;
	filter: alpha(opacity=50)
}


/*================= 首页===================*/

#s_main_box {}

#s_main_box .floor {
	padding: 80px 0;
}

.s_title {
	position: relative;
	padding: 0px 0 35px 0;
	background: url(../images/line_title_black.png) center 38px no-repeat;
}

.s_title h5 {
	color: #0040C1;
	font-size: 24px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.s_title p {
	color: #9c9c9c;
	font-size: 16px;
	text-align: center;
}

.s_title a {
	position: absolute;
	right: 0;
	bottom: 35px;
	display: block;
	height: 28px;
	color: #929393;
	font-size: 13px;
	line-height: 28px;
	width: 98px;
	text-align: center;
	border: 1px solid #e4e1e1;
}

.s_title a:hover {
	border: 1px solid #43536c;
	color: #43536c;
}

.s_more {
	font-size: 16px;
	color: #0040C1;
	border: 2px solid #f3f6f9;
	border-radius: 3px;
	margin: 50px auto 0 auto;
	display: block;
	height: 50px;
	line-height: 50px;
	background: #f3f6f9;
	width: 400px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.s_more:hover {
	border-radius: 30px;
	color: #0040C1;
	border: 2px solid #0040C1;
}


/*=================师资力量=================*/

#s_about {
	/*background: url(../images/bg_about.jpg) center bottom no-repeat;  height: 720px;*/
}

#s_about .box {
	width: 600px;
	float: left;
}

#s_about .box1 {
	float: right;
}

#s_about .title {
	position: relative;
	margin-bottom: 35px;
}

#s_about .title h5 {
	color: #0040C1;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

#s_about .title i {
	display: block;
	height: 1px;
	background: #1d1b1f;
	width: 45px;
}

#s_about .title h2 {
	display: block;
	color: #4f4f51;
	font-size: 24px;
	text-transform: uppercase;
}

#s_about .title a {
	height: 58px;
	line-height: 58px;
	width: 58px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border: 1px solid #e2e3e5;
}

#s_about .title a strong {
	color: rgba(10, 9, 11, 0.388);
	font-family: "SimSun";
	font-size: 42px;
	z-index: 2;
	position: relative;
}

#s_about .title a:hover strong {
	color: #fff;
	font-family: "SimSun";
}

#s_about .title a::before {
	content: " ";
	height: 100%;
	font-size: 42px;
	width: 100%;
	background: #0040C1;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#s_about .title a:hover::before {
	width: 100%;
}


/*=================专业设置=================*/

#s_profession {
	height: 1000px;
	overflow: hidden;
	padding: 0 !important
}

.j_parallax {
	background-attachment: fixed;
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	height: 1000px;
}

#s_profession .main_box {
	padding-top: 90px;
}

#s_profession .s_title {
	background: url(../images/line_title_white.png) center 38px no-repeat;
}

#s_profession .bd li {
	display: block;
	position: relative;
	padding-top: 125px;
}

#s_profession .bd {}

#s_profession li .pic_box {
	border-radius: 50%;
	width: 240px;
	height: 240px;
	border: 10px solid #fff;
	overflow: hidden;
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 3;
}

#s_profession li .pic_box img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
}

#s_profession .bd .text_box {
	position: relative;
	background: #fff;
	height: 150px;
	padding: 50px 70px 50px 90px
}

#s_profession .bd .info_box {
	margin-bottom: 45px;
	text-align: justify;
	padding-left: 275px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

#s_profession .bd .text_box .ar_article {
	width: 740px;
}

#s_profession .bd .text_box .ar_article p {
	font-size: 12px;
	line-height: 24px;
	color: #a1824f;
}

#s_profession .bd li .title {
	position: absolute;
	left: 375px;
	top: 55px;
	color: #dedede;
	font-size: 16px;
	line-height: 30px;
}

#s_profession .bd li .title strong {
	color: #ddbb82;
	font-size: 24px;
	font-weight: 700;
}

#s_profession .bd .more {
	position: absolute;
	right: 70px;
	top: 100px;
	display: block;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	margin: 50px auto 0 auto;
	width: 125px;
	height: 35px;
	line-height: 35px;
	background: #ddbb82;
	text-align: center;
}

#s_profession .bd .more:hover {
	background: #0040C1;
}

#s_profession .hd ul {
	text-align: center;
	display: inherit;
}

#s_profession .hd li {
	display: inline-block;
	width: 260px;
	padding-top: 40px;
	background: url(../images/icon_sjx.png) center -50px no-repeat;
	overflow: hidden;
}

#s_profession .hd li a {
	display: block;
	text-align: center;
}

#s_profession .hd li img {
	display: block;
	margin: 0 auto;
}

#s_profession .hd li h5 {
	font-size: 16px;
	margin-top: 15px;
	color: #ededed;
	text-align: center;
	display: block;
}

#s_profession .hd li.on {
	background: url(../images/icon_sjx.png) center 0px no-repeat;
}

#s_profession .hd li.on h5 {
	color: #ddbb82;
}

#s_profession .s_more {
	border-radius: 0;
	height: 40px;
	margin-top: 100px;
	line-height: 40px;
	width: 330px;
	border: 1px solid #4c4847;
	color: #ddbb82;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#A83B3837', endColorstr='#A83B3837');
	background: rgba(59, 56, 55, 0.66);
}

#s_profession .s_more:hover {
	border: 1px solid #ddbb82;
}


/*=================师资力量=================*/

#s_teacher ul {
	margin-top: 70px;
	margin-bottom: -40px;
	margin-right: -200px;
	overflow: hidden;
}

#s_teacher li {
	display: block;
	float: left;
	margin-right: 100px;
	height: 270px;
	width: 560px;
	position: relative;
	margin-bottom: 70px;
}

#s_teacher li .pic_box {
	width: 220px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

#s_teacher li .pic_box img {
	width: 220px;
	height: 270px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

#s_teacher li a {
	display: block;
}

#s_teacher li .text_box {
	margin-right: 30px;
	height: 270px;
	margin-left: 245px;
}

#s_teacher li .text_box h5 {
	padding-top: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
}

#s_teacher li .text_box span {
	display: block;
	margin-top: 10px;
	color: #989999;
	display: block;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_teacher li .text_box h5 a {
	display: block;
	font-size: 20px;
	color: #18140e;
	margin-bottom: 10px;
}

#s_teacher li .text_box p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-top: 35px;
	font-size: 14px;
	color: #6b6b6a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#s_teacher li:hover {
	background: #0040C1;
}

#s_teacher li:hover h5 {
	border-bottom: 1px solid #a48c65;
}

#s_teacher li:hover .text_box h5 a {
	color: #fff;
}

#s_teacher li:hover .text_box h5 span {
	color: #d3c5b3;
}

#s_teacher li:hover .text_box p {
	color: #fff;
}

#s_teacher li:hover {
	-moz-box-shadow: 0px 10px 10px #bbb;
	/* 老的 Firefox */
	box-shadow: 0px 10px 10px #bbb;
}

#s_teacher li .more a {
	display: block;
	height: 30px;
	width: 60px;
	position: relative;
	display: block;
	margin-top: 35px;
	display: inline-block;
	border-left: 1px solid #dadada;
	background: url(../images/icon_jt_more.png) 20px center no-repeat;
}

#s_teacher li:hover .more a {
	border-left: 1px solid #fff;
	background: url(../images/icon_jt_more_hover.png) 20px center no-repeat;
}

#s_teacher li .more:hover a {
	background: url(../images/icon_jt_more_hover.png) 25px center no-repeat;
}


/*=================学员反馈=================*/

#s_artist {
	background: #f3f4f8;
}

#s_artist .hd {
	width: 350px;
	margin: 20px auto 50px auto;
	border: 1px solid #c7c7c9;
	height: 38px;
}

#s_artist .hd a {
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: left;
	width: 175px;
}

#s_artist .hd a i {
	display: block;
	width: 177px;
	background: #0040C1;
	position: absolute;
	left: -1px;
	top: -1px;
}

#s_artist .hd a strong {
	color: #4f4f51;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

#s_artist .hd a.on i {
	height: 40px;
}

#s_artist .hd a.on strong {
	color: #fff;
}

#s_artist ul {
	margin: 10px -60px 0px -13px;
}

#s_artist li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 380px;
	display: block;
	margin: 0 35px 30px 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	border: 1px solid #ccc;
}

#s_artist li a {
	display: block;
	overflow: hidden;
}

#s_artist li .pic_box {
	position: relative;
	width: 380px;
	height: 240px;
	overflow: hidden;
}

#s_artist li img {
	width: 380px;
	height: 240px;
	display: block;
	filter: alpha(opacity=70);
}

#s_artist li .icon_box {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_more_student.png) center no-repeat;
	-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-webkit-moz-transform: scale(0);
	transform: scale(0);
}

#s_artist li h5 {
	display: block;
	height: 50px;
	line-height: 50px;
	;
	padding: 0px 20px;
}

#s_artist li h5 strong {
	color: #666666;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

#s_artist li span {
	font-size: 14px;
	color: #da241a;
}

#s_artist li:hover {
	box-shadow: 0 0 20px #999;
}

#s_artist li:hover .icon_box {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-webkit-moz-transform: scale(1);
	transform: scale(1);
}

#s_artist li:hover span {
	font-size: 14px;
	color: #da241a;
}

#s_artist .s_more {
	background: #fff;
}

#s_artist .s_more:hover {
	border-radius: 30px;
	color: #0040C1;
	border: 2px solid #0040C1;
}


/*=================设计资讯=================*/

#s_news .main_box {
	position: relative;
}

#s_news .title {
	position: relative;
	margin-bottom: 35px;
}

#s_news .title h5 {
	color: #0040C1;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

#s_news .title i {
	display: block;
	height: 1px;
	background: #1d1b1f;
	width: 45px;
}

#s_news .title h2 {
	display: block;
	margin-top: 40px;
	color: #4f4f51;
	font-size: 24px;
	text-transform: uppercase;
}

#s_news .title a {
	height: 58px;
	line-height: 58px;
	width: 58px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border: 1px solid #e2e3e5;
}

#s_news .title a strong {
	color: rgba(10, 9, 11, 0.388);
	font-family: "SimSun";
	font-size: 42px;
	z-index: 2;
	position: relative;
}

#s_news .title a:hover strong {
	color: #fff;
	font-family: "SimSun";
}

#s_news .title a::before {
	content: " ";
	height: 100%;
	font-size: 42px;
	width: 100%;
	background: #0040C1;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#s_news .title a:hover::before {
	width: 100%;
}

#s_news {}

#s_news .content {
	height: 340px;
	overflow: hidden;
}

#s_news .left {
	width: 540px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

#s_news .bd {
	position: relative;
	height: 100%;
	z-index: 2;
}

#s_news .bd li {
	position: relative;
	display: block;
}

#s_news .bd li a {
	display: block;
	position: relative;
	width: 540px;
	height: 340px;
}

#s_news .bd ul li h5 {
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 120px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: 0px;
	z-index: 99999;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2936A26', endColorstr='#B2936A26');
	background: rgba(147, 106, 38, 0.7);
}

#s_news .bd img {
	width: 540px;
	height: 340px;
	display: block;
}

#s_news .hd {
	height: 45px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 9;
}

#s_news .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	margin-top: 20px;
}

#s_news .hd ul li {
	float: left;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

#s_news .hd ul li.current {
	background: #665842;
}

#s_news .bnt {
	display: block;
	left: 0;
	width: 26px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	top: 50%;
	z-index: 8;
	margin-top: -27px;
	font-size: 24px;
	font-family: "SimSun";
	color: rgb( 255, 255, 255);
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0, 0, 0, 0.5);
}

#s_news .bnt.next {
	left: auto;
	right: 0;
}

#s_news .bnt:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2936A26', endColorstr='#B2936A26');
	background: rgba(147, 106, 38, 0.7);
}

#s_text_news {
	width: 600px;
}

#s_text_news li {
	display: block;
	padding-left: 35px;
	margin-bottom: 70px;
	position: relative;
}

#s_text_news i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 0;
	width: 1px;
	background: #dcdcdc;
}

#s_text_news li a {
	display: block;
	margin-bottom: 20px;
	color: #0a080c;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_text_news li span {
	display: block;
	margin-bottom: 30px;
	color: #8b8a8b;
	font-size: 14px;
}

#s_text_news li p {
	color: #989898;
	line-height: 24px;
	font-size: 14px;
}

#s_text_news li a:hover {
	color: #0040C1;
}

#s_text_news li:hover i {
	height: 55px;
}

.container {
	padding: 55px 0;
	min-width: 400px;
}

.w1360 {
	width: 1200px;
	margin: 0 auto;
}

.container07 {
	padding: 72px 0 70px 0;
	background: url(../images/container07_bg.jpg) center top no-repeat;
	position: relative
}

.container07 .title {
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}

.container07 .title img {
	float: left;
}

.container07 .title a {
	float: right;
	font-size: 16px;
	font-family: simsun;
	text-align: center;
	color: #999a9c;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: #999a9c 1px solid;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.container07 .title a:hover {
	background: #0040C1;
	color: #fff;
	border-color: #0040C1;
}

.container07 .line {
	width: 100%;
	height: 1px;
	background: url(../images/line.png) center repeat-x;
	position: absolute;
	top: 180px;
}

.container07 ul {
	width: 1500px;
	padding: 15px 0 0 0
}

.container07 ul li {
	float: left;
	width: 380px;
	margin-right: 20px;
}

.container07 ul li h3 {
	font-size: 27px;
	color: #c2c3c4;
	line-height: 60px;
}

.container07 ul li h5 {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 25px;
}

.container07 ul li p {
	font-size: 12px;
	line-height: 24px;
	color: #858588;
	height: 48px;
	overflow: hidden;
	margin-bottom: 60px;
}

.container07 ul li a {
	display: block;
	width: 150px;
	height: 35px;
	line-height: 33px;
	box-sizing: border-box;
	border: #848484 1px solid;
	-moz-border-radius: 17.5px;
	-webkit-border-radius: 17.5px;
	border-radius: 17.5px;
	text-align: center;
	color: #79797a;
}

.container07 ul li a span {
	font-size: 12px;
	color: #79797a;
	font-family: simsun;
}

.container07 ul li a:hover {
	background: #0040C1;
	color: #fff;
	border-box;
	border: #0040C1 1px solid;
}

.container07 ul li a:hover span {
	color: #fff
}

.ibanner2dp {
	clear: both;
	height: 502px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.ibanner2p {
	height: 502px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}

.ibanner2dp .cond {
	position: absolute;
	width: 100%;
	height: 502px;
	top: 0;
	left: 0;
	z-index: 1;
}

.ibanner2dp .cond .conbg {
	position: relative;
}

.ibanner2dp .cond .conbg .lnkbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 502px;
	background-color: #000;
	filter: alpha(opacity=30);
	opacity: 0.30;
}

.ibanner2dp .cond .conbg .linkpd {
	width: 268px;
	height: 268px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.ibanner2dp .cond .conbg .lnk {
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 2;
	width: 248px;
	height: 150px;
	padding-top: 98px;
	line-height: 26px;
	display: block;
	text-align: center;
	z-index: 2;
	color: #FFF;
	font-size: 14px;
	border: 10px #fff solid;
	border-radius: 268px;
	-moz-border-radius: 268px;
	-webkit-border-radius: 268px;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.70;
	cursor: pointer;
}

.ibanner2dp .cond .conbg .lnk .t {
	font-size: 26px;
	color: #fff;
	line-height: 40PX;
}

.ibanner2dp .cond .conbg .lnk .b {
	font-size: 16px;
	color: #0040C1;
	font-weight: bold;
}

.ibanner2dp .cond .conbg .lnkhove {
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 2;
	display: block;
	text-align: center;
	z-index: 2;
	color: #FFF;
	font-size: 14px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ibanner2dp .cond .conbg .lnkhove a {
	width: 248px;
	height: 170px;
	padding-top: 78px;
	border: 10px #fff solid;
	border-radius: 268px;
	-moz-border-radius: 268px;
	-webkit-border-radius: 268px;
	display: block;
	background-color: #fff;
}

.ibanner2dp .cond .conbg .lnkhove a .t {
	line-height: 30px;
	font-size: 22px;
	color: #3c3c3c;
}

.ibanner2dp .cond .conbg .lnkhove a .b {
	line-height: 18px;
	padding-top: 30px;
}

.ibanner2dp .cond .conbg .lnkhove a .b {
	font-size: 15px;
	color: #999;
	font-weight: bold;
}

.ibanner2dp .cond .conbg .lnkhove a .b span {
	font-size: 12px;
	color: #0040C1;
	font-family: Arial;
}

.ibanner2dp .cond .conbg .lnkhove a:hover {
	color: #0040C1;
	text-decoration: none;
}

.ibanner2dp .cond .conbg .linkpd.mouse .lnkhove {
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
}


/*=================学院动态=================*/

#s_video ul {
	margin: 10px -60px 0px -13px;
}

#s_video li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 385px;
	display: block;
	margin: 0 30px 30px 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#s_video li a {
	display: block;
	overflow: hidden;
}

#s_video li .pic_box {
	position: relative;
	width: 385px;
	height: 240px;
	overflow: hidden;
	background: #0040C1;
}

#s_video li img {
	width: 385px;
	height: 240px;
	display: block;
}

#s_video li .icon_box {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_video.png) center -60px no-repeat;
	-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-webkit-moz-transform: scale(0);
	transform: scale(0);
}

#s_video li h5 {
	display: block;
	height: 50px;
	line-height: 50px;
	;
	padding: 0px 20px;
}

#s_video li h5 strong {
	color: #0a090b;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

#s_video li span {
	font-size: 14px;
	color: #da241a;
}

#s_video li:hover img {
	opacity: .3;
	filter: alpha(opacity=30);
}

#s_video li:hover {}

#s_video li:hover {
	box-shadow: 0 0 20px #999;
}

#s_video li:hover .icon_box {
	background: url(../images/icon_video.png) center center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-webkit-moz-transform: scale(1);
	transform: scale(1);
}

#s_video li:hover span {
	font-size: 14px;
	color: #da241a;
}


/*==========内容友情链接===========*/

#j_friend_link1 {
	width: 100%;
	margin: 0 auto;
	background-color: #f3f6f9;
	line-height: 22px;
	padding: 15px 0;
}

#j_friend_link1 .fl {
	width: 70px;
	color: #6c6c6c;
	font-size: 14px;
}

#j_friend_link1 .fr {
	width: 1130px;
	margin-right: -20px;
}

#j_friend_link1 .fr a {
	color: #6c6c6c;
	margin-right: 20px;
	font-size: 14px;
}

#j_friend_link1 .fr a:hover {
	color: #0040C1;
	text-decoration: underline;
}


/*==============footer=====================*/

#footer {
	background: #272521;
}

#footer .main_box {
	position: relative;
}

#footer .up_box {
	background: url(../images/logo_fot.png) left center no-repeat;
	padding: 55px 0;
}

#footer .content {
	height: 145px;
	margin-left: 265px;
	padding-left: 75px;
	border-left: 1px solid #393835;
	position: relative;
}

#footer .un_box {
	font-size: 12px;
	text-align: center;
	color: #8c8b8b;
	height: 50px;
	line-height: 50px;
	background: #211f1b;
}

#footer .un_box a {
	color: #8c8b8b;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#fot_contact {
	width: 400px;
}

#fot_contact h5 strong {
	font-size: 20px;
	color: #fff;
	padding-right: 5px;
}

#fot_contact h5 {
	color: #818181;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#fot_contact p {
	color: #8c8b8b;
	line-height: 26px;
	font-size: 14px;
}

#fot_ewm {
	position: absolute;
	right: 0;
	top: 6px;
}

#fot_ewm img {
	display: block;
	width: 98px;
	height: 98px;
	border: 4px solid #423f39;
}

#fot_ewm span {
	display: block;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#fot_nav {
	position: absolute;
	right: 200px;
	top: 5px;
	padding: 25px 0;
	margin-bottom: 35px;
	width: 260px;
	border-top: 1px solid #393835;
	border-bottom: 1px solid #393835;
}

#fot_nav .box {
	margin-right: -100px;
}

#fot_nav a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #8c8b8b;
	padding-right: 45px;
}

#fot_nav a:hover {
	color: #fff;
	text-decoration: none;
}


/*=======================================内页========================================*/

.n_main_box {}

.n_main_box .main_box {
	position: relative;
}

#n_banner {
	display: block;
	width: 100%;
	height: 315px;
	position: relative;
}

.n_up_box {
	position: relative;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.n_un_box {
	padding: 60px 0;
}

.position {
	position: absolute;
	font-size: 12px;
	line-height: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	color: #8a8c8e;
}

.position span,
.position a,
.position i {
	font-size: 12px;
	color: #8a8c8e;
}

.position em {
	font-size: 12px;
	color: #474747;
	font-style: normal;
}

.position a:hover {
	color: #474747;
}

.n_nav {
	position: relative;
}

.n_nav a {
	display: inline-block;
	position: relative;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	float: left;
	color: #a4a4a4;
}

.n_nav i {
	display: block;
	background: #332713;
	position: absolute;
	left: 0;
	bottom: -1px;
	text-align: center;
	z-index: 4;
	height: 0px;
	width: 100%;
}

.n_nav a:hover i {
	height: 1px;
}

.n_nav a:hover {
	color: #474747;
}

.n_nav .on i {
	height: 1px;
}

.n_nav a.on {
	color: #474747;
}

.n_content {
	min-height: 400px;
}

.n_ar_title {
	margin-bottom: 40px;
	text-align: center;
}

.n_ar_title h2 {
	font-size: 30px;
	color: #f08519;
	display: block;
	text-transform: uppercase;
}

.n_ar_title h5 {
	font-size: 22px;
	color: #444445;
	display: block;
}

#pro_title {
	display: inherit;
	text-align: center;
	padding: 40px 0;
	background: url(../images/bg_pro_title.png) center no-repeat #f7f8f8;
}

#pro_title a {
	display: inline-block;
	padding: 0 85px;
}

#pro_title a .pic_box {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

#pro_title h5 {
	font-size: 14px;
	color: #525252;
	display: block;
	text-align: center;
}

#pro_title a.li1 .pic_box {
	background: url(../images/icon_tx1.png) center no-repeat;
}

#pro_title a.li2 .pic_box {
	background: url(../images/icon_tx2.png) center no-repeat;
}

#pro_title a.li3 .pic_box {
	background: url(../images/icon_tx3.png) center no-repeat;
}

#pro_title a.li1.on .pic_box,
#pro_title a.li1:hover .pic_box {
	background: url(../images/icon_tx1_on.png) center no-repeat;
}

#pro_title a.li2.on .pic_box,
#pro_title a.li2:hover .pic_box {
	background: url(../images/icon_tx2_on.png) center no-repeat;
}

#pro_title a.li3.on .pic_box,
#pro_title a.li3:hover .pic_box {
	background: url(../images/icon_tx3_on.png) center no-repeat;
}


/*=================学院简介=================*/

#n_about {
	padding-bottom: 80px;
	min-height: 300px;
	margin-bottom: -60px;
}

#n_about h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}


/*=================资料下载=================*/

#n_download {
	min-height: 360px;
}

#n_download ul {}

#n_download li {
	line-height: 60px;
	padding-left: 25px;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #e9e8e8;
	display: block;
	position: relative;
	background: url(../images/icon_down_li.png) 10px center no-repeat;
}

#n_download li a {
	display: block;
}

#n_download li a h5 {
	font-size: 16px;
	color: #464441;
	display: block;
	width: 890px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#n_download li span {
	position: absolute;
	right: 10px;
	top: 18px;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	width: 60px;
	text-align: center;
	color: #9c9ea0;
	background: #f0f1f3;
	border-radius: 3px;
}

#n_download li a:hover {
	color: #0040C1;
}

#n_download li span:hover {
	background: #0040C1;
	color: #fff;
}

#n_download li.line {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e8e8;
}


/*=================学员反馈=================*/

#n_fk ul {
	margin-right: -150px;
}

#n_fk li {
	position: relative;
	display: block;
	height: 380px;
	width: 210px;
	margin-bottom: 35px;
	float: left;
	margin-right: 38px;
}

#n_fk li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#n_fk li .pic_box {
	position: relative;
}

#n_fk li img {
	width: 185px;
	height: 315px;
	display: block;
	margin: 0 auto;
	padding: 11px;
	border: 1px solid #cfcfd2;
}

#n_fk li h5 {
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	color: #444444;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#n_fk li:hover a {
	top: -10px;
}

#n_fk li:hover h5 {
	color: #0040C1;
}


/*=================学员反馈详情=================*/

#n_show_fk {
	position: relative;
	padding-top: 70px;
	margin-top: -60px;
	height: 805px;
	padding-left: 620px;
	background: url(../images/bg_show_fk.png) -10px top repeat-y;
}

#slide_img {
	position: absolute;
	left: 100px;
	top: 70px;
	background: url(../images/pic_mobile.png) center no-repeat;
	width: 394px;
	height: 805px;
}

#slide_img .box {
	position: absolute;
	left: 22px;
	top: 94px;
	width: 351px;
	height: 622px;
	overflow: hidden;
}

#slide_img .content {
	position: relative;
	width: 351px;
	height: 622px;
}

#slide_img .content img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#n_student {}

#n_student .title {
	margin-bottom: 50px;
	background: url(../images/bg_title_student.png) left bottom no-repeat;
	height: 40px;
}

#n_student .title h5 {
	padding-left: 25px;
	line-height: 40px;
	color: #6b6b6b;
}

#n_student .content li {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 115px;
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/icon_yh_r.png) right 70px no-repeat;
}

#n_student .content li h2 {
	display: block;
	color: #b5b5b5;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	font-size: 14px;
	position: relative;
	background: url(../images/icon_yh_l.png) left center no-repeat;
}

#n_student .content li h2 span {
	position: absolute;
	right: 0;
	top: 0;
}

#n_student .content li h2 strong {
	padding-left: 10px;
}

#n_student .content li p {
	color: #8d8d8d;
	line-height: 30px;
	height: 60px;
	width: 430px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#n_student .content li .pic_box {
	position: absolute;
	left: 0;
	top: 0;
}

#n_student .content li img {
	display: block;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

#n_student .content li:hover {
	border-bottom: 1px solid #0040C1;
}

.fot_box {
	margin-top: 60px;
}

.fot_box a {
	color: #6b6b6b;
	margin-right: 20px;
	border-radius: 3px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #8f9092;
	height: 48px;
	line-height: 48px;
	width: 160px;
	text-align: center;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.fot_box a:hover {
	background: #0040C1;
	border: 1px solid #0040C1;
	color: #fff;
}

#n_msg {
	background: url(../images/pic_form.jpg) right bottom no-repeat;
}

#n_msg .ar_article {
	margin-bottom: 40px;
}

.j_form2 {
	position: relative;
	width: 745px;
}

.j_form2 label {
	border: 1px solid #e3e4e6;
	width: 242px;
	border-radius: 2px;
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #bebebe;
	padding-left: 120px;
}

.j_form2 .label .h_x {
	left: 395px;
	top: -8px;
	position: absolute;
}

.j_form2 input[type="text"] {
	height: 38px;
	background: none;
	color: #676767;
	width: 210px;
	border: none;
	background: #fff;
	border-radius: 0px;
	display: block;
	padding: 0 15px;
	line-height: 38px;
	font-size: 12px;
}

.j_form2 input[type="text"]:focus {}

.j_form2 label strong {
	font-weight: normal;
	display: block;
	background: #e3e4e6;
	color: #505051;
	height: 38px;
	line-height: 38px;
	position: absolute;
	width: 120px;
	left: 0px;
	top: 0;
	font-size: 14px;
	text-align: center;
}

.j_form2 .textarea_box {
	width: 623px;
	height: 170px;
}

.j_form2 .textarea_box strong {
	height: 170px;
	line-height: 170px;
}

.j_form2 textarea {
	height: 170px;
	resize: none;
	color: #66656b;
	width: 433px;
	padding-right: 10px;
	background: none;
	border: none;
	line-height: 24px;
	font-size: 12px;
	padding: 6px 15px;
}

.j_form2 textarea:focus {}

.j_select {
	overflow: hidden;
}

.yzm_box {
	border-radius: 2px;
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #bebebe;
	padding-left: 120px;
}

.yzm_box strong {
	font-weight: normal;
	display: block;
	background: #e3e4e6;
	color: #505051;
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 120px;
	left: 0px;
	top: 0;
	font-size: 14px;
	text-align: center;
}

.yzm_box input[type="text"] {
	border: 1px solid #e3e4e6;
	border-radius: 2px;
	font-size: 14px;
	height: 38px;
	color: #666;
	width: 200px !important;
	line-height: 38px;
}

.yzm {
	position: absolute;
	left: 360px;
	height: 40px;
	top: 0px;
}

.yzm a {
	position: absolute;
	color: #adada6;
	right: -90px;
	height: 30px;
	line-height: 30px;
	width: 80px;
	top: 0;
}

.yzm_box input[type="submit"] {}

.file_box {
	position: relative;
}

.file_box #viewfile {
	background: url(../images/icon_upload.png) right center no-repeat;
	padding-right: 50px;
	background-size: auto 20px;
}

.j_form2 input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	display: block;
	cursor: pointer;
	height: 40px;
	background: #0040C1;
	border-radius: 2px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	border: none;
	text-align: center;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.j_form2 input[type="submit"]:hover {
	border-radius: 20px;
}


/*=================学员反馈=================*/

#n_artist ul {
	margin: 10px -60px 0px -13px;
}

#n_artist li {
	width: 280px;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 20px 30px 0;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#n_artist li a {
	display: block;
	overflow: hidden;
}

#n_artist li .pic_box {
	position: relative;
	width: 280px;
	overflow: hidden;
	background: #000;
}

#n_artist li .text_box {}

#n_artist li img {
	width: 280px;
	display: block;
	filter: alpha(opacity=70);
}

#n_artist li .icon_box {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_more_student.png) center no-repeat;
	-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-o-moz-transform: scale(0);
	-webkit-moz-transform: scale(0);
	transform: scale(0);
}

#n_artist li h5 {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #F7FCFF;
	padding: 0px 20px;
}

#n_artist li h5 strong {
	color: #666666;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

#n_artist li span {
	font-size: 14px;
	color: #da241a;
}

#n_artist li:hover {
	box-shadow: 0 0 20px #999;
}

#n_artist li:hover .icon_box {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-o-moz-transform: scale(1);
	-webkit-moz-transform: scale(1);
	transform: scale(1);
}

#n_artist li:hover span {
	font-size: 14px;
	color: #da241a;
}


/*==============学院动态=====================*/

#n_school_news {
	overflow: hidden;
}

#n_school_news ul {
	margin-bottom: -20px;
	margin-right: -100px;
	overflow: hidden;
}

#n_school_news li {
	display: block;
	position: relative;
	margin-bottom: 60px;
	float: left;
	height: 210px;
	margin-right: 55px;
	width: 570px;
	border: 1px solid #e7e7e7;
}

#n_school_news li .fl {
	width: 335px;
	height: 210px;
	overflow: hidden;
	position: relative;
	background: #000;
}

#n_school_news li .fl .play_box {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_play.png) center no-repeat;
}

#n_school_news li .fl img {
	width: 335px;
	height: 210px;
	opacity: .7;
	filter: alpha(opacity=70);
}

#n_school_news li .fr {
	margin-right: 20px;
	width: 195px;
	margin-top: 45px;
}

#n_school_news li span {
	display: block;
	margin-top: 10px;
	color: #c5c5c5;
	display: block;
	font-size: 14px;
}

#n_school_news li .fr h5 a {
	display: block;
	font-size: 16px;
	color: #464441;
	margin-bottom: 10px;
}

#n_school_news li p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 25px;
	font-size: 14px;
	color: #929292;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#n_school_news li h5 a:hover {
	color: #0040C1;
}

#n_school_news li:hover {
	background: #f3f6fa;
}


/*==============师资队伍=====================*/

#n_teacher {}

#n_teacher ul {
	margin-top: 0px;
	margin-bottom: -40px;
}

#n_teacher li {
	display: block;
	padding: 25px;
	position: relative;
	margin-bottom: 40px;
	border-top: 3px solid #e3e5e7;
	background: #f7f9fb;
}

#n_teacher li .pic_box {
	width: 220px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	top: 25px;
}

#n_teacher li .pic_box img {
	width: 220px;
	height: 270px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

#n_teacher li .text_box {
	margin-right: 50px;
	width: 835px;
	height: 270px;
	margin-left: 265px;
}

#n_teacher li .text_box h5 {
	padding-top: 30px;
}

#n_teacher li .text_box span {
	display: block;
	margin-top: 10px;
	color: #989999;
	display: block;
	font-size: 15px;
}

#n_teacher li .text_box h5 a {
	display: block;
	font-size: 20px;
	color: #18140e;
	margin-bottom: 10px;
}

#n_teacher li .text_box p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-top: 25px;
	font-size: 14px;
	color: #6b6b6a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#n_teacher li:hover .text_box h5 a {
	color: #8b5f16;
}

#n_teacher li:hover {
	border-top: 3px solid #0040C1;
	-moz-box-shadow: 0px 10px 10px #bbb;
	/* 老的 Firefox */
	box-shadow: 0px 10px 10px #bbb;
}

#n_teacher li .more {
	position: relative;
	display: block;
	margin-top: 35px;
	width: 160px;
	line-height: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #d1d2d3;
	text-transform: uppercase;
	color: #747475;
}

#n_teacher li .more strong {
	position: relative;
	display: block;
	z-index: 2;
}

#n_teacher li .more:hover strong {
	color: #fff;
}

#n_teacher li .more::before {
	content: " ";
	height: 0;
	background: #0040C1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#n_teacher li .more:hover::before {
	height: 38px;
}

#n_teacher li .more:hover {
	border: 1px solid #0040C1;
}


/*==============新闻资讯=====================*/

#n_news {
	overflow: hidden;
}

#n_news ul {
	margin-top: 0px;
	margin-bottom: -25px;
}

#n_news li {
	display: block;
	padding: 35px 25px;
	position: relative;
	height: 155px;
	margin-top: -1px;
	border-bottom: 1px solid #e6e6e6;
}

#n_news li .fl {
	width: 280px;
	height: 160px;
	overflow: hidden;
}

#n_news li .fl img {
	width: 280px;
	height: 160px;
}

#n_news li .fr {
	float: left !important;
	margin-left: 55px;
	width: 795px;
	margin-top: 20px;
}

#n_news li span {
	display: block;
	margin-top: 10px;
	color: #c5c5c5;
	display: block;
	font-size: 14px;
}

#n_news li .fr h5 a {
	display: block;
	font-size: 16px;
	color: #464441;
	margin-bottom: 10px;
}

#n_news li p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-top: 25px;
	font-size: 14px;
	color: #838383;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#n_news li h5 a:hover {
	color: #0040C1;
}

#n_news li .more {
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	position: absolute;
	right: 50px;
	top: 120px;
	width: 95px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 15px;
	text-transform: uppercase;
	color: #747475;
	background: #d6dadf;
}

#n_news li .more:hover {
	background: #0040C1;
	color: #fff;
}

#n_news li:hover {
	background: #f3f6fa;
	border-bottom: 1px solid #f3f6fa;
}

#n_news li:hover .fr {
	margin-left: 65px;
	width: 685px;
}

#n_news li:hover .more {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*=================弹窗二维码=================*/

#n_hr {
	position: relative
}

#n_hr dl {
	margin-bottom: 15px;
	background: #f4f7fa;
	position: relative;
	border: 1px solid #ced0d2
}

#n_hr dt {
	border: none;
	display: block;
	position: relative;
	padding: 20px 30px;
	padding-left: 120px;
	cursor: pointer;
	height: 48px;
	background: url(../images/icon_hr.png) 50px center no-repeat
}

#n_hr dt h5 {
	color: #393b3d;
	font-size: 15px;
	line-height: 48px;
	background: url(../images/icon_on.png) right center no-repeat;
	display: block
}

#n_hr dd {
	display: none;
	line-height: 30px;
	padding: 25px 30px 15px 30px;
	border-top: 1px solid #ced0d2
}

#n_hr dd p {
	margin-bottom: 0
}

#n_hr dd p:last-child {
	padding-bottom: 0
}

#n_hr dd .content {
	padding: 14px 55px 15px 55px
}

#n_hr dd .content .ar_article {
	color: #656565;
	font-size: 14px;
	line-height: 30px
}

#n_hr dd .content .ar_article p {
	color: #656565;
	font-size: 14px;
	line-height: 30px
}

#n_hr dt.on h5 {
	background: url(../images/icon_off.png) right center no-repeat;
	color: #0040C1
}

#n_contact {
	margin: 50px auto;
}

#n_contact .title {
	padding-bottom: 40px;
}

#n_contact .title h5 {
	text-align: center;
	font-size: 14px;
	color: #939393;
	text-transform: uppercase;
}

#n_contact .title h5 strong {
	font-size: 18px;
	font-weight: 700;
	padding-right: 15px;
	color: #474747;
}

#n_contact .title h2 {
	font-size: 14px;
	color: #939393;
	text-transform: uppercase;
}

#n_contact .title h2 strong {
	font-size: 18px;
	font-weight: 700;
	padding-right: 15px;
	color: #474747;
}

#n_contact .up_box {
	margin-bottom: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #e6e6e6;
}

#n_contact .un_box td {
	position: relative;
	color: #474747;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 30px 50px;
}

#n_contact .un_box td span {
	display: inline-block;
}

#n_contact .un_box td img.icon {
	position: absolute;
	left: 0;
	top: 0;
}

#n_contact .un_box td a {
	display: inline-block;
	padding-left: 10px;
}

#n_contact .ar_article p {
	color: #474747;
}

#n_contact .ewm_box {
	position: absolute;
	right: 0;
	bottom: -15px;
	top: 0;
}

#n_contact .ewm_box img {
	display: block;
	width: 140px;
	height: 140px;
	border: 10px solid #f0f3f6;
}

#n_contact .ewm_box span {
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #474747;
}

#n_contact .content li {
	line-height: 30px;
	font-size: 14px;
}

#n_contact .content li span {
	font-size: 16px;
}

.map_box {
	position: relative;
	background: url(../images/bg_map.jpg) center no-repeat;
	display: block;
	height: 280px;
	margin-top: 30px;
}

.map {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bnt_map.png) center no-repeat;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.map:hover {
	background: url(../images/bnt_map.png) center 52px no-repeat;
}


/*=================弹窗二维码=================*/

.fix_ewm_box {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999999999;
	display: none;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#D8000000', endColorstr='#D8000000');
	background: rgba(0, 0, 0, .85)
}

.fix_ewm_box .ewm img {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 50%;
	margin-left: -100px!important;
	height: 200px;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}


/*==============n_content=====================*/

.n_content {
	min-height: 360px;
	padding-top: 40px;
}


/*==============新闻详情=====================*/

.n_article {
	margin-bottom: 0px;
}

.n_article .ar_title {
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}

.n_article .ar_title {
	padding: 0 0 0px 0;
	position: relative;
	border-bottom: 1px solid #ebebec;
}

.n_article .ar_title h5 {
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #3e3e3f;
}

.n_article .ar_title h2 {
	font-size: 14px;
	position: relative;
	display: inherit;
	text-align: center;
	padding: 0 5px;
	color: #b9b9b8;
}

.n_article .ar_title h2 span {
	padding-right: 10px;
}

.n_article .ar_article {
	padding-top: 20px;
	padding-bottom: 0px;
}

.n_article .bnt_page {
	position: relative;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 12px;
	color: #8a8a8a;
	border-top: 1px dotted #e4e4e4;
}

.n_article .bnt_page a {
	color: #8a8a8a;
}

.n_article .bnt_page a:hover {
	color: #007cc2;
}

.n_article .back_box {
	margin: 40px auto 0 auto;
	padding-bottom: 80px;
}

.jiathis_style {
	margin-top: 10px;
}

.n_article .bnt_page {
	position: relative;
}

.n_article .bnt_page .shart_box {
	position: absolute;
	right: 0;
	top: 10px;
}

#ar_fot {
	position: relative;
	margin-top: 50px;
}

#ar_fot dl {
	position: relative;
}

#ar_fot dd {
	display: block;
	width: 50%;
	float: left;
}

#ar_fot dd a {
	display: block;
	padding: 40px 35px;
	height: 36px;
	overflow: hidden;
	position: relative;
	background: #eef1f4;
}

#ar_fot dd img {
	height: 36px;
	width: 62px;
	vertical-align: middle;
	position: absolute;
	right: 35px;
	top: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#ar_fot dd h5 {
	padding-left: 50px;
	display: block;
	width: 355px;
	line-height: 36px;
	font-size: 16px;
	color: #3e3e43;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ar_fot dd span {
	position: absolute;
	left: 35px;
	top: 40px;
	color: #3e3e43;
	font-size: 16px;
	line-height: 36px;
	font-family: "SimSun";
}

#ar_fot dd i {
	padding: 0 15px;
	font-size: 12px;
	line-height: 36px;
	font-family: "SimSun";
	font-style: normal;
}

#ar_fot dd.next img {
	right: auto;
	left: 35px;
}

#ar_fot dd.next h5 {
	padding-left: 0;
	padding-right: 50px;
	float: right;
}

#ar_fot dd.next span {
	position: absolute;
	left: auto;
	right: 35px;
	top: 40px;
}

#ar_fot dd a:hover {
	background: #0040C1;
}

#ar_fot dd a:hover h5,
#ar_fot dd a:hover span,
#ar_fot dd a:hover i {
	color: #fff;
}

#ar_fot dd a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*==============分享插件——银灵子=====================*/

.shart_box {
	display: inline-block;
}

#j_shart_s_24 .bds_count {
	font-size: 14px;
	color: #b9b9b8;
}

#j_shart_s_24 {
	padding-left: 220px;
	position: relative;
}

#j_shart_s_24 strong {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	line-height: 36px;
	font-size: 14px;
	color: #b9b9b8;
}

#j_shart_s_24 .bds_qzone {
	background: url(../images/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
	background: url(../images/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
	background: url(../images/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
	background: url(../images/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
	background: url(../images/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
	background: url(../images/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
	background: url(../images/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
	background: url(../images/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
	background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
	font-size: 12px
}


/*==============分页——银灵子=====================*/

.page {
	margin: 0px auto 0px auto;
}

.page .box {
	display: inherit;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.page a {
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #dedede;
	margin: 0 2px;
	color: #68686a;
	font-size: 14px;
}

.page .on {
	background: #0040C1;
	color: #fff !important;
	border: 1px solid #0040C1;
}

.page a font {
	font-size: 14px;
	font-family: "SimSun";
	color: rgb( 68, 68, 68);
}

.page span {
	background: #0040C1;
	color: #fff !important;
	border: 1px solid #0040C1;
}

.page a:hover {
	background: #0040C1;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #0040C1;
}

.page a:hover font {
	color: #fff;
}

.page a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
}


/*===================================j_pop====================================*/

#j_pop {
	display: block;
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#A5000000', endColorstr='#A5000000');
	background: rgba(0, 0, 0, 0.65);
}

#j_pop .pop_ad {
	top: 50%;
	left: 50%;
	position: absolute;
}

#j_pop .box {
	position: relative;
}

#j_pop .box a {
	display: block;
}

#j_pop .box img {
	display: block;
}

#bnt_close_pop {
	position: absolute;
	right: -45px;
	top: -45px;
	cursor: pointer;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#bnt_close_pop:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}


/*列表放大*/

#thumbs {
	width: 1200px;
	margin: 30px auto 0px;
}

#thumbs a {
	width: 279px;
	height: 200px;
	display: inline-block;
	border: 3px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	margin: 6px 6px 60px;
	position: relative;
	text-decoration: none;
	box-shadow: 0 0 5px #bbb;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#thumbs a:after {
	border-radius: 7px;
	bottom: -204px;
	color: #343434;
	content: attr(title);
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	display: block;
}

#credit {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}

.n_un_box #n_product {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#n_product .pro_left {
	float: left;
	box-shadow: 0 0 10px #ccc;
}

#n_product .pro_right {
	float: right;
	width: 860px;
}


/*产品内页*/

#n_main_box1 {
	margin-bottom: 50px;
}

#n_title1 {
	position: relative;
	border-bottom: 1px solid #eeeef0;
	background: #f4f7f9;
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	position: relative;
}

.n_left {
	width: 230px;
	float: left;
	position: relative;
	margin-top: -75px;
}

.n_left .up {
	height: 95px;
	background: #0051a8;
	border-bottom: 3px solid #2C2C2C;
}

.n_left .up h5 {
	padding: 20px;
	color: #fff;
}

.n_left .up h5 strong {
	font-size: 24px;
	display: block;
	font-family: Arial;
	font-weight: 700;
	text-transform: capitalize;
}

.n_left .up h5 span {
	font-size: 15px;
	display: block
}


/*=================侧导航==================*/

#n_nav {
	background: #f4f7f9;
}

#n_nav dl {
	padding: 20px 0;
}

#n_nav dt {
	height: 40px;
	line-height: 40px;
	position: relative;
	border-top: 1px solid #e7e9eb
}

#n_nav dt a {
	padding: 0 30px 0 20px;
	display: block;
	color: #444;
	font-size: 14px
}

#n_nav dt.title_on a {
	color: #fff
}

#n_nav dt.on a {
	color: #fff;
}

#n_nav dt.on {
	background: #f98800;
}

#n_nav dt:hover {
	background: #f98800;
	color: #fff;
}

#n_nav dt.title {
	background: url(../images/icon_jh.png) 200px center no-repeat
}

#n_nav dt.title:hover {
	background: url(../images/icon_j_h.png) 200px center no-repeat #393939;
}

#n_nav dt.title:hover a {
	color: #fff;
}

#n_nav dt.title_on {
	background: url(../images/icon_j_h.png) 200px center no-repeat #0040C1 !important;
}

#n_nav dd {
	padding: 10px 20px;
	display: none;
	border-bottom: 1px solid #e7e9eb
}

#n_nav dd .box {}

#n_nav dd a {
	padding-left: 10px;
	line-height: 32px;
	font-size: 12px;
	color: #636060;
	display: block;
	height: 32px;
	background: url(../images/icon_nav_sub_li.png) left center no-repeat
}

#n_nav dd a:hover {
	color: #0040C1;
}

#n_nav dd a.on {
	color: #0040C1;
}

#n_nav dd a.on {
	background: url(../images/icon_nav_sub_li_on.png) left center no-repeat
}

.n_content {
	min-height: 400px;
}

.n_right {
	width: 920px;
	float: right;
}

#n_title1 h5 {
	left: 285px;
	position: absolute;
	top: 0;
	display: inline-block;
	height: 45px;
	font-size: 15px;
	color: #353637;
	padding-left: 10px;
	background: url(../images/bg_n_title.png) left center no-repeat;
}

#position {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
	height: 45px;
	color: #737374;
	background: url(../images/icon_home.png) left center no-repeat;
	padding-left: 18px;
}

#position a,
#position i {
	font-size: 12px;
	color: #737374;
}

.n_content {
	min-height: 400px;
}

#n_zizhi {}

#n_zizhi ul {
	margin: 0 -20px -30px -10px;
}

#n_zizhi li {
	float: left;
	width: 295px;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
	margin: 0 10px 50px 10px;
	height: 230px;
	display: block;
}

#n_zizhi li a {
	display: block;
}

#n_zizhi li .pic_box {
	background: #f4f7f9;
	display: table;
	overflow: hidden;
	border: 1px solid #e5e8eb;
}

#n_zizhi li .pic_box .box {
	display: table-cell;
	vertical-align: middle;
}

#n_zizhi li img {
	width: 294px;
	margin: 0 auto;
	max-height: 195px;
	display: block;
}

#n_zizhi li span {
	display: block;
	padding-top: 11px;
	font-size: 13px;
	color: #555;
	text-align: center;
}

#n_zizhi li:hover .pic_box {}

#n_zizhi li:hover a {
	text-decoration: none;
}

#n_zizhi li:hover span {
	color: #0152a5;
	text-decoration: none;
}


/*产品内页*/
.n_right .pro_title h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.bnspic a {
	display: block;
}

.big_pic,
.small_pic {
	float: left;
}

.big_pic,
.big_pic a,
.big_pic img {
	width: 500px;
	height: 444px;
}

.big_pic {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.big_pic li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.4);
	z-index: -1;
	transition: all linear 0.2s;
}

.big_pic .on {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
}

.big_pic a {
	position: relative;
}

.big_pic .txt {
	width: 290px;
	height: 46px;
	line-height: 46px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #BDBDBD;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0, 0, 0, 0.5);
	transition: all ease .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.big_pic a:hover .txt {
	color: #FFFFFF;
}

.small_pic {
	width: 500px;
	position: relative;
	top: 2px;
}

.small_pic a,
.small_pic img {
	width: 60px;
	height: 53px;
}

.small_pic a {
	padding: 1px;
	background: #ccc;
	transition: all ease .2s;
}

.small_pic .on,
.small_pic li:hover {
	position: relative;
	z-index: 1;
}

.small_pic .on a {
	background: #1D2088;
}

.small_pic li {
	width: 64px;
	height: 53px;
	margin: -1px 0 0 -1px;
	float: left;
}

.pro_detail h4 {
	background: #1D2088;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}

.pro_detail .pro_kuang {
	border: 1px solid #ccc;
	width: 100%;
	min-height: 200px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pro_detail .pro_kuang p {
	color: #404040;
	line-height: 30px;
	font-size: 14px;
}