@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	background: #f3f3f3;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
	font-family: "华文细黑";
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*网页头部*/

.container {
	padding: 0;
}

/* 搜索 */

.search {
	height: 0px;
	width: 100%;
	background: #454545;
	z-index: 9999;
	/* display: none; */
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: 85px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: 45px;
	margin: 20px auto;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
	box-shadow: 0 1px 2px rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 74%;
	padding-left: 2%;
	height: 45px;
	background: #fff;
	font-size: 14px;
	/* border: 2px solid #317954; */
	outline: none;
}

.searchbox .search_kang::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 36px;
}

.search_submit {
	width: 26%;
	height: 45px;
	background: #317954;
	vertical-align: bottom;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.search1 a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: -40px;
	background: url(../images/close.png) -86px 0 no-repeat;
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.search1 a.close:hover {
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

/* 头部logo信息 */

.header-top {
	padding: 18px 0;
	background: #fff;
}

.logo {
	display: block;
	width: 30%;
	float: left;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 20px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 50%;
	float: right;
	margin-top: 25px;
}

.nav ul li {
	float: left;
	width: 20%;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-align: center;
}

/* 
.nav ul li:first-child {
	width: 6.4%;
	margin-left: 0;
} */

.nav ul li a {
	display: block;
	font-size: 18px;
	font-family: "Georgia";
	color: #317954;
	height: 38px;
	display: block;
	position: relative;
}

.nav ul li:hover a {
	background: #fff;
	color: #317954;
}

.nav ul li.active a {
	background: #fff;
	color: #317954;
}

.nav ul li a::after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	height: 2px;
	width: 0;
	background-color: #317954;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li.active a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	background: #fff;
	width: 120%;
	padding: 0 0 10px;
	z-index: 999;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: auto;
	line-height: 35px;
	text-align: left;
	border-bottom: none;
	background: none;
	margin-left: 0;
	margin-top: 1px;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #333333;
	padding: 5px 10px 5px 17px;
	height: auto;
	/*line-height: 35px;*/
       line-height: 25px;
      word-wrap: break-word;
}

.nav ul li:hover .nav_item a {
	background: #fff;
}

.nav ul li:hover .nav_item a::after {
	width: 0;
}

.nav ul li .nav_item li:hover a {
	background: #317954;
	color: #fff;
}

.nav ul li .nav_item li.active a {
	background: #317954;
	color: #fff;
}

/*banner相关设置*/

.fullWidth {
	background: #fff;
}

.banner-container-box {
	margin-left: -100px;
	background: #317954;
	position: relative;
}

.top-link {
	overflow: hidden;
}

.top-link ul li {
	float: right;
	width: 77px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.top-link ul li:nth-child(odd) {
	background: #31a372;
}

.top-link ul li a {
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
}

.banner-container-banner {
	margin-left: 100px;
	margin-right: -100px;
}

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsGCaption {
	font-size: 18px;
	color: #fff;
	width: 65%;
	height: 70px;
	line-height: 70px;
	padding: 0 40px;
	background: url(../images/banner-title.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0px;
	font-family: "Georgia";
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 15;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

#full-width-slider .rsBullets {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 8%;
	z-index: 15;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
}

.rsMinW .rsBullet.rsNavSelected {
	width: 34px;
}

.rsMinW .rsBullet.rsNavSelected span {
	width: 34px;
	background: #a2c93e;
	border-radius: 13px;
}

/*首页内容部分*/

/* 首页标题 */

.index-title {
	margin: 22px 0 48px;
	height: 45px;
	line-height: 45px;
	position: relative;
	border-bottom: 2px solid #2f7753;
}

.index-title h3 {
	text-align: left;
	font-size: 30px;
	font-family: "Georgia";
	color: #04442e;
	margin: 0;
}

.index-title .more {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	color: #04442e;
	font-size: 18px;
	font-family: "Georgia";
	/* position: relative; */
}

.index-title .more::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 1px;
	width: 0;
	background: #04442e;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.index-title .more:hover:after {
	width: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.index-title2 {
	margin: 25px 0 45px;
	position: relative;
}

.index-title2 h3 {
	font-size: 48px;
	color: #333;
	font-family: "Georgia";
	text-align: center;
	margin: 0;
}

/* 首页内容部分 */

.index-content {
	padding: 75px 0 20px;
	background: #fff;
}

/*新闻*/

.index-news {
	padding-right: 3.11%;
}

.index-news ul li {
	margin-bottom: 35px;
}

.index-news ul li a {
	text-decoration: none;
}

.index-news ul li .pull-left {
	padding-right: 0;
}

.index-news ul li.odd .pull-left {
	float: right !important;
}

.index-news ul li .pull-left .pull-left-img {
	width: 400px;
	height: 251px;
	overflow: hidden;
}

.index-news ul li:hover .pull-left .pull-left-img {
	box-shadow: 4px 6px 10px #d7d0bf;
}

.index-news ul li .pull-left .pull-left-img img {
	width: 100%;
	min-height: 100%;
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.index-news ul li:hover .pull-left .pull-left-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.index-news ul li .media-body {
	padding-top: 35px;
}

.index-news ul li .media-body .media-body-box {
	position: relative;
	padding: 50px 90px 20px 30px;
	border-top: 1px solid #d7d0bf;
	border-bottom: 1px solid #d7d0bf;
	border-right: 1px solid #d7d0bf;
}

.index-news ul li.odd .media-body .media-body-box {
	border-left: 1px solid #d7d0bf;
	border-right: none;
}

.index-news ul li .media-body .media-body-box .abstract {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-family: "Georgia";
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px;
}

.index-news ul li:hover .media-body .media-body-box .abstract {
	color: #2f7753;
}

.index-news ul li .media-body .media-body-box .date {
	position: absolute;
	right: 0;
	top: -35px;
	font-size: 16px;
	color: #7f7351;
	padding: 6px 20px;
	background: #e7e1cf;
}

.index-news ul li.odd .media-body .media-body-box .date {
	left: 0;
	right: auto;
}

.index-news ul li .media-body .media-body-box .more {
	font-size: 18px;
	color: #a79e85;
	font-family: "Georgia";
	padding: 10px 0;
	width: 36%;
	border: 1px solid #d7d0bf;
	text-align: center;
	margin-bottom: 7px;
}

.index-news ul li:hover .media-body .media-body-box .more {
	background: #a79e85;
	color: #fff;
}

.index-news ul li .media-body .media-body-box .more span {
	padding: 8.5px 12.5px;
	margin-right: 20px;
	background: url(../images/list-arrow.png) -25px center no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.index-news ul li:hover .media-body .media-body-box .more span {
	background: url(../images/list-arrow.png) left center no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* 通知公告 */

.index-notice {
	padding-left: 0.24%;
}

.index-notice ul {
	border-top: 1px solid #d7d0bf;
	margin-top: 74px;
}

.index-notice ul li {
	position: relative;
	border-left: 1px solid #d7d0bf;
	border-right: 1px solid #d7d0bf;
	border-bottom: 1px solid #d7d0bf;
}

.index-notice ul li:hover {
	background: #f5f2e9;
}

.index-notice ul li a {
	display: block;
	text-decoration: none;
	padding: 35px 120px 48px 23px;
}

.index-notice ul li .notice-date {
	width: 93px;
	background: #2f7753;
	position: absolute;
	right: 0;
	top: -30px;
	padding: 5px 0 10px;
}

.index-notice ul li .notice-date h3 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-family: "Palatino Linotype";
	margin: 0;
	padding-bottom: 1px;
}

.index-notice ul li .notice-date p {
	font-size: 18px;
	color: #fff;
	font-family: "Palatino Linotype";
	text-align: center;
}

.index-notice ul li .notice-title {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-family: "Georgia";
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px;
}

.index-notice ul li .more {
	font-size: 18px;
	color: #2f7753;
	font-family: "Palatino Linotype";
}

/* 新闻动态 */

.research-content {
	background: url(../images/link-bj.jpg) center;
	background-size: 100%;
	padding: 40px 0;
}

.research-content h3 {
	font-size: 48px;
	color: #333;
	font-family: "Georgia";
	text-align: center;
	margin: 0;
}

.research-box ul {
	margin-left: -4.33%;
}

.research-box ul li {
	width: 29%;
	float: left;
	margin-left: 4.33%;
}

.research-box ul li a {
	text-decoration: none;
}

.research-box ul li .research-tel-img {
	height: 268px;
	overflow: hidden;
}

.research-box ul li .research-tel-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research-box ul li:hover .research-tel-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.research-box ul li .research-tel-text {
	padding: 20px 0 40px;
}

.research-box ul li .research-tel-text .research-tel-title {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-family: "Georgia";
	margin-bottom: 8px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.research-box ul li:hover .research-tel-text .research-tel-title {
	color: #2f7753;
}

.research-box ul li .research-tel-text .research-tel-abstract {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	font-family: "Georgia";
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*子页面大图片*/

.x-banner {
	position: relative;
}

.x-banner-img {
	width: 100%;
}

/* 当前位置 */

.location {
	font-size: 16px;
	color: #fff;
}

.location .container1 {
	position: relative;
	background: #317954;
	padding: 11px 20px;
	margin-top: 190px;
}

.location a {
	font-size: 16px;
	color: #fff;
}

.location span {
	margin: 0 3px;
}

/* 内页 */

.xbanner {
	background: #fff;
}

.xbanner-box {
	background: #317954;
	padding-left: 10%;
	width: 90%;
	margin-bottom: -100px;
}

.xbanner-container {
	margin-right: -20%;
	margin-top: 50px;
	margin-bottom: -90px;
	position: relative;
}

.xbanner-container::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/xbanner-container.png) left bottom no-repeat;
	background-size: 100%;
}

.content-box .container1 {
	padding: 0 60px;
	background: #fff;
}

.contact{
	position: relative;
}

.contact-img {
	width: 64%;
}

.contact-img img{
	width: 100%;
}


.contact-text {
    background: #317954;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px 50px 110px 50px;
}

.contact-text h3{
	font-size: 24px;
	color: #fff;
}

.contact-text p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

/* 内页左侧 */

.left-box .left-nav {
	margin-top: 36px;
}

.left-box .left-nav ul li {
	border: 1px solid #fff;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: 18px;
	color: #317954;
	    height: auto;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12%;
    padding-right: 10px;
	background: #f0f6f3;
    word-wrap: break-word;
}

.left-box .left-nav ul li.active a {
	color: #fff;
	background: #317954;
}

.left-box .left-nav ul li:hover a {
	color: #fff;
	background: #317954;
}

/* 内页右侧 */

.right-box {
	padding-left: 4%;
	margin-top: 40px;
}

.right-content {
	margin-bottom: 50px;
	background: #fff;
}

.columntitle {
	margin: 0 0 30px;
}

.columntitle span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	background: #fff;
	padding: 0 10px 0 0;
}

/* 人员详情 */

#teacher-right-contact .v_news_content table {
    border: none !important;
    margin-top: 50px;
	width: 100%;
}

#teacher-right-contact .v_news_content table tr td {
	width: 230px !important;
	height: 247px !important;
	border: none !important;
	padding: 0 20px 0 0 !important;
	background: #e3dea1;
	/* overflow: hidden; */
	/* -moz-box-shadow: 20px 9px 0px #e3dea1; */
	/* -webkit-box-shadow: 20px 9px 0px #e3dea1; */
	/* box-shadow: 20px 18px 0px 0px #e3dea1; */
}

#teacher-right-contact .v_news_content table tr td img {
    width: 100%;
    min-height: 266px;
    margin-top: -20px;
}

#teacher-right-contact .v_news_content table tr td+td{
	background: none;
    padding-left: 60px !important;
    width: auto !important;
    padding-right: 0 !important;
}

