﻿@charset "utf-8";

/* CSS Document */

* {
	font-family: "微软雅黑";
	outline: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
from {
	margin: 0;
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body>.qing {
	min-width: 1260px;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select {
	outline: none;
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}


/*防止textarea放大时，三个斜线被放大*/

ul li {
	list-style: none;
}

.qing {
	display: block;
	clear: both;
}

.juzhong {
	width: 1260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lf {
	display: block;
	float: left;
}

.rf {
	display: block;
	float: right;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	display: block;
}

.shu14 img,
.shu12 img,
.shu14 video,
.shu12 video {
	display: inline !important;
	max-width: 100% !important;
	height: auto !important;
	vertical-align: top;
}

.shu14 {
	line-height: 30px;
	color: #424242;
	font-size: 14px;
}

.shu12 {
	line-height: 30px;
	color: #424242;
	font-size: 12px;
}

.shu14 a,
.shu12 a {
	color: #424242;
}


/*返回顶部*/

#returnTop {
	_display: none;
	position: fixed;
	_position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: 630px;
	bottom: -100px;
	_bottom: auto;
	width: 50px;
	height: 50px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(../images/top.png);
	_background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: bottom 0.9s;
	-webkit-transition: bottom 0.9s;
	-moz-transition: bottom 0.9s;
	-o-transition: bottom 0.9s;
}


/*****************************index.html********************************/

.tbg {
	background: url(../images/topbg.jpg) center top no-repeat;
	height: 96px;
	position: relative;
	z-index: 999;
}

.ttel {
	display: block;
	background: url(../images/ttel.png) right top no-repeat;
	height: 96px;
	padding-right: 65px;
	padding-top: 50px;
	line-height: 30px;
	font-size: 24px;
	color: #000;
}

@font-face {
	font-family: 'cyfls';
	src: url('../fonts/cyfls.TTF') format('truetype');
}

.nabg {
	display: block;
	background: url(../images/nabg.jpg) center center repeat-x;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}

.nabg .juzhong {
	position: relative;
}

.nabg li a {
	font-family: 'cyfls' !important;
}

.nav {
	display: block;
	overflow: hidden;
}

.nav li {
	display: block;
	float: left;
	height: 54px;
}

.nav li {
	width: 146px;
}

.nav li.shouye {
	width: 92px;
}

.nav li a {
	display: block;
	height: 54px;
	background: none;
	background-size: 0 !important;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}

.nav {
	background: url(../images/nat.png) left center no-repeat;
}

.nav li {
	background: url(../images/nat.png) right center no-repeat;
}

.nav li a span {
	display: block;
	height: 54px;
	text-indent: -9999px;
}

.nav li a:hover,
.nav li.on a {
	background: url(../images/navh.png) center center no-repeat;
	background-size: cover !important;
}

.nav li.shouye:hover a {
	background: none;
}


/*nav-main*/


/*隐藏盒子位置设置*/

div.hidden-box {
	position: absolute;
	overflow: hidden;
	display: none;
	padding: 10px 15px 24px;
	background: url(../images/lbbg.jpg) repeat;
	top: 54px;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 99;
}

.erj a {
	display: block;
	border-bottom: 1px solid #aaa;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #000;
}

.erj a:visited,
.fenj a:visited {
	color: #000;
}

.erj a:hover,
.fenj a:hover {
	color: #8e0308;
	border-bottom-color: #8e0308;
}

.fenj {
	width: 500px;
}

.fenj a {
	display: block;
	min-width: 84px;
	margin: 0 8px;
	float: left;
	border-bottom: 1px solid #aaa;
	padding: 0 2px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
}

#box-1 {
	left: 109px;
	min-width: 154px;
}

#box-2 {
	left: 264px;
	min-width: 154px;
}

#box-3 {
	left: 419px;
	min-width: 154px;
}

#box-4 {
	left: 574px;
	min-width: 154px;
}

#box-5 {
	left: 729px;
	min-width: 530px;
}

#box-6 {
	left: 884px;
	min-width: 154px;
}

#box-7 {
	right: 0;
	min-width: 154px;
}


/*banner*/

.bank {
	display: block;
	height: 476px;
	position: relative;
}

.ggk {
	display: block;
	background: url(../images/ggbg.jpg) center center no-repeat;
	position: absolute;
	width: 278px;
	height: 386px;
	top: 43px;
	padding: 25px 25px 0;
	z-index: 6;
}

.ggk {
	left: 50%;
	margin-left: -630px;
}

.noti {
	display: block;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 12px;
}

.noti img {
	margin: 0 auto;
}

.noti b {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #b15d61;
	border-top: 1px solid #b15d61;
}

.nolb {
	display: block;
	padding: 0 2px;
}

.nolb a {
	display: block;
	padding-left: 16px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	background: url(../images/dian.png) left center no-repeat;
}

.nolb a:hover {
	padding-left: 20px;
}


/*切换*/


/* main_image */

.main_visual {
	height: 476px;
	overflow: hidden;
	position: relative;
}

.main_image {
	height: 476px;
	overflow: hidden;
	position: relative;
}

.main_image ul {
	width: 9999px;
	height: 476px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image li {
	float: left;
	width: 100%;
	height: 476px;
}

.main_image li a {
	display: block;
	width: 100%;
	height: 476px;
}

div.flicking_con {
	position: absolute;
	bottom: 20px;
	z-index: 999;
	width: 100%;
	height: 10px;
	text-align: center;
}

div.flicking_con a {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
	text-indent: -10000px
}

div.flicking_con a.on {
	background: #fff;
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 50px!important;
	height: 49px!important;
	top: 50%;
	margin-top: -25px;
	display: block;
}

#btn_prev {
	background: url(../images/banz1.png) no-repeat left top;
	left: 100px;
}

#btn_next {
	background: url(../images/banz2.png) no-repeat right top;
	right: 100px;
}


/*切换end*/


/*四块*/

.tik {
	display: block;
	margin-bottom: 40px;
}

.tik a {
	display: block;
	width: 402px;
	margin: 0 auto;
}

.tik img {
	margin: 0 auto;
}

.sik0 {
	overflow: hidden;
	padding-top: 44px;
	padding-bottom: 48px;
}

.sik {
	display: block;
	margin-left: -20px;
}

.sik li {
	width: 322px;
	height: 466px;
	padding: 29px 34px 0;
	float: left;
	margin-left: 20px;
	position: relative;
	background-size: cover !important;
	overflow: hidden;
}

.sik li {
	background: url(../images/sibg1.jpg) center center no-repeat;
	position: relative;
}

.sik1 {
	position: relative;
	z-index: 3;
}

.sibg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: url(../images/sibg2.jpg) top center no-repeat;
}

.sik li:hover .sibg {
	top: 0;
}

