body {
	background: #f8f8f8 !important;
}

main .contaier {
	background: #fff;
	margin: 20px auto;
	border-radius: 5px;
}
.fix{
	position: fixed;
	top:0;
	z-index: 999;
	background: #fff;
}

/*面包屑*/
.mbx {
	padding: 16px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #dedede;
}

.mbx .left {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #8C8A8A;
	font-size: 13px;
}

.mbx .left p i {
	margin-right: 5px;
}

.mbx .left ul li {
	float: left;
}

.mbx .left ul li a {
	color: #8C8A8A;
}

.mbx h2 {
	color: #333;
	font-size: 18px;
	position: absolute;
	right: 10px;
	font-weight: 400;
}

.mbx h2 i {
	margin-right: 8px;
	color: #0078d7;
}

/*about*/
.about_left {
	width: 278px;
}
.about_left ul{
	width: 278px;
}
.about_left ul li {
	display: flex;
	flex-direction: row;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #dedede;
}
.about_left ul li.on{
	background: #dedede;
}
.about_left ul li img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.about_left ul li a {
	font-size: 18px;
	color: #0078D7;
}

.about_left .img {
	padding: 20px 8px;
}

.about_right {
	min-height: 660px;
	padding: 20px;
	border-left: 1px solid #dedede;
	width: 881px;
}

.about_right p {
	font-size: 18px;
	line-height: 2;
	color: #333;
}

.about_right img {
	max-width: 100%;
}
.about_list {
	min-height: 620px;
	padding: 20px;
	border-left: 1px solid #dedede;
	width: 922px;
}
.about_list ul li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.about_list ul li:nth-child(4n){
	margin-right: 0;
}
.about_list ul li .img img{
	width: 100%;
	max-height: 100%;
}
.about_list ul li .img{
	padding: 3px;
	border: 1px solid #ddd;
	height: 284px;
	overflow: hidden;
	text-align: center;
	display: table;
}
.about_list ul li .img .box{
	vertical-align:middle;
	display: table-cell;
}
.about_list ul li h3{
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	height: 72px;
}
/*new*/
.about .news {
	min-height: 620px;
	padding: 20px;
	border-left: 1px solid #dedede;
	width: 881px;
}
.about .news ul li{
	margin-bottom: 15px;
}
.about .news ul li a{
	display: flex;
	background: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
	transition: .5s;
}
.about .news ul li a .img{
	width: 240px;
	height: 160px;
}
.about .news ul li a .text{
	width:621px;
	margin-right: 30px;
}
.about .news ul li a .text h3{
	color: #333;
	margin-bottom: 15px;
	font-size: 18px;
}
.about .news ul li a .text span{
	font-size: 18px;
	color: #ddd;
	font-weight: bold;
	font-family: impact;
	display: block;
	margin-bottom: 10px;
}
.about .news ul li a .text p{
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	height: 48px;
}
.about .news ul li a .text i{
	float: right;
	margin-right: 50px;
	transition: .5s;
}
.about .news ul li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.about .news ul li a:hover i{
	margin-right: 30px;
}

/*services*/
.services {
	min-height: 400px;
	padding: 15px;
}

.services .ksdh ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services .ksdh ul li {
	margin-right: 15px;
	height: 40px;
}

.services .ksdh ul li a {
	color: #444;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 120, 215, .8);
	font-size: 14px;
}
.services .ksdh ul li.on a{
	color: #005EA9;
}

.services .ksdh ul li a:hover {
	color: #0078D7;
}

.services .ksdh ul li a i {
	color: #0078D7;
	margin-right: 6px;
}

.services .list {
	padding: 20px 0;
}

.services .list ul {
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid #ddd;
}

.services .list ul li {
	width: 33.2%;
	border-left: 1px solid #ddd;
}

.services .list ul li:last-child {
	border-right: 1px solid #ddd;
}

.services .list ul li:nth-child(3n) {
	border-right: 0 solid #ddd
}

.services .list ul li .box {
	padding: 30px 20px;
	display: block;
	transition: .5s;
}

.services .list ul li .box h3 {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	transition: .5s;
}

.services .list ul li .box span {
	margin-bottom: 10px;
	color: #999;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	transition: .5s;
}

.services .list ul li .box .img {
	height: 200px;
	overflow: hidden;
}

.services .list ul li .box .img img {
	transition: .5s;
}

.services .list ul li .box p {
	margin-bottom: 10px;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	margin: 10px 0 20px 0;
	height: 108px;
	transition: .5s;
}

.services .list ul li .box i {
	width: 100px;
	margin: 0 auto;
	display: block;
	height: 30px;
	border-radius: 20px;
	background: #e2e2e2;
	color: #fff;
	text-align: center;
	line-height: 30px;
	transition: .5s;
}

.services .list ul li .box:hover {
	background: #0078D7;
}

.services .list ul li .box:hover h3,
.services .list ul li .box:hover p,
.services .list ul li .box:hover span {
	color: #fff;
}

.services .list ul li .box:hover i {
	background: #005ea9;
}

.services .list ul li .box:hover img {
	transform: scale(1.2);
}
/*详情页*/
.services .content h1{
	background: rgba(0,120,215,.05);
	color: #222;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	letter-spacing: 2px;
	font-weight: 500;
	border: 1px solid #ececec;
	border-bottom: 1px solid #fff;
}
.services .content .box{
	border: 1px solid #ececec;
	border-top: 1px solid #fff;
	padding: 20px 20px 40px 20px;
}
.services .content .box p{
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}
.services .content span{
	display: block;
	text-align: center;
	color: #666;
	padding: 15px 0;
	border: 1px solid #ececec;
	border-top: 1px solid #fff;
	font-size: 14px;
}

