﻿* {
	word-wrap: break-word;
}

body {
	background: #FFF
}
input,
button,
select,
textarea {
	font: 12px/1.5 Tahoma, Helvetica, 'SimSun', sans-serif;
	color: #444;
}

textarea {
	resize: none;
}

ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
.pr,
.pc {
	margin: 0;
	padding: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
	font-weight: 400;
}

ul li,
.xl li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

em,
cite,
i {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

.z {
	float: left;
}

.y {
	float: right;
}

.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cl {
	zoom: 1;
}

.hidefocus {
	outline: none;
}

hr {
	display: block;
	clear: both;
	*margin-top: -8px !important;
	*margin-bottom: -8px !important;
}

.deantip {
	width: 100%;
	background: #fff;
	padding: 16px 0;
}

.deantip .deanw1180 {
	width: 1180px;
	margin: 0 auto;
}

.deanw1180 {
	max-width: 1180px;
	margin: 0 auto;
}

.deanborder {
	border: 1px solid #f0f0f0!important;
}

.deanfff {
	background: #fff;
}

.top15 {
	margin-top: 15px!important;
}

.top20 {
	margin-top: 20px!important;
}

.bom30 {
	margin-bottom: 30px!important;
}

.clear {
	clear: both;
}

.top80 {
	padding-top: 70px!important;
}

.ct2_a .mn {
	width: 1010px;
}

a:hover {
	text-decoration: none;
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.deanduang {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.deanduang:hover {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}
	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}
	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		-ms-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}
	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		-ms-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}
	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		-ms-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}


.rubberBand {
-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.rubberBand:hover {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


.tel {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.tel:hover {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


.review:hover {
	-webkit-animation-name: bounceIn  ;
	animation-name: bounceIn ;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 0.6;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.deanxz img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.deanxz a:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.deanmove {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.deanmove:hover {
	transform: translate(0px, -5px);
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
	-ms-transform: translate(0px, -5px);
}

.deanlarge a img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.deanlarge a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.deanzhendong:hover {
	-webkit-animation: icon-bounce 0.7s alternate;
	-moz-animation: icon-bounce 0.7s alternate;
	-o-animation: icon-bounce 0.7s alternate;
	animation: icon-bounce 0.7s alternate;
}

.deanxx:hover {
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.deancoverimgact {
	position: absolute;
	left: -238px;
	top: 0;
	width: 228px;
	height: 160px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
}

.deanartice li:hover .deancoverimgact {
	left: 228px;
	transition: .9s;
	-moz-transition: .9s;
	-o-transition: .9s;
	-webkit-transition: .9s;
}

body {
	font-family: microsoft yahei;
	background: #fff;
}

.deanwp,
.wp,
.dean1180 {
	width: 1180px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#toptb {
	height: 30px;
	background: #fff;
	border-bottom: 1px solid #f9f9f9;
	background: #f9f9f9;
}

.deanheader {
	width: 100%;
	height: 70px;
	background: #2D384A;
	overflow: hidden;
}

.deanheader .deanw1180 {
	width: 1180px;
	margin: 0 auto;
}

.deanlogo {
	float: left;
	margin-top: 10px; width: 200px; color: #FFFFFF;
}

.deannav {
	float: left;
	height: 70px;
	width: 740px;
	overflow: hidden;
}

.deannav ul {
	height: 70px;
	line-height: 70px;
	width: 940px;
	overflow: hidden;
}

.deannav ul li {
	float: left;
	position: relative;
}

.deannav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.deannav ul li span {
	display: none;
}

.deannav ul li.a a,
.deannav ul li a:hover {
	background: #C00;
}

.deandenglu {
	float: right;
}

#mn_userapp_menu {
	display: none;
}

#mn_userapp .icon_down {
	display: none!important;
}

.deansearch {
	float: right;
	position: relative;
	z-index: 109;
	margin-left: 10px;
}

.deansearchico {
	position: relative;
	width: 30px;
	height: 70px;
	cursor: pointer;
	background: url(../images/searchhover.png) center center no-repeat;
}

.deansearchdiv {
	position: absolute;
	right: -5px;
	top: 12px;
	display: none;
	z-index: 101;
}

#scbar {
	border: 0;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #f0f0f0;
}

#scbar_txt {
	font-family: microsoft yahei;
	font-size: 13px;
	width: 300px!important;
	background: #fff;
	border: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	z-index: 109;
}

#scbar_btn {
	height: 40px;
	width: 50px;
	border-right: 0;
	background: url(../images/search.png) center center no-repeat;
}

#scbar_type {
	height: 40px;
	line-height: 40px;
	border-right: 0;
	background: none;
	text-align: center;
	padding-right: 10px;
	color: #959595!important;
	font-size: 13px;
}

#scbar_type_menu {
	margin-top: 0px;
}

