@charset "utf-8";
html, body {
	font-size: 14px;
	line-height: 1.4;
	font-family: "微软雅黑", serif;
	padding: 0;
	margin: 0;
	position:relative;
	z-index: 999;
}
body, div, ul, ol, li, h1, h2, h3, form, input, textarea, p {
	margin: 0;
	padding: 0;
}
img, input, textarea, button {
	border: 0;
}
em, strong {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	font-size: inherit;
	color: inherit;
	color: #333;
}
input{vertical-align: middle;}
a:focus, a:active, input:focus, input:active, select:focus, select:active, button:focus, button:active, textarea:focus, textarea:active {
	outline: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
.x {
	clear: both;
}
.cl:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
 *zoom:1;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.vat {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.nlb {
	display: inline-block;
    *display: inline;
	zoom: 1;
}
.font0 {
	font-size: 0;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.c333 {
	color: #333;
}
.c666 {
	color: #666;
}
.c999 {
	color: #999;
}
.cfff {
	color: #fff;
}
.font-tit {
	font-family: "Times New Roman", Arial, serif;
}
.font-con {
	font-family: Arial, serif;
}
.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
html, body {
	/*min-width: 1200px;*/
	font-family: "微软雅黑", serif;
	color: #333;
}
.nlb {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.bg-fff {
	background-color: #fff;
}
.header {
	background: url(../images/top-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 144px;
}
.header .top {
	overflow: hidden;
}
.header .logo {
	padding-top: 30px;
	float: left;
}
.header .search {
	float: right;
	width: 395px;
	padding-top: 48px;
	overflow: hidden;
}
.header .search-input {
	float: left;
	width: 315px;
	padding: 0 0 0 10px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, .8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
}
.header .submit-btn {
	float: left;
	width: 70px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: #ff9d34;
	cursor: pointer;
}
.header .submit-btn .icon {
	font-size: 25px;
	line-height: 40px;
}
.header .nav_wrap {
	background: #287FF9;
	color: #fff;
}
.header .nav_wrap li {
	float: left;
	font-size: 18px;
	line-height: 2.4;
}
.header .nav_wrap li.hasSub {
	height: 2.4em;
	position: relative;
}
.header .nav_wrap li.hasSub ul {
	display: none;
	left: 0;
	position: absolute;
	top: 2.4em;
	white-space: nowrap;
	z-index: 100;
	min-width: 100%;
}
.header .nav_wrap li.hasSub li {
	display: block;
	float: none;
	background: #287FF9;
}
.header .nav_wrap li.hasSub:hover ul.sub1 {
	display: block;
}
.header .nav_wrap li a {
	display: block;
	padding: 0 0.33em;
}
.header .nav_wrap li.current, .header .nav_wrap li:hover, .header .nav_wrap li.hasSub li:hover {
	background: #511940;
}
.header .nav_wrap li.hasSub2 {
	position: relative;
}
.header .nav_wrap li.hasSub2 ul {
	display: none;
	left: 100%;
	top: 0;
	border-left: 1px solid #9f6666;
}
.header .nav_wrap li.hasSub2:hover ul.sub2 {
	display: block;
}
.header .nav_wrap .item-decorator {
	font-size: 14px;
	vertical-align: 2px;
	margin: 0 5px;
}
/*footer start*/
.footer {
	background: #168EDA;
	padding: 34px 0;
	overflow: hidden;
}
.footer .qrcode {
	width: 96px;
	text-align: center;
	margin-right: 16px;
}
.footer .contact p {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.footer .links {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	width: 200px;
	text-align: left;
	float: right;
}
.footer .links li {
	margin: 0 0 15px 0;
	float: left;
	width: 50%;
}
.footer .links li a {
	color: #fff;
}
.copyright {
	background: #117CBF;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	vertical-align: middle;
}
.wxqq {
	padding-left: 30px;
	vertical-align: middle;
}
.wxqq .pr {
	margin: 0 5px;
	vertical-align: middle;
	position:relative;
}
.wxqq .icon {
	font-size: 27px;
	vertical-align: middle;
	opacity: .8;
	filter:alpha(opacity=80);
}
.wxqq .icon:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.wxqq .img {
	display: none;
	position: absolute;
	bottom: 26px;
	left: 0;
}
.wxqq a {
	color: #fff;
}
/*footer end*/

/*hover start*/
.news-model .news-list li .title a:hover, .menu-name .more:hover, .middle-news .tlist ul li a:hover, .i-links ul li:hover .icon, .i-links ul li:hover p, .footer .links li:hover a, .news-top .title:hover {
	color: #FF9F46;
}
/*hover end*/
.pager {
	text-align: center;
	line-height: 2em;
	font-size: 14px;
	margin: 2em 0;
}
.pager li {
	display: inline-block;
	border: 1px solid #631e4d;
	margin: .5em;
	color: #631e4d;
}
.pager li.active, .pager li:hover {
	background: #631e4d;
	color: #fff;
}
.pager li a {
	display: inline-block;
	padding: 0 .5em;
}
.pager li a.next {
	font-family: å¾®è½¯é›…é»‘;
}
.pager li input {
	font-size: 12px;
	height: 2em;
	margin: 0;
	padding: 0 4px;
	vertical-align: 0;
	width: 2em;
	text-align: left;
}
/* bxSlider.css */
.slider {
	/*height: 485px;*/
	overflow: hidden;
	background: #fafafb;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
margin:auto;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(bx_loader.jpg) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	width: 100%;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f9b839;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(controls.jpg) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(controls.jpg) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(controls.jpg) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(controls.jpg) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper .bxSlider-text-wrap {
	position: relative;
}
.bx-wrapper .bxSlider-text-css {
	position: absolute;
	bottom: 5em;
	background: #535354;
	background: rgba(83, 83, 84, .51);
	color: #fff;
	float: left;
	padding: 1em;
	max-width: 60%;
}
.bx-wrapper .bxSlider-text-css a {
	display: block;
	line-height: 2;
}
.bx-wrapper .bxSlider-text-css .tit {
	font-size: 18px;
	margin-bottom: 1em;
}
.bx-wrapper .bxSlider-text-css .con {
	font-size: 16px;
}
.index-header {
	position: relative;
}
.index-header .absolute2 {
	position: absolute;
	top: 120px;
	right: 0;
	width: 50px;
	z-index: 15;
}
.index-header .absolute {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	z-index: 10;
}
.index-header .search {
	float: right;
	width: 350px;
}
.index-header .search .link {
	color: #287FF9;
	margin: 0 0 0 20px;
}
.index-header .search-input {
	background: #fff;
	height: 30px;
	line-height: 30px;
	width: 200px;
	padding: 0 5px;
}
.index-header .submit-btn {
	background: url(search.jpg);
	height: 22px;
	width: 22px;
	margin: 4px 0 0 -32px;
}
.index-header .absolute2 .search-form {
	width: 50px;
	overflow: hidden;
	float: right;
 transition: width .5s ease 0s;
	background: #535354;
	background: rgba(83, 83, 84, .51);
	height: 50px;
}
.index-header .absolute2 .search-input {
	height: 50px;
	line-height: 50px;
}
.index-header .absolute2 .search-form-container {
	float: right;
	width: 225px;
}
.index-header .absolute2 .search-form:hover {
	width: 225px;
}
.index-header .absolute2 .search-input {
	width: 165px;
}
.index-header .absolute2 .submit-btn {
	margin-left: 10px;
	background: transparent url(search_b.jpg);
}
.index-header .absolute2 .link {
	background: #535354;
	background: rgba(83, 83, 84, .51);
	margin: 5px 0;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.index-header .logo {
	height: 141px;
	padding-top: 1em;
}
/*nav start*/
.box_nav {
	background-color: transparent;
	width:1200px;
	margin:auto;
	position: relative;
}
.box_nav .navBar ul {
	height: 50px;
	position: relative;
	z-index: 999999;
	margin: 0 auto;
}
.box_nav .navBar ul li {
	float: left;
	text-align: center;
	height: 50px;
	line-height: 34px;
	z-index: 99999;
	border-radius: 5px 5px 0 0;
	background-color: transparent;
}
.box_nav .navBar ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #333;
	font-size: 16px;
}
.box_nav .navBar ul li ol {
	position: absolute;
	width: 96%;
	top: 50px;
	left: 0;
	background: url(../images/bg_white_90.png);
	display: none;
	padding: 2%;
}
.box_nav .navBar ul li ol .nav_img {
	height: auto;
	width: 30%;
	float: left;
}
.box_nav .navBar ul li ol .nume {
	width: 68%;
	height: auto;
	float: right;
}
.box_nav .navBar ul li ol li.nume .nenud {
	float: left;
	width: 21%;
	margin-bottom: 10px;
	margin-left: 3%;
}
.box_nav .navBar ul li ol li.nume a {
	line-height: 1.5;
	display: block;
	text-align: left;
	font-weight:bold;
	font-size: 13px;
	color: #333;
	padding: 8px;/*white-space:pre;*/
}
.box_nav .navBar ul li ol .nume .child {
	position:absolute;
	top: 100%;
	left:0;
	background: url(../images/bg_white_90.png);
	width: 96%;
	padding: 2%;
	border-top:1px solid #ccc;
	display:none;
}
.box_nav .navBar ul li ol li.nume .child a {
	width: 23%;
	color: #168EDA;
	margin-left:0;
}
.box_nav .navBar ul li ol li.nume a:hover {
	background-color: #168EDA;
	color: #fff;
}
.box_nav .navBar ul li.active {
/*background-color: rgba(255,255,255,.3);
    filter:progid:DXtmageTransform.Microsoft.gradient(startcolor=#30ffffff,endcolorstr=#30ffffff);*/
}
.box_nav .navBar ul li.active a {
	color: #168EDA;
}
.box_nav .navBar ul li a:hover {
/*background-color: rgba(255,255,255,.3);
    filter:progid:DXtmageTransform.Microsoft.gradient(startcolor=#30ffffff,endcolorstr=#30ffffff);*/
}
.box_nav .navBar ul li ol li:hover {
	background-color: transparent;
}
.box_nav .navBar ul li a:hover {
	color: #168EDA;
}
.box_nav .navBar ul li ol li a:hover {
	/*background-color: #10278a;*/
    color: #168EDA;
}
/*nav end*/
/*首页banner start*/
.fullSlide {
	position: relative;
	z-index: 7;
}
.fullSlide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}
.fullSlide .hd ul {
	font-size: 0;
}
.fullSlide .hd ul li {
	display: inline-block;
 *display: inline;
	zoom: 0;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.fullSlide .hd ul li.on {
	border-color: #ff9d34;
	background-color: #ff9d34;
}
.fullSlide .prev, .fullSlide .next {
	position:absolute;
	top: 50%;
	margin-top: -28px;
}
.fullSlide .prev {
	right: 3%;
}
.fullSlide .next {
	left: 3%;
}
.fullSlide .prev .icon, .fullSlide .next .icon {
	font-size:40px;
	color: #fff;
}
.fullSlide .bd ul li img {
	width: 100%;
}
/*首页banner end*/
/*要闻开始*/
.news-model {
	padding-bottom: 48px;
	padding-top: 48px;
}
.menu-name {
	border-bottom: 2px solid #ccc;
	height: 45px;
}
.menu-name .ch-text {
	font-weight: 400;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #168eda;
	position: relative;
	bottom: -2px;
}
.menu-name .en-text {
	padding-left: 10px;
}
.menu-name .more {
	padding-top: 15px;
	padding-right: 10px;
}
.news-model .cont-wrap {
	padding-top: 25px;
}
.news-model .news-slide {
	position: relative;
	width: 410px;
}
.news-model .news-slide .hd {
	position: absolute;
	right: 10px;
	top: 0px;
	bottom: 0;
	height: 100%;
}
.news-model .news-slide .hd ul li {
	margin: 10px 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	font-size: 0;
}
.news-model .news-slide .hd ul li.on {
	border-color: #fff;
	background-color: #fff;
}
.news-model .news-slide .bd li img {
	width: 410px;
	height: 297px;
}
.news-model .news-slide .bd li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 42px;
	background-color: rgba(0, 0, 0, .5);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.news-model .news-slide .bd li .title a {
	line-height: 42px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: white;
}
.news-model .news-list {
	width: 790px;
}
.news-model .news-list .time {
	width: 60px;
	height: 46px;
	background-color: #f3f4f3;
	text-align: center;
}
.news-model .news-list .time p {
	display: block;
	height: 23px;
	line-height: 26px;
	font-size: 20px;
	font-weight:bold;
	color: #168eda;
	text-align: center;
}
.news-model .news-list ul {
	padding-left: 25px;
}
.news-model .news-list .time span {
	display: block;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #888;
	text-align: center;
}
.news-model .news-list li {
	width: 360px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 14px;
	padding-bottom: 14px;
}
.news-model .news-list li.ev {
	margin-left: 40px;
}
.news-model .news-list li .title {
	width: 270px;
	margin-left: 18px;
	word-break: break-all;
}
.news-model .news-list li .title a {
	font-size: 16px;
}
/*要闻结束*/
/*中间新闻开始*/
.middle-news {
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.inform, .state {
	width: 560px;
}
.inform .menu-name, .state .menu-name {
	border-bottom: 1px solid rgb(229,229,229);
}
.state {
	margin-left: 80px;
}
.news-top {
	padding-top: 25px;
	padding-bottom: 8px;
        height: 152px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-top .digest {
	text-indent: 2em;
	color: #999;
	padding-top: 15px;
	padding-bottom: 10px;
}
.news-top .time {
	display: inline-block;
 *display: inherit;
	zoom: 1;
	width:59px;
	height:24px;
	background:rgba(255, 157, 52, 1);
	text-align: center;
	color: #fff;
	border-radius:3px;
	line-height: 24px;
}
.middle-news .tlist {
	margin-top: 30px;
}
.middle-news .tlist ul li {
	margin: 20px 0;
}
.middle-news .tlist .time {
	display: inline-block;
 *display: inherit;
	zoom: 1;
	padding-right: 10px;
	border-right: 1px solid #CBCBCB;
	line-height: 1;
	margin-right: 10px;
	color: #168EDA;
}
.state .cont {
	width: 360px;
	margin-left: 20px;
}
/*中间新闻结束*/
/*快速链接 / 图片链接 开始*/
.links-wrap {
	padding-top: 50px;
	padding-bottom: 30px;
}
.i-links ul {
	border-bottom: 1px solid #E5E5E5;
	padding-top: 20px;
}
.i-links ul li {
	margin: 0px 0 15px 0;
	width: 25%;
	text-align: center;
}
.i-links ul li .icon {
	font-size: 42px;
	color: #287FF9;
}
.piclinks ul {
	padding-top: 10px;
	width: 105%;
}
.piclinks ul li {
	width: 184px;
	margin: 12px 3px;
	vertical-align: top;
}
/*快速链接 / 图片链接 结束*/
/*友情链接 下来选项开始*/
.amity-links {
	margin-top: 68px;
}
.amity-name {
	line-height: 30px;
}
.select-wrap .select {
	border:1px solid rgb(229,229,229);
	margin: 0 30px 0 20px;
	width: 236px;
	position: relative;
	cursor: pointer;
	z-index: 8;
}
.select-wrap .select .icon {
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 18px;
	color: #959595;
}
.select-wrap .select span {
	font-size:16px;
	font-weight:400;
	color:rgb(102,102,102);
	line-height:30px;
	padding-left: 15px;
}
.select-wrap .select ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 100%;
	border:1px solid rgb(229,229,229);
	font-size: 16px;
	color: #828282;
	background-color: #fff;
}
.select-wrap .select ul li a {
	display: block;
	padding: 4px 8px;
	color: #888;
}
.select-wrap .select ul li a:hover {
	color: #333;
}
/*友情链接 下来选项结束*/
.hiSlider-text {
	display: none;
}
.hiSlider-text-css {
	background: #535354;
	background: rgba(83, 83, 84, .51);
	color: #fff;
	float: left;
	padding: 1em;
	max-width: 60%;
}
.hiSlider-text-css a {
	display: block;
	line-height: 2;
}
.hiSlider-text-css .tit {
	font-size: 18px;
	margin-bottom: 1em;
}
.hiSlider-text-css .con {
	font-size: 16px;
}
.index .list {
	margin: 20px 0;
	width: 48%;
}
.index .list1 {
	float: left;
}
.index .list2 {
	float: right;
}
.index .list .tit {
	font-size: 20px;
	color: #287FF9;
	border-bottom: 2px solid #287FF9;
	line-height: 2;
	padding: 0 20px 0 32px;
}
.index .list1 .tit {
	background: url(list1ico.jpg) no-repeat 2px center;
	padding-left: 36px;
}
.index .list2 .tit {
	background: url(list2ico.jpg) no-repeat 2px center;
}
.index .list .tit .more {
	font-family: 'æ°“åºéˆ¥å§‘ã¢è§£ï¿½ï¿½';
	float: right;
}
.index .list .items {
	padding: 5px 0;
	line-height: 2.4;
	font-size: 16px;
	color: #444344;
	height: 40px;
}
.index .list .item {
}
.index .list .date {
	float: right;
	font-size: 14px;
	color: #878888;
}
.index .list .big-item {
	height: 120px;
}
.index .list .big-item .img {
	float: left;
	height: 110px;
	width: 190px;
	margin: 5px 5px 5px 0;
	display: block;
}
.index .list .big-item .txt {
	float: right;
	width: 370px;
}
.index .list .big-item .detail {
	font-size: 14px;
	color: #878888;
	line-height: 1.6;
}
.index .list .big-item .date {
	float: none;
}
.index .list-bg-left {
	background: url(list-bg-left.jpg) left center no-repeat;
}
.index .list-bg-right {
	background: url(list-bg-right.jpg) right center no-repeat;
}
.body {
	background: #eaeaea;
}
.list-left {
	float: left;
	font-size: 18px;
	line-height: 2.2;
	color: #fff;
	width: 220px;
}
.list-left .tit {
	/*background: #287FF9 url(list-menu-ico.jpg) no-repeat -2px -19px;*/
	background: #287FF9;
	padding-left: 1.5em;
	position: relative;
	z-index: 1;
}
.list-left .list {
	background: #fff;
	background: #fff;
	padding: 1em 0 0 0;
	position: relative;
	z-index: 0;
	top: -1em;
	color: #287FF9;
	font-size: 16px;
}
.list-left .item {
/*border-left: .5em solid transparent;
	margin-top: -1px;
	padding: 0 2em 0 .2em;*/
}
.list-left .hasSub:before, .list-left .hasSub::before {
 content: " ";
 transform: rotateZ(0deg);
 float: right;
 display: block;
 margin-right: -1em;
 transition: transform .5s ease 0s;
 background: url(../img/xl.png);
 width: 20px;
 height: 20px;
 margin-top: 12px;
}
.list-left .hasSub.current:before, .list-left .hasSub.current::before {
 transform: rotateZ(+90deg);
}
.list-left .item a {
	padding: 0 1em 0 1em;
	line-height: 3;
	display: block;
	border-top: 1px solid #f7f7f7;
}
.list-left .item a:hover {
	color:#e79317
}
.list-left .selected2 a{
	color:#e79317
}
.list-left .item-first a {
	border-top: 0;
}
.list-left .current {
	border-color: #287FF9;
	background: #fafafb;
}
.list-left .current.hasSub {
	border-color: transparent;
	background: none;
}
.list-left .sub-list {
	overflow: hidden;
	margin: 0 -2em 0 -.7em;
}
.list-left .current .sub-list {
 transition: display .5s ease 0s;
}
.list-left .sub-item {
	height: 0;
	overflow: hidden;
	border-left: .5em solid transparent;
	margin-top: -1px;
	padding: 0 2em 0 1.2em;
 transition: height .5s ease 0s;
}
.list-left .current .sub-item {
	height: 3em;
}
.list-left .sub-item a {
	color:#666;
	font-size:14px;
	border-top: 0;
}
.list-left .sub-item a:hover {
	color:#e79317
}
.list-left .sub-list .current {
	border-color: #287FF9;
}
.list-right {
	float: right;
	width: 940px;
	min-height: 700px;
}
.list-right .tit {
	line-height: 2;
	font-size: 16px;
	color: #fff;
	background: #287FF9;
	margin: 0 auto -10px -10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding: 0 0 10px 0;
	width: 200px;
	text-align: center;
}
.big_table {
	position: relative;
	margin: 0 auto 0 0;
	width: 60em;
	/*border:1px solid #f3e7ef;*/
	border-right: 0;
	border-bottom: 0;
	box-sizing: content-box;
	margin-bottom: 2em;
}
.big_table_border_top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: #f7f7f7;
}
.big_table_border_right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #f7f7f7;
}
.big_table_border_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #f7f7f7;
}
.big_table_border_left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #f7f7f7;
}
.big_table .big_table_item {
	background: #f7f7f7;
	float: left;
	width: 25%;
	color: #551b86;
	text-align: center;
	border-right: 1px solid #e9d9e5;
	box-sizing: border-box;
}
.big_table .big_table_item a {
	font-size: 14px;
	line-height: 3;
}
.big_table .big_table_item_dark {
	background: #f4f1f4;
}
.big_table .teacher_name {
}
.big_table_info {
	margin: 1em;
}
.article-list {
	background: #f4f1f4;
}
.article-list .item:nth-child(2n) {
 background: #f7f7f7;
}
.article-list .item {
	color: #030000;
	font-size: 14px;
	line-height: 2.4;
	padding-left: 2%;
}
.article-list .item:hover {
	color: #287FF9;
}
.article-list .item .con {
	float: left;
	width: 80%;
}
.article-list .item .date {
	float: right;
	width: 10%;
}
.leader-list {
	font-size: 18px;
	background: #f4f1f4;
	padding: 1em;
}
.leader-list .position {
	margin: .5em 0;
	background: #287FF9;
	color: #fff;
	float: left;
	position: relative;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 0 1em 0 .8em;
	line-height: 1.4;
	height: 1.6em;
}
.leader-list .position .dec {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #f4f1f4;
	left: -3px;
}
.leader-list .position .dec1 {
	top: -3px;
}
.leader-list .position .dec2 {
	bottom: -3px;
}
.leader-list .position .dec3 {
	position: absolute;
	width: 6px;
	border-radius: 3px;
	background: #287FF9;
	top: 3px;
	bottom: 3px;
	right: -3px;
}
.leader-list .name {
	clear: left;
	margin: .5em 0;
	background: #fff;
	color: #030000;
	padding: 1em 2em;
}
.leader-list a.unit {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.leader-list a.unit img {
	display: block;
	width: 131px;
	height: 169px;
}
.leader {
	margin-bottom: 2em;
	min-height: 700px;
}
.leader .portrait {
	float: left;
}
.leader .info {
	float: right;
	width: 770px;
}
.leader .name {
	background: none;
	margin: 0;
	font-size: 18px;
	padding-left: 1em;
}
.leader .label-name {
	padding-left: 1.2em;
	font-size: 16px;
}
.leader .label-value {
	padding-left: 2.2em;
	font-size: 14px;
	margin-bottom: 10px;
}
.tabbox {
	margin: 2em 0;
}
.tabbox ul {
	border-bottom: 1px solid #f1e3f0;
}
.tabbox ul li {
	cursor: pointer;
	float: left;
	line-height: 1.8;
}
.tabbox ul .first {
}
.tabbox ul li.on {
	border-bottom: 2px solid #287FF9;
	margin-top: 3px;
	margin-bottom: -1px;
}
.tabbox ul li div {
	padding: 0 2em;
	margin: 3px 1px 0 1px;
	color: #287FF9;
}
.tabbox ul li.on div {
	background: #fff;
	margin: 0 1px 0 1px;
	padding-bottom: 1px;
}
.tabbox .tabbox-page {
	padding: 1em;
}
.content {
	float: none;
	padding: 0 100px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	margin: 1em auto;
	text-align: center;
	line-height:35px;
}
.content .detail {
	font-size: 14px;
	line-height: 2;
}
.body .cont-box {
	padding: 1em 0px 0px;
}
.img-list {
	min-height: 700px;
	background: #f7f7f7;
	padding: 1.5em 0 0 1.5em;
	margin-bottom: 2em;
}
.img-list .item {
	float: left;
	width: 278px;
	margin: 1em;
	text-align: center;
}
.img-list .contentitem {
	display: inline-block;
	width: 350px;
	margin: 1em;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	background-color: #efefef;
	padding: 8px 0;
}
.img-list .contentitem a {
	display:block;
	text-align:center;
	line-height: 1.2;
}
.img-list .contentitem:hover, .img-list .contentitem:hover a {
	color: #fff;
	background-color: #287ff9;
}
.menu-content {
	padding: 2em;
	background:#f7f7f7;
}
.min-height {
	min-height: 500px;
	background: #f7f7f7;
}
.notice-list {
	float: none;
	width: auto;
}
.teacher_list_wrap {
	background: #fafafb;
}
.teacher_list_unit {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin: 1% .5% 1% .5%;
	width: 45.2%;
	display: inline-block;
 *display: inline;
	zoom: 1;
	text-align: left;
}
.teacher_list_portrait {
	width: 108px;
	height: 140px;
	float: left;
}
.teacher_list_content {
	float: right;
	width: 290px;
	padding-left: 10px;
}
.teacher_list_content_p {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #ddd;
}
.teacher_list_content_p span {
	color: #287FF9;
	margin: 0 4px;
	font-size: 20px;
}
/*20180522*/
.index-header .menu {
	background: #fff;
}
.index-header-background {
	background: url(..img/tp_bg.jpg)
}
.index-header .menu {
	float: right;
}
.index-header .search {
	padding: 1em 0 0 0;
}
.index-header .search .link {
	color: #fff;
}
.bx-wrapper .bx-pager {
}
.index-header .absolute2 {
	top: 300px;
}
.index-header .menu .sub-item {
	background: #2e5a27;
	width: 128px;
}
.index-header-background {
	position: relative;
	z-index: 10;
}
.index-header .menu li.current, .index-header .menu li:hover {
	background: #287FF9;
	color: #fff;
}
.index-header .indexnav_wrap {
	height: 39px;
	background: #fff;
	color: #2e5a27;
	border-bottom: 1px solid #fafafb;
}
.MMi8 {
	display: none;
}
.Mi9, .Mi1 {
	display: none;
}
.selected2 {
	border-color: #287FF9 !important;
	background: #fafafb;
}
.selected3 {
	border-color:#39713c !important;
	font-size:14px;
	color:#666;
	border-bottom:#39713c solid 1px;
}
.wp_entry {
	padding: 2em;
}
.hhh {
	position: relative;
	z-index: 99999;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
	display: block;
	height: 32px;
	line-height: 32px;
	border-bottom: 0;
	margin-bottom: 0;
}
.wp_subcolumn_list .wp_sublist .sublist_title a {
	display: inline-block;
	color: #393939;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
	color: #fff;
	background: #287FF9;
	margin: 0 auto -10px -10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding: 0 0 10px 0;
	width: 200px;
	text-align: center;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
	margin-top: 11px;
	display: none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a:hover {
	color: #fff;
}
.wp_entry img {
	max-width: 850px;
 _width: :expression(this.width>850?"850px":this.width+"px");
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	*zoom:1;
}
.slt {
	float: left;
}
.wp_articlecontent>strong {
	font-style: normal;
	font-weight: bold;
	font-size: 10.5pt;
}
.btt2 .date {
	float: none !important;
}
.slt img {
	float: left;
	height: 110px;
	width: 190px;
	margin: 5px 5px 5px 0;
	display: block;
}
.btt2 {
	float: left;
	margin-left: 20px;
	width: 360px;
}
.conjj {
	font-size: 14px;
	color: #878888;
	line-height: 28px;
}
.conbt {
	font-size: 16px;
	line-height: 35px;
}
/*机构设置*/
.class-ify-list{
	margin: 0px auto;
    min-height: 250px;
    background: #f7f7f7;
	padding-top: 15px;
}
.class-ify-list .item {
	padding: 20px 0;
	margin: 0;
}
.class-ify-list .item h4 {
	display: inline-block;
	background: #287ff9;
	width: 200px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	color: #fff;
	padding-left: 15px;
	margin: 0;
}
.class-ify-list .item ul{
	text-align: left;
	font-size: 0;
}
.class-ify-list .item li {
	width: 31.3%;
	padding: 20px 1% 0px 1%;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.class-ify-list .item li a{
	display: block;
	font-size: 14px;
	color:#333;
	line-height:1.4;
	padding: 8px 10px;
	text-align: center;
	background-color: #e5e5e5;
}
.class-ify-list .item li a:hover{
	background-color: #d3e6f2;
}
.lyb-box input.defaultlistbuttonstyle {
padding: 6px 20px;
    vertical-align: middle;
    cursor: pointer;
}
.lyb-box input.defaultlistbuttonstyle:hover{
background: #168eda;
    color: #fff;
}
/*信箱开始*/
.emil-name {    
    font-size: 20px;
    color: #168eda;
    padding: 20px 0 2px 0;
    text-align: left;
    border-bottom: 1px solid #168eda;
    margin-bottom: 20px;
}
.emil-submit {}

/*信箱结束*/

@media screen and (max-width: 768px) {
    body,htem{min-width:1200px;}
}