/*头条新闻*/
.txtScroll-left {
	position: relative;
	border: 1px solid #ececec;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 0;
	margin: 15px 0;
}

.txtScroll-left .tit {
	margin-left: 6px;
	width: 10%;
	background: #0078d7;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	margin-right: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}

.txtScroll-left .tit:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: #0078d7;
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	right: -6px;
	top: 12px;
}

.ttxw .tempWrap {
	width: 80% !important;
}

.txtScroll-left .hd .prev,
.txtScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 8px;
}

.txtScroll-left .hd .next {
	background-position: 0 -50px;
	right: 10px;
}

.txtScroll-left .hd .prev {
	right: 25px;
}

.txtScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.txtScroll-left .hd ul li.on {
	background-position: 0 0;
}

.txtScroll-left .bd {
	width: 90%;
	overflow: hidden;
}

.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
	width: 100%;
}

.txtScroll-left .bd ul li a {
	font-size: 14px;
	color: #333;
}

.txtScroll-left .bd ul li a:hover {
	color: #0078d7;
}

.txtScroll-left .bd ul li span {
	color: #999;
	margin-left: 30px;
	font-size: 14px;
}

/*main_top*/

.main_top_left {
	float: left;
	width: 544px;
}

div#slide-holder {
	width: 544px;
	height: 370px;
	position: relative;
}

div#slide-holder div#slide-runner {
	top: 0;
	left: 0;
	width: 544px;
	height: 370px;
	overflow: hidden;
	position: absolute;
}

div#slide-holder img {
	margin: 0;
	display: none;
	position: absolute;
}

div#slide-holder div#slide-controls {
	left: 0;
	bottom: 0px;
	width: 544px;
	height: 46px;
	display: none;
	position: absolute;
	background: url(../images/slide-bg.png) 0 0;
}

div#slide-holder div#slide-controls p.text {
	float: left;
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	margin: 15px 0 0 20px;
	text-transform: uppercase;
}

div#slide-holder div#slide-controls p#slide-nav {
	float: right;
	height: 6px;
	display: inline;
	margin: 21px 15px 0 0;
}

div#slide-holder div#slide-controls p#slide-nav a {
	float: left;
	width: 10px;
	height: 6px;
	display: inline;
	font-size: 11px;
	margin: 0 12px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position: 0 -6px;
}

div#slide-holder div#slide-controls p#slide-nav a {
	background-image: url(../images/silde-nav.png);
}

.main_top_right {
	float: right;
	width: 640px;
}

.slideTxtBox {
	border: 1px solid #e2ddd7;
	text-align: left;
}

.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	background: #f4f4f4;
	border-bottom: 1px solid #e2ddd7;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	height: 52px;
	width: 100%;
}

.slideTxtBox .hd a {
	position: absolute;
	top: 12px;
	right: 25px;
	width: 25px;
	height: 25px;
	background: #dbdce0;
	color: #fff;
	display: block;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 33.231287%;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.slideTxtBox .hd ul li:first-child.on{
	border-left: 1px solid #fff;
}
.slideTxtBox .hd ul li:last-child.on{
	border-right: 1px solid #fff;
}

.slideTxtBox .hd ul li.on {
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 2px solid #0078d7;
	border-bottom: 1px solid #fff;
	color: #0078D7;
}

.slideTxtBox .bd ul {
	padding: 10px;
	zoom: 1;
}

.slideTxtBox .bd {
	height: 317px;
}

.slideTxtBox .bd li {
	font-size: 14px;
	padding: 7px 0 7px 18px;
	position: relative;
}

.slideTxtBox .bd li:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #0078D7;
	display: block;
	position: absolute;
	left: 5px;
	top: 12px;
}

.slideTxtBox .bd li a {
	color: #333;
}
.slideTxtBox .bd li a:hover{
	color: #0078D7;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #cfcfcf;
}

.slideTxtBox .bd li:first-child {
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 8px;
}

.slideTxtBox .bd li:first-child:after {
	display: none;
}

.slideTxtBox .bd li:first-child h3 {
	font-size: 18px;
	color: #0078D7;
	font-weight: 400;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 1px;
}

.slideTxtBox .bd li:first-child p {
	font-size: 12px;
	color: #8a8a8a;
	line-height: 21px;
}

.slideTxtBox .bd li:first-child a {
	color: #ff0000;
	font-size: 12px;
}

/*recruit*/
.recruit {
	min-height: 620px;
	padding: 20px;
	border-left: 1px solid #dedede;
	width: 881px;
}
.recruit table{
	width: 100%;
}
.recruit table thead{
	background: #0078D7;
	color: #fff;
	
}
.recruit table thead th{
	border: 1px solid #0078D7;
	padding: 10px 0;
}
.recruit table tbody {
	text-align: center;
	font-size: 15px;
}
.recruit table tbody td{
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.recruit h1,.recruit span{
	font-size: 20px;
	color: #333;
}
.recruit h1{
	background: rgba(0,120,215,.1);
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.recruit .box{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	padding-bottom: 20px;
	border-bottom: 1px #ddd dashed;
}
.recruit .liuyan{
	padding: 20px 0 20px 0;
}

/*contact*/
.contact {
	min-height: 620px;
	padding: 20px;
	border-left: 1px solid #dedede;
	width: 881px;
}
.contact p{
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 5px 0;
	margin-top: 5px;
	clear: both;
	display: inline-block;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #0078D7;
	background: #0078D7;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #0078D7;
	background: #0078D7;
	color: #fff;
}
.d_page p{
	font-size: 15px !important;
	color: #444 !important;
}
.d_page p a{
	color: #0078D2 !important;
}