#teacher-right-contact .v_news_content table tr td+td h2{
	font-size: 30px;
	color: #333;
	font-family: "Georgia";
	font-weight: bold;
	background: none;
	margin: 0px 0  12px;
	border-bottom: 1px solid #d8e8df;
	padding: 0 0 17px 0;
}

#teacher-right-contact .v_news_content table tr td+td p{
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
	font-family: "Gadugi";
}

#teacher-right-contact .v_news_content h2{
	background: url(../images/teacher-right-h2.png) left center no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	color: #fff;
	font-family: "Gadugi";
	padding: 5px 0 10px 40px;
	margin-top: 35px;

}

#teacher-right-contact .v_news_content h3{
	font-size: 24px;
	color: #333;
	font-family: "Gadugi";
}

#teacher-right-contact .v_news_content p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-family: "Gadugi";
}


/* pr */
.pr{
	overflow: hidden;
}

.pr ul{
	overflow: hidden;
	margin-right: -11%;
	padding-top: 20px;
}
.pr ul li {
	width: 19.2%;
	margin-right: 5.8%;
	float: left;
	text-align: center;
	border-right: 1px solid #efefef;
}

.pr ul li a {
    display: block;
    width: 174px;
}

.pr ul li .pr-img {
    width: 100%;
	height: 184px;
	background:url(../images/pr-img.jpg)  left 20px no-repeat;
	background-size: 100% ;
	overflow: hidden;
	padding-right: 20px;
}