#scbar_type_menu {
	box-shadow: 0 3px 0 #e6e6e6;
	border: 1px solid #f0f0f0;
	padding: 0;
	border-radius: 0 0 2px 2px;
}

#scbar_type_menu li a {
	padding: 5px 10px;
	font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
}

#scbar_type_menu li a:hover {
	background: #f2f2f2;
	color: #333;
}

.izl-rmenu {
	position: fixed;
	right: 10px;
	margin-right: 20px;
	bottom: 20px;
	padding-bottom: 20px;
	z-index: 999;
}

.izl-rmenu .btn {
	width: 60px;
	height: 60px;

	cursor: pointer;
	position: relative;
}

.izl-rmenu .btn-qq {
	background: url(../img/qq.png) center center no-repeat;
	 background-color: #6ba9e1; display: block;
	border-bottom: 0;
}

.izl-rmenu .btn-qq:hover {
	background-color: #5ba128;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
	background: url(../img/qq.png) center center no-repeat;
	background-color: #78c440;
	text-decoration: none;
	display: block;
}

.izl-rmenu .btn-wx {
	background: url(../img/wechat.png) center center no-repeat;
	background-color: #6da8df;
	border-bottom: 0;
}

.izl-rmenu .btn-wx:hover {
	background-color: #3681c4;
}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -122px;
	bottom: 0px;
	display: none;
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
}

.izl-rmenu .btn-phone {
	background: url(../img/phone.gif) center center no-repeat;
	background-color: #faaf1f;
}

.izl-rmenu .btn-phone:hover {
	background-color: #db9612;
}

.izl-rmenu .btn-phone .phone {
	background-color: #db9612;
	position: absolute;
	width: 170px;
	left: -170px;
	top: -1px;
	line-height: 60px;
	border: 1px solid #eee;
	border-right: 0;
	height: 60px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	border-top: 0;
	background: url(../img/top.gif) center center no-repeat;
	background-color: #656565;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #f0f0f0;
}

.deanfooter {}

.deanftm1 {
	height: 5px;
	width: 100%;
}

.deanftm1 span {
	width: 25%;
	float: left;
	height: 5px;
	display: block;
}

.deanftm1 span.deanfspan1 {
	background: #1f7898;
}

.deanftm1 span.deanfspan2 {
	background: #1f7898;
}

.deanftm1 span.deanfspan3 {
	background: #1f7898;
}

.deanftm1 span.deanfspan4 {
	background: #1f7898;
}

.deanfttop {
	background: #30343e;
	padding: 30px 0;
}

.deanw1180 {
	max-width: 1180px;
	margin: 0 auto;
}

.deanftpad {
	float: left;
	margin-right: 30px;
}

.deanftpad .dlogo {
	float: left;
	margin-right: 20px;
	background: url(../img/slogo.png) left center no-repeat;
	width: 55px;
	height: 55px
}

.deanftpad h3 {
	font-size: 16px;
	color: #f8f8f8;
	font-weight: 600;
	float: left;
	line-height: 55px
}

.deanftpad ul {
	margin-top: 15px;
}

.deanftpad ul li {
	line-height: 30px;
	font-size: 13px;
	color: #999;
}

.deanftpad ul li a {
	color: #a8a8a8;
}

.deanftpad ul li a:hover {
	color: #fff;
}