.sik li b {
	display: block;
	width: 98px;
	height: 32px;
	position: absolute;
	bottom: 32px;
	right: 32px;
	background: url(../images/yun1.png) center center no-repeat;
	z-index: 6;
}

.si-injs {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #5a5a5a;
}

.si-injs:visited {
	color: #5a5a5a;
}

.sik li:hover .si-injs {
	color: #fff;
	text-indent: 1em;
}

.simk {
	background: url(../images/yuan.png) center center no-repeat;
	margin: 0 auto;
	width: 206px;
	height: 206px;
	position: relative;
}

.sik li:hover b,
.mai-lb li:hover b {
	background: url(../images/yun2.png) center center no-repeat;
}

.sik li:hover .simk {
	background: url(../images/yuan2.png) center center no-repeat;
}

.simk a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sim1 {
	background: url(../images/si1.png) center center no-repeat;
}

.sik li:hover .sim1 {
	background: url(../images/si12.png) center center no-repeat;
}

.sim2 {
	background: url(../images/si2.png) center center no-repeat;
}

.sik li:hover .sim2 {
	background: url(../images/si22.png) center center no-repeat;
}

.sim3 {
	background: url(../images/si3.png) center center no-repeat;
}

.sik li:hover .sim3 {
	background: url(../images/si32.png) center center no-repeat;
}

.sim4 {
	background: url(../images/si4.png) center center no-repeat;
}

.sik li:hover .sim4 {
	background: url(../images/si42.png) center center no-repeat;
}

.sik li:hover .simk a {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* IE 9 */
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
	-moz-transform: rotateY(360deg);
}

.simkm {
	display: block;
	height: 66px;
	margin-bottom: 30px;
	text-align: center;
	background: url(../images/xue.png) center center no-repeat;
	background-size: auto cover !important;
	margin-top: -15px;
	position: relative;
	z-index: 3;
	font-size: 18px;
	line-height: 54px;
	color: #000;
}

.sik li:hover .simkm {
	background: url(../images/xue2.png) center center no-repeat;
	color: #FFF;
}


/*招生资讯*/

.lbbg {
	background: url(../images/lbbg.jpg) repeat;
	padding: 45px 0;
	overflow: hidden;
}

.lbk {
	display: block;
	width: 664px;
	height: 466px;
	background: url(../images/lbbk.jpg) center center no-repeat;
	background-size: 100% 100% !important;
	padding: 32px 35px 0;
}

.zxti {
	display: block;
	position: relative;
	height: 55px;
}

.zx-ti {
	display: block;
	width: 220px;
	margin: 0 auto;
}

.zxti img {
	margin: 0 auto;
}

.duo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 114px;
	height: 55px;
	background: url(../images/duo.png) center center no-repeat;
}

.duo a {
	display: block;
	float: right;
	width: 78px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #000;
}

.duo a:visited {
	color: #000;
}

.duo:hover {
	background: url(../images/duo_0.png) center center no-repeat;
}

.duo:hover a {
	padding-top: 2px;
	color: #fff;
}

.zx-inlb {
	display: block;
}

.zx-inlb li {
	display: block;
	padding-bottom: 19px;
	padding-top: 18px;
	margin-bottom: 8px;
	background: url(../images/tt.png) center bottom repeat-x;
}

.zx-inti {
	display: block;
	margin-bottom: 7px;
	line-height: 28px;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zx-inti:visited {
	color: #000;
}

.zx-inda {
	margin-bottom: 18px;
	line-height: 17px;
	font-size: 12px;
	color: #4d4d4d;
}

.zx-injs {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #4d4d4d;
}

.zx-injs:visited {
	color: #4d4d4d;
}

.zx-inlb li:hover .zx-inti {
	text-indent: 4px;
	color: #b00f17;
}

.zx-inlb li:hover .zx-injs {
	color: #222;
}

.zxlb {
	display: block;
	padding-top: 5px;
}

.zxlb li {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/tt.png) center bottom repeat-x;
}