.pr ul li .pr-img img{
	width: 100%;
	min-height: 100%;
}

.pr ul li .pr-title {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-family: "Georgia";
    font-weight: bold;
    margin: 16px 0 55px;
	font-family: "苹方";
	padding-right: 20px;
}


/* Introduction */
.Introduction h3{
	font-size: 24px;
	color: #666;
}

.Introduction p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.Introduction p img{
	max-width: 100%;
	height: auto;
}


/* 范围 */
.container1{
	width: 80%;
	margin: 0 auto;
}


/* 列表 */

.list ul li {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.list ul li a {
	display: block;
	line-height: 62px;
	height: 62px;
}

.list ul li a p {
	float: left;
	width: 75%;
	font-size: 16px;
	color: #333;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover a p {
	color: #317954;
	font-weight: bold;
}

.list ul li a span {
	float: left;
	width: 25%;
	color: #888;
	text-align: right;
	font-size: 14px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li:hover span {
	padding-left: 8px;
}

/* 简介 */

.about p {
	font-size: 16px;
	color: #333;
	font-family: "Georgia";
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

/* 内容页 */

.article {
	padding-top: 20px;
	margin-bottom: 60px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 0 0 15px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 44px;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 20px;
	background: url(../images/information.png) center repeat-y;
}

.article .content {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	min-height: 250px;

	padding: 10px 0px 25px;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: left center;
	margin: 0;
}

.article .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -45px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -90px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -140px center;
	margin: 0;
}

.article .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
}

/*尾部*/

.footer-bottom {
	background: #2c2c2c;
	padding: 20px 0 0;
}

.footer-bottom .footer-left {
	width: 43%;
	float: left;
}

.footer-bottom .footer-left h4, .footer-bottom .footer-center h4 {
	font-size: 24px;
	color: #fff;
	font-family: "Garamond";
	opacity: 0.62;
}

.footer-bottom .footer-left ul li {
	float: left;
	margin-right: 40px;
}

.footer-bottom .footer-left ul li a {
	font-size: 16px;
	color: #fff;
	font-family: "Garamond";
	opacity: 0.6;
}

.footer-bottom .footer-center {
	width: 35%;
	float: left;
}

.footer-bottom .footer-center p {
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	font-family: "Garamond";
}

.footer-bottom .footer-right {
	width: 22%;
	float: left;
	margin-top: 35px;
}

.footer-bottom .footer-right ul li {
	float: right;
	margin-left: 2%;
}

.footer-bottom .footer-right ul li div {
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 6px;
}

.footer-bottom .footer-right ul li div img {
	width: 100%;
}

.footer {
	text-align: center;
	margin-top: 20px;
}

.footer .container1 {
	border-top: 1px solid #636363;
	padding: 12px 0;
}

.footer p {
	font-size: 16px;
	color: #fff;
	font-family: "Garamond";
	opacity: 0.6;
}

/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 30px;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #317954;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.mask {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#LoginBox {
	position: absolute;
	left: 750px;
	top: 80px;
	background: #C0F358;
	width: 250px;
	height: 150px;
	border: 2px solid #444;
	border-radius: 7px;
	z-index: 10000;
	display: none;
}

.login_row1 {
	background: #f7f7f7;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.login_row {
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
}

.login_close_btn {
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #999;
	text-decoration: none;
	float: right;
	padding-right: 4px;
}

.recruitmask {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#recruitLoginBox {
	position: absolute;
	left: 750px;
	top: 120px;
	background: #9BE2AF;
	width: 250px;
	height: 150px;
	border: 2px solid #444;
	border-radius: 7px;
	z-index: 10000;
	display: none;
}

.recruitlogin_row1 {
	background: #f7f7f7;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.recruitlogin_row {
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
}

.recruitlogin_close_btn {
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #999;
	text-decoration: none;
	float: right;
	padding-right: 4px;
}