.deanftpada {
	white-space: nowrap;
	width: 170px;
	margin-top: 15px;
}

.deanftpada a {
	font-size: 14px;
	color: #999;
	display: block;
	float: left;
	margin-right: 15px;
	line-height: 30px;
}

.deanftpada a:hover {
	color: #fff;
}

.deanftpadimg {
	margin-top: 15px;
}

.deanftpadimg a {
	display: block;
	margin-bottom: 10px;
}

.deanftpadimg a img {
	opacity: 0.7;
}

.deanftpadimg a:hover img {
	opacity: 1;
}

.deanftright {
	float: right;
	margin-top: 13px
}

.deanftright h3 {
	font-size: 16px;
	color: #FFCC00;
	font-weight: normal;
	margin-bottom: 15px;
	font-weight: bold;
}

.deanftel {
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #aaa;
	margin-top: 15px;
	text-indent: 48px;
	background: url(../img/tel1.png) 0 0 no-repeat;
}

.deanftshare {
	margin-top: 35px;
}

.deanftshare ul {}

.deanftshare ul li {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	margin-right: 10px;
}

.deanftshare ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.deanftshare ul li.deanftli1 a {
	background-color: #FD3672;
}

.deanftshare ul li.deanftli2 a {
	background-color: #99CC00;
}

.deanftshare ul li.deanftli3 a {
	background-color: #A97CE7;
}

.deanftshare ul li.deanftli4 a {
	background-color: #FFCC00;
}

.deanftshare ul li a:hover {
	opacity: 1;
}

.deanftshare ul li.deanftli1 a span {
	display: block;
	width: 40px;
	height: 40px;
	background:url(../img/sina.png) center center no-repeat;
}

.deanftshare ul li.deanftli2 a span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/wx.png) center center no-repeat;
}

.deanftshare ul li.deanftli3 a span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/bird.png) center center no-repeat;
}

.deanftshare ul li.deanftli4 a span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/rss.png) center center no-repeat;
}

.deanftshare ul li.deanftli2 {
	position: relative;
}

.deanftshare ul li.deanftli2 b {
	position: absolute;
	bottom: -70px;
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	-webkit-transform: translate(-50%, -90%) scale(0);
	-ms-transform: translate(-50%, -90%) scale(0);
	transform: translate(-50%, -90%) scale(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	height: 120px
}

.deanftshare ul li.deanftli2 b:after {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	bottom: 0;
	display: block;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

.deanftshare ul li.deanftli2:hover b {
	display: block;
	opacity: 1;
	-webkit-transform: translate(-50%, -100%) scale(1);
	-ms-transform: translate(-50%, -100%) scale(1);
	transform: translate(-50%, -100%) scale(1);
}

.deanftbottom {
	background: #292c33;
	color: #64676c;
	height: 45px;
	line-height: 45px;
}

.deanftnav {
	float: left;
}

.deanftnav a {
	float: left;
	font-size: 12px;
	color: #aaa;
}

.deanftnav a:hover {
	color: #fff;
}

.deanftnav em {
	float: left;
	font-size: 12px;
	color: #666;
	padding: 0 10px;
}

.deanftttr {
 /* float: right; */
    color: #999;
    font-size: 12px;
    text-align: center;
}

.deanftttr a {
	color: #aaa;
}

.deanftttr a:hover {
	color: #fff;
}

#mu {
	width: 1180px!important;
	border: 0!important;
	margin: 0 auto!important;
}

#mu ul {
	background: #fff!important;
	padding: 5px 0;
	width: 1180px!important;
	margin: 0 auto!important;
}

#deansubnav .p_pop {
	background: #FD2063;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 0 0 2px 2px;
	min-width: 100px;
	text-align: center;
	padding: 0;
}

#deansubnav .p_pop a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px!important;
	padding: 0 10px;
	border-bottom: 0;
	color: #fff;
	border-bottom: 0;
}

#deansubnav .p_pop a:hover {
	background: #ff5c8d;
}

.deanunlogin {
	height: 70px;
	position: relative;
	z-index: 108;
}