.zxlb-ti {
	display: block;
	margin-bottom: 7px;
	line-height: 26px;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zxlb-ti:visited {
	color: #000;
}

.zxlb-da {
	line-height: 17px;
	color: #717171;
	font-size: 12px;
}

.zxlb li:hover .zxlb-ti {
	text-indent: 4px;
	color: #b00f17;
}


/*展销拍卖*/

.pmbg {
	display: block;
	padding: 40px 0 50px;
	overflow: hidden;
}

.pmtu1 {
	display: block;
	width: 480px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.pmtuk {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	background-size: 100% 100% !important;
}

.pmtuk2 {
	margin-left: 480px;
	position: relative;
}

.pmtuk2 a {
	display: block;
	float: left;
	width: 276px;
	height: 193px;
	overflow: hidden;
	position: relative;
	margin-left: 14px;
	margin-bottom: 13px;
}

.pmtuk2 a img {
	width: 276px;
	height: 193px;
}

.pmtm {
	display: block;
	background: url(../images/heibg.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	z-index: 3;
}

.pmtm span {
	display: block;
	position: relative;
	top: 40%;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}

.pmtm b {
	background: url(../images/yun3.png) center center no-repeat;
	display: block;
	position: absolute;
	width: 83px;
	height: 42px;
	right: 27px;
	bottom: 24px;
	z-index: 2;
}

.pmtuk2 a:hover .pmtm,
.pmtu1:hover .pmtm {
	top: 0;
}

.duo2 {
	display: block;
	width: 159px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 50%;
	margin-top: -30px;
	background: url(../images/duo2.png) center center no-repeat;
	z-index: 3;
}

.pmtuk2 a:hover .duo2 {
	margin-top: -25px;
}


/*分院*/

.fyk {
	display: block;
	margin-left: -18px;
}

.fyk dd {
	display: block;
	width: 408px;
	height: 230px;
	float: left;
	margin-left: 18px;
	position: relative;
	margin-bottom: 18px;
	background: url(../images/ybg.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.fyk dd a {
	display: block;
	height: 230px;
	padding: 28px 34px 0;
	position: relative;
	z-index: 6;
}

.fykbg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: url(../images/ybg2.jpg) center center no-repeat;
	z-index: 4;
	background-size: 100% 100% !important;
}

.fym {
	display: block;
	padding-bottom: 15px;
	background: url(../images/tt.png) bottom center repeat-x;
	text-align: center;
	margin-bottom: 22px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
}

.add {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.add img {
	float: left;
}

.add span {
	display: block;
	margin-left: 25px;
	padding: 3px 0;
	line-height: 20px;
	font-size: 14px;
	color: #373636;
}

.fyk dd .add:hover span {
	padding-left: 4px;
}

.fyk dd:hover .fykbg {
	width: 100%;
}

.fyk dd:hover span {
	color: #FFF;
}


/* main_image */

.main_visual-fy {
	height: 270px;
	overflow: hidden;
	position: relative;
}

.main_image-fy {
	height: 270px;
	overflow: hidden;
	position: relative;
}

.main_image-fy ul {
	width: 9999px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image-fy li {
	float: left;
	width: 100%;
	height: 270px;
}

div.flicking_con-fy {
	position: absolute;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	height: 12px;
	text-align: center;
}

div.flicking_con-fy a {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	padding: 0;
	background: #929292;
	border-radius: 50%;
	display: inline-block;
	text-indent: -10000px
}

div.flicking_con-fy a.on {
	background: #8e040b;
}

#btn_prev-fy,
#btn_next-fy {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 50px!important;
	height: 49px!important;
	top: 50%;
	margin-top: -25px;
	display: block;
}

#btn_prev-fy {
	background: url(../images/banz1.png) no-repeat left top;
	left: 100px;
}

#btn_next-fy {
	background: url(../images/banz2.png) no-repeat right top;
	right: 100px;
}


/*切换end*/


/*底部*/

.fbg {
	display: block;
	background: url(../images/lbbg.jpg) repeat;
	overflow: hidden;
}

.foot {
	background: url(../images/fobg.png) center center no-repeat;
	height: 275px;
	padding-top: 60px;
}

.ewmk {
	padding-top: 8px;
	padding-right: 40px;
	border-right: 1px solid #9a1e24;
}

.ewm {
	display: block;
	float: left;
	margin-right: 22px;
}

.ewm img {
	margin-bottom: 14px;
	border: 7px solid #580106;
}

.ewm span {
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #d4b4b5;
}

.ftek {
	width: 355px;
	border-left: 1px solid #9a1e24;
	position: relative;
	z-index: 6;
}

.ftel {
	display: block;
	min-height: 53px;
	margin-bottom: 10px;
	text-align: right;
	background: url(../images/fotel.png) top right no-repeat;
	padding-top: 26px;
	padding-right: 64px;
	line-height: 26px;
	font-size: 24px;
	color: #fff;
}

.baq {
	text-align: right;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

.baq a,
.baq a:visited {
	color: #FFF;
}

.foadd {
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.wzm {
	margin-bottom: 33px;
}

.foadd table {
	margin: 0 auto;
}


/**********************************news**************************************/

.ban-ny {
	display: block;
	background: url(../images/ban-ny.jpg) center center no-repeat;
	height: 149px;
}

.nrk {
	display: block;
	position: relative;
	z-index: 9;
	margin-top: -65px;
	margin-bottom: 45px;
}

.flk {
	width: 278px;
	height: auto;
	margin-bottom: 45px;
}

.flbg1 {
	height: 143px;
	background: url(../images/flbg1.jpg) left top no-repeat;
}

.flbg2 {
	height: auto;
	overflow: hidden;
	min-height: 230px;
	padding: 3px 30px 0;
	background: url(../images/flbg2.jpg) left top repeat-y;
}

.flbg3 {
	height: 72px;
	background: url(../images/flbg3.jpg) left top no-repeat;
}

.flbg1 img {
	position: relative;
	top: -27px;
}

.flbg2 a {
	display: block;
	line-height: 42px;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
}

.flbg2 a:hover,
.flbg2 a.on {
	color: #b00f17;
	padding-left: 25px;
	background: url(../images/flh.png) center center no-repeat;
}


/*文字区*/

.wzq {
	width: 1058px;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}

.wzbg1 {
	height: 122px;
	background: url(../images/nrbg1.jpg) center center no-repeat;
	background-size: 100% 100%!important;
	padding: 30px 40px 0;
}

.wzbg2 {
	height: auto;
	overflow: hidden;
	min-height: 400px;
	padding: 0 40px 40px;
	background: url(../images/nrbg2.jpg) center center repeat-y;
	background-size: 100% auto!important;
}

.wzbg3 {
	height: 17px;
	overflow: hidden;
	background: url(../images/nrbg3.jpg) center center no-repeat;
	background-size: 100% 100%!important;
}

.wz-ntk {
	overflow: hidden;
	padding-bottom: 20px;
	background: url(../images/tt.png) bottom repeat-x;
}

.wz-nt1 {
	line-height: 30px;
	color: #000;
	font-size: 18px;
}

.wz-nt2 {
	line-height: 30px;
	color: #3c3c3c;
	font-size: 12px;
}

.wz-nt2 a,
.wz-nt2 a:visited {
	color: #3c3c3c;
}

.wz-nt2 a:hover {
	color: #b00f17;
}


/*列表*/

.dtlb {
	display: block;
	overflow: hidden;
}

.dtlb li {
	display: block;
	padding: 0 3px 37px;
	margin-bottom: 33px;
	overflow: hidden;
	background: url(../images/tt.png) bottom repeat-x;
}

.xwtu {
	display: block;
	float: left;
	width: 285px;
	height: 189px;
	overflow: hidden;
}

.xwjk {
	display: block;
	margin-left: 320px;
}

.xwj-ti {
	display: block;
	line-height: 28px;
	color: #000;
	font-size: 16px;
}

.xwj-ti:visited {
	color: #000;
}

.xwj-da {
	display: block;
	line-height: 24px;
	color: #757575;
	font-size: 12px;
}

.xwj-js {
	display: block;
	height: 95px;
	padding-top: 18px;
	line-height: 26px;
	font-size: 14px;
	color: #4d4d4d;
}

.xwj-js a,
.xwj-js a:visited {
	color: #4d4d4d;
}

.xwj-js a {
	display: block;
}

.xwj-xx {
	display: block;
	width: 113px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	background: url(../images/xbg.png) center center no-repeat;
	line-height: 40px;
	font-size: 12px;
	color: #000;
}

.xwj-xx span {
	display: block;
	position: relative;
	top: 0;
	color: #000;
}

.dtlb li:hover .xwj-ti {
	text-indent: 6px;
	color: #b00f17;
}

.dtlb li:hover .xwj-js a {
	color: #000;
}

.dtlb li:hover .xwj-xx,
.aufl li:hover .xwj-xx,
.pm-news li:hover .xwj-xx {
	background: url(../images/xbg_0.png) center center no-repeat;
}

.dtlb li:hover .xwj-xx span,
.aufl li:hover .xwj-xx span,
.pm-news li:hover .xwj-xx span {
	top: -100%;
	color: #fff;
}

.dtlb li .xwj-xx:hover span,
.aufl li .xwj-xx:hover span,
.pm-news li .xwj-xx:hover span {
	top: 0;
}


/*页码*/

.yema table {
	margin: 0 auto;
}

.yema a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	text-align: center;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	background: #e4e4e4;
}

.yema a span {
	display: block;
	position: relative;
	top: 0;
}

.yema a:hover,
.yema a.on {
	background: #b00f17;
}

.yema a:hover span,
.yema a.on span {
	top: -100%;
	color: #FFF;
}

.yema a.fan {
	margin: 0 10px;
}

.yema a.fan,
.yema a.fan:hover {
	background: #fff;
}


/**********************************news-view**************************************/

.xwn-ti {
	margin-bottom: 22px;
	overflow: hidden;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	color: #000;
}

.xwn-gjc {
	padding-bottom: 22px;
	text-align: center;
	background: url(../images/tt.png) bottom repeat-x;
	margin-bottom: 42px;
	line-height: 24px;
	font-size: 12px;
	color: #4d4d4d;
}

.xwn-gjc a,
.xwn-gjc a:visited {
	color: #4d4d4d;
}

.xwn-gjc a:hover {
	color: #8f040b;
}


/*翻页*/

.fanye {
	display: block;
	margin-top: 30px;
	padding-top: 27px;
	overflow: hidden;
	background: url(../images/tt.png) top repeat-x;
}

.hui {
	display: block;
	width: 120px;
	height: 42px;
	float: right;
	background: #eee;
	text-align: center;
	overflow: hidden;
	line-height: 42px;
	font-size: 14px;
	color: #444;
}

.hui span {
	display: block;
	position: relative;
	top: 0;
	color: #444;
}

.hui:hover {
	background: #8f040b;
}

.hui:hover span {
	top: -100%;
	color: #FFF;
}

.fanyen {
	margin-right: 140px;
	overflow: hidden;
}

.fanyen a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #777;
}

.fanyen a:visited {
	color: #777;
}

.fanyen a:hover {
	color: #444;
}

.fanyen a:hover span {
	color: #8f040b;
}


/**********************************art**************************************/

.jjk {
	overflow: hidden;
	margin-bottom: 40px;
}

.jjk1 {
	display: block;
	height: 15px;
	background: url(../images/jjk1.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.jjk2 {
	display: block;
	position: relative;
	overflow: hidden;
	background: url(../images/jjk2.jpg) center center repeat-y;
	background-size: 100% auto !important;
	padding: 8px 55px 30px;
	min-height: 214px;
}

.jjk3 {
	display: block;
	height: 18px;
	background: url(../images/jjk3.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}


/**********************************auction**************************************/

.aufl {
	display: block;
	overflow: hidden;
	margin-left: -22px;
}

.aufl li {
	display: block;
	width: 664px;
	height: 268px;
	position: relative;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
	padding: 26px;
	background: url(../images/pmbg.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.pmnbg {
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/pmbg2.jpg) left center no-repeat;
	background-size: 100% 100% !important;
}

.pmnk {
	position: relative;
	z-index: 3;
}

.pmcp {
	display: block;
	float: left;
	overflow: hidden;
}

.pmcp,
.pmcp img {
	width: 286px;
	height: 198px;
}

.pmjk {
	margin-left: 314px;
	padding-top: 0px;
}

.pmj-ti {
	display: block;
	line-height: 38px;
	font-size: 18px;
	color: #000;
}

.pmj-ti:visited {
	color: #000;
}

.pmj-js {
	display: block;
	padding-top: 14px;
	height: 120px;
	line-height: 26px;
	font-size: 14px;
	color: #6e6e6e;
}

.pmj-js a,
.pmj-js a:visited {
	color: #6e6e6e;
}

.yun {
	display: block;
	width: 133px;
	height: 45px;
	position: absolute;
	right: 30px;
	top: 40px;
	background: url(../images/yun4.png) right center no-repeat;
	z-index: 9;
}

.aufl li:hover .pmnbg {
	width: 100%;
}

.aufl li:hover .pmj-ti {
	color: #FFF;
	text-indent: 6px;
}

.aufl li:hover .pmj-js a {
	color: #f1dede;
}

.aufl li:hover .yun {
	background: url(../images/yun40.png) right center no-repeat;
}


/*拍卖资讯*/

.jjk2 .tik {
	padding-top: 40px;
}

.shan {
	display: block;
	position: absolute;
	width: 384px;
	height: 179px;
	z-index: 0;
	bottom: 30px;
	right: 0;
	background: url(../images/shan.png) right center no-repeat;
}

.pm-tuzs {
	width: 430px;
	height: 306px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}

.pm-zxlb {
	margin-left: 465px;
	position: relative;
	z-index: 6;
}

.pm-zxlb li {
	display: block;
	width: 530px;
}

.pm-zxlb li a {
	display: block;
	margin-right: 74px;
	padding-left: 16px;
	line-height: 35px;
	color: #343434;
	font-size: 14px;
	background: url(../images/dian2.png) left center no-repeat;
}

.pm-zxlb li span {
	display: block;
	float: right;
	line-height: 35px;
	color: #6e6e6e;
	font-size: 12px;
}

.pm-zxlb li:hover a {
	padding-left: 20px;
	color: #8f040b;
}

.duo3 {
	display: block;
	position: absolute;
	z-index: 9;
	top: 130px;
	right: 70px;
}

.pm-tuk {
	width: 430px;
	height: 306px;
	position: relative;
	overflow: hidden;
}

.pm-tukm {
	display: block;
	position: absolute;
	width: 430px;
	background: url(../images/pmlbm.png) repeat;
	bottom: 0;
	padding: 12px 22px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
}


/*切换*/


/* main_image */

.main_visual-pmt {
	height: 306px;
	overflow: hidden;
	position: relative;
}

.main_image-pmt {
	height: 306px;
	overflow: hidden;
	position: relative;
}

.main_image-pmt ul {
	width: 9999px;
	height: 306px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image-pmt li {
	float: left;
	width: 100%;
	height: 306px;
}

.main_image-pmt li a {
	display: block;
	width: 100%;
	height: 306px;
}

div.flicking_con-pmt {
	position: absolute;
	bottom: -20px;
	z-index: 999;
	width: 100%;
	height: 10px;
	text-align: center;
}

div.flicking_con-pmt a {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
	text-indent: -10000px
}

div.flicking_con-pmt a.on {
	background: #fff;
}

#btn_prev-pmt,
#btn_next-pmt {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 50px!important;
	height: 49px!important;
	top: 50%;
	margin-top: -25px;
	display: block;
}

#btn_prev-pmt {
	background: url(../images/pmz1.png) no-repeat left top;
	left: 5px;
}

#btn_next-pmt {
	background: url(../images/pmz2.png) no-repeat right top;
	right: 5px;
}


/*end*/


/**********************************auction-list**************************************/

.mai-lb {
	display: block;
	overflow: hidden;
	margin-left: -21px;
	padding-bottom: 15px;
}

.mai-lb li {
	display: block;
	width: 312px;
	height: 432px;
	margin-left: 21px;
	margin-bottom: 21px;
	float: left;
	position: relative;
	background: #f7f7f7;
}

.mai-nk {
	display: block;
	position: relative;
	z-index: 2;
}

.mai-nbg {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b00f17;
	z-index: 1;
}

.mtu {
	display: block;
	overflow: hidden;
}

.mtu,
.mtu img {
	width: 312px;
	height: 216px;
}

.maik {
	display: block;
	padding: 20px 25px 0;
	position: relative;
}

.maim {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.maim-mc {
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.maim-mc:hover {
	color: #000;
}

.maim-zz a {
	line-height: 30px;
	font-size: 12px;
	color: #888787;
	float: right;
}

.mai-jk {
	display: block;
	height: 76px;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 26px;
}

.mai-jk a {
	display: block;
}

.mai-jk a,
.mai-jk a:visited {
	color: #6e6e6e;
}

.mai-jg {
	display: block;
	line-height: 26px;
	color: #b00f17;
	font-size: 16px;
}

.mai-jg span {
	font-size: 12px;
}

.mai-lb li b {
	display: block;
	width: 98px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: url(../images/yun1.png) center center no-repeat;
	z-index: 6;
}

.mai-lb li:hover .mai-nbg {
	height: 100%;
}

.mai-lb li:hover .maim-mc {
	color: #fff;
}

.mai-lb li:hover .maim .maim-zz a {
	color: #fdd6d8;
}

.mai-lb li:hover .mai-jk a {
	color: #fdd6d8;
}

.mai-lb li:hover .mai-jg {
	color: #fff;
	font-size: 18px;
}

.yeman1 {
	padding-top: 30px;
	background: url(../images/tt.png) top repeat-x;
}


/**********************************auction-news**************************************/

.pm-news {
	display: block;
	overflow: hidden;
}

.pm-news li {
	display: block;
	overflow: hidden;
	padding: 0 3px 26px;
	margin-bottom: 28px;
	background: url(../images/tt.png) bottom repeat-x;
}

.pm-news-jk {
	margin-right: 217px;
}

.pm-news-ti {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.pm-news-ti:visited {
	color: #000;
}

.pm-news-js {
	padding-top: 4px;
	height: 60px;
	line-height: 24px;
	font-size: 14px;
	color: #4d4d4d;
}

.pm-news-js a {
	display: block;
}

.pm-news-js a,
.pm-news-js a:visited {
	color: #4d4d4d;
}

.pm-news-da {
	line-height: 24px;
	font-size: 16px;
	color: #4d4d4d;
}

.pm-news-da span {
	font-size: 12px;
}

.duok {
	display: block;
	float: right;
	width: 165px;
	height: 100px;
	margin-top: 8px;
	border-left: 1px solid #ebebeb;
	padding-top: 8px;
	padding-right: 8px;
}

.duok .xwj-xx {
	float: right;
}

.pm-news li:hover .pm-news-ti {
	color: #b00f17;
	text-indent: 6px;
}

.pm-news li:hover .pm-news-js a {
	color: #b00f17;
}


/**********************************auction-view**************************************/

.mabg1 {
	height: 13px;
	background: url(../images/mabg1.jpg) center center no-repeat;
}

.mabg2 {
	height: auto;
	overflow: hidden;
	padding: 15px 28px 18px;
	background: #f7f7f7;
	position: relative;
}

.mabg3 {
	height: 13px;
	margin-bottom: 30px;
	background: url(../images/mabg3.jpg) center center no-repeat;
}

.mabg2 b {
	display: block;
	width: 98px;
	height: 32px;
	position: absolute;
	bottom: 10px;
	right: 35px;
	background: url(../images/yun1.png) center center no-repeat;
	z-index: 6;
}

.majgk {
	display: block;
	float: right;
	width: 298px;
	height: 128px;
	padding-left: 38px;
}

.maj-js {
	margin-right: 298px;
	padding-right: 25px;
	border-right: 1px solid #e7e7e7;
}

.maj-js-ti {
	margin-bottom: 5px;
	line-height: 30px;
	color: #000;
	font-size: 18px;
}

.maj-js-zz {
	margin-bottom: 5px;
	line-height: 22px;
	color: #767676;
	font-size: 12px;
}

.maj-js-js {
	padding-top: 22px;
	line-height: 22px;
	color: #767676;
	font-size: 14px;
}

.majgk1 {
	line-height: 40px;
	color: #b00f17;
	font-size: 36px;
}

.majgk1 span {
	font-size: 18px;
}

.majgk2 {
	padding-top: 40px;
	margin-left: -12px;
}

.majgk2 a {
	display: block;
	float: left;
	width: 113px;
	height: 35px;
	overflow: hidden;
	margin-left: 12px;
	background: url(../images/mqz1.png) center center no-repeat;
	line-height: 35px;
	font-size: 14px;
	color: #414141;
	text-align: center;
}

.majgk2 a.on {
	background: url(../images/mqz2.png) center center no-repeat;
	color: #96020a;
}

.majgk2 a span {
	display: block;
	position: relative;
	top: 0;
}

.majgk2 a:hover span {
	top: -100%;
}

.fan2 {
	margin-top: 40px;
	padding-top: 36px;
	background: url(../images/tt.png) top repeat-x;
}

.fan2 table {
	margin: 0 auto;
}

.fan2 .xwj-xx {
	display: block;
	float: left;
	margin: 0 12px;
}

.xwj-xx:hover,
.xwj-xx.on {
	background: url(../images/xbg_0.png) center center no-repeat;
}

.xwj-xx:hover span,
.xwj-xx.on span {
	top: -100%;
	color: #fff;
}

.xwj-xx.on:hover span {
	top: 0;
}


/**********************************recruit**************************************/

.zs-news-jk {
	margin-left: 126px;
}

.zs-news-da {
	display: block;
	float: left;
}

.zs-news-da1 {
	line-height: 39px;
	font-size: 30px;
	color: #b4b4b4;
}

.zs-news-da2 {
	line-height: 39px;
	font-size: 14px;
	color: #b4b4b4;
}

.pm-news li:hover .zs-news-da1 {
	color: #96020a;
}

.pm-news li:hover .zs-news-da2 {
	color: #96020a;
	padding-left: 48px;
}


/**********************************recruit-students**************************************/

.zxbm-dti {
	display: block;
	overflow: hidden;
	margin-bottom: 26px;
	background: url(../images/tt.png) top repeat-x;
	margin-top: 45px;
	padding-top: 36px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.down {
	display: block;
	float: left;
	width: 113px;
	height: 40px;
	background: url(../images/xbg_0.png) center center no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff !important;
}

.down,
.down:visited {
	color: #fff !important;
}

.bmk {
	display: block;
	background: url(../images/bmbg.jpg) repeat;
	overflow: hidden;
}

.bmk1 {
	display: block;
	height: 13px;
	background-size: 100% 100% !important;
	background: url(../images/bmbg1.png) center center no-repeat;
}

.bmk3 {
	display: block;
	height: 13px;
	background-size: 100% 100% !important;
	background: url(../images/bmbg3.png) center center no-repeat;
}

.bmk2 {
	display: block;
	background: url(../images/bmbg2.png) center center repeat-y;
	background-size: 100% auto !important;
	padding: 15px 33px 33px;
}

.bm-dm {
	display: block;
	padding-bottom: 17px;
	margin-bottom: 28px;
	text-align: center;
	background: url(../images/tt2.png) bottom repeat-x;
	line-height: 30px;
	font-size: 20px;
	color: #000;
}

.sub {
	display: block;
	width: 155px;
	height: 54px;
	background: url(../images/tjbg.png) center center no-repeat;
	margin: 0 auto;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.biaok {
	margin-left: -15px;
	overflow: hidden;
	clear: both;
}

.biao {
	display: block;
	width: 264px;
	height: 45px;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
}

.biao1 {
	display: block;
	width: 543px;
	height: 45px;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
}

.biao span,
.biao1 span,
.biao21 span,
.biao22 span,
.biao23 span,
.biao24 span {
	display: block;
	position: absolute;
	background: #FFF;
	top: 0;
	left: 0;
	padding-left: 22px;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
	z-index: 3;
}

.biao span b,
.biao1 span b,
.biao21 span b,
.biao22 span b,
.biao23 span b,
.biao24 span b {
	font-style: normal;
	color: #d6000c;
}

.biao input,
.biao1 input,
.biao21 input,
.biao22 input,
.biao24 input {
	display: block;
	position: relative;
	background: #FFF;
	width: 100%;
	height: 100%;
	padding-right: 15px;
	line-height: 43px !important;
	font-size: 14px;
	color: #3f3f3f;
}

.biao-zi2 {
	padding-left: 78px;
}

.biao-zi4 {
	padding-left: 105px;
}

.biao-zi7 {
	padding-left: 146px;
}

.biao-zi8 {
	padding-left: 156px;
}

.kecheng {
	display: block;
	padding-left: 22px;
	width: 100%;
	height: 43px;
	border: none;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
}

.biao23 textarea.guo {
	text-indent: 6em;
}

.biao24 {
	display: block;
	width: 334px;
	height: 45px;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
}

.jlk .biao-zi2 {
	padding-left: 68px;
}

.jlk .biao-zi4 {
	padding-left: 94px;
}


/**********************************recruit-travel**************************************/

.yx-news-jk {
	margin-right: 176px;
}

.yx-news-da {
	display: block;
	width: 130px;
	border-left: 1px solid #ebebeb;
	float: right;
	text-align: right;
}

.pm-news li:hover .yx-news-da .zs-news-da2 {
	color: #96020a;
	padding-right: 48px;
}

.biao21 {
	display: block;
	width: 403px;
	height: 45px;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
}

.biao22 {
	display: block;
	width: 194px;
	height: 45px;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
}

.bm-rs {
	display: block;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 14px;
	line-height: 28px;
	font-size: 16px;
	color: #444;
}

.biao23 {
	display: block;
	height: 120px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #e9e9e9;
	padding: 7px 15px;
}

.biao23 textarea {
	display: block;
	display: block;
	position: relative;
	background: #FFF;
	width: 100%;
	height: 105px;
	padding-right: 15px;
	line-height: 28px !important;
	font-size: 14px;
	color: #3f3f3f;
	text-indent: 4em;
}


/**********************************recruit-travel-view**************************************/

.ren {
	display: block;
	margin-left: 78px;
	width: 110px;
	height: 43px;
	background: #FFf;
	border: none;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
}


/**********************************branch-view**************************************/

.fy-gln {
	overflow: hidden;
	padding-bottom: 17px;
	margin-left: -17px;
	margin-bottom: 30px;
	background: url(../images/tt.png) bottom repeat-x;
}

.fy-gln a {
	display: block;
	float: left;
	width: 174px;
	height: 46px;
	padding-right: 32px;
	text-align: center;
	margin-left: 17px;
	margin-bottom: 8px;
	background: url(../images/fylbg1.png) center center no-repeat;
	line-height: 38px;
	font-size: 14px;
	color: #000;
}

.fy-gln a:hover,
.fy-gln a.on {
	background: url(../images/fylbg2.png) center center no-repeat;
	color: #fff;
}


/**********************************branch**************************************/

.fllb {
	display: block;
}

.fllb ul {
	display: block;
	overflow: hidden;
	margin-left: -12px;
	margin-bottom: 30px;
}

.fllb ul li {
	display: block;
	float: left;
	width: 438px;
	height: 229px;
	position: relative;
	margin-left: 12px;
	margin-bottom: 15px;
	background: url(../images/fybg.jpg) center center no-repeat;
	background-size: 100% 100%!important;
}

.fllb ul li a {
	display: block;
	height: 229px;
	position: relative;
	z-index: 6;
	padding: 28px 34px 0;
}

.flhbg {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/fybg2.jpg) left top no-repeat;
}

.adb1,
.adb2,
.adb3 {
	display: block;
	float: left;
	width: 19px;
	height: 26px;
}

.adb1 {
	background: url(../images/adb1.png) center center no-repeat;
}

.adb2 {
	background: url(../images/adb2.png) center center no-repeat;
}

.adb3 {
	background: url(../images/adb3.png) center center no-repeat;
}

.fllb ul li:hover .flhbg {
	width: 100%;
}

.fllb ul li:hover .fym,
.fyk dd:hover .fym {
	background: url(../images/tt3.png) center bottom repeat-x;
	color: #FFF;
}

.fllb ul li:hover .adb1,
.fyk dd:hover .adb1 {
	background: url(../images/adb10.png) center center no-repeat;
}

.fllb ul li:hover .adb2,
.fyk dd:hover .adb2 {
	background: url(../images/adb20.png) center center no-repeat;
}

.fllb ul li:hover .adb3,
.fyk dd:hover .adb3 {
	background: url(../images/adb30.png) center center no-repeat;
}

.fllb ul li:hover .add span {
	color: #FFF;
}

.fllb ul li:hover .add:hover span {
	text-indent: 4px;
}


/**********************************about-cooperation**************************************/

.ab-hztu {
	display: block;
	float: left;
	width: 182px;
	height: 119px;
	overflow: hidden;
}

.ab-news-jk {
	margin-left: 210px;
	margin-right: 176px;
	padding-top: 4px;
}

.ab-news-jk .pm-news-ti {
	margin-bottom: 18px;
}

.ab-coo .yx-news-da {
	padding-top: 10px;
}


/**********************************contact**************************************/

.map {
	margin-bottom: 30px;
}


/**********************************inquiry-view**************************************/

.xxbg1 {
	display: block;
	height: 143px;
	background: url(../images/xxbg1.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.zscx-ti {
	margin-top: -27px;
}

.wz-nt02 {
	padding-top: 28px;
	padding-right: 36px;
	line-height: 24px;
	color: #eee0df;
	font-size: 12px;
}

.wz-nt02 a,
.wz-nt02 a:visited {
	color: #eee0df;
}

.wz-nt02 a:hover {
	color: #fff;
}

.xxbg2.jjk2 {
	padding: 20px 55px 40px;
	overflow: hidden;
}

.ybm {
	margin-bottom: 22px;
	line-height: 34px;
	font-size: 18px;
	color: #3f3f3f;
}

.zs-yb {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url(../images/tt.png) bottom repeat-x;
}

.zs-yb-tu {
	display: block;
	margin-left: -25px;
}

.zs-yb1,
.zs-yb2,
.zs-yb3 {
	display: block;
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}

.zs-yb1 {
	width: 204px;
}

.zs-yb2 {
	width: 433px;
}


/**********************************inquiry**************************************/

.cxbg {
	background: url(../images/cxbg.jpg) top right no-repeat;
	height: 442px;
}

.chak {
	display: block;
	width: 440px;
	height: 45px;
	margin-bottom: 12px;
	background: #fafafa;
	position: relative;
	border: 1px solid #e9e9e9;
}

.chak span {
	display: block;
	position: absolute;
	left: 20px;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
	z-index: 2;
}

.chak input {
	display: block;
	width: 100%;
	height: 43px;
	background: #fafafa;
	padding-right: 15px;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
}

.chak-zi2 {
	padding-left: 65px;
}

.chak-zi3 {
	padding-left: 80px;
}

.chak-zi4 {
	padding-left: 94px;
}

.yzmtu {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
}


/*查询结果*/

.cx-jg {
	margin-bottom: 30px;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	padding: 27px 50px 40px;
	overflow: hidden;
}

.cx-jg-rm {
	display: block;
	margin-bottom: 17px;
	line-height: 30px;
	font-size: 20px;
	color: #080808;
}

.cx-xx {
	display: block;
	overflow: hidden;
}

.cx-xx li {
	display: block;
	float: left;
	width: 50%;
	line-height: 38px;
	font-size: 14px;
	color: #3f3f3f;
}

.xue {
	display: block;
	width: 100%;
	height: 43px;
	border: none;
	background: #fafafa;
	padding-left: 20px;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
}

.kan {
	display: block;
	float: left;
	width: 155px;
	height: 54px;
	margin-top: 25px;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	color: #fff !important;
	background: url(../images/tjbg.png) center center no-repeat;
}


/*出处*/

.chuchu {
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #b57678;
	font-size: 12px;
	line-height: 14px;
}


/**************************art-artist2017-05-04****************************/

.ysjk {
	display: block;
	overflow: hidden;
	margin-left: -19px;
}

.ysjk li {
	display: block;
	float: left;
	position: relative;
	width: 230px;
	height: 320px;
	overflow: hidden;
	padding: 20px 20px 0;
	margin-left: 19px;
	margin-bottom: 20px;
	background: url(../images/ysjbg.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.ysjtu {
	display: block;
	margin-bottom: 9px;
	overflow: hidden;
}

.ysjm {
	display: block;
	margin-bottom: 12px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.ysjkan {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #8e0308 !important;
}

.ysjdk {
	display: block;
	position: relative;
	z-index: 2;
}

.ysjbg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: url(../images/ysjbg2.jpg) center center no-repeat;
}

.ysjk li:hover .ysjbg {
	top: 0;
}

.ysjk li:hover .ysjm {
	color: #FFF;
}

.ysjk li:hover .ysjkan {
	color: #fdc2c5 !important;
}


/**************************art-artist-view****************************/

.ckan {
	display: block;
	background: url(../images/xbg_0.png) center center no-repeat;
	width: 113px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
}

.kan0 {
	padding: 30px 0 5px;
	overflow: hidden;
}


/**************************64挂****************************/

.gualb {
	display: block;
	overflow: hidden;
	margin-left: -18px;
}

.gualb li,
.guantu0 {
	display: block;
	width: 106px;
	height: 151px;
	float: left;
	overflow: hidden;
	margin-left: 18px;
	margin-bottom: 18px;
	background: url(../images/guabg.jpg) center center no-repeat;
	background-size: 100% 100% !important;
}

.gualb li a {
	display: block;
}

.guatu {
	display: block;
	padding: 17px;
	height: 103px;
	margin-bottom: 10px;
}

.guam {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
}

.guatu img {
	width: 72px;
	height: 69px;
}


/**************************64挂-view****************************/

.guantu {
	background: url(../images/tt.png) bottom center repeat-x;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.guantu0 {
	margin-left: 0;
}

.guantu0 .guam {
	color: #b00f17;
	font-size: 16px;
}


/**public**/

.pmtu1:hover img,
.pmtuk2 a:hover img,
.dtlb li:hover .xwtu img,
.aufl li:hover .pmcp img,
.mai-lb li:hover .mtu img,
.pm-news li:hover .ab-hztu img,
.ysjk li:hover .ysjtu img {
	transform: scale(1.12);
	-ms-transform: scale(1.12);
	/* IE 9 */
	-webkit-transform: scale(1.12);
	/* Safari 和 Chrome */
	-o-transform: scale(1.12);
	/* Opera */
	-moz-transform: scale(1.12);
}

.dtlb li .xwtu:hover img,
.aufl li .pmcp:hover img,
.mai-lb li .mtu:hover img,
.pm-news li .ab-hztu:hover img,
.ysjk li .ysjtu:hover img {
	transform: scale(1.06);
	-ms-transform: scale(1.06);
	/* IE 9 */
	-webkit-transform: scale(1.06);
	/* Safari 和 Chrome */
	-o-transform: scale(1.06);
	/* Opera */
	-moz-transform: scale(1.06);
}

.pmtm b {
	animation: xia 1s linear infinite alternate both;
	-webkit-animation: xia 1s linear infinite alternate both;
	-moz-animation: xia 1s linear infinite alternate both;
	-o-animation: xia 1s linear infinite alternate both;
}

@keyframes xia {
	0% {
		right: 27px;
	}
	100% {
		right: 37px;
	}
}

@-webkit-keyframes xia {
	0% {
		right: 27px;
	}
	100% {
		right: 37px;
	}
}

@-moz-keyframes xia {
	0% {
		right: 27px;
	}
	100% {
		right: 37px;
	}
}

@-o-keyframes xia {
	0% {
		right: 27px;
	}
	100% {
		right: 37px;
	}
}

@-ms-keyframes xia {
	0% {
		right: 27px;
	}
	100% {
		right: 37px;
	}
}

.nav li a,
.nolb a,
.sik li,
.si-injs,
.simk a,
.simkm,
.simk,
.duo a,
.zx-inti,
.zx-injs,
.zxlb-ti,
.pmtu1 img,
.pmtuk2 a img,
.pmtm,
.duo2,
.add span,
.sibg,
.duo,
.erj a,
.fenj a,
.flbg2 a,
.wz-nt2 a,
.xwtu img,
.xwj-ti,
.xwj-js a,
.xwj-xx,
.xwj-xx span,
.yema a span,
.xwn-gjc a,
.hui span,
.hui,
.fanyen a span,
.fanyen a,
.pmnbg,
.pmcp img,
.pmj-ti,
.pmj-js a,
.yun,
.pm-zxlb li a,
.mtu img,
.sik li b,
.mai-lb li b,
.mai-nbg,
.maim-mc,
.maim-zz,
.mai-jk a,
.mai-jg,
.pm-news-ti,
.pm-news-js a,
.majgk2 a span,
.zs-news-da1,
.zs-news-da2,
.fy-gln a,
.flhbg,
.adb1,
.adb2,
.adb3,
.fym,
.ab-hztu img,
.wz-nt02 a,
.fykbg,
.ysjtu img,
.ysjk li,
.ysjbg,
.ysjkan,
.ysjm,
.maim-zz a {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pmtm {
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}


/* 统计代码 */

#tongji img {
	display: inline;
}


/******2017-05-17****/


/*member-login*/

.lo-dlk {
	display: block;
	padding: 50px 0 157px 120px;
	background: url(../images/lo-shan.jpg) right bottom no-repeat;
}

.lo-dlkx {
	display: block;
	width: 440px;
	height: 45px;
	position: relative;
	margin-bottom: 12px;
	border: 1px solid #e9e9e9;
	background: #fafafa;
}

.lo-dlkx input {
	display: block;
	height: 43px;
	background: #fafafa;
	padding-left: 80px;
	padding-right: 30px;
	line-height: 43px !important;
	font-size: 14px;
	color: #3f3f3f;
}

.lo-dlkx span {
	display: block;
	position: absolute;
	z-index: 3;
	left: 22px;
	line-height: 43px;
	font-size: 14px;
	color: #3f3f3f;
}

.lo-yzm {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
}

.lo-sub {
	display: block;
	width: 155px;
	height: 54px;
	margin-top: 20px;
	background: url(../images/tjbg.png) center center no-repeat;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}


/*user*/

.us-ch {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #3c3c3c;
}

.us-ch i {
	font-style: normal;
	color: #8e0308;
}

.us-grxx {
	padding-top: 20px;
}

.us-xx {
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.us-xxm {
	display: block;
	float: left;
	width: 92px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #3f3f3f;
}

.us-xx input[type="text"] {
	display: block;
	float: left;
	width: 420px;
	height: 34px;
	border: 1px solid #ddd;
	padding: 0 12px;
	line-height: 32px !important;
	font-size: 14px;
	color: #3f3f3f;
}

.us-xx input[type="radio"] {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 10px;
}

.us-xx label {
	display: block;
	float: left;
	padding: 0 6px;
	margin-right: 6px;
	line-height: 34px;
	font-size: 14px;
	color: #3f3f3f;
}


/**user-course**/

.us-cklb {
	display: block;
	overflow: hidden;
	margin-left: -42px;
}

.us-cklb li {
	display: block;
	float: left;
	position: relative;
	width: 466px;
	height: 406px;
	background: #f7f7f7;
	margin-left: 42px;
	margin-bottom: 40px;
}

.us-cklb li a {
	display: block;
}

.us-kcm {
	display: block;
	padding: 18px 30px 12px;
}

.us-kcm1 {
	display: block;
	margin-bottom: 14px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.us-kcm2 {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #b00f17;
}

.us-yun {
	display: block;
	position: absolute;
	z-index: 0;
	right: 20px;
	bottom: 20px;
}


/*2017-06-12*/

.lxkf {
	display: block;
	margin-top: 30px;
	padding-top: 33px;
	background: url(../images/tt2.png) center top repeat-x;
	line-height: 22px;
	font-size: 14px;
	color: #686868;
}

.lxkf a,
.lxkf a:visited {
	color: #8E0308;
}

.xwn-tiko {
	display: block;
	overflow: hidden;
	background: url(../images/tt2.png) center bottom repeat-x;
	margin-bottom: 25px;
}

.xwn-cheng {
	display: block;
	border: 2px solid #8f040b;
	line-height: 30px;
	font-size: 14px;
	color: #8f040b !important;
	padding: 0 15px;
}

.xwn-cheng:visited {
	color: #8f040b;
}


/*2017-09-13*/

.tsouk {
	display: block;
	width: 332px;
	height: 40px;
	border-radius: 2px;
	margin-top: 34px;
	margin-right: 26px;
	border: 1px solid #bbb;
}
.tsouk select {
	display: block;
	float: left;
	width: 90px;
	height: 38px;
	border: none;
	padding-left: 10px;
	line-height: 38px;
	font-size: 12px;
	color: #666;
	background-color: transparent;
}
.tsouk .tsous {
	display: block;
	float: left;
	width: 200px;
	height: 38px;
	padding: 0 12px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: transparent !important;
}

.tsouk .tsouc {
	display: block;
	float: left;
	width: 40px;
	height: 38px;
	background: url(../images/tsouc.png) center center no-repeat;
	cursor: pointer;
}


/*作品搜索*/

.zp-souk {
	display: block;
	margin-top: 26px;
	width: 266px;
	height: 34px;
	background: url(../images/zp-soubg.png) center center no-repeat;
}

.zp-sous {
	display: block;
	width: 215px;
	height: 34px;
	background-color: transparent !important;
	float: left;
	padding-left: 20px;
	padding-right: 12px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
}

.zp-souc {
	display: block;
	width: 41px;
	height: 34px;
	background-color: transparent !important;
	cursor: pointer;
}


/*下拉美化*/

.search select {
	display: none;
}

.search .select_box {
	color: #999999;
	width: 90px;
	height: 38px;
	border: none;
	/*padding-left: 10px;*/
	line-height: 38px;
	font-size: 12px;
	color: #666;
	float: left;
	position: relative;
}

.search .select_showbox {
	height: 38px;
	background: url(../images/search_ico.png) no-repeat 70px center;
	padding-left: 10px;
}

.search .select_showbox.active {
	background: url(../images/search_ico_hover.png) no-repeat 70px center;
}

.search .select_option {
	border: 1px solid #bbbbbb;
	border-top: none;
	display: none;
	left: -1px;
	top: 38px;
	text-align: center;
	position: absolute;
	z-index: 99;
	background: #f2f3f5;
}

.search .select_option li {
	width: 90px;
	cursor: pointer;
}

.search .select_option li.selected {
	background-color: #f2f3f5;
	color: #777;
}

.search .select_option li.hover {
	background: #ddd;
	color: #444;
}

