.flickerplate { position:relative; width:100%; height:320px; background-color:#e6e6e6; 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("../img/flickerplate/arrow-left-light.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("../img/flickerplate/arrow-right-light.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:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-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-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.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("../img/flickerplate/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../img/flickerplate/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
}
.red {color: #F00; }
.zhibo {background-image: url(images/zhibo.png); background-repeat: no-repeat; background-position: right top; }
.switchBox { padding: 0px; margin-top: 15px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size:20px;  font-family: "微软雅黑";}
.switchBox span { color: #333; cursor: pointer; float: left; font-size: 20px; height: 48px; line-height: 48px; text-align: center; text-decoration: none; width: 150px; font-style: normal; background-repeat: no-repeat; font-family: "微软雅黑"; }
.switchBox dt .on { font-weight: bolder; background-image: url(../img/menu2.jpg); background-repeat: no-repeat; color: #3e99fa; }
.switchBox dt .on, .switchBox dt .active, .switchBox a:hover { color: #3e99fa; height: 48px; }
.switchBox dd { clear: both; display: none; height: auto; height: auto; min-height: 350px; !important; line-height: 20px; font-size: 12px; margin: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; }
#switchBox2 { width: 1050px; }
#switchBox2 dt { line-height: 48px; height: 48px; background-color: #4a7fb5; margin-left: -1px; background-image: url(../img/menu1.jpg); background-repeat: repeat-x; padding: 0px; }
.nav { width: 1050px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.wrap { width: 1050px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.nav .menu .menu_l {
	background-color: #FFF;
	float: left;
	height: 45px;
	width: 280px;
	font-size: 16px;
	line-height: 45px;
	color: #000;
	position: relative;
}
.nav .menu .menu_r { background-color: #eeeeee; height: 45px; width: 770px; float: right; line-height: 45px; }
.nav .menu .menu_r ul { margin: 0px; padding: 0px; list-style-type: none; }
.nav .menu .menu_r ul li { float: left; width: 120px; text-align: center; font-size: 16px; color: #555; }
.nav .menu .menu_r ul li a { text-decoration: none; }
.nav .menu .menu_r ul li a:hover { text-decoration: underline; }
.nav .menu .menu_r ul li i { line-height: 22px; background-image: url(../img/zx.png); background-repeat: no-repeat; background-position: 25px 30px; }

.nav .menu .menu_r2 { background-color: #eeeeee; height: 45px; width: 1050px; float: right; line-height: 45px; }
.nav .menu .menu_r2 ul { margin: 0px; padding: 0px; list-style-type: none; }
.nav .menu .menu_r2 ul li { float: left; width: 120px; text-align: center; font-size: 16px; color: #555; }
.nav .menu .menu_r2 ul li a { text-decoration: none; }
.nav .menu .menu_r2 ul li a:hover { text-decoration: underline; }
.nav .menu .menu_r2 ul li i { line-height: 22px; background-image: url(../img/zx.png); background-repeat: no-repeat; background-position: 25px 30px; }


.clear { clear: both; float: none; }
.login {
	background-color: #EEE;
	height: 415px;
	width: 280px;
	position: absolute;
	z-index: 999;
	top: 45px;
	margin: 0px;
	padding: 0px;
	border-radius: 0px 0px 10px 10px;
}
.wrap .lc .lc_con { background-color: #eeeeee; float: right; width: 765px; height: 90px; margin-top: 5px; border-radius:10px; position: relative; }
.wrap .lc .lc_con .app { position: absolute; top: 5px; right: -180px; background-color: #00F; height: 88px; width: 170px; }
.wrap .lc .lc_con .app img { padding-bottom: 5px; margin: 0px; padding-top: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; }

.bd { line-height:26px; height: 26px; border: 1px solid #188eee; font-family: "微软雅黑"; width: 190px; }
.bd_buttom { background-color: #188EEE; height: 35px; width: 200px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-family: "微软雅黑"; color: #FFF; font-size: 16px; line-height: 35px; }
.white_14 { font-family: "微软雅黑"; font-size: 14px; color: #FFF; }
.wrap .kc_menu h4 { float: left; width: 140px; line-height: 48px; height: 48px; text-align: center; margin: 0px; font-size: 20px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; color: #333; font-weight: normal; }
.wrap .kc_menu { background-image: url(../img/menu1.jpg); background-repeat: repeat-x; line-height: 48px; height: 48px; width: 100%; margin-top: 20px; }

.wrap .kc_menu .menu2 { background-image: url(../img/menu2.jpg); background-repeat: no-repeat; color: #3e99fa; }
.wrap .kc_menu .menu1 { background-image: url(../img/menu1.jpg); background-repeat: repeat-x; line-height: 48px; height: 48px; }
.shizi h2 { font-size: 20px; font-weight: normal; padding: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }

.news h2 { font-size: 20px; font-weight: normal; padding: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; color: #333; line-height: 48px; background-image: url(../img/news_line.gif); background-repeat: no-repeat; background-position: bottom; height: 48px; }
.news .con2 { width: 320px; float: left; margin: 0px; padding: 0px; }
.news .con2 ul { list-style-type: none; margin: 0px; padding: 0px; }
.news .con2 ul li { width:320px; height:26px;line-height: 26px; font-size: 14px; }
.news .con2 ul li a{ width:320px; height:26px;line-height: 26px; font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;display:block;}
.news .con2 h2 span { font-size: 12px; color: #666; }

.news .con3 { width: 340px; float: left; margin-top: 0px; margin-right: 15px; margin-bottom: 0px; margin-left: 15px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #f0f0f0; border-left-color: #f0f0f0; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px; }
.news .con3 ul { list-style-type: none; margin: 0px; padding: 0px; }
.news .con3 ul li { line-height: 26px; font-size: 14px; }
.news .con3 ul li a{ width:320px; height:26px;line-height: 26px; font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;display:block;}
.news .con3 h2 span { font-size: 12px; color: #666; }

.gonggao {
	padding-left: 10px;
	padding-right: 10px;
}
.gonggao h3 {
	font-size: 16px;
	color: #000;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 35px;
	height: 35px;
}
.gonggao ul { margin: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
.gonggao ul li { font-size: 14px; line-height: 22px; }
.gonggao ul li a { color: #000; text-decoration: none; }
.gonggao ul li a:hover { color: #F00; text-decoration: underline; }
.footer { background-color: #e4e4e4; height: 100px; text-align: center; line-height: 26px; padding-top: 15px; }
.footer a { text-decoration: underline; color: #333; }
.footer a:hover { color: #F00; text-decoration: underline; }
.ih-item.square { position: relative; width: 255px; height: 180px; float: left; margin-right: 3px; margin-left: 3px; }
.ih-item.square .info { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.ih-item.square.effect1 {
    overflow: hidden;
}
.ih-item.square.effect1 .img {
    z-index: 11;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect1 .info {
    background: #333333;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect1 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect1.bottom_to_top .info h3 { color: #fff; text-align: center; font-size: 17px; margin-top: 120px; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 5px; padding-right: 10px; padding-bottom: 0; padding-left: 4px; }
.ih-item.square.effect1.bottom_to_top .info p { font-size: 12px; color: #bbb; padding: 5px; text-align: center; margin: 0px; }
.ih-item.square.effect1.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-30px) scale(0.6);
    -moz-transform: translateY(-30px) scale(0.6);
    -ms-transform: translateY(-30px) scale(0.6);
    -o-transform: translateY(-30px) scale(0.6);
    transform: translateY(-30px) scale(0.6);
}
.ih-item.square.effect3 { overflow: hidden; }
.ih-item.square.effect3.colored .info { background: #1a4a72; }
.ih-item.square.effect3 .img { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
.ih-item.square.effect3 .info { height: 65px; background: #333333; opacity: 0; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
.ih-item.square.effect3 .info h3 { text-transform: uppercase; color: #fff; text-align: center; font-size: 16px; padding: 10px 10px 0 4px; margin: 4px 0 0 0; }
.ih-item.square.effect3 .info p { font-size: 12px; color: #bbb; padding: 5px; text-align: center; margin: 0px; }
.ih-item.square.effect3 a:hover .info { visibility: visible; opacity: 1; }
.ih-item.square.effect3.bottom_to_top .info { top: auto; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.ih-item.square.effect3.bottom_to_top a:hover .img { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); }
.ih-item.square.effect3.bottom_to_top a:hover .info { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.st { margin: 0px; padding: 0px; }
.st li { float: left; height: auto; width: 327px; padding-right: 5px; padding-left: 5px; }
.st p {
	font-size: 18px;
	padding-top: 10px;
}


.admin_main_l { position: absolute; height: 750px; width: 300px; background-color: #e2e3e5; border-right-width: 1px; border-right-style: solid; border-right-color: #a2a8ad; 
}
.admin_main_r { height: 100%; margin-left: 300px; padding-top: 30px; padding-bottom: 10px; }
.admin_top_nav { line-height: 35px; background-image: url(../img/admin_nav.png); background-repeat: repeat-x; height: 35px; }
.admin_footer { background-color: #930; height: 50px; }
.admin_top_nav span { font-size: 14px; padding-left: 200px; }
.wrap .list_lianxi { border: 2px solid #d4d4d4; margin-top: 5px; margin-bottom: 5px; border-radius:5px; min-height: 500px; padding-top: 15px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; background-image: url(../img/lianxi.gif); background-position: right bottom; background-repeat: no-repeat; line-height: 24px; }
.wrap .list_lianxi h3 { padding: 0px; background-image: url(../img/h3_bg.gif); background-repeat: no-repeat; background-position: bottom; line-height: 35px; height: 35px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 20px; font-weight: normal; }

.wrap .list_lianxi2 { border: 2px solid #d4d4d4; margin-top: 5px; margin-bottom: 5px; border-radius:5px; min-height: 600px; padding-top: 15px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; line-height: 24px; }
.wrap .list_lianxi2 h3 { padding: 0px; line-height: 80px; height: 80px; font-size: 24px; font-weight: normal; text-align: center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f1f1f1; margin: 0px; }
.wrap .list_lianxi2 .time { line-height: 35px; background-color: #f8f8f8; height: 35px; text-align: center; color: #777777; margin-bottom: 20px; }
.lbanner { background-color: #3c96f6; height: 100px; margin-top: 5px; text-align: center; }



.ladyScroll { width:1050px; height:210px; margin:15px auto; border:#ddd 1px solid; position:relative; background-image: url(../img/ms.png); background-repeat: no-repeat; background-position: left; }
.ladyScroll .prev, .ladyScroll .next { width:51px; height:45px; position:absolute; top:90px; left:30px; z-index:100; cursor:pointer; background:url(../img/btns.png) no-repeat; }
.ladyScroll .next { left:auto; right:0; background-position:0 -90px; }
.ladyScroll .prev:hover { background-position:0 -45px; }
.ladyScroll .next:hover { background-position:0 -135px; }
.ladyScroll .scrollWrap { width:936px; margin-left:71px; padding-top:15px; overflow:hidden; position:absolute; }
.ladyScroll dl { float:left; width:265px; text-align:center; position:relative; margin: 0px; padding: 0px; }
.ladyScroll dt { margin:0 auto; width:255px; overflow:hidden; }
.ladyScroll img { display:block; width:255px; height:180px; }
