body, p, ul, li, dl, dt, dd, h1, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, a, div, body {
	font-size: 14px;
	color: #545454;
	font-family: microsoft yahei;
}
.w {
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
}
a {
	text-decoration: none;
	transition: all ease-in-out .2s;
}
body {
	background: url(../images/bg_body.png) repeat 0 0;
	overflow-x: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
a:hover {
	color: #19499d;
}
#head {
	background: url(../images/bg_top.png) repeat-x 0 0;
}
.head {
	width: 1450px;
	margin: 0 auto;
	height: 100px;
}
.logo {
	width: 280px;
	padding-top: 13px;
	float: left;
}
.logo a {
	display: block;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 261px;
	height: 74px;
}
.topr {
	float: right;
	width: 244px;
	padding-top: 20px;
}
.topr .dh {
	line-height: 32px;
	background: url(../images/bg_dh.png) no-repeat left center;
	padding-left: 45px;
	color: #19499d;
	font-size: 22px;
	font-weight: bold;
}
.menu {
	float: left;
	height: 100px;
}
.menu .warp {
	position: relative;
	height: 40px;
	z-index: 999;
}

.navbar{overflow: hidden; float: left;}

.navbar:hover{

	overflow: visible;

}
.nav {
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	position: relative;
	z-index: 1;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	font-weight: normal;
}
.nav .nLi h3 a, .nav .sub {
	padding: 0 20px;
}
.nav .nLi h3 a {
	display: block;
	font-weight: normal;
	text-align: center;
	height: 97px;
	line-height: 97px;
	font-size: 16px;
	color: #52514f;
	border-bottom: 3px solid #e90214;
	font-weight:bold;
}
.nav .sub {
	display: none;
	left: 0;
	top: 100px;
	position: absolute;
	background: rgba(25,73,157,0.5);
	line-height: 26px;
	padding: 0px 0;
}
.nav .sub li {
	zoom: 1;
	border-bottom: 1px solid #a1597c;
}
.nav .sub a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.nav .sub a:hover {
	background: #2d5eb5;
}
.nav .on h3 a {
	background: #19499d;
	color: #fff;
}
.nav li ul {
	width: 104px;
	opacity: 0;
	transition: all 0.3s;
	margin-top: 5px;
	position: absolute;
}
.nav li ul li {
	margin-left:0;
	border-top:1px solid #1e59c1;
}
.nav li ul li a {
	display: block;
	width: 104px;
	height: 46px;
	line-height: 46px;
	background: #19499d;
	font-size: 14px;
	color: #fff;
	text-align: center;
	
}
.nav li ul li a:hover {
	color: #fff;
}
.nav li:hover ul {
	opacity: 1;
	margin-top: 0;
}
.bn {
}
.bn img {
	width: 100%;
}
.title {
	text-align: center;
	padding: 50px 0;
}
.title h2, .title h2 a {
	color: #141817;
	font-size: 28px;
}
.title h2 {
	margin-bottom: 6px;
}
.title h2 span {
	color: #19499d;
}
.title p {
	color: #727071;
	font-size: 14px;
}
.flickerplate {
	position: relative;
	width: 100%;
	height: 700px;
	background: none;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
 @media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 36px;
	height: 6px;
	margin: 0px 6px;
	background: #fff;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background: #19499d;
}
.flickerplate .dot-navigation .dot.active {
	background-color: #19499d
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url(../images/arrow-left-dark.png)
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url(../images/arrow-right-dark.png)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.f1 {
	height: auto;
	overflow: hidden;
}
.f1b {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.f1b .ccc{
	display: flex;
	justify-content: space-between;
}
.ccc a, .zilanmu a {
	display: inline-block;
	margin: 10px;
	transition: all ease-in-out .2s;
	padding-top: 120px;
	width: 360px;
}
.ccc a:hover, .zilanmu a:hover {
	border-radius: 4px;
	box-shadow: 0px 0px 6px #ccc;
}
.ccc a h2 {
	font-weight: normal;
	font-size: 24px;
	color: #000;
	padding: 10px 0;
}
.ccc a p {
	color: #7c7b7b;
	font-size: 15px;
	line-height: 1.6em;
	padding-left: 1rem;
    padding-right: 1rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.ccc a.a1 {
	background: url(../images/i1.png) no-repeat top center;
	background-size: 280px;
}
.ccc a.a2 {
	background: url(../images/i2.png) no-repeat top center;
	background-size: 280px;
}
.ccc a.a3 {
	background: url(../images/i3.png) no-repeat top center;
	background-size: 280px;
}
.ccc a .more span {
	display: inline-block;
	width: 66px;
	height: 32px;
	background: url(../images/i4.png) no-repeat 0 0;
	text-indent: -9999em;
}
.ccc a:hover .more span {
	background: url(../images/i4h.png) no-repeat 0 0;
}
.ccc a .more {
	padding: 30px 0;
}
.zilanmu {
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
}
.zilanmu a {
	width: 260px;
	padding: 20px 0;
}
.zilanmu a div, .zilanmu a p {
	padding: 0 15px;
}
.zilanmu a .tit {
	font-size: 20px;
	padding: 20px 0;
}
.zilanmu a p {
	font-size: 12px;
	color: #888;
	height: 40px;
	overflow: hidden;
	line-height: 1.8em;
}
.caiwu a {
	width: 212px;
}
.caiwu a .pic {
	height: 70px;
}
.cult a .pic {
	height: 94px;
}
.caiwu a.a1 .pic {
	background: url(../images/c1.png) no-repeat center center;
}
.caiwu a.a2 .pic {
	background: url(../images/c2.png) no-repeat center center;
}
.caiwu a.a3 .pic {
	background: url(../images/c3.png) no-repeat center center;
}
.caiwu a.a4 .pic {
	background: url(../images/c4.png) no-repeat center center;
}
.caiwu a.a5 .pic {
	background: url(../images/c5.png) no-repeat center center;
}
.caiwu a.a1:hover .pic {
	background: url(../images/c1h.png) no-repeat center center;
}
.caiwu a.a2:hover .pic {
	background: url(../images/c2h.png) no-repeat center center;
}
.caiwu a.a3:hover .pic {
	background: url(../images/c3h.png) no-repeat center center;
}
.caiwu a.a4:hover .pic {
	background: url(../images/c4h.png) no-repeat center center;
}
.caiwu a.a5:hover .pic {
	background: url(../images/c5h.png) no-repeat center center;
}
.cult a.a1 .pic {
	background: url(../images/d1.png) no-repeat center center;
}
.cult a.a2 .pic {
	background: url(../images/d2.png) no-repeat center center;
}
.cult a.a3 .pic {
	background: url(../images/d3.png) no-repeat center center;
}
.cult a.a4 .pic {
	background: url(../images/d4.png) no-repeat center center;
}
.cult a.a5 .pic {
	background: url(../images/d5.png) no-repeat center center;
}
.cult a.a1:hover .pic {
	background: url(../images/d1h.png) no-repeat center center;
}
.cult a.a2:hover .pic {
	background: url(../images/d2h.png) no-repeat center center;
}
.cult a.a3:hover .pic {
	background: url(../images/d3h.png) no-repeat center center;
}
.cult a.a4:hover .pic {
	background: url(../images/d4h.png) no-repeat center center;
}
.cult a.a5:hover .pic {
	background: url(../images/d5h.png) no-repeat center center;
}
.guanli {
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
}
.guanli a {
	display: inline-block;
	overflow: hidden;
	height: 220px;
	background: #19499d;
	width: 260px;
	border-radius: 2px;
	padding: 0px 0 20px;
	margin: 10px;
	transition: all ease-in-out .2s;
}
.guanli a .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-bottom: 2px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.guanli a p {
	color: #fff;
	padding: 0 20px;
	height: 100px;
	text-align: left;
}
.guanli a p {
	font-size: 12px;
	line-height: 1.8em;
	padding-top: 10px;
}
.guanli a:hover {
	background: #e90214;
}
#f2 {
	background: #e8e8e8;
	margin-top: 50px;
}
.f2 {
	background: url(../images/bg_f2.jpg) no-repeat center top;
	height: 618px;
}
.f2t {
	text-align: center;
}
.f2t h2, .f2t h3 {
	color: #fff;
}
.f2t h2 {
	font-weight: bold;
	font-size: 30px;
	background: url(../images/bg_h2.png) no-repeat center bottom;
	padding-bottom: 10px;
}
.f2t h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
}
.f2b {
	height: auto;
	overflow: hidden;
}
.f2l {
	float: left;
}
.f2r {
	float: right;
	width: 710px;
}
.f2r h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0e2068;
	padding-bottom: 6px;
}
.f2r h2 {
	font-size: 30px;
	font-weight: bold;
	color: #363636;
}
.f2r h2 strong {
	color: #e71f19;
}
.f2r h2 span {
	color: #0e2068;
}
.f2r p {
	font-size: 14px;
	color: #2d2c2c;
	line-height: 1.7em;
	height: 150px;
	padding-top: 24px;
	overflow: hidden;
}
.f2r .more, .anli-more {
	padding-top: 50px;
}
.f2r .more a, .anli-more a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #e90214;
	border-radius: 20px;
}
.anli-more {
	text-align: center;
}
.f1b-anli {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.f1b-anli a {
	display: inline-block;
	text-align: center;
	width: 245px;
	margin: 0 24px;
}
.f1b-anli a .pic {
	width: 245px;
	height: 245px;
	overflow: hidden;
}
.f1b-anli a .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: transform ease-in-out 0.5s;
}
.f1b-anli a h2 {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin: 6px 0;
}
.f1b-anli a p {
	font-size: 13px;
	color: #7c7b7b;
}
.f1b-anli a:hover .pic img {
	transform: rotate(360deg);
}
.picScroll-left {
}
.picScroll-left .hd {
	height: 5px;
	position: relative;
}
.picScroll-left .hd a {
	display: block;
	width: 28px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 140px;
}
.picScroll-left .hd a.prev {
	left: 0;
	background: url(../images/prev.png) no-repeat 0 0;
}
.picScroll-left .hd a.next {
	right: 0;
	background: url(../images/next.png) no-repeat 0 0;
}
.picScroll-left .bd {
	padding-left: 66px;
	width: 1070px;
	overflow: hidden;
}
.picScroll-left .bd ul {
}
.picScroll-left .bd ul li {
	float: left;
	margin-right: 26px;
}
.picScroll-left .bd ul li a {
	display: block;
	text-align: center;
}
.picScroll-left .bd ul li a .pic {
	transition: all ease-in-out .2s;
}
#f3 {
	background: #f4f4f5;
	margin-top: 50px;
	clear: both;
}
.f3b {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.f3l {
	float: left;
	width: 650px;
}
.f3r {
	float: right;
	width: 510px;
}
.f3r dl {
	border-bottom: 1px solid #ddddde;
	padding-bottom: 14px;
	padding-top: 12px;
}
.f3r dl dt {
	height: 32px;
	margin-bottom: 6px;
	line-height: 32px;
	overflow: hidden;
	background: url(../images/i5.png) no-repeat 0px center;
	padding-left: 36px;
}
.f3r dl dt a {
	font-size: 15px;
	color: #404040;
}
.f3r dl dd {
	padding-left: 36px;
	background: url(../images/i6.png) no-repeat 0px 5px;
	height: 54px;
	overflow: hidden;
	line-height: 1.8em;
	color: #7b7a7a;
	font-size: 14px;
}
.f3l ul li {
	height: 41px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 26px;
	line-height: 41px;
	overflow: hidden;
	position: relative;
	background: url(../images/i7.png) no-repeat 12px center;
}
.f3l ul li a {
	color: #404040;
}
.f3l ul li a:hover, .f3r dl dt a:hover {
	color: #0f3880;
}
.f3l ul li span {
	position: absolute;
	right: 0;
	color: #7b7a7a;
}
.f3b .tj {
}
.f3b .tj dl {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
.f3b .tj dl dt {
	float: left;
	width: 220px;
}
.f3b .tj dl dt img {
	width: 200px;
	height: 126px;
}
.f3b .tj dl dd {
	float: left;
	width: 426px;
}
.f3b .tj dl dd h2 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin: 6px 0 16px;
}
.f3b .tj dl dd h2 a {
	font-size: 18px;
	color: #404040;
	font-weight: normal;
}
.f3b .tj dl dd h2 a:hover {
	color: #19499d;
}
.f3b .tj dl dd p {
	font-size: 14px;
	color: #616161;
	line-height: 1.7em;
}
#footer {
	clear: both;
	background: #0f3880;
}
.footer {
	padding: 65px 0 20px;
	height: auto;
	overflow: hidden;
}
.footer p, .footer a, .footer ul li, .footer h2, .footer h3 {
	color: #fff;
}
.fttop {
	height: auto;
	overflow: hidden;
}
.ftl {
	float: left;
	background: url(../images/ftlogo.png) no-repeat 0 0;
	padding-top: 94px;
	width: 260px;
	margin-right: 48px;
}
.ftl p {
	line-height: 1.8em;
}
.ftr {
	float: right;
	background: url(../images/ewm.png) no-repeat right 18px;
	padding-right: 145px;
	height: 140px;
	text-align: right;
}
.ftr h2 {
	padding-top: 40px;
	font-size: 14px;
	font-weight: normal;
}
.ftr h3 {
	font-weight: bold;
	font-size: 24px;
}
.ftr .weibo {
	padding: 4px 0 0;
}
.ftr .weibo a {
	margin: 0 6px;
	display: inline-block;
}
.ftc {
	float: left;
	height: auto;
	overflow: hidden;
}
.ftc ul {
	float: left;
	background: url(../images/bg_ul.png) repeat-y 0 0;
	padding: 10px 0 10px 32px;
	width: 200px;
}
.ftc ul li {
	width: 100px;
	height: 24px;
	line-height: 24px;
	float: left;
}
.ftc ul li a {
	font-size: 13px;
}
.ftc ul li.first {
	font-size: 15px;
	padding-bottom: 14px;
	float: none;
}
.ftbottom {
	text-align: center;
	padding: 24px 0 0px;
}
#pos {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	margin-top: -4px;
}
.pos {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.nr {
	padding: 0 20px;
}
.posl {
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #19499d;
}
.posr {
	float: right;
}
.posr, .posr a {
	font-size: 12px;
	color: #888;
}
.posr a {
	margin: 0 4px;
}
.nrcat {
	padding: 0px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.nrcat a {
	display: inline-block;
	padding: 4px 20px;
	transition: all ease-in-out .2s;
	border: 1px solid #19499d;
	font-size: 16px;
	border-radius: 4px;
	margin: 40px 10px;
	color: #19499d;
}
.nrcat a:hover, .nrcat a.hover {
	background: #19499d;
	color: #fff;
}

.zmimg img{
    width:100%;
}
.nr {
	line-height: 2em;
}
.page, .photo {
	padding: 40px 0 60px;
}
.fenye {
	text-align: center;
	padding: 20px 0 50px;
}
.fenye a, .fenye span {
	display: inline-block;
	margin: 0 4px;
	padding: 2px 12px;
	background: #ddd;
	border-radius: 2px;
}
.fenye a:hover, .fenye span.current {
	background: #19499d;
	color: #fff;
}
.photo {
	height: auto;
	overflow: hidden;
}
.photo a {
	display: block;
	float: left;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.photo a .pic, .picScroll-left .bd ul li a .pic {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 220px;
	border-bottom: 1px solid #ddd;
}
.photo a, .photo a .pic, .picScroll-left .bd ul li a .pic {
	width: 245px;
}
.photo a, .photo a .pic {
	width: 265px;
}
.photo a {
	margin-right: 22px;
	margin-bottom: 30px;
	width: 265px;
}
.photo a img, .picScroll-left .bd ul li a img {
	max-height: 190px;
	max-width: 240px;
}
.photo a p, .picScroll-left .bd ul li a p {
	text-align: left;
	height: 40px;
	overflow: hidden;
	transition: all ease-in-out .2s;
	font-size: 12px;
	color: #999;
	padding: 0px 20px;
	line-height: 1.6em;
}
.photo a:hover, .picScroll-left .bd ul li a:hover {
	border: 1px solid #19499d;
}
.photo a .tit, .picScroll-left .bd ul li a .tit {
	padding: 4px 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
}
.photo a .more, .picScroll-left .bd ul li a .more {
	padding: 4px 0 10px 20px;
	font-size: 12px;
	color: #19499d;
	text-align: left;
}
.photo a .more span, .picScroll-left .bd ul li a .more span {
	font-size: 12px;
	color: #19499d;
}
.picScroll-left .bd ul li a {
	border: 1px solid #ddd;
	border-radius: 2px;
	width: 245px;
}
.showt {
	text-align: center;
	padding: 50px 0 30px;
}
.showt h1 {
	font-weight: normal;
	font-size: 22px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 8px;
}
.showt .date {
	font-size: 12px;
	color: #888;
	padding-top: 6px;
}
.detail {
	padding-top: 20px;
	padding-bottom: 40px;
}
.detail img {
	max-width: 1000px!important;
	height: auto!important;
}
.content {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.content ul {
	height: auto;
	overflow: hidden;
	padding: 2px 0 40px;
}
.content ul li.lil {
	float: left;
}
.content ul li.lir {
	float: right;
}
.news {
	padding: 40px 0;
}
.news dl {
	border-bottom: 1px dashed #ddd;
	padding: 18px;
	transition: all ease-in-out .2s;
	height: auto;
	overflow: hidden;
}
.news dl dt {
	float: left;
	width: 220px;
}
.news dl dt img {
	width: 200px;
	height: 126px;
}
.news dl dd {
}
.news dl dd h2 {
	position: relative;
	font-weight: normal;
}
.news dl dd h2 span {
	color: #888;
	font-size: 12px;
	position: absolute;
	right: 0;
	background: #eee;
	padding: 2px 10px;
	display: inline-block;
}
.news dl dd h2 a {
	font-size: 18px;
	transition: all ease-in-out 0.2s;
}
.news dl dd h2 a:hover {
	color: #19499d;
}
.news dl dd p {
	padding: 10px 0;
	line-height: 1.9em;
	height: 40px;
	overflow: hidden;
	color: #999;
}
.news dl:hover {
	background: #eee;
}
.am-gallery-default .am-gallery-item img {
	height: 110px;
}
/****************************qq客服代码****************************/

.custom_service p img {
	display: inline;
	vertical-align: middle;
}
.scrollsidebar {
	position: absolute;
	z-index: 999;
	top: 350px;
	right: 0
}
.side_content {
	width: 154px;
	height: auto;
	overflow: hidden;
	float: left;
}
.side_content .side_list {
	width: 154px;
	overflow: hidden;
}
.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.show_btn span {
	display: none;
}
.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.side_title, .side_bottom, .close_btn, .show_btn {
	background: url(../images/sidebar_bg.png) no-repeat;
}
.side_title {
	height: 46px;
}
.side_bottom {
	height: 8px;
}
.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}
.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 10px 0 0;
	_margin: 16px 5px 0 0;
}
.close_btn span {
	display: none;
}
.side_center .custom_service p {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	vertical-align: middle;
	font-size: 11px;
}
.side_center .custom_service p img {
	width: 50px;
}
.other {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}
.other p {
	padding: 5px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}
.msgserver {
	text-align: center;
	margin-bottom: 5px;
}
.other p.pp {
	font-weight: bold;
}
.msgserver a {
	background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
	padding-left: 22px;
}
/* blue skin as the default skin */

.side_title, .side_blue .side_title {
	background-position: -195px 0;
}
.side_center, .side_blue .side_center {
	background: url(../images/blue_line.png) repeat-y center;
}
.side_bottom, .side_blue .side_bottom {
	background-position: -195px -50px;
}
.close_btn, .side_blue .close_btn {
	background-position: -44px 0;
}
.close_btn:hover, .side_blue .close_btn:hover {
	background-position: -66px 0;
}
.show_btn, .side_blue .show_btn {
	background-position: -119px 0;
}
.msgserver a, .side_blue .msgserver a {
	color: #06C;
}
/* green skin  */

.side_green .side_title {
	background-position: -349px 0;
}
.side_green .side_center {
	background: url(../images/green_line.png) repeat-y center;
}
.side_green .side_bottom {
	background-position: -349px -50px;
}
.side_green .close_btn {
	background-position: -44px -23px;
}
.side_green .close_btn:hover {
	background-position: -66px -23px;
}
.side_green .show_btn {
	background-position: -147px 0;
}
.side_green .msgserver a {
	color: #76a20c;
}