.deanunlogin ul {
	float: left;
}

.deanunlogin ul li {
	float: left;
	height: 70px;
	line-height: 70px;
}

.deanunlogin ul li.deanem {
	color: #999;
	font-size: 14px;
	padding: 0 15px;
}

.deanunlogin li a {
	float: left;
	color: #eee;
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
}

.deanunlogin li a:hover {
	color: #98CE1E;
}

.deanunlogin span {
	display: block;
	width: 30px;
	height: 70px;
	position: relative;
	z-index: 3;
	border-radius: 30px;
	background: url(../images/avar.png) center center no-repeat;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.deanunlogin li a:hover {
	opacity: 0.9;
}

.deankjdl {
	float: left;
	display: none;
	position: absolute;
	z-index: 2;
	left: -30px;
	top: 70px;
	width: 40px;
}

.deanunlogin dl {
	background: #FD2063;
	width: 100px;
	padding: 0;
}

.deanunlogin dl dd {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}

.deanunlogin dl dd a {
	color: #fff;
	display: block;
}

.deanunlogin dl dd a:hover {
	background: #ff5c8d;
}

.deanloginin {
	color: #38485a;
	float: right;
}

.deanavartop {
	float: left;
	width: 35px;
	height: 70px;
	overflow: hidden;
}

.deanavartop img {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-top: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.deanavartop a:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.deanusername {
	float: left;
	height: 70px;
	line-height: 70px;
	padding: 0 5px;
}

.deanusername .vwmy,
.vwmyqq {
	background: none;
	padding-left: 0;
}

.deanusername a {
	color: #eee;
	font-size: 14px;
}

.deantxs {
	float: left;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.deantxs a {
	display: block;
	position: relative;
	background: url(../images/tx.png) center center no-repeat;
	width: 40px;
	height: 70px;
}

.deantxs a:hover {
	background: url(../images/tx.png) center center no-repeat;
}

.deantxs a em {
	background: #FD2063;
	border-radius: 1px;
	color: #fff;
	display: block;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	position: absolute;
	right: -20%;
	top: 3px;
}

#myprompt.new {
	background: url(../images/tx.png) center center no-repeat;
}

.deaninfo {
	float: left;
	position: relative;
	z-index: 108;
	margin-left: 5px;
}

.deanhove {
	width: 40px;
	height: 70px;
	background: url(../images/set.png) center center no-repeat;
	cursor: pointer;
}

.deanhoved {
	background: #666 url(../images/sethover.png) center center no-repeat;
}

.deanmessage {
	background: #666;
	padding-top: 0;
	position: absolute;
	top: 70px;
	right: -30px;
	z-index: 109;
	display: none;
	border-radius: 0 0 2px 2px;
}

.deanmessage ul {}

.deanmessage ul li {
	height: 40px;
	width: 100px;
	text-indent: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	display: block;
}

.vwmy {
	background: none;
	padding-left: 0;
}

.deanmessage ul li a {
	display: block;
	line-height: 40px;
	font-size: 13px;
	color: #fff!important;
	text-decoration: none;
}

.deanmessage ul li a:hover {
	background: #FFBA00;
	color: #fff;
}

.deanlogin .pipe {
	display: none;
}

.deanlogin ul li a {
	padding: 0;
}

.deanexit {
	float: left;
	width: 40px;
	height: 70px;
	margin-left: 5px;
	overflow: hidden;
}

.deanexit a {
	display: block;
	width: 40px;
	height: 70px;
	background: url(../images/exit.png) center center no-repeat;
	cursor: pointer;
}

#qmenu {
	width: 37px;
	height: 20px;
	float: right;
	margin: 0;
	margin-top: 25px;
	margin-left: 20px;
	padding: 0;
	border: 0;
	background: url(../images/quick.png) center center no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

#qmenu.a,
#qmenu:hover {
	background: url(../images/quick.png) center center no-repeat;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#qmenu_menu {
	margin-top: 2px;
	box-shadow: 0 0 0 #fff;
	border-radius: 2px;
	border: 1px solid #eee;
}

.p_pop #v_forums a {
	padding: 0!important;
}

