@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*newsView*/

.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artCon {
	padding: 50px;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artShare {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.artShare .bdsharebuttonbox {
	padding: 0;
}

.artShare .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	padding-left: 0;
	margin: 0;
}

.artShare .bdsharebuttonbox a.bds_tsina {
	background: url(../images/WB1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
	background: url(../images/TI1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_qzone {
	background: url(../images/KZ.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_douban {
	background: url(../images/DB.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq {
	background: url(../images/QQ1.png) center center no-repeat;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0px 10px 0 10px;
	line-height: 35px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	color: #333333;
	font-size: 14px;
}

.pageUp a {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.pageUp a:hover {
	color: #2184c7;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*全图列表页start*/

/*电子期刊1*/

.w_imgList {
	overflow: hidden;
	margin-right: -20px;
	padding-top: 5px;
}

.w_imgList dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 20px;
}

.w_imgList dd .con {
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.w_imgList dd .a {
	display: block;
}

.w_imgList dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList dd .pic:before {
	display: block;
	content: '';
	padding-top: 133.333%;
}

.w_imgList dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.w_imgList dd .text {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
}

.w_imgList dd:hover .text {
	color: #2184c7;
}

.w_imgList dd .con:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}


/*产品列表start*/

.w_imgList1 {
	overflow: hidden;
	margin-right: -30px;
}

.w_imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 20px;
}

.w_imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList1 dd .a {
	display: block;
}

.w_imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.6667%;
}

.w_imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.w_imgList1 dd .text {
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	background: #fff;
}

.w_imgList1 dd:hover .text {
	color: #2184c7;
}

.w_imgList1 dd .con:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

.w_imgList2 dd .text {
	line-height: 50x;
}

/*全图列表*/

/*图文列表页start*/

.imgText1 {
	overflow: hidden;
}

.imgText1 dd {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.imgText1 dd .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.666%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
	padding-top: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 20px;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.imgText1 dd .text .time {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	color: #999;
}

.imgText1 dd .text .time span {
	float: left;
	display: inline;
	padding-left: 25px;
	margin-right: 30px;
}

.imgText1 dd .text .time span.span1 {
	background: url(../images/clock.png) left center no-repeat;
}

.imgText1 dd .text .time span.span2 {
	background: url(../images/eyse.png) left center no-repeat;
}

.imgText1 dd .text .more {
	width: 135px;
	height: 0px;
	background: #2184c7;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}

.imgText1 dd .text .more a {
	color: #fff;
}

.imgText1 dd:hover .text .title {
	height: 36px;
	line-height: 36px;
	padding-top: 0px;
}

.imgText1 dd:hover .text .title a {
	color: #2184c7;
}

.imgText1 dd:hover .text .more {
	height: 46px;
}

/*图文列表页end*/

/*全文列表页start*/

.w_imgText dd {
	padding: 37px 20px 45px;
	background: #fff;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.w_imgText dd:hover {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
	transform: translateY(-4px);
}

.w_imgText dd .text {
	overflow: hidden;
}

.w_imgText dd .text .title {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.w_imgText dd .text .title a {
	color: #333;
	font-size: 20px;
}

.w_imgText dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.w_imgText dd .text .time {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	color: #999;
}

.w_imgText dd .text .time span {
	float: left;
	display: inline;
	padding-left: 25px;
	margin-right: 30px;
}

.w_imgText dd .text .time span.span1 {
	background: url(../images/clock.png) left center no-repeat;
}

.w_imgText dd .text .time span.span2 {
	background: url(../images/eyse.png) left center no-repeat;
}

.w_imgText dd:hover .text .title a {
	color: #2184c7;
}

/*全文列表页end*/

/*视频列表start*/

.vidoList {
	overflow: hidden;
	margin-right: -20px;
}

.textVde {
	height: 48px;
	line-height: 48px;
	color: #333;
	text-align: center;
	font-size: 16px;
	background: #fff;
}

.textVde span {
	padding: 0 5px;
}

.vidoList dd {
	width: 33.333%;
	float: left;
	display: inline;

}

.vidoList dd .con {
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	padding: 10px;
	background: #fff;

}

.vidoList dd .con .pic {
	overflow: hidden;
	position: relative;
}

.vidoList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 67%;
}

.vidoList dd .con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

.vidoList dd .con:hover {
	box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/*视频列表end*/

/*招聘列表页start*/

/*招聘列表页end*/

/*招聘详情start*/

/*招聘详情end*/

/*招聘表单start*/

/*招聘表单end*/

/*留言start*/

.messageBox {
	padding: 0 88px;
	overflow: hidden;
}

.messageTitle .title {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.messageTitle .lead {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.formDl {
	overflow: hidden;
}

.formDl dd {
	margin-bottom: 30px;
}

.formDl dt {
	margin-bottom: 30px;
}

.formDl dd .con {
	margin-right: 65px;
}

.formBox .title {
	width: 85px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	overflow: hidden;
	text-align: right;
}

.formBox .title span {
	float: left;
	display: inline;
	width: 65px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
}

.formBox .title i {
	display: block;
	overflow: hidden;
	font-style: normal;
	width: 20px;
	text-align: center;
}

.formBox .xin {
	width: 18px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 16px;
	color: #d6000f;
}

.formDiv1 {
	overflow: hidden;
	border: 1px solid #dedede;
}

.formDiv1.w_435 {
	width: 435px;
}

.formDiv1 .formIpt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 5px;
	font-size: 14px;
	color: #666;
}

.formarea1 {
	height: 268px;
	width: 880px;
	overflow: hidden;
	border: 1px solid #dedede;
}

.formarea1 .texa {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.formIpt::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
	color: #ccc;
}

.formIpt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #ccc;
}

.formIpt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #ccc;
}

.formIpt::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 14px;
	color: #ccc;
}

.texa::-webkit-input-placeholder {
	font-size: 14px;
	color: #ccc;
}

.texa:-moz-placeholder {
	font-size: 14px;
	color: #ccc;
}

.texa::-moz-placeholder {
	font-size: 14px;
	color: #ccc;
}

.texa:-ms-input-placeholder {
	font-size: 14px;
	color: #ccc;
}

.formBox .code {
	height: 52px;
	line-height: 52px;
	margin: 0 15px;
}

.formBox .code img {
	display: block;
	width: 100%;
	height: 100%;
}

.huan {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.sexBox {
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}

.sexBox .sex {
	float: left;
	display: inline;
	padding-left: 40px;
	font-size: 16px;
	color: #555;
	background: url(../images/sel1.png) center center no-repeat;
}

.sexBox .sex.selected {
	background: url(../images/sel.png) center center no-repeat;
}

.submint {
	overflow: hidden;
	padding-bottom: 55px;
	margin-left: 85px;
}

.submint dd {
	float: left;
	display: inline;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #d0d0d0;
	margin-right: 26px;
	border-radius: 4px;
}

.submint dd a {
	display: block;
	font-size: 18px;
	color: #fff;
}

.submint dd:nth-child(1) {
	background: #2184c7;
}

.messagecon {
	padding: 35px 55px;
}

.messagecon .messageT {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	text-align: center;
}

.messageDl dd {
	border-top: 1px solid #dedede;
	padding-top: 15px;
}

.messageDl dd .gly .title span {
	color: #d6000f;
}

.messageDl dd .gly .title {
	color: #d6000f;
}

.messageDl dd .user .con,
.messageDl dd .gly .con {
	overflow: hidden;
	line-height: 30px;
	padding: 10px 0;
	font-size: 16px;
	color: #555;
}

.messageDl dd .title {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	font-size: 18px;
	color: #333;
	width: 105px;
}

.messageDl dd span {
	float: left;
	display: inline;
	width: 90px;
	font-size: 18px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
}

.messageDl dd span.span1 {
	letter-spacing: 0.25em;
}

.messageDl dd .title i {
	display: block;
	overflow: hidden;
	font-style: normal;
	width: 10px;
	text-align: center;
}

/*留言end*/

/*产品详情start*/

.productC {
	padding: 60px 0px 60px 40px;
	background: #fff;
}

.productBox {
	overflow: hidden;
}

.productL {
	width: 450px;
}

.productBanner {
	width: 450px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.productBanner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	display: none;
}

.productBanner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.productBanner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.productBanner .bd li .pic {
	position: relative;
	background: #fff;
}

.productBanner .bd li .pic:after {
	display: block;
	content: "";
	padding-top: 66.6667%;
}

.productBanner .bd img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.productBanner .prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	display: block;
	width: 15px;
	height: 22px;
	background: url(../images/left.png) center center no-repeat;

}

.productBanner .next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	display: block;
	width: 15px;
	height: 22px;
	background: url(../images/right1.png) center center no-repeat;
}

.productR {
	overflow: hidden;
	padding-left: 62px;
}

.productTitle {
	height: 45px;
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.productDl {
	padding-right: 40px;
}

.productDl dd .con {
	overflow: hidden;
}

.productDl dd .con .title {
	width: 90px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	float: left;
	display: inline;
	overflow: hidden;
}

.productDl dd .con .title span {
	float: left;
	display: inline;
	width: 65px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
}

.productDl dd .con .title span.span1 {
	letter-spacing: 2em;
}

.productDl dd .con .title span.span2 {
	letter-spacing: 0.5em;
}

.productDl dd.dd3 .con .title {
	display: block;
	float: none;
}

.productDl dd .con .text {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
}

.productDl dd.dd3 .con .text {
	height: 150px;
	line-height: 30px;
	font-size: 18px;
	color: #666;
	padding-right: 20px;
}

.productView {
	padding-right: 40px;
}

.productViewT {
	height: 50px;
	border-bottom: 1px solid #ebebeb;
	font-size: 22px;
	color: #333;
}

/*产品详情end*/

/*大事记start*/

.eventBox {
	padding: 50px 0;
	position: relative;
}

.event_dl:after {
	display: block;
	content: "";
	position: absolute;
	width: 21px;
	height: 12px;
	left: 50%;
	margin-left: -10px;
	top: -1px;
	background: url(../images/top.png) center center no-repeat;
}

.event_dl {
	overflow: hidden;
	position: relative;
	width: 780px;
	margin: 0 auto;
}

.event_dl dd {
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	z-index: 3;
}

.event_dl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #cccccc;
	left: 50%;
	top: 0;
	;
}

.event_dl dd .evenDian {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -10px;
	top: 60px;
	z-index: 5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.event_dl dd .evenDian:after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #adadad;
	left: 50%;
	margin-left: -5px;
	top: 5px;
	z-index: 5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventImg {
	overflow: hidden;
}

.eventImg .pic {
	position: relative;
	width: 300px;
}

.eventImg .pic:after {
	display: block;
	content: "";
	padding-top: 66.667%;
}

.eventImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.eventCont {
	overflow: hidden;
}

.odd .eventCont {
	padding-right: 50px;
}

.even .eventCont {
	padding-left: 50px;
}

.odd .eventCont .eventMonth {
	text-align: right;
}

.odd .eventCont .eventDeta {
	text-align: right;
}

.odd .eventCont .eventTitle {
	text-align: right;
}

.eventMonth {
	font-size: 24px;
	color: #333;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventTitle {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.eventDeta {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	min-height: 100px;
}

.even .eventImg {
	float: left;
	display: inline;
	width: 390px;
	margin-left: 30px;
}

.odd .eventImg {
	float: right;
	display: inline;
	width: 390px;
}

.odd .eventImg .pic {
	margin-left: 60px;
}

.eventImg a {
	display: block;
	overflow: hidden;
}

.event_dl dt {
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: 0px;
	z-index: 1;
}

.event_dl dd:hover .evenDian {
	border-color: #2184c7;
}

.event_dl dd:hover .evenDian:after {
	background: #2184c7;
}

.event_dl dd:hover .eventMonth {
	color: #2184c7;
}

/*大事记end*/

/*联系我们start*/

.contactBox {
	background: #fff;
}

.contactDl {
	width: 1060px;
}

.contactDl dd {
	padding: 35px 60px 35px 40px;
	border-bottom: 1px solid #f2f2f2;
}

.contactDl dd .title {
	width: 178px;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	background: url(../images/quan.png)left center no-repeat;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.contentFr {
	overflow: hidden;
}

.contentFr ul {
	overflow: hidden;
}

.contentFr ul li {
	float: left;
	display: inline;
	width: 50%;
	overflow: hidden;
}

.contentFr ul li .name {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.contentFr ul li .context {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.map {
	width: 1200px;
	height: 550px;
	background: #F8F8F8;
}

/*联系我们end*/

/*荣誉资质start*/
.honor {
	width: 1198px;
	/* height:600px; */
	position: relative;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
	padding: 20px 0 10px;
}

.zzryTitle {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
}

.honor .prev_a.change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(../images/honnorL.png) 20px center no-repeat;
}
.honor .next_a.change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(../images/honnorR.png) right center no-repeat;
}
.honor .next_a.change_a:hover{
	background: url(../images/honnorR1.png) right center no-repeat;
}
.honor .prev_a.change_a:hover{
	background: url(../images/honnorL1.png) 20px center no-repeat;
}
.honor .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

.honor .prev_a span {
	background: url(../images/honnorL.png) no-repeat 0px -50px;
	left: 0;
}

.honor .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

.honor .img_ul1 {
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
	margin-bottom: 10px;
}

.honor .img_ul1 li {
	position: relative;
	z-index: 1;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

.honor .img_ul1 li img {
	position: absolute;

}

.honorImg {
	width: 1098px;
	clear: both;
	margin: 0 auto;
	position: relative;
	padding: 23px 50px;
	background: #ebebeb;
	border: 1px solid #d1d1d1;
}

.img_hd1 {
	margin: 0 auto;
	overflow: hidden;
	height: 105px;
	position: relative;
}

.img_hd1 ul {
	position: absolute;
	z-index: 1
}

.img_hd1 ul li {
	float: left;
	width: 144px;
	height: 96px;
	margin: 0 13px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd1 ul li p {
	width: 144px;
	height: 96px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd1 ul li img {
	position: absolute;
	width: 144px;
	height: 96px;
	background: none;
	text-align: center !important;
}

.img_hd1 ul li.on {
	border: 1px solid #2184c7;
}

.honorImg .bottom_a {
	width: 32px;
	height: 57px;
	display: block;
	cursor: pointer;
	float: left;
	top: 50%;
	margin-top: -27px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d4d4d4;
	transition-duration: 0.3s;
}

.honorImg .bottom_a:hover {
	background-color: #999;
}

/*.honorImg .prev_a {
	background-image: url(../images/left.png);
	left: 23px;
}

.honorImg .next_a {
	background-image: url(../images/right1.png);
	right: 23px;
}
.honorImg .prev_a:hover {
	background-image: url(../images/leftb.png);
	left: 23px;
}

.honorImg .next_a:hover {
	background-image: url(../images/right1b.png);
	right: 23px;
}*/

.honorImg .prev_a {
	background-image: url(../images/left.png);
	left: 23px;
}

.honorImg .next_a {
	background-image: url(../images/right1.png);
	right: 23px;
}

.honorImg .prev_a:hover {
	background-image: url(../images/leftb.png);
	left: 23px;
}

.honorImg .next_a:hover {
	background-image: url(../images/right1b.png);
	right: 23px;
}

@media (max-width: 1400px) {
	.honor {
		width: 855px;
	}
	.honor .img_ul1 {
		height: 425px;
	}
	.honor .img_ul1 li {
		height: 425px;
	}
	.honorImg {
		width: 857px;
		padding: 23px 0;
	}
	.img_hd1 {
		height: 81px;
	}
	.img_hd1 ul li {
		width: 107px;
		height: 73px;
		margin: 0 9px;
	}
	.img_hd1 ul li p {
		width: 107px;
		height: 73px;
	}
	.img_hd1 ul li img {
		width: 107px;
		height: 73px;
	}

	.honorImg .bottom_a {
		width: 23px;
		height: 40px;
		padding: 0;
		margin-top: -20px;
		background-size: auto 20px;
	}
	.honorImg .prev_a {
		left: 6px;
	}
	.honorImg .next_a {
		right: 6px;
	}

}

/*荣誉资质end*/

/*
-----------------------------内页样式end-----------------------------
*/
