@charset "utf-8";
/* CSS Document */
body {
	font-family:"宋体";
	font-size:14px;
	color:#666;
}
a:link{color:#666; cursor:pointer; text-decoration:none;}
a:visited{color:#666; text-decoration:none;}
a:hover{color:#e20a13; text-decoration:none;}
a:active{color:#666; text-decoration:none;}
.clear {clear:both;}
.fl{float:left}
.fr{float:right}
.trans {
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
@font-face {
	font-family: 'kalingab';
	src: url('../fonts/kalingab.eot');
	src: url('../fonts/kalingab.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/kalingab.woff') format('woff'),
		 url('../fonts/kalingab.svg') format('svg'),
		 url('../fonts/kalingab.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}

/*header-top*/
.header-top-wrap {
	width:100%;
	height:18px;
	background-color:#333;
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
}

.header-top {
	width:1200px;
	margin:0 auto;
	text-align:right;
}

.header-top span {
	display:inline-block;
	padding-left:25px;
	background:url(../images/h-tel.png) left center no-repeat;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#afafaf;
}

/*header*/
.header-box {
	width:100%;
	height:90px;
	position:absolute;
	left:0;
	top:18px;
	z-index:9999;
}

.header-wrap {
	width:100%;
	height:90px;
	background:url(../images/header-back.png) left top repeat-x;
}

.header {
	width:1200px;
	margin:0 auto;
}

.header .logo {
	float:left;
	margin:13px 0 0 -7px;
}

/*nav*/
.nav {
	float:right;
	width:780px;
	font-size:0;
	text-align:right;
	overflow:hidden;
	white-space:nowrap;
}

.nav a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 4px;
	padding:0 15px;
	border-bottom:2px solid rgba(226,10,19,0);
	font:14px/88px "Microsoft YaHei";
	color:#1e1f1f;
}

.nav a:hover {
	background-color:#e1ebf1;
	border-color:rgba(226,10,19,1);
}

.nav a.on {
	background-color:#e1ebf1;
	border-color:rgba(226,10,19,1);
}

/*banner*/
.banner {
	width:100%;
	height:542px;
	overflow:hidden;
	position:relative;
}

.b-bd li {
	width:100%;
	height:542px;
	background-position:center top;
	background-repeat:no-repeat;
}

.b-hd {
	width:100%;
	position:absolute;
	bottom:4px;
	font-size:0;
	text-align:center;
}

.b-hd li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:60px;
	height:30px;
	margin:0 10px;
	cursor:pointer;
}

.b-hd li span {
	display:block;
	width:60px;
	height:5px;
	background-color:#fff;
}

.b-hd li.on span {
	background-color:#e20a13;
}

.b-btn {
	width:86px;
	height:120px;
	position:absolute;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
}

.b-btn.b-prev {
	background:url(../images/slide_left.png) center center no-repeat;
	left:3%;
}

.b-btn.b-next {
	background:url(../images/slide_right.png) center center no-repeat;
	right:3%;
}

/*case*/
.con-case {
	width:100%;
	padding:1px 0;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.con-case .case-item {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:19.9%;
	margin:0 1px;
	position:relative;
	overflow:hidden;
}

.item-hover {
	width:100%;
	height:81.5%;
	position:absolute;
	left:0;
	top:-100%;
	z-index:9;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity:0);
	padding-top:9.6%;
	background:url(../images/item-hover-back.png);
}

a:hover .item-hover {
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity:100);
	top:0;
}

.item-hover p {
	padding-top:8.4%;
	font:14px/20px "Microsoft YaHei";
	text-align:center;
	color:#fff;
}

/*footer*/
.footer-wrap {
	width:100%;
	height:25px;
	background-color:#eee;
}

.footer {
	width:1200px;
	margin:0 auto;
}

.footer .bq {
	float:right;
	font-size:12px;
	line-height:25px;
	text-align:right;
	color:#484848;
}

.bq a {
	color:#484848;
}

.bq a:hover {
	color:#e20a13;
}

.bq img {
	vertical-align:middle;
	position:relative;
	top:-1px;
	padding-left:11px;
}

.footer .case-nav a {
	font-size:12px;
	line-height:25px;
	color:#8d8d8d;
}

.footer .case-nav a:hover {
	color:#e20a13;
}

.case-nav span {
	padding:0 10px;
	font-size:12px;
	line-height:25px;
	color:#8d8d8d;
}

/*inpage*/
.inbanner {
	width:100%;
	height:320px;
	position:relative;
}

.incontent {
	width:1200px;
	margin:0 auto;
	padding-bottom:50px;
}

/*newsDe*/
.incon-newsDe {
	padding-top:43px;
}

.incon-newsDe h1 {
	font:28px/34px "Microsoft YaHei";
	text-align:center;
	color:#343434;
}

.incon-newsDe .page-detail {
	padding-top:15px;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.page-detail span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 21px;
	font-size:14px;
	line-height:20px;
	color:#969696;
}

.incon-newsDe .share {
	height:25px;
	margin-top:34px;
	background:url(../images/share-hx.jpg) left center repeat-x;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.share > div {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding-left:3px;
}

.share > div span.jtico {
	height:25px !important;
	padding-left:0 !important;
	padding-right:29px !important;
}

.share > div a.share-qzone span {
	background:url(../images/share-qzone.png) right top no-repeat !important;
}

.share > div a.share-wb span {
	background:url(../images/share-wb.png) right top no-repeat !important;
}

.share > div a.share-qqwb span {
	background:url(../images/share-qqwb.png) right top no-repeat !important;
}

.share > div a.share-rr span {
	background:url(../images/share-rr.png) right top no-repeat !important;
}

.share > div a.share-more {
	background:url(../images/share-more.png) right top no-repeat !important;
}

.incon-newsDe .text {
	padding:44px 0 52px;
	line-height:26px;
}

.incon-newsDe .fp {
	line-height:26px;
}

/*contact*/
.incon-contact {
	width:100%;
	padding-top:36px;
}

.incon-title {
	text-align:center;
}

.incon-title h2 {
	padding-top:12px;
	font-size:18px;
	color:#2c2c2c;
}

.box-contact {
	width:1198px;
	margin:0 auto;
	padding:49px 1px 0;
	text-align:center;
}

.box-contact table {
	width:100%;
}

.box-contact td {
	border:3px solid #faf9f9;
	height:74px;
}

.box-contact td span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:20px;
	line-height:22px;
	text-align:left;
	color:#343434;
}

.incon-contact .map {
	width:100%;
	height:524px;
	padding:44px 0 50px;
}

/*news*/
.incon-news {
	padding-top:36px;
}

.incon-news .news-list {
	padding-top:36px;
}

.news-list .news-item {
	width:1198px;
	margin-top:18px;
	padding:22px 25px;
	border:1px solid #e3e3e3;
	overflow:hidden;
}

.news-list .news-item:hover {
	border-color:#e20a13;
}

.news-item .item-pic {
	float:left;
	width:320px;
	height:205px;
	overflow:hidden;
}

.item-pic:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.news-item .news-item-m {
	padding-left:357px;
	width:700px;
}

.news-item-m h4 {
	padding-top:12px;
}

.news-item-m h4 a {
	font:18px/22px "Microsoft YaHei";
	color:#343434;
}

.news-item-m h4 a:hover {
	color:#e20a13;
}

.news-item-m .item-detail {
	padding:9px 0 11px;
	font-size:12px;
	color:#969696;
}

.news-item-m .hx {
	width:30px;
	height:1px;
	background-color:#616161;
}

.news-item-m p {
	width:562px;
	padding-top:18px;
	line-height:26px;
}

.news-item .news-item-r {
	float:right;
	width:88px;
}

.news-item-r div.date {
	padding-top:10px;
	font:24px/1 Arial, Helvetica, sans-serif;
	text-align:right;
}

.date span {
	display:block;
	padding-top:4px;
	font-size:14px;
}

.news-item-r a {
	float:right;
	display:block;
	width:24px;
	height:24px;
	margin-top:107px;
	background:url(../images/news-circle.jpg);
}

/*sheet*/
.incon-sheet {
	padding-top:36px;
}

.incon-sheet .sheet-list {
	padding-top:33px;
}

.sheet-list .sheet-item {
	padding:42px 0 20px;
	border-bottom:1px solid #dedede;
	overflow:hidden;
}

.sheet-item .icon {
	float:left;
}

.sheet-item .sheet-m {
	width:920px;
	padding-left:97px;
}

.sheet-m h4 {
	font:16px/1 "Microsoft YaHei";
	color:#0e0d0d;
}

.sheet-m .item-detail {
	padding-top:13px;
	font-family:"Microsoft YaHei";
}

.sheet-m .item-share {
	padding-top:11px;
}

.item-share > span, .item-share > div {
	float:left;
}

.sheet-item .sheet-r {
	float:right;
	padding-top:24px;
}

.sheet-r a {
	display:block;
	width:100px;
	height:32px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#ea0909;
	font-family:"Microsoft YaHei";
	line-height:32px;
	text-align:center;
	color:#fff;
}

/*activity*/
.inpage-subnav {
	width:990px;
	margin:0 auto;
	margin-top:50px;
	padding:0 105px;
	border-top:4px solid #e2e2e2;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.inpage-subnav li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}

.inpage-subnav li a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-top:43px;
	background:url(../images/inpage-nav-dot.jpg) center top no-repeat;
	font-family:"Microsoft YaHei";
	font-size:14px;
	line-height:20px;
	color:#333;
	position:relative;
	top:-12px;
}

.inpage-subnav li a:hover {
	background-image:url(../images/inpage-nav-dot-on.jpg);
}

.inpage-subnav li a.on {
	background-image:url(../images/inpage-nav-dot-on.jpg);
}

.incon-activity .activity-list {
	padding-top:14px;
	overflow:hidden;
}

.activity-list ul li {
	float:left;
	width:287px;
	margin:29px 0 0 17px;
	position:relative;
	overflow:hidden;
}

.activity-list ul li a > p {
	height:16px;
	padding-top:14px;
	font-family:"Microsoft YaHei";
	text-align:center;
	color:#000;
}

.activity-list ul li a .item-hover {
	width:287px;
	height:123px;
	padding-top:28px;
	text-align:center;
}

.activity-list ul li a:hover > p span {
	position:relative;
	top:16px;
}

/*service*/
.incon-service .text {
	padding-top:53px;
	font:14px/30px "Microsoft YaHei";
	color:#0d0d0d;
}

/*about*/
.incon-about .box-about {
	width:1200px;
	margin:0 auto;
	padding-top:56px;
	overflow:hidden;
}

.box-about > img {
	float:right;
	padding-top:9px;
}

.box-about .text {
	padding-right:468px;
	font:14px/30px "Microsoft YaHei";
	color:#0d0d0d;
}

.incon-about .box-culture {
	width:100%;
	height:250px;
	margin-top:43px;
	background:url(../images/culture-img.jpg) center top no-repeat;
}

.incon-about .box-certificate {
	width:1200px;
	margin:0 auto;
	padding-top:84px;
}

.certificate-list {
	height:224px;
	padding:32px 0 80px;
	position:relative;
}

.certificate-list .cer-bd {
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}

.cer-bd ul li {
	float:left;
	width:163px;
	padding-right:52px;
}

.certificate-list .btn-cer {
	width:46px;
	height:46px;
	position:absolute;
	top:123px;
	cursor:pointer;
}

.certificate-list .btn-prev {
	left:0;
	background:url(../images/btn-prev.jpg);
}

.certificate-list .btn-next {
	right:0;
	background:url(../images/btn-next.jpg);
}

.certificate-list .btn-prev:hover {
	background:url(../images/btn-prev-hover.jpg);
}

.certificate-list .btn-next:hover {
	background:url(../images/btn-next-hover.jpg);
}

/**---导航浮动--**/
.menu_fixed {POSITION: fixed;LEFT: 0px;MARGIN: 0px;	Z-INDEX: 99999;	WIDTH: 100%; height:60px; top:0!important;}
.menu_fixed .logo {height:39px;}
.menu_fixed .nav a {line-height:58px;}

/*scrollUp*/
#scrollUp{width:38px; height:38px; position:absolute; right:2%; bottom:6%; z-index:999; background:url(../images/top.png)}

.anchor {
	width:100%;
	height:0;
	padding-top:90px;
	margin-top:-90px;
}