.ct3_a {
	background: #fff;
	border: 1px solid #e6e6e6;
}

.qq_bind {
	margin-top: -3px;
}

#toptb .qq_bind {
	margin-top: 2px;
}

.pages {
	margin: 15px auto !important;
	height: 34px;
	line-height: 30px;
	padding-left: 15px;
	float: right;
	_width: 100%;
}

.pages form {
	margin: 0px 0px 0px 5px;
	height: 31px;
	line-height: 31px;
	float: left;
}

.pages form .pagetz_input {
	margin: 0px 5px;
	border: 1px solid #ddd;
	border-image: none;
	width: 30px;
	height: 28px;
	line-height: 28px;
	float: left;
	display: block;
}

.pages .pagetz_btn {
	background: rgb(255, 255, 255);
	margin: 0px 5px;
	border: 1px solid rgb(220, 220, 220);
	border-image: none;
	width: 30px;
	height: 30px;
	float: left;
	display: block;
	cursor: pointer;
}

.pages .pagetz_btn:hover {
	background: rgb(24, 170, 239);
	color: rgb(255, 255, 255);
}

.page_number_div {
	float: left;
}

.ae-pagination {
	width: 100%;
}

.pagination_page {
	color: rgb(51, 51, 51) !important;
}

.ui-state-default {
	background: none !important;
	border: currentColor !important;
	border-image: none !important;
	height: 24px !important;
	color: rgb(0, 155, 128);
	line-height: 24px;
	font-size: 14px !important;
	font-weight: normal;
	text-decoration: none;
}

.ui-state-default:hover {
	border: currentColor;
	border-image: none;
}

.ae-pagination a {
	margin: 0px 2px !important;
	padding: 5px 10px !important;
	border: 1px solid rgb(220, 220, 220) !important;
	border-image: none !important;
	height: 24px !important;
	text-align: center;
	color: #333 !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.ae-pagination a:hover {
	background: #C00 !important;
	border: 1px solid #C00 !important;
	border-image: none !important;
	color: rgb(255, 255, 255) !important;
}

.pagination_firstpage {
	padding: 0px !important;
	border: currentColor !important;
	border-image: none !important;
	width: 36px;
	height: 24px !important;
	text-align: center;
	color: #C00 !important;
	line-height: 24px !important;
}

.ae-pagination span {
	background: #C00 !important;
	border: 1px solid #C00 !important;
	border-image: none !important;
	color: rgb(255, 255, 255) !important;
}

.page_number_div {}

.pages a:hover {
	border: 1px solid #C00 !important;
	border-image: none !important;
	color: rgb(255, 255, 255) !important;
	background-color: #C00 !important;
}

.pages .ae-pagination span {
	margin: 0px 2px !important;
	padding: 5px 10px !important;
	height: 24px !important;
	text-align: center;
	border: 1px solid #C00 !important;
	border-image: none !important;
	color: rgb(255, 255, 255) !important;
	background-color: #C00 !important;
}

.pages .ae-pagination span:hover {
	border: 1px solid #C00 !important;
	border-image: none !important;
	color: rgb(255, 255, 255) !important;
	background-color: #C00 !important;
}

.pagination_firstpage {
	cursor: pointer;
}

.pagination_previouspage {
	cursor: pointer;
}

.pagination_nextpage {
	cursor: pointer;
}

.ui-corner-all {
	border-radius: 3px !important;
}

.ggw{max-width: 1360px; margin-top: 10px; overflow: hidden; margin: 1px auto;}




.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer; margin: 0; padding: 0;  width:100% ; height: 182px;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.8; width: 100%; height: 182px; padding: 0;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase; width: 100%; height: 180px;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/



figure.effect-bubba {
	background: #3a93bb ;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s; 
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.6s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 4% 2%; text-align:center;
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}


.d_business_zi{ font-size: 16px !important; font-weight: bold; margin: 0; text-align: center; line-height: 160px;}


figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

