﻿@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"微软雅黑","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:13px;}
body{ background:#fff; overflow-x:hidden;min-width: 1400px;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

* html,* html body /* 修正IE6振动bug */{background-image:url(../images/5bd9be074e7b4fae995fba523b3daff7.gif);background-attachment:fixed;}


/* 头部
-------------------------------------------------------------- */

.header { margin: 0 auto;width:100%;}
.nhead { width:1200px; margin:0 auto; height:79px;}
.logo { float:left; padding-top:14px;}
.yhead { float:right; line-height:79px;}
.yhead .aa{ float:left;}
.yhead .aa{ font-size:12px; background:url(../images/shuhui.png) no-repeat left center; padding-left:15px; padding-right:15px; position:relative; cursor:pointer;}
.yhead .aa a{ font-size:12px;}
.yhead .aa img{ margin-right:5px;margin-top: -2px;}
.yhead .aa .oi{ position:absolute; top:51px; left:13px; display:none; z-index:9;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	}
.yhead .aa b{ background:url(../images/shuhui.png) no-repeat right center; padding-right:5px; }
.yhead .aa:hover .oi{ display:block;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	}
.yhead .aa .lan{ position:absolute; height:auto; background:#118bee; width:100px; text-align:center;top: 53px; display:none;}
.yhead .aa .lan a{ color:#fff; font-size:12px; display:block; height:40px; line-height:40px;}
.yhead .aa:hover .lan{ display:block;}



/* 导航
-------------------------------------------------------------- */
.menu { margin: 0 auto; height:66px; width:100%; background:#118bee;   }
.menu a{ color:#666;}
.menu a:hover{ color:#eb891a;}
.men .men_nav{ float:left;    width: 1088px;}
.men .men_nav_r{ float:right;   padding-top: 21px;background: url(../images/lanhui.jpg) no-repeat left center;
    height: 45px;
    padding-left: 23px; position:relative; cursor:pointer;}
.men .men_nav_r .pl{    background: url(../images/lanhui.jpg) no-repeat right top;
    height: 35px;
    padding-right: 26px;}
	.men .men_nav_r .xinan{ position:absolute ; top:66px; width:254px; left:-182px; z-index:99999; display:none;-webkit-transition:0.3s; transition:0.3s; -moz-transition:0.3s; transition:0.3s; transition:0.3s; transition:0.3s;	}
.men .men_nav_r .xinan .suo{ width:200px; height:30px; line-height:30px; border:1px solid #ddd; background:none; outline:none; float:left; background:#fff;	
	}
.men .men_nav_r .xinan .sou{ width:50px; height:34px; border:0; outline:none; background:#118bee; text-align:center; line-height:34px;color:#fff; float:left; font-family:"微软雅黑"}
.men .men_nav_r:hover .xinan{ display: block;}
/* 尾部
-------------------------------------------------------------- */
.footer { margin:0 auto; width:100%; background:url(../images/footerbg.jpg) repeat-x;color:#fff;}
.footer a{ color:#fff;}
.footer a:hover{ color:#eb891a;}


/* 主体内容开始
-------------------------------------------------------------- */

.page { margin: 0 auto; width:100%; height: auto; }
.content{ width:100%;}
.content a:hover{color:#c10405;}


#pages{padding-top:5px; margin:0 auto; padding:25px 0; }
#pages a{border: 1px solid #DDD;color: #333;margin: 2px;padding:5px 11px;text-decoration: none;font-size:13px;}
#pages a:hover{border: 1px solid #DDD;color: #333;margin: 2px;padding:5px 11px;text-decoration: none;background:#027ffe;color:#FFF;font-size:13px;}
#pages span {background: #027ffe;border: 1px solid gainsboro;color: white;font-weight: bold;margin: 2px;padding: 5px 11px;font-size:12px;}



/* 主页
-------------------------------------------------------------- */




/* 所有的页面的样式用注释标签标注一下
-------------------------------------------------------------- */
.w1400{ width:1400px; margin:0 auto; position:relative;}
.w1200{ width:1200px; margin:0 auto;}
/*首页*/
.banner01{height:400px; position:relative; margin:0 auto; overflow:hidden; z-index:1;
-webkit-animation: gdownIn 0.6s 0.4s both;
    -moz-animation: gdownIn 0.6s 0.4s both;
    animation: gdownIn 0.6s 0.4s both;}
/*首页banner*/
#full-screen-slider { width:100%; height:400px; position:relative;}
#slides { display:block; width:100%; height:400px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { list-style:none; position:absolute; left:56%; top:350px; z-index:9900;padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#cdcdcd }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#00acd9}




.con{ background:#f8f9f9; height:448px; padding-bottom:43px;-webkit-animation: gdownIn 1s 1s both;
    -moz-animation: gdownIn 1s 1s both;
    animation: gdownIn 1s 1s both;}
.huash{ padding-top:33px;}
.huash .left{ width:585px;}
.hua_tit{ border-bottom:1px solid #dbdcdc; padding-bottom:8px;}
.hua_tit h2{ float:left; font-size:25px; color:#221815;}
.hua_tit h2 b{ display:block; font-size:12px; font-weight:normal; text-transform:uppercase; font-family: Arial; color:#a4a3a2;}
.hua_tit span{ float:right; text-align:right;margin-top: 11px;}
.hua_tit span a{font-size:16PX; }
.hua_tit span i{ color:#c10405; font-style:normal; font-size:12px; text-transform:uppercase; font-family: Arial; display:block;}
.huash .left .huaqi{ border-bottom:1px solid #dbdcdc; padding:21px 0;}
.huash .left .huaqi .hl{ float:left; width:217px;}
.huash .left .huaqi .hr{ float:right; width:350px;}
.huash .left .huaqi .hr h2{ font-weight:normal; font-size:20px; color:#221815; padding-bottom:10px;}
.huash .left .huaqi .hr .jiahao{ width:100px; height:30px; border:1px solid #c10405; line-height:30px; color:#c10405; padding:0 15px; margin-top:10px;}
.huash .left .huaqi .hr .jiahao b{ float:right; font-weight:normal;}
.huash .left ul{ padding-top:25px;}
.huash .left ul li{ float:left; width:82px; height:98px; background:url(../images/huiqi.png) no-repeat; margin-right:63px; text-align:center;}
.huash .left ul li .a01{ display:inline-block; width:32px; height:32px; background:url(../images/we1.png) no-repeat;margin-top: 30px;}
.huash .left ul li:hover{ background:url(../images/lanqi.png) no-repeat;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	}
.huash .left ul li:hover .a01{background:url(../images/we01.png) no-repeat;}
.huash .left ul li .a02{ display:inline-block; width:22px; height:36px; background:url(../images/we2.png) no-repeat;margin-top: 30px;}
.huash .left ul li:hover .a02{background:url(../images/we02.png) no-repeat;}
.huash .left ul li .a03{ display:inline-block; width:29px; height:36px; background:url(../images/we4.png) no-repeat;margin-top: 30px;}
.huash .left ul li:hover .a03{background:url(../images/we04.png) no-repeat;}
.huash .left ul li .a04{ display:inline-block; width:40px; height:37px; background:url(../images/we3.png) no-repeat;margin-top: 30px;}
.huash .left ul li:hover .a04{background:url(../images/we03.png) no-repeat;}

.huash .left ul li p{ font-size:14px; color:#333;    padding-top: 41px; line-height:23px;}

.huash .left ul li p i{ font-style:normal; font-size:12px; color:#aaa; text-transform:uppercase; font-family:Arial;}

.huash .right{ width:585px;}
.huash .right .tunaj{ padding-top:20px;}
.huash .right .tunaj .tu_le{ float:left;width:421px; height:178px;}

.huash .right .tunaj .tu_ri{ float:right; width:142px; height:46px; background:url(../images/huitab.png) no-repeat; text-align:center; line-height:46px; color:#fff; font-size:16px;}

.hiSlider-pages, .hiSlider-title {
	position: absolute;
	z-index: 3
}
.hiSlider-btn-prev, .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url(../images/hislider-arrow.png) no-repeat;
	margin-top: -15px;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
filter:alpha(opacity:60)
}
.hiSlider-btn-prev {
	left: 10px
}
.hiSlider-btn-next {
	right: 10px;
	background-position: -30px 0
}
.hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
	opacity: 1;
filter:alpha(opacity:100)
}
.hiSlider-title {
	bottom: 0;
	width: 100%;
	padding: 11px  0;
	color: #fff;
	text-indent: 10px;
	background: url(../images/shouhei.png) repeat;
	z-index: 2;
	font-size:14px;
}
#wrap .hiSlider-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hiSlider-pages {
	bottom: 10px;
	right: 10px;
	text-align: right
}
.hiSlider-pages a {
	height: 9px;
	width: 6px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	background: url(../images/huidian.png) no-repeat;

}
.hiSlider-pages a.active {
	height: 12px;
	width: 12px;background:url(../images/baidian.png) no-repeat;
}





.chanpin{ padding-top:23px; padding-bottom:40px;-webkit-animation: gdownIn 0.9s 2.0s both;
    -moz-animation: gdownIn 0.9s 2.0s both;
    animation: gdownIn 0.9s 2.0s both;}


.scrollpic {
	width: 1200px;
	margin:40px auto 0 auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height:514px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 1200px;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	overflow: hidden;
	width:300px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 295px;
	padding: 0;
	position: relative;
	height: 251px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	width:245px;
	color: #fff;
	 background:url(../images/shouhei.png) repeat;
	text-align: center;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; padding:25px;text-align:left;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	font-style: italic;
	height: 132px;
	width: 185px;
	line-height: 30px;
	text-align:left;
}
#myscroll a .intro .h401{ font-style:normal; font-weight:normal; padding-bottom:10px; display:block; background:url(../images/opheng.png) no-repeat bottom left; font-size:16px; color:#fff;}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 80px 0;
	margin-top: 10px;
	height: 38px;
	color: #fff;
	overflow: hidden;
	width: 200px;
}
#myscroll a .intro {
	bottom: -75px;
}
#myscroll a:hover .intro {
	bottom: 0px;	 background:url(../images/shoulan.png) repeat;

}
#mybtns {
	margin: 10px 0;
	width: 1200px;
	display: block;
	height: 0;
}
#mybtns a {
	width: 30px;
	height: 60px;
	display: block;
	float: right;
	margin-right: 1px;
	margin-left:10px;
}


#mybtns #left {
	background-image: url(../images/sleft.png);
    position: absolute;
    left: 0;
    top: 111px;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
#mybtns #left:hover{	background-image: url(../images/sleft01.png);-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
#mybtns #right {
	background-image: url(../images/sright.png);
    position: absolute;
    right: 0;
    top: 111px;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
#mybtns #right:hover{background-image: url(../images/sright01.png);
}
#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

.huash .right .xialie{ padding-top:11px;}
.huash .right .xialie .xialie01{ margin-top:11px;}
.huash .right .xialie .xialie01 .xia_le{ width:63px; float: left; height:71px; background:url(../images/hui.png) no-repeat; text-align:center;}
.huash .right .xialie .xialie01 .xia_le span{ display:block; height:30px;color:#fff; font-size:25px; line-height:38px;color:#f7f7f7; font-weight:normal;}
.huash .right .xialie .xialie01 .xia_le i{ display:block; font-style:normal; height:15px; line-height:21px; color:#fff; font-size:12px;}
.huash .right .xialie .xialie01 .xia_le b{ display:block; font-weight:normal; font-size:12px; height:20px; line-height:29px;}
.huash .right .xialie .xialie01 .xia_ri{ width:495px; float:right;}
.huash .right .xialie .xialie01 .xia_ri h5{ font-weight:normal; font-size:16px;color:#221815;}
.huash .right .xialie .xialie01 .xia_ri p b{ font-weight:normal; margin-left:10px;}
.huash .right .xialie .xialie01:hover .xia_le{ background:url(../images/lan.png) no-repeat;}











.xiashu{ width:100%; height:374px; background:url(../images/xcbg.jpg) no-repeat center center; padding-top:30px; margin-bottom:45px;}
.xiashu ul{ padding-top:90px;}
.xiashu ul li{ float:left; text-align:center; margin-right:87px;}
.xiashu ul li a{ font-size:16px; color:#221815;}
.xiashu ul li img{ display: inline-block; margin-bottom:15px;}
.xiashu ul li b{ display:block; font-weight:normal;font-size:16px; color:#221815;}
.xiashu ul li span{ display:block; text-transform:uppercase; font-size:12px
}
.xiashu ul li:hover b{color:#c10405;}
.xiashu ul li:hover img{transform: rotateY(130deg);
-webkit-transform: rotateY(130deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(130deg);-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}


@-webkit-keyframes gupIn{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes gupIn{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes gupIn{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}


@-webkit-keyframes gdownIn{
	from{opacity:0; -webkit-transform:translate3d(0,30px,0);}
}
@-moz-keyframes gdownIn{
	from{opacity:0; -moz-transform:translate3d(0,30px,0);}
}
@keyframes gdownIn{
	from{opacity:0; transform:translate3d(0,30px,0);}
}


@-webkit-keyframes gleftIn{
	0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes gleftIn{
	0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes gleftIn{
	0%{opacity:0; transform:translate3d(-30px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}


@-webkit-keyframes grightIn{
	0%{opacity:0; -webkit-transform:translate3d(80px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes grightIn{
	0%{opacity:0; -moz-transform:translate3d(80px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes grightIn{
	0%{opacity:0; transform:translate3d(80px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}


@-webkit-keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-moz-keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}


@-webkit-keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@-moz-keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}




/*底部*/
.footer{width:100%; height:auto;clear: both;}
.footer .footer_top{width:100%; height:auto; border-top:1px solid #ddd; background:#e6edef;}
.footer .footer_top .footer_top_na{ height:50px; width:1200px; margin:0 auto;}
.footer .footer_top .footer_top_na .left { font-size:20px; color:#848282; font-weight:bold; margin-top:10px;}
.footer .footer_top .footer_top_na .left img{ margin-right:9px; margin-top:-3px;}

.footer .footer_top .footer_top_na .youqing{ float:right; cursor:pointer;}
.youqing{background:url(../images/tyu.jpg) no-repeat right 0px; height:50px; width:52px;}
.youqing02{background:url(../images/jian02.jpg) no-repeat right 0px; height:50px;}
.footer .footer_top .foot{width:100%; height:auto;border-top:1px solid #ddd;}
.footer .footer_top .foot .foot_er{width:1200px; overflow:hidden; margin:0 auto; padding-top:28px; padding-bottom:28px;}
.footer .footer_top .foot ul{ float:left; width:140px; text-align:left;}
.footer .footer_top .foot ul.foot_left{width:114px;text-align:left;}
.footer .footer_top .foot ul li{padding-bottom:10px;}
.footer .footer_top .foot ul li a { font-size:13px; color:#666;}
.footer .footer_top .foot ul .yellow{ padding-bottom:13px;}
.footer .footer_top .foot ul .yellow a{ font-size:14px; color:#221815;}
.footer .footer_top .foot ul.dizhi{ float:right; width: 204px;border-left:1px solid #c2cdd1; text-align:right;}
.footer .footer_top .foot ul.dizhi .dizhi_li02{ font-size:13px; color:#666;}
.footer .footer_top .foot ul.dizhi .dizhi_li01{ font-size:14px; font-weight:bold; padding-bottom:0; color:#666;}
.footer .footer_top .foot ul.dizhi span{ font-size:13px;color:#333; width:133px; height:26px; background:#fff; text-align:center; line-height:26px; padding-bottom:0; margin-top:1px; display:block;    margin-left: 71px; font-weight:normal;}
.footer .footer_top .foot ul.dizhi .dizhi_li04{ margin-top:10px;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 a{ margin-right:20px;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei01{background:url(../images/wei02.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei01:hover{ background:url(../images/wei02.jpg) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei02{background:url(../images/weixin02.png) no-repeat;width:40px; height:40px; display:inline-block; position:relative;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei02:hover{ background:url(../images/wei03.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei03{background:url(../images/qiui.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei03:hover{ background:url(../images/qiu03.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei04{background:url(../images/guanyu.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei04:hover{ background:url(../images/xinxi.png) no-repeat;width:40px; height:40px; display:inline-block;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei02 .erweima{ position:absolute; left:22px; top:44px; display:none;}
.footer .footer_top .foot ul.dizhi .dizhi_li04 .wei02:hover .erweima{ display:block;}
.footer .foot_bottom{ width:100%; height:65px; line-height:65px; background: url(../images/footbg.jpg) repeat-x;}
.footer .foot_bottom .foot_bottom_center{width:1200px; height:47px; margin:0 auto;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left{ height:47px; width:761px; float:left; line-height:47px;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left .xiang{ font-size:12px; color:#9e9e9e;float:right; width:188px;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left .xiang a{ margin-right:10px;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left .foot_bottom_center_left01{ float:left;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left .foot_bottom_center_left01 a{ font-size:12px; color:#9e9e9e;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_left .foot_bottom_center_left01 span{ color:#9e9e9e; font-size:10px; width:15px; height:9px; display:inline-block; text-align:center;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_right{ height:65px; line-height:65px;float:right;}
.footer .foot_bottom .foot_bottom_center .foot_bottom_center_right a{ font-size:13px;  color:#fff;}



.navList{ padding-top:12px;}
.navList .kl{ float:left; position:relative;
    text-align: center; height: 51px;
    width: 80px;
    margin: 0 31px;}
.navList .kl a{ text-decoration:none;}
.navList .kl>span{ display:inline-block; position:relative; cursor:pointer; text-align:center;    background: url(../images/line.png) no-repeat right 2px;
    padding-bottom: 12px;
    padding-top: 9px;}
.navList .kl>span a{ font-size:16px; color:#fff;}
.navList .kl>span.noPr{background:none;}
.navList .kl>span i{ display:block; background:url(../images/jingxia.png) no-repeat center;     width: 7px;
    height: 5px;
    float: right;
    margin-top: 9px;
    margin-left: 8px;}
.navList .kl .noPr{  border-left:none;}
.navList .kl:hover span a{ color:#ed1b24;    float: left;}
.navList .kl:hover{ border-bottom:3px solid #ed1b24;}
.navList .kl .sedNav{padding:0px 16px 13px 33px; position:absolute; width:100%; background:#eee; left:-267px; top:54px; z-index:99999;width:344px; display:none;}
.navList .kl .sedNav dl{ float:left; padding-right:14px; background:url(../images/sednavbg.png) no-repeat right top;}
.navList .kl .sedNav dt{ border:0px solid #fff;}
.navList .kl .sedNav dt img{ display:block;}
.navList .kl .sedNav dd{ margin-top:25px;}
.navList .kl .sedNav dd h5{ font-size:18px; color:#c8151e; font-weight:normal; line-height:18px;}
.navList .kl .sedNav dd p{ font-size:14px; color:#3b3b3b; line-height:14px; margin-top:6px; margin-bottom:10px;}
.navList .kl .sedNav dd span{ font-size:10px; color:#c0c0c0; display:block; line-height:11px;}
.navList .kl .sedNav ul{ float:left; margin-left:5px;}
.navList .kl .sedNav li{ float:left;}
.navList .kl .sedNav li.noPr{ padding-right:0;}
.navList .kl .sedNav li p{ height:39px; line-height:39px;}
.navList .kl .sedNav li p a{ color:#3b3b3b; font-size:13px;}
.navList .kl .sedNav li p a:hover{ color:#c8151e;}


.ynav ul li{ float:left; width:12.5%;height: 66px;
    line-height: 66px; position:relative; text-align:center; }
.ynav ul li .asf{font-size:16px; color:#fff; display:block;}
.ynav ul li b{width:55px; height:55px; display:block; margin:0 auto; margin-bottom:9px; }
.ynav ul li .sub{    width:391px;
    height: auto; background:#fff; padding:10px; display:none;border:1px solid #ccc; position:absolute;    top: 66px;left: -160px; z-index:99999;}
.ynav ul li .sub .left{ width:120px;}
.ynav ul li .sub .left p{ border-bottom:1px dashed #ccc; height:30px; line-height:30px; font-size:14px;}
 .ynav ul li .sub .left p:hover a{ color:#c4253e}
.ynav ul li .sub .right{ width:260px;}
.ynav ul li .sub .right img{ width:260px;}
.ynav ul li:hover{ border-bottom:3px solid #c4253e; height:63px; }
.ynav ul .on{ border-bottom:3px solid #c4253e;}


.neier{ width:100%; height:60px; border-bottom:1px solid #e2e2e2; background:#f7f7f7;}



.bav{ width:1200px; margin:0 auto; text-align:center; padding-top:107px;}
.bav h2{ font-weight:normal; color:#fff; font-size:30px;}
.bav p{ color:#333; font-style:italic; font-size:14px; font-family:Arial; text-transform:uppercase;}
.neier ul li{ width:130px; height:60px; float:left; text-align:center; line-height:60px; background:url(../images/shux.jpg) no-repeat right center;-webkit-transition:0.3s; transition:0.3s; -moz-transition:0.3s; transition:0.3s; transition:0.3s; transition:0.3s;}
.neier ul li a{ font-size:14px;  width:100%; height:100%; display:block;}
.neier ul .on a{ color:#fff;}




.neier ul .on{background:url(../images/erbg.jpg) no-repeat;}

.neier ul li:hover{background:url(../images/erbg.jpg) no-repeat;}
.neier ul li:hover a{color:#fff;}
.neier .right{ padding-top:7px;}
.neier .right span{ display:block; float:left; padding-top:7px;}
.neier .right .rig{ float:left; margin-left:13px;}
.neier .right .rig b{ font-weight:normal; font-size:12px; display:block; padding-left:4px;}
.neier .right .rig i{ font-weight:bold; font-size:26px; color:#9c9c9c; display:block;}

.weizhi{ padding-top:25px; padding-bottom:40px;}
.weizhi span{ background:url(../images/duxia.jpg) no-repeat left center; padding-left:10px}
.weizhi a{ background:url(../images/duxia.jpg) no-repeat right center; padding-right:10px; padding-left:10px;}

.neitit{ background: url(../images/hong.png) no-repeat bottom center; text-align:center; padding-bottom:20px; margin-bottom:35px;    position: relative;
    z-index: 999;}

.neitit h2{ font-size:25px; color:#221815;}

.neitit p{ font-size:12px; color:#c1bfbf; text-transform:uppercase;}


.shide{ width:100%; height:530px; background: url(../images/kebg.jpg) no-repeat center center;}
.keyan .left{ width:538px;}

.keyan .right{ width:662px; padding-top:59px;}
.keyan .right .ritit{ border-bottom:1px solid #e4e3e3;}
.keyan .right .ritit h2{ font-size:25px; font-weight:normal; color:#0986ec;}
.keyan .right .ritit p{ font-size:12px; text-transform:uppercase; color:#8cbaf2; padding-bottom:20px;}

.wzj-g-sd-tj-txt{ margin-top:26PX;}
.wzj-g-sd-tj-txt p{ padding-bottom:45px; line-height:29px;}



.xintop{ width:100%; height:auto; background:#f7f7f7; padding:50px 0;position: relative;
    z-index: 1;    margin-top: -38px}





#wrapper {
  }


.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/* Callback example */
.events {
  list-style: none;
  }

.callbacks_container {
  position: relative;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
      margin-top: 20px;
    margin-left: 118px;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
     top: 156px;
    left: -1px;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 40px;
  background:url(../images/le.png) no-repeat;
  margin-top: -45px;
  
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background: url(../images/ri01.png) no-repeat;
  right: 10px;
  top:156px;
  }
@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
  .rslides li .left{ width:605px; height:348px; background:url(../images/xintu.png) no-repeat;}
 .rslides li .right{ width: 422px;
    position: relative;
    height: 241px;
    padding-top: 50px;
    padding-right: 112px;}
 .rslides li .right h3{ padding-bottom:40px;color:#c5c4c4; font-family:Arial; font-size:13px; font-weight:normal;}
.rslides li .right h2{ color:#221815; font-size:16px; padding-bottom:15px; font-weight:normal;}
.rslides li .right .liaojie{ width:680px; height:53px; background:#3BA662; text-align:center; line-height:53px; position:absolute; bottom:0;}
.rslides li .right .liaojie a{ font-size:16px; color:#fff; display:block; width:100%; height:100%;}
.rslides li .right .liaojie:hover{ opacity:0.8;}

.xinlie_na{ padding-bottom:40px;}
.xinlie_na ul li{ float:left; width:543px; margin-top:60px; border-bottom:1px solid #ececec; padding-bottom:15px; margin-right:113px;}
.xinlie_na ul li .yue_left{ float:left; width:95px; height:102px; background:url(../images/xinbei.png) no-repeat;text-align:center;}
.xinlie_na ul li .yue_left h2{ height:64px; text-align:center; font-size:25px; font-weight:normal; color:#221815; line-height:67px;}
.xinlie_na ul li .yue_left h3{ font-weight:normal; font-size:16px; color:#a4a2a1; font-family:Arial;}
.xinlie_na ul li:hover .yue_left{background:url(../images/xinfulan.png) no-repeat;} 
.xinlie_na ul li:hover .yue_left h2{color:#fff;}
.xinlie_na ul li:hover .yue_left h3{color:#a4c6ff;}

 
.xinlie_na ul li .yue_right{ float:right; width:426px;}
.xinlie_na ul li .yue_right h2{ font-weight:normal; color:#221815; font-size:16px; padding-bottom:20px;    margin-top: 6px;}
.xinlie_na ul li:hover  .yue_right h2{ color:#027ffe}
.xinlie_na ul li:hover  .yue_right p{ color:#027ffe}




/*员工风采*/
/** global class **/
.clear {
	zoom: 1;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "1";
	clear: both;
	height: 0;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
/**public**/
.w960 {
	width: 960px;
	margin: 0 auto;
}

/**产业**/
.indust-wrap {
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
	height: 706px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.indust-wrap ul {
	width: 110%;
}
.indust-wrap ul li {
	position: relative;
	width: 0;
	margin-left: 0;
	float: left;
	height: 706px;
	overflow: hidden;
	text-align: center;
}
.indust-wrap ul li a {
	margin-top: 260px;
	display: inline-block;
	opacity: 0;
	width: 187px;
	height: 48px;
	line-height: 48px;
	color: #e0e0e4;
	background: url(../images/pro_bg06.png) no-repeat;
	font-size: 20px;
}
.indust-wrap ul li a img {
	vertical-align: middle;
}
.product-bg {
	background: url(../images/pro_pic01.jpg) no-repeat center 0 fixed #000;
}
.productbanner {
	position: relative;
	width: 100%;
	height: 852px;
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
}
.productbanner .con {
	position: absolute;
	left: 50%;
	top: 110px;
	width: 953px;
	height: 742px;
	margin-left: -476px;
	text-align: center;
	z-index: 1;
	background: url(../images/pro_bg01.png) no-repeat center;
}
/****/
.product-nav {
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	z-index: 2;
}
.product-nav a {
	display: inline-block;
	width: 218px;
	height: 48px;
	border: 2px solid #FFFFFF;
	font: 22px/48px "微软雅黑";
	color: #fff;
	margin: 0 4px;
}
.product-nav a:hover, .product-nav a.hover {
	background: #790b68;
	border-color: #790b68;
}
.pro-fash {
	width: 1211px;
	margin: 0 auto;
}
.pro-fash .til {
	background: url(../images/pro_bg02.jpg) repeat-x 0 15px;
	text-align: center;
}
.pro-fash .til span {
	font-family: '新細明體';
	display: inline-block;
	font-size: 38px;
	line-height: 38px;
	color: #000;
	padding: 0 22px;
}
.pro-fash .til img {
	margin-top: 8px;
}
.pro-fash .list {
	position: relative;
	width: 1200px;
	height: 265px;
	margin: 25px auto 0;
	overflow: hidden;    margin-bottom: 15px;
}
.pro-fash .list ul {
	position: absolute;
	height: 297px;
	left: 0;
	top: 0;
}
.pro-fash .list ul li {
	float: left;
	margin-right: 4px;
	width: 237px;
	height: 297px;
}
.pro-fash .list ul li .imgbox {
	position: relative;
	width: 237px;
	height: 149px;
margin-top: 20px;
}
.pro-fash .list ul li .imgbox img {
	position: absolute;
	left: 0;
	top: 0;
}
.pro-fash .list ul li .imgbox i{ width:67px; height:67px; display:block; background:url(../images/yan.png) no-repeat; position:absolute;     top: 43px;
    left: 88px; display:none;}
	.pro-fash .list ul li:hover .imgbox i{ display: block;}
.pro-fash .list ul li p {
	    padding: 24px 28px;
    font-size: 14px;
    color: #2a2a2a;
    background: url(../images/yuan01.png) no-repeat;
    height: 35px;
}
.pro-fash .pages {
	text-align: center;
	font-family: Arail;
	color: #a9a9a9;
	padding: 12px 0;font-size: 14px;    margin-bottom: 12px;
}
.pro-fash .btn {
	text-align: center;
}
.pro-fash .btn a {
	display: inline-block;
	width: 88px;
	height: 30px;
	border: 1px solid #d2d2d2;
	font-size: '新宋体';
	font-size: 20px;
	text-align: center;
	margin: 0 12px;
	line-height: 30px;
}
.promade-wrap {
	width: 100%;
	min-width: 960px;
	height: 464px;
	background: url(../images/pro_pic02.jpg) no-repeat center; padding-top:60px;
}
.pro-made{ width:1200px; height:378px; background:url(../images/yuanbg.png) no-repeat center center; margin:0 auto; }
.pro-made .til {
	width: 100%;
	height: 132px;
	text-align: center;
	font: 30px "微软雅黑";
	color: #fff;
	padding-top: 37px;
	margin-bottom: 30px;
}
.pro-made img {
	margin-top: 8px;
}
.pro-made .line {
	display: inline-block;
	width: 64px;
	height: 1px;
	background: #979797;
	overflow: hidden;
}
.pro-made .box {
	position: relative;
	width: 872px;
	height: 299px;
    padding-top: 40px;    margin: 0 auto;
}
.pro-made .scroll {
	position: relative;
	width: 872px;
	    height: 269px;
	overflow: hidden;
}
.pro-made .scroll .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font: 14px/22px "微软雅黑";
	color: #5d5d5d;background: none;
}
.pro-made .scroll .con ul li p{ color:#fff;}
.pro-made .btn {
	text-align: center;
	margin: 20px auto 20px;
}
.pro-made .btn a {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0 3px;
	background: url(../images/pro_btn01.png) no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.pro-made .btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.pro-made .btn a.top-btn {
	background-position: -42px 0;
}
.pro-shop {
	width: 960px;
	margin: 0 auto;
	height: 640px;
}
.pro-shop .til {
	font-family: '新細明體';

	font-size: 38px;
	color: #000;
	text-align: center;
	line-height: 48px;
	padding-top: 42px;
}
.pro-shop .box {
	position: relative;
	width: 754px;
	height: 333px;
	margin: 20px auto 0;
}
.pro-shop .box ul {
	position: relative;
	width: 754px;
	height: 333px
}
.pro-shop .box li {
	position: absolute;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;

	top: 61px;
	left: 154px;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	border: 3px solid #000;
}
.pro-shop .box li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.pro-shop .box .prev, .pro-shop .box .next {
	position: absolute;
	width: 39px;
	height: 80px;
	padding: 80px 0;
	;
	margin-top: 60px;
	overflow: hidden;
	cursor: pointer;
	font-size: 75px;
	font-family: "宋体";
}
.pro-shop .box .prev {
	left: -60px;
}
.pro-shop .box .next {
	right: -60px;
}


/**公用**/
.fc111 {
	color: #111;
}
.fc333 {
	color: #333;
}
.fc165 {
	color: #116655;
}
.bgf3f3f3 {
	background: #f3f3f3;
}
.bg000 {
	background: #000;
}
.bgfff {
	background: #f7f7f7;margin-top: -38px;    height: 413px;
}
.marl95 {
	margin-left: 95px;
}
.mart30 {
	margin-top: 30px;
}
.marb60 {
	margin-bottom: 60px;
}
.marr30 {
	margin-right: 30px;
}
.padb30 {
	padding-bottom: 30px;
}
.paddtb56 {
	padding:6px 0;
}
.marb6 {
	margin-bottom: 6px;
}
.w945 {
	width: 945px;
	margin: 0 auto;
}
.w530 {
	width: 530px;
}
.w490 {
	width: 490px;
}
.fz14 {
	font-size: 14px;
}
.bordb1 {
	border-bottom: 1px dashed #c4c4c4
}




#tagsc{height:118px;margin-bottom:25px;width:100%;max-width:1200px;}
#tagsc LI { float:left;border-bottom: none;height:191px;text-align: center; display: block; overflow:hidden;background: url(../images/tabh.jpg) no-repeat center top;margin-right: 123px;}
#tagsc LI A {color: #666; font-size:16px;  display: block;  margin:0 auto; height:118px;}
#tagsc LI.selectTagc {display: block; background: url(../images/tabde.jpg) no-repeat center top; height: 191px;}
#tagsc LI.selectTagc A {color: #044393; font-size:16px; font-weight:bold; }
#tagContentc {overflow: hidden;margin-top: 35px;    padding: 0 12px;}
.tagContentc {DISPLAY: none;}
#tagContentc DIV.selectTagc {DISPLAY: block}
#tagContentc li label{ float:right; font-size:12px; color:#afafaf; }


#tagsc LI .b01{ width:118px; height:118px; background:url(../images/lx01.png) no-repeat; display:block;margin: 0 auto;}
#tagsc LI.selectTagc .b01{background:url(../images/lx1.png) no-repeat;}
#tagsc LI .b02{ width:118px; height:118px; background:url(../images/lx02.png) no-repeat; display:block;margin: 0 auto;}
#tagsc LI.selectTagc .b02{background:url(../images/lx2.png) no-repeat;}
#tagsc LI .b03{ width:118px; height:118px; background:url(../images/lx03.png) no-repeat; display:block;margin: 0 auto;}
#tagsc LI.selectTagc .b03{background:url(../images/lx3.png) no-repeat;}
#tagsc LI .b04{ width:118px; height:118px; background:url(../images/lx04.png) no-repeat; display:block;margin: 0 auto;}
#tagsc LI.selectTagc .b04{background:url(../images/lx4.png) no-repeat;}
#tagsc LI .b05{ width:118px; height:118px; background:url(../images/lx05.png) no-repeat; display:block;margin: 0 auto;}
#tagsc LI.selectTagc .b05{background:url(../images/lx5.png) no-repeat;}





#tagsc LI span{ display:block; font-size:18px; color:#221815; font-weight:normal; padding-top:25px;}
#tagsc LI i{ display:block; font-style:normal; font-weight:normal; color:#a1a1a1; font-size:12px; text-transform:uppercase; font-family:Arial;}

.tagContentc .ditu{ height:600px; width:100%;}

.tagContentc .ditu .diy{ width:403px; height:471px; position: relative;margin:0 auto;  z-inedx:1; margin-right: 340px;margin-top:-543px;}
.tagContentc .ditu .diy .diy_tit{ width:403px; height:98px; background:url(../images/lxbg.jpg) no-repeat;text-align:center;}
.tagContentc .ditu .diy .diy_tit h2{ font-size:18px; color:#fff; font-weight:normal; padding-top:18px;}
.tagContentc .ditu .diy .diy_tit p{ font-size:12px; text-transform:uppercase; color:#a5b8d9;    padding-top: 15px;}
.tagContentc .ditu .diy .lk{ background:#fff; height:372px; width:403px;}
.tagContentc .ditu .diy .lk p{ color:#3c3c3c; height:50px; line-height:50px; border-bottom:1px solid #d4d4d4; padding-left:50px;}

.tagContentc .ditu .diy .lk p img{ margin-right:14px; margin-top:-3px;}
.tagContentc .ditu .diy .lk .lxdi{ padding-left:50px; padding-top:20px}
.tagContentc .ditu .diy .lk .lxdi span{ display:block; float:left; font-size:14px;}
.huanying{ width:696px; margin:0 auto;text-align:center; padding:35px 0;}
.huanying .left{ width:71px;}


.huanying .right{ width:594px;    margin-top: 10px;}
.huanying .right h2{ font-weight:normal; font-size:25px;}
.huanying .right p{ text-transform:uppercase; font-size:12px; color:#cecece;}


.diliu{ width:100%; height:372px; padding-top:60px; background:url(../images/lxzbg.jpg) no-repeat center center;}
.diliu .diyan .left{ width:340px}
.diliu .diyan .left .inu{ margin-bottom:30px;}
.diliu .diyan .left .inu span{ display:block; float:left; margin-right:10px;}
.diliu .diyan .left .inu input{ display:block; float:left; width:281px; height:32px; border:1px solid #fff; line-height:32px; background:none; padding-left:10px; color:#fff; font-family:"微软雅黑"}

.diliu .diyan .right{ width:784px}
.diliu .diyan .right .inu{ margin-bottom:30px;}
.diliu .diyan .right .inu span{ display:block; float:left; margin-right:10px;}

.diliu .diyan .right .inu .kp{display:block; float:left;width:728px; height:162px; border:1px solid #fff; line-height:32px; background:none; padding-left:10px; color:#fff; font-family:"微软雅黑"}

.diliu .diyan .right .suh{ width:374px; height:57px; background:url(../images/gial.png) no-repeat; text-align:center; line-height:57px; border:0; outline:none; font-size:20px; color:#fff; cursor:pointer; margin-top:40px;}



/*人力资源开始*/
.rlzy h2{ font-size:35px; color:#221815; padding-bottom:30px;}


.content .rencai{width:1200px; height:663px; background:url(../images/renli.jpg) no-repeat; margin:0 auto; margin-top:30px; padding-bottom:58px;}
.content .rencai .lv{width:600px; height:250px; float:right; position:relative;}
.content .rencai .lv .lv01{width:180px;     height: 155px;
    background: #05C57C;
    position: absolute;
    right: 180px;
    top: 121px;text-align:center; padding-top:25px; cursor:pointer;}
.content .rencai .lv .lv01 h2{ font-size:24px; color:#fff; font-weight:normal; padding-bottom:20px;}
.content .rencai .lv .lv01 .ne{width:267px; height:103px; background:#208AD8;position: absolute;
top: 0;
right: 156px;
 padding:25px; color:#fff; text-align:left; line-height:25px; display:none;}
.content .rencai .lv .lv01:hover .ne{ display:block;}

.content .rencai .hu{height:157px;width:1050px;clear: both;}
.content .rencai .hu .hu_left{width:1050px; float:left; position:relative;}

.content .rencai .hu .hu_left .lv01{width:156px; height:128px; background:#EA3A15; position:absolute;right: 759px;
top: 9px;text-align:center; padding-top:25px; cursor:pointer;}
.content .rencai .hu .hu_left .lv01 h2{ font-size:24px; color:#fff; font-weight:normal; padding-bottom:20px;}
.content .rencai .hu .hu_left .lv01 .ne{width: 267px;
height: 108px;
background: #208AD8;
position: absolute;
top: 153px;
right: 0px;
padding: 25px;
color: #fff;
text-align: left;
line-height: 25px; display:none;}
.content .rencai .hu .hu_left .lv01:hover .ne{ display:block;}


.content .rencai .hu .hu_left .lv03{width: 180px;
    height: 128px;
    background: #4E8B14;
    position: absolute;
    right: 210px;
    top: 51px;text-align:center; padding-top:25px; cursor:pointer;}
.content .rencai .hu .hu_left .lv03 h2{ font-size:24px; color:#fff; font-weight:normal; padding-bottom:20px;}
.content .rencai .hu .hu_left .lv03 .ne{width:263px; height:103px; background:#208AD8;position: absolute;
top: 0;
right:-313px;
 padding:25px; color:#fff; text-align:left; line-height:25px; display:none;}
.content .rencai .hu .hu_left .lv03:hover .ne{ display:block;}
.content .rencai .lv09{width:600px; height:250px; float:right; position:relative;}
.content .rencai .lv09 .lv01{    width: 180px;
    height: 133px;
    background: #F7B016;
    position: absolute;
    right: 180px;
    top: 73px;
    text-align: center;
    padding-top: 25px;
    cursor: pointer;}
.content .rencai .lv09 .lv01 h2{ font-size:24px; color:#fff; font-weight:normal; padding-bottom:20px;}
.content .rencai .lv09 .lv01 .ne{width:267px; height:108px; background:#208AD8;position: absolute;
top: 0;
right: 156px;
 padding:25px; color:#fff; text-align:left; line-height:25px; display:none;}
.content .rencai .lv09 .lv01:hover .ne{ display:block;}


.yW980 { width:1100px; }
.yList8 { height: 825px; overflow: hidden; padding-top:42px; position: relative; }
.yList8Arr { text-align: right; margin-top: 10px; margin-bottom: 10px; }
.yList8Arr span { display: inline-block; width: 9px; height: 16px; margin-right: 20px; cursor: pointer; }
.yList8Arr #lArr { background: url(../images/y_b9.gif) no-repeat left top; }
.yList8Arr #rArr { background: url(../images/y_b9.gif) no-repeat right top; }
.yList8Wrap { width: 1960px; height: 825px; overflow: hidden; }
.yList8Box { width: 1100px; height: 825px; overflow: hidden; position: relative; z-index: 10; }
.yList8Tab { width: 550px; height: 180px; overflow: hidden; position: absolute; }
.yList8Tab span { width: 180px;
height: 180px;}
.yList8Tab div { margin: 50px 23px 0 23px; }
.yList8Tab dl { width: 225px; }
.yList8Tab dt { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
.yList8Tab dd, .yList8Tab dd a { color: #999; line-height: 24px; }
.yList8Tab p {text-align: right; width: 224px; height:25px; padding-top:36px; }

.yList8Show dl { width:313px; }
.yList8Show dt { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
.yList8Show dd, .yList8Show dd a { color: #fff; line-height: 24px;padding-right: 20px;    padding-top: 30px; }
.yList8Show p {text-align: right; width: 313px; height:25px;  }


.yTab1 { background: url(../images/y_bj1_h.jpg); left: 0; top: 0; }
.yTab2 { background: url(../images/y_bj2_h.jpg); left: 550px; top: 0; }
.yTab3 { background: url(../images/y_bj3_h.jpg); left: 0; top: 275px; }
.yTab4 { background: url(../images/y_bj4_h.jpg); left: 550px; top: 275px; }
.yTab5 { background: url(../images/y_bj5_h.jpg); left: 0; top: 550px; }
.yTab6 { background: url(../images/y_bj6_h.jpg); left: 550px; top: 550px; }
.yTab7 { background: url(../images/y_bj7_h.jpg); left: 0; top: 0; }
.yTab8 { background: url(../images/y_bj8_h.jpg); left: 550px; top: 0; }
.yTab9 { background: url(../images/y_bj13_h.jpg); left: 0; top: 275px; }
.yTab10 { background: url(../images/y_bj10_h.jpg); left: 550px; top: 275px; }
.yTab11 { background: url(../images/y_bj11_h.jpg); left: 0; top: 550px; }
.yTab12 { background: url(../images/y_bj12_h.jpg); left: 550px; top: 550px; }
.yList8Show { display: none; width: 275px; height:180px;     padding-left: 50px;overflow: hidden; position: absolute; z-index: 90; }
.yList8Show div { display: none; width: 315px;}
.yList8Show li { font-size: 14px; color: #FFF; line-height: 30px; background: url(../images/y_b10.jpg) no-repeat left 14px; padding-left: 10px; }
.yList8Show li a { color: #9FA0A0; padding-left:31px; }
.yList8Show p { color: #221815; font-size:14px; text-align: left; }
.yList8Show p a { color: #FFF; }
.yTab1_s { background: url(../images/fenbg.png) repeat; right: 0; top: 0; }
.yTab2_s { background: #39B9A6 url(../images/y_bj2_s.jpg) no-repeat right top; right: 275px; top: 0; }
.yTab3_s { background: #2A8BBE url(../images/y_bj3_s.jpg) no-repeat left top; left: 275px; top: 275px; }
.yTab4_s { background: #87A51F url(../images/y_bj4_s.jpg) no-repeat right top; right: 0; top: 275px; }
.yTab5_s { background: #39B9A6 url(../images/y_bj5_s.jpg) no-repeat left top; left: 0; top: 550px; }
.yTab6_s { background: #EB4750 url(../images/y_bj6_s.jpg) no-repeat right top; right: 275px; top: 550px; }
.yTab7_s { background: #EB4750 url(../images/y_bj7_s.jpg) no-repeat left top; left: 0; top: 0; }
.yTab8_s { background: #39B9A6 url(../images/y_bj8_s.jpg) no-repeat right top; right: 275px; top: 0; }
.yTab9_s { background: #2A8BBE url(../images/y_bj13_s.jpg) no-repeat left top; left: 275px; top: 275px; }
.yTab10_s { background: #87A51F url(../images/y_bj10_s.jpg) no-repeat right top; right: 0; top: 275px; }
.yTab11_s { background: #39B9A6 url(../images/y_bj11_s.jpg) no-repeat left top; left: 0; top: 550px; }
.yTab12_s { background: #EB4750 url(../images/y_bj12_s.jpg) no-repeat right top; right: 275px; top: 550px; }
.fl, .fr {	display: inline}
.fl {float: left}
.fr { float: right}
.bc { margin-left: auto;margin-right: auto}
.clearfix {	overflow: hidden;zoom: 1}
.ajia { background:url(../images/jhao.png) no-repeat; width:15px; height:15px; display:block; float:right;}
.ywen { padding-top:3px; float:left; line-height:22px; font-family:"新宋体"; color:#FFF; text-transform:uppercase; font-size:18px;}
.ywen span { font-size:30px;font-family:"新宋体";  color:#FFF; text-transform:uppercase;}
.ryzz ul { height:190px;}
.nnav { background-color:#FFF; width:100%; margin:0 auto; height:52px;}
.nnav ul { width:1100px; margin:0 auto;}
.nnav ul li { background:url(../images/xian.jpg) no-repeat left 32px;padding-top:27px;}





@media screen {
/* Overlay */
	#lightcase-overlay {
		display: none;
		width: 100%;
		height: 100%;
		
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		
		background-color: #333;
	}

/* Loading */
	#lightcase-loading {
		display: none;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		margin-left: -24px;		
		position: fixed;
		z-index: 1001;
		top: 50%;
		left: 50%;		
		background: url(../images/loading_neg.gif) transparent no-repeat 50% 50%;
		background-size: 50%;
	}
	#lightcase-case.lightcase-loading .lightcase-content {
		background: url(../images/loading.gif) #fff no-repeat 50% 50%;
		background-size: 24px;
	}
	#lightcase-case.lightcase-loading.type-image .lightcase-content,
	#lightcase-case.lightcase-loading.type-video .lightcase-content  {
		background-image: url(../images/loading_neg.gif);
		background-color: #333;
	}
	
		/* Case */
	#lightcase-case {
		display: none;
		
		position: fixed;
		z-index: 1002;
		top: 50%;
		left: 50%;
		
		color: #fff;
		text-shadow: 0 1px 0 #333;
		
		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		
		-webkit-text-size-adjust: none;
		-webkit-backface-visibility: hidden;
	}
	
		/* Info */
	#lightcase-case .lightcase-info {
		overflow: auto;
	}
	#lightcase-case .lightcase-sequenceInfo,
	#lightcase-case .lightcase-title,
	#lightcase-case .lightcase-caption {
		margin: 10px;
		padding: 0;
		font-weight: normal;
		font-size: 15px;
		line-height: 15px;
		text-overflow: ellipsis;
	}
	#lightcase-case .lightcase-sequenceInfo {
		float: left;
		padding-right: 0;
	}
	
		/* Content */
	#lightcase-case .lightcase-content {
		position: relative;
		z-index: 1;
		overflow: hidden;
		
		color: #333;
		text-shadow: none;
		
		background-color: #fff;
		
		-moz-box-shadow: 0 0 30px rgba(0,0,0,.50);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.50);
		box-shadow: 0 0 30px rgba(0,0,0,.50);
		
		-webkit-backface-visibility: hidden;
	}
	#lightcase-case.type-image .lightcase-content,
	#lightcase-case.type-video .lightcase-content {
		background-color: #333;
	}
	#lightcase-case.type-image .lightcase-contentInner,
	#lightcase-case.type-video .lightcase-contentInner {
		line-height: 0.75;
	}
	#lightcase-case  .lightcase-inlineWrap {
		padding: 15px;
		overflow: auto;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		/* Error message */
	p.lightcase-error {
		margin: 0;
		padding: 0;
	}

		/* Navigation */
	#lightcase-case .lightcase-nav {
	}
	#lightcase-case .lightcase-nav a {
		width: 25%;
		
		position: absolute;
		z-index: 3;
		top: 25%;
		bottom: 25%;
		
		outline: none;
		cursor: pointer;
	}
	#lightcase-case a.lightcase-prev {
		left: 15px;
	}
	#lightcase-case a.lightcase-next {
		right: 15px;
	}
	#lightcase-case a.lightcase-play,
	#lightcase-case a.lightcase-pause {
		display: none;
		width: 50%;
		
		z-index: 3;
		left: 25%;
		right: 25%;
	}
	#lightcase-case .lightcase-nav a span {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -13px;
		
		position: absolute;
		z-index: 1;
		top: 50%;
		
		text-indent: -9999px;
		background: url(../images/sprite.png) transparent no-repeat 0 -30px;
		
		opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		
		-webkit-backface-visibility: hidden;
	}
	#lightcase-case .lightcase-nav a:hover span {
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		filter: alpha(opacity=100);
	}
	#lightcase-case a.lightcase-prev span {
		left: 0;
	}
	#lightcase-case a.lightcase-next span {
		right: 0;
		background-position: 0 -60px;
	}
	#lightcase-case a.lightcase-pause span {
		background-position: 0 -90px;
	}
	#lightcase-case a.lightcase-play span {
		background-position: 0 -120px;
	}
	#lightcase-case a.lightcase-pause span,
	#lightcase-case a.lightcase-play span {
		left: 50%;
		margin-left: -15px;
	}
		
		/* close */
	#lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;
		
		position: absolute;
		z-index: 1;
		top: -14px;
		right: -15px;
		
		outline: none;
		text-indent: -9999px;
		background: url(../images/sprite.png) transparent no-repeat 0 0;
	}
	
		/* For mobile devices */
	.lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
	.lightcase-isMobileDevice #lightcase-case.type-iframe .lightcase-contentInner {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.lightcase-isMobileDevice.lightcase-open,
	.lightcase-isMobileDevice.lightcase-open body {
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	
		/* Fullscreen mode for mobile */
	.lightcase-fullScreenMode #lightcase-case {
		text-shadow: none;
		
		border: none;
		background: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-content {
		color: #fff;
		background: none;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-info {
		position: fixed;
		z-index: 1003;
		left: 5px;
		bottom: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-prev,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-next {
		position: absolute; /* Hide the prev/next buttons */
		top: -99999px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span {
		margin-top: -15px;
		background-image: url(../images/play.svg);
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span {
		margin-top: -15px;
		background-image: url(../images/pause.svg);
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		border: 1px solid rgba(0,0,0, .25);
		
		background-color: rgba(150,150,150, .75);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 55% 55%;
		
		-moz-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;
		
		position: fixed;
		top: 5px;
		right: 5px;
		
		background-image: url(../images/contract.svg);
		background-size: 55% 55%;
	}
}

	/* thumbs */
.thumbs a {
	display: inline-block;
	margin: 0 20px 20px 0;
}
.thumbs a.last {
	margin-right: 0;	
}
.thumbs a img {
	vertical-align: top;
	border: 1px solid #fff;
	
	-moz-box-shadow: 0 0 7px #bbb;
	-webkit-box-shadow: 0 0 7px #bbb;
	box-shadow: 0 0 7px #bbb;
}


/*下属公司开始*/

.xs_na{ width:100%; height:764px; background:url(../images/xiashubg.jpg) no-repeat center center;}



/* 7.17 */
a {
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
.clear:after{visibility:hidden;display:block;font-size:0;content:"1";clear:both;height:0;}
.fl { float:left;}
.fr { float:right;}



/**内页公用**/
.inner-wrap{
	position: relative;
	width:100%;
	height: 764px;
	margin: 0 auto;
	overflow: hidden;
}
.pro-swith-wrap{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.pro-swith-wrap .prev,.pro-swith-wrap .next{
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 45px;
	background:url(../images/xiazuo.png) no-repeat;
	top: 387px;
	z-index: 2;
	-webkit-transition:all .3s;
}
.pro-swith-wrap .prev{	left: 5px;}
.pro-swith-wrap .next{ right: 5px;		background:url(../images/xiayou.png) no-repeat;
}
.pro-swith{
	position: relative;
	width: 960px;
	height:764px;
	margin: 0 auto;
	overflow: hidden;
}
.pro-swith ul li{
	float:left;
	position: relative;
	width: 319px;
	height: 764px;
	margin-right: 1px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.pro-swith ul li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background: #414141;
	opacity: 0.2;
	filter:alpha(opacity=20);
	-webkit-transition:all .5s;
}
.pro-swith ul li .tit{	position: relative;	padding-top: 198px;	height: 182px;	z-index: 1;}
.pro-swith ul li .tit h2{ font-weight:normal; color:#fff; font-size:18px; padding-top:45px; background: url(../images/xiabai.png) no-repeat bottom center; padding-bottom:23px;}
.pro-swith ul li .img{	position: relative;	width: 250px; margin:0 auto;height: 187px; margin-top:15px;overflow: hidden;z-index: 1;}
.pro-swith ul li .img a{ font-size:13px; color:#fff;}
.pro-swith ul li .img a p{ color:#fff; font-size:20px; font-family:"宋体"; text-align:center; padding-top:40px;}
.pro-swith ul li .img a b{ font-weight:normal; margin-right:10PX;font-size:20px;color:#fff;font-family:"宋体";}
.pro-swith ul li:hover .bg{	opacity: 0.7;filter:alpha(opacity=70);}





/*招聘*/
.wushiqi{height:35px;width:1200px;line-height:35px; margin-bottom:9px;}
.wushiqi ul li{float:left;font-size:14px;color:#333;width:181px;
text-align: center;}
.sishiliu{height:50px;width:1200px;color:#666666; margin-bottom:1px; position:relative;    width: 1123px;
    height: 50px;
    background: #f4f4f4;}
.sishiliu .shina{ width:1123px;height:50px; background:#f4f4f4;}
.sishiliu table tr td{font-size:14px;line-height:46px; text-align:center; display:inline-block;width:179px; color:#666}
.person3{width:13px;height:7px;background:url(../images/xia.png) no-repeat 0px;}
.person4{width:13px;height:7px;background:url(../images/shang.png) no-repeat 0 13px;}
.golf1{height:auto;width:1068px;    background-color: #fbfbfb;display:none; padding-left:56px;}
.figure-1{color:#666;font-size:13px; float:left;}
.figure-1 button{ border:0;}
.figure-2{color:#666666;font-size:13px; line-height:28px;}
.sishiliu .currentDd{color:#fff; background:#118bee}

.currentDd table tr td{color:#fff; }
.currentDt{ background-color:#118bee; margin-bottom:0;}
.navContent{display: none;}


.huixian{width:1155px;padding-top: 26px;
padding-bottom: 30px;}



/*关于我们内页开始*/
.abouy{widh:100%; height:462px; background:url(../images/gsbg.jpg) no-repeat center center;}
.abouy .left{ width:408px;}
.abouy .right{ width:737px;}
.abouy .right h2{ font-size:35px; color:#221815; padding-top:55px; padding-bottom:26px;}





.fazhan{ width:100%; height:680px; background:url(../images/dabg.jpg) no-repeat center center;background-attachment:fixed;}
.fazhan .flicheng{ padding-top:40px;}

.fazhan .flicheng .neitit h2{color:#fff;}



.dongzhi{ width:100%; height:580px;     padding-top: 60px;background:url(../images/zhibg.jpg) no-repeat center center;}
.dongzhi .dongg { padding-top:23px;}
.dongzhi .dongg .left{ width:284px;}
.dongzhi .dongg .left .cbg{ width:284px; height:43px; font-size:14px; color:#fff; background:url(../images/renxbg.png) no-repeat; text-align:center; line-height:43px;}

.dongzhi .dongg .right{ width:850px;}
.dongzhi .dongg .right h2{color:#060646; font-size:20px; padding-top:25px;}


.qiye{ width:100%; height:555px; padding-top:40px; background:url(../images/qibg.jpg) no-repeat center center;background-attachment:fixed;}

.qiye .neitit h2{ color:#fff;}



#tagsb{height:118px;margin-bottom:25px;width:100%;max-width:1200px;}
#tagsb LI { float:left;border-bottom: none; width:185px;height:49px; line-height:49px;text-align: center; display: block; overflow:hidden;background: url(../images/qiku.png) no-repeat center top; margin-right:90px;}
#tagsb LI A {color: #fff; font-size:18px;  display: block;  margin:0 auto; height:49px;}
#tagsb LI.selectTagb {display: block; background: url(../images/qigb.png) no-repeat center top; height: 49px;}
#tagsb LI.selectTagb A {color: #fff; font-size:18px; }
#tagContentb {overflow: hidden; width:762px; margin:0 auto;    padding: 0 12px;}
.tagContentb {DISPLAY: none; margin-bottom:140px;}
#tagContentb DIV.selectTagb {DISPLAY: block}
#tagContentb li label{ float:right; font-size:12px; color:#afafaf; }
.tagContentb .right{ width:550px; padding-top:40px;}
.tagContentb .right h2{ background:url(../images/qiheng.png) no-repeat bottom left; font-size:25px; color:#efefef; padding-bottom:14px; margin-bottom:16px;}
.tagContentb .right p{ font-size:17px; color:#efefef;}






.honer{ padding-top:40px;}



.jituan h3{ font-size:18px; color:#333; border-bottom:1PX SOLID #e4e3e4; padding-bottom:10px; margin-top:25px;}
.jituan ul li{ float:left; text-align:center; margin-right:40px;}
.jituan ul li a{ font-size:16px;}
.jituan ul li .cb01{ display:block; width:50px; height:34px; background:url(../images/shui.png) no-repeat;  margin:0 auto;margin-top:18px; margin-bottom:18px;}
.jituan ul li:hover .cb01{ background:url(../images/shui01.png) no-repeat;}

.jituan ul li .cb02{ display:block; width:42px; height:41px; background:url(../images/quani.png) no-repeat;  margin:0 auto;margin-top:18px; margin-bottom:11px;}
.jituan ul li:hover .cb02{ background:url(../images/quani01.png) no-repeat;}






.lxdi{ height:600px;}
.lxdi .huadi{ width:366px; height:auto; position: relative;    height: 443px;
    margin: 0 auto;
    z-inedx: 1;
    margin-right: 340px;
margin-top:-531px;
   }
.lxdi .huadi .huatit{ width:366px; height:139px; background:url(../images/xialbg.jpg) no-repeat; text-align:center;}
.lxdi .huadi .huatit h2{ font-size:18px; color:#fff; font-weight:normal; padding-top:34px; padding-bottom:25px;}
.lxdi .huadi .huatit p{ font-size:12px; color:#89a3ce; text-transform:uppercase;}
.lxdi .huadi .huadad{ background:#fff; height:auto; padding-bottom:35px;}
.lxdi .huadi .huadad p{ font-size:13px; color:#3c3c3c; padding:15px 0; border-bottom:1px solid #d4d4d4; padding-left:30px;}
.lxdi .huadi .huadad p img{ padding-right:15px;}


.yingx .left{ width:291px;}
.map{ width:836px; height:632px; margin:20px auto; background:url(../images/niao.png) no-repeat; position:relative;}
.map div{width:28px; height:45px;}
.map .ndw{ position:relative;}

/*map地图*/
#shandong{  position:absolute; left:588px; top:300px;}
#beijing{ position:absolute; left:570px; top:225px;}
#tianjin{ position:absolute; left:583px; top:240px;}
#heilongjiang{ position:absolute; left:721px; top:95px;}
#neimenggu{position:absolute; left:590px; top:152px;}
#liaoning{position:absolute; left:660px; top:200px;}
#jilin{position:absolute; left:700px; top:165px;}
#hebei{position:absolute; left:558px; top:259px;}
#tianjin{position:absolute; left:582px; top:243px;}
#henan{position:absolute; left:529px; top:330px;}
#shanxi{position:absolute;left: 514px;top: 276px;}
#jiangsu{position:absolute;left: 613px; top:341px;}
#jiangxi{position:absolute; left: 556px; top:441px;}
#hubei{position:absolute; left: 506px; top:441px;}
#zhejiang{position:absolute; left: 617px; top:411px;}
#fujian{position:absolute; left:591px; top:465px;}
#hunan{position:absolute; left:501px; top:429px;}
#hubei{position:absolute; left:518px; top:376px;}
#shanghai{position:absolute; left:645px; top:383px;}
#guangdong{position:absolute; left:528px; top:490px;}
#guangxi{position:absolute; left:461px; top:490px;}
#yunnan{position:absolute; left:356px; top:490px;}
#guizhou{position:absolute; left:428px; top:455px;}
#sichuan{position:absolute; left:386px; top:390px;}
#chongqing{position:absolute; left:449px; top:400px;}
#hainan{position:absolute; left:476px; top:556px;}
#taiwan{position:absolute; left:628px; top:493px;}
#qinghai{position:absolute; left:284px; top:308px;}
#xizang{position:absolute; left:209px; top:385px;}
#xinjiang{position:absolute; left:153px; top:210px;}
#gansu{position:absolute; left:297px; top:231px;}
#shanxi2{position:absolute; left:461px; top:331px;}
#ningxia{position:absolute; left:427px; top:275px;}
#xianggang{position:absolute; left:565px; top:505px;}
#aomen{position:absolute; left:509px; top:528px;}


/*map地图*/
.map div p{ display:none; width:164px;font-size:13px; height:93px; padding:20px; position:absolute;    left: -112px;
    top: -94px;background: url(../images/dibg.png) no-repeat; color:#fff; z-index:9; text-align:left; padding-left:89px; padding-top:10px;}
.map div p b{ font-size:14px; color:#fff; font-weight:normal;}
.map div img{ width:19px; height:31px; display:block; position:absolute; bottom:0; left:4.5px; }
.map div img:hover{ width:28px; height:45px; display:block; margin:0 auto; left:0; z-index:99;}
.jdjl { height:60px; width:100%; margin:0 auto;}






#tagsg{height:42px;margin-bottom:25px;width:100%;}
#tagsg LI { float:left;border-bottom: none;height:45px;line-height:45px; width:143px; text-align: center; display: block; overflow:hidden;}
#tagsg LI A {color: #0099e9; font-size:20px;  font-weight:bold; display: block;  margin:0 auto; height:44px;line-height:44px;}

#tagsg LI.selectTagg {display: block; background: url(../images/lant.png) no-repeat center top; height: 45px;
 }
#tagsg LI.selectTagg A {color: #0099e9; font-size:20px; font-weight:bold; }
#tagContentg {overflow: hidden;margin-top: 35px;    padding: 0 12px;}
.tagContentg {DISPLAY: none;}
#tagContentg DIV.selectTagg {DISPLAY: block}
#tagContentg li label{ float:right; font-size:12px; color:#afafaf; }
.tagContentg .uu li{ height:43px; border-bottom:1px dashed #E0E0E0; line-height:43px;}
.tagContentg .uu li a{ line-height:43px;}
.tagContentg .uu li span{ float:right; font-size:12px; color:#999;}
.tagContentg p{ font-size:13px;line-height: 25px; color:#3c3c3c;} 
#tagContentg p{ padding-bottom:16px;}
#tagContentg p a{ font-size:16px;}
#tagContentg p a b{ font-weight:normal; display:block; font-size:13px;margin-left: 17px;}
#tagContentg p i img{ padding-right:10px;}






/* side */
.side{position:fixed;width:66px;height:275px;right:0;top:344px;z-index:9999;}
.side ul li{width:80px;height:65px;float:left;position:relative;margin-bottom:10px;   }
.side ul li .sidebox{position:absolute;width:76px;height:65px; line-height:65px; color:#c10405; font-size:18px; font-style:italic;top:0;right:0;transition:all 0.3s;overflow:hidden;    background: url(../images/fenhbg.png) repeat;float:left; border-radius: 31px 0 0 31px}
.side ul li .sidetop{width:66px;height:65px;line-height:65px;display:inline-block;background:url(../images/fenhbg.png) repeat;transition:all 0.3s;}
.side ul li img{float:left;margin-top: 8px;
    margin-left: 12px; padding-right:10px;}


/*产品开始*/
.yanul{ margin-bottom:23px;}
.yanul ul li{ text-align:center;float:left; width:298px; height:108px; background:url(../images/navbg.jpg) repeat-x; margin-right:1px;}
.yanul ul li a{ color:#027ffe; font-size:16px; display: block;
    width: 100%;
    height: 100%;}
.yanul ul li .cb01{ display:block; width:35px; height:40px; margin:0 auto; background:url(../images/ge01.png) no-repeat; margin-bottom:12px; margin-top:18px;}

.yanul ul li .cb02{ display:block; width:53px; height:43px; margin:0 auto; background:url(../images/ge02.png) no-repeat; margin-bottom:12px; margin-top:18px;}
.yanul ul li .cb03{ display:block; width:38px; height:34px; margin:0 auto; background:url(../images/ge03.png) no-repeat; margin-bottom:12px; margin-top:26px;}
.yanul ul li .cb04{ display:block; width:49px; height:26px; margin:0 auto; background:url(../images/ge04.png) no-repeat; margin-bottom:12px; margin-top:33px;}

.yanul ul li .cb05{ display:block; width:42px; height:40px; margin:0 auto; background:url(../images/ge05.png) no-repeat; margin-bottom:12px; margin-top:18px;}
.yanul ul li .cb06{ display:block; width:42px; height:40px; margin:0 auto; background:url(../images/ge06.png) no-repeat; margin-bottom:12px; margin-top:18px;}
.yanul ul li .cb07{ display:block; width:42px; height:40px; margin:0 auto; background:url(../images/ge07.png) no-repeat; margin-bottom:12px; margin-top:18px;}
.yanul ul li .cb08{ display:block; width:53px; height:46px; margin:0 auto; background:url(../images/ge08.png) no-repeat; margin-bottom:12px; margin-top:18px;}

.yanul ul .on{ background:#027ffe;}
.yanul ul .on .cb01{background:url(../images/ge1.png) no-repeat;}
.yanul ul .on a{ color:#fff;}
.yanul ul li:hover{ background:#027ffe;}
.yanul ul li:hover .cb01{background:url(../images/ge1.png) no-repeat;}
.yanul ul li:hover a{ color:#fff;}
.yanul ul li:hover .cb02{background:url(../images/ge2.png) no-repeat;}
.yanul ul li:hover .cb03{background:url(../images/ge3.png) no-repeat;}
.yanul ul li:hover .cb04{background:url(../images/ge4.png) no-repeat;}
.yanul ul li:hover .cb05{background:url(../images/ge5.png) no-repeat;}
.yanul ul li:hover .cb06{background:url(../images/ge6.png) no-repeat;}
.yanul ul li:hover .cb07{background:url(../images/ge7.png) no-repeat;}
.yanul ul li:hover .cb08{background:url(../images/ge8.png) no-repeat;}
.yanul ul .on .cb02{background:url(../images/ge2.png) no-repeat;}
.yanul ul .on .cb03{background:url(../images/ge3.png) no-repeat;}
.yanul ul .on .cb04{background:url(../images/ge4.png) no-repeat;}
.yanul ul .on .cb05{background:url(../images/ge5.png) no-repeat;}
.yanul ul .on .cb06{background:url(../images/ge6.png) no-repeat;}
.yanul ul .on .cb07{background:url(../images/ge7.png) no-repeat;}
.yanul ul .on .cb08{background:url(../images/ge8.png) no-repeat;}










.chjian{ width:1100px; height:251px; background:url(../images/cptu.jpg) no-repeat center center; padding:50px;margin-bottom:23px;}

.chjian .chaqi{ width:720px; height:251px;}
.chjian .chaqi .chatit{ width:720px; height:70px; border-bottom:1px solid #e2e2e2;}
.chjian .chaqi .chatit .left{ width:560px;}
.chjian .chaqi .chatit .left span{ float:left;}
.chjian .chaqi .chatit .left .spanj{ float:left; margin-left:20px;}
.chjian .chaqi .chatit .left .spanj b{ font-weight:normal; font-size:20px; color:#0986ec;}
.chjian .chaqi .chatit .left .spanj p{ font-size:12px; text-transform:uppercase; font-family:Arial; color:#89b8f0;}
.chjian .chaqi .chatit .right{ width:159px;}
.chjian .chaqi .chatit .right a{ height:43px; line-height:43px; padding-left:53px; background:url(../images/cpcia.png) no-repeat; display:block; font-size:16px;}

.huage{ text-align:center;height:79px; background:url(../images/cpbg.jpg) no-repeat center center; padding-top:35px;}
.huage span{ height:44px; display:inline-block; margin-right:45px;}
.huage span .aa01{ display:block; float:left; width:169px; height:44px; background:url(../images/cpku.png) no-repeat; text-align:center; line-height:44px; font-size:16px; color:#333; margin-right:11px;}
.huage span .aa02{display:block; float:left; width:43px; height:43px; background:url(../images/cphui.png) no-repeat; text-align:center; line-height:44px;}
.huage span:hover .aa01{background:url(../images/cpjp.png) no-repeat; color:#fff;}
.huage span:hover .aa02{background:url(../images/cpcia.png) no-repeat;}
.huage .on .aa01{background:url(../images/cpjp.png) no-repeat; color:#fff;}
.huage .on .aa02{background:url(../images/cpcia.png) no-repeat;}






/*招聘*/
.wushiqi01{height:35px;width:1200px; margin-bottom:9px; padding-top:30px; padding-bottom:14px;}
.wushiqi01 span{ display:block; float:left; color:#c4253e; font-size:38px; font-weight:bold;}
.wushiqi01 .qing{ display:block; float:left; margin-left:17px;}
.wushiqi01 .qing b{ display:block; font-weight:normal; font-size:18px; color:#221815;}
.wushiqi01 .qing i{ font-style:normal; font-size:12px;}
.sishiliu01{height:50px;width:1200px;color:#666666; margin-bottom:1px; position:relative;    width: 1123px;
    height: 50px;
    background: #f2f2f2;}
.sishiliu01 .shina01{ width:1123px;height:50px; background:#f4f4f4;}
.sishiliu01 table tr td{font-size:16px;    line-height: 46px;
    text-align: left;
    display: inline-block;
    color: #666;
    padding-left: 38px;}
.person301{width:13px;height:7px;background:url(../images/xia.png) no-repeat 0px;}
.person401{width:13px;height:7px;background:url(../images/shang.png) no-repeat 0 13px;}
.golf101{height:auto;width:1200px; display:none; }
.figure-101{color:#666;font-size:13px; float:left;}
.figure-101 button{ border:0;}
.figure-201{color:#666666;font-size:13px; line-height:28px;}
.sishiliu01 .currentDd01{color:#fff; background:#118bee}

.currentDd01 table tr td{color:#fff; }
.currentDt01{ background:url(../images/cpxia.jpg) no-repeat; margin-bottom:0;}
.navContent01{display: none;}


.huixian01{width:1155px;padding-top: 26px;
padding-bottom: 30px;}


/*招聘*/
.wushiqi02{height:35px;width:1200px; margin-bottom:9px; padding-top:30px; padding-bottom:14px;}
.wushiqi02 span{ display:block; float:left; color:#c4253e; font-size:38px; font-weight:bold;}
.wushiqi02 .qing{ display:block; float:left; margin-left:17px;}
.wushiqi02 .qing b{ display:block; font-weight:normal; font-size:18px; color:#221815;}
.wushiqi02 .qing i{ font-style:normal; font-size:12px;}
.sishiliu02{height:50px;width:1200px;color:#666666; margin-bottom:1px; position:relative;    width: 1123px;
    height: 50px;
    background: #f2f2f2;}
.sishiliu02 .shina02{ width:1123px;height:50px; background:#f4f4f4;}
.sishiliu02 table tr td{font-size:16px;line-height:46px; text-align:center; display:inline-block;width:179px; color:#666}
.person302{width:13px;height:7px;background:url(../images/xia.png) no-repeat 0px;}
.person402{width:13px;height:7px;background:url(../images/shang.png) no-repeat 0 13px;}
.golf102{height:auto;width:1200px; display:none;   }
.figure-102{color:#666;font-size:13px; float:left;}
.figure-102 button{ border:0;}
.figure-202{color:#666666;font-size:13px; line-height:28px;}
.sishiliu02 .currentDd02{color:#fff; background:#118bee}

.currentDd02 table tr td{color:#fff; }
.currentDt02{ background:url(../images/cpxia.jpg) no-repeat; margin-bottom:0;}
.navContent02{display: none;}


.huixian02{width:1155px;padding-top: 26px;
padding-bottom: 30px;}


/*招聘*/
.wushiqi03{height:35px;width:1200px; margin-bottom:9px; padding-top:30px; padding-bottom:14px;}
.wushiqi03 span{ display:block; float:left; color:#c4253e; font-size:38px; font-weight:bold;}
.wushiqi03 .qing{ display:block; float:left; margin-left:17px;}
.wushiqi03 .qing b{ display:block; font-weight:normal; font-size:18px; color:#221815;}
.wushiqi03 .qing i{ font-style:normal; font-size:12px;}
.sishiliu03{height:50px;width:1200px;color:#666666; margin-bottom:1px; position:relative;    width: 1123px;
    height: 50px;
    background: #fff; border:1px solid #f2f2f2;}
.sishiliu03 .shina03{ width:1123px;height:50px; background:#f4f4f4;}
.sishiliu03 table tr td{font-size:16px;line-height:46px; text-align:center; display:inline-block;width:179px; color:#666}
.person303{width:13px;height:7px;background:url(../images/xia.png) no-repeat 0px;}
.person403{width:13px;height:7px;background:url(../images/shang.png) no-repeat 0 13px;}
.golf103{height:auto;width:998px; display:none; background:#fbfbfb;padding: 64px;
    padding-top: 25px;}
.figure-103{color:#666;font-size:13px; float:left;}
.figure-103 button{ border:0;}
.figure-203{color:#666666;font-size:13px; line-height:28px;}
.sishiliu03 .currentDd03{color:#fff; background:#118bee}

.currentDd03 table tr td{color:#fff; }
.currentDt03{ background:url(../images/cpxia.jpg) no-repeat; margin-bottom:0;}
.navContent03{display: none;}


.huixian03{width:1155px;padding-top: 26px;
padding-bottom: 30px;}




/*营销网络左边的tab*/

.honor06 { WIDTH: 291px; margin:0 auto; position:relative; height:483px;}
#featureContainer {BORDER-BOTTOM: #dadada 1px solid; MARGIN: 0px auto; WIDTH: 291x; HEIGHT: 158px; FONT-SIZE: 80%; OVERFLOW: hidden; BORDER-TOP: #dadada 1px solid}
#wrap {OVERFLOW: hidden}
#load {BACKGROUND-IMAGE: TEXT-INDENT: -9999px; MARGIN: 0px auto; WIDTH: 710px; DISPLAY: none; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 50%; HEIGHT: 100px}
#botton-scroll {Z-INDEX: 0; MARGIN: 0px auto; WIDTH: 710px; FLOAT: left; HEIGHT: 150px}
.event_scroll { WIDTH:870px; OVERFLOW: hidden; margin:0 auto; }
.left_btn {WIDTH:46px; background:url(../images/ytop.png) no-repeat right center;HEIGHT: 46px; OVERFLOW: hidden; CURSOR: pointer;position: absolute;
   top:436px; z-index:99999;left: -1px;}
.right_btn { WIDTH:46px; BACKGROUND:url(../images/ybottom.png) no-repeat left center;HEIGHT: 46px; OVERFLOW: hidden; CURSOR: pointer;position: absolute;
 top: 437px;
    z-index: 99999;
    left: 74px;}
.years_box { HEIGHT:700px; COLOR: #606060; OVERFLOW: hidden ; margin-top:15px; }
.years_box LI {   WIDTH:273px;  HEIGHT: 103px; OVERFLOW: hidden; color:#666; font-size:15px; CURSOR: pointer; position:relative; text-align:left;}
.years_box LI .hh01{ font-size:30px; color:#333; width:318px; height:42px; text-align:right;line-height:42px; padding-right:30px;background:url(../images/jianbiao.png) no-repeat;    margin-left: 75px;}
.years_box LI .hh02{ font-size:30px; color:#333; width:318px; height:42px; line-height:42px; padding-left:30px;background:url(../images/zhif.png) no-repeat;}
.years_box LI h2{ font-weight:normal; font-size:16px; color:#221815; border-bottom:1px solid #e9e7e7; padding-bottom:10px;}
.years_box LI p{ font-size:14px;color:#333; background:url(../images/huilan.png) no-repeat left center;height:27px; line-height:27px; 
    text-align: left; padding:10px 0; border-bottom:1px solid #e9e7e7;
}
.years_box LI p img{ padding-right:10px;}
.years_box LI p span{ padding-right:30px;}
.years_box .fj{padding-left: 470px;}
.years_box .fj p{ text-align:left;}
.years_box li.tabActive2 { }
.events_box{width:870px; margin:0 auto; overflow:hidden; position: absolute; height:700px; top:60px; left:0px;}
.years_box LI .odd{ float:left; width:468px; font-size:16px; text-align:left;padding-top:20px;}
.odd strong { font-size:24px; color:#0a4692;}
.odd p {  font-size:16px; line-height:25px; padding-top:10px;}
.years_box LI .odd span { font-size:16px; color:#999999; text-transform:uppercase;}
.years_box li.tabActive2 .odd{ background: url(../images/fzlcs1.png) no-repeat center top; top:0;}

.he_na{ margin-top:80px;}





.scrollbox{ width: 273px; margin: 0 auto; overflow: hidden;}
#scrollDiv{width:273px;height:396px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{width:273px; height:99px; overflow:hidden; vertical-align:bottom; zoom:1; }
#scrollDiv li h3{ height:24px; padding-top:13px;    font-size: 16px;
    color: #221815;line-height:24px; font-weight:normal;     border-bottom: 1px solid #e9e7e7;
    padding-bottom: 10px;width:273px;}
#scrollDiv li div{width:273px;    padding: 10px 0; overflow:hidden; border-bottom: 1px solid #e9e7e7;}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}
#scrollDiv li div span{ padding-right:30px;}
#scrollDiv li div span img{ margin-right:10px;}
.scroltit{ height:46px; line-height:46px;    margin-top: 24px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{width:46px; height:46px; margin-left:4px;    margin-right: 32px;}
#but_up{ background:url(../images/ybottom.png) no-repeat 0 0; text-indent:-9999px;float: left;}
#but_down{ background:url(../images/ytop.png) no-repeat 0 0; text-indent:-9999px;float: left;}



/*公司简介发展历程的*/

.twbrown {
	width: 1200px;
	height: 308px;
	position: relative;
}
.twbrown .imgcl {
	width: 1200px;
	height: 327px;
	position: relative;
}
.twbrown .movepic {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.twbrown .imgcl .ft a {
	display: block;
	    height: 40px;
    width: 40px;
}
.twbrown .imgcl .ft {
	width: 956px;
}
.twbrown .imgcl .ft .btlf {
	background:none;
	float: left;
	left: 0;
	position: absolute;
    top: 145px;
}
.twbrown .imgcl .ft .btrt {
	background: none;
	float: right;
	    right: 0;
    position: absolute;
    top: 145px;
}
.twbrown .lf {
	float: right;
	width: 454px;
	padding-top: 42px;
}
.twbrown .lf span {
	line-height: 44px;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
}
.twbrown .lf .say {
	width: 430px;
	float: left;
	line-height: 24px;
	color: #d3d3d3;
}
.twtw .imgcl {
	float: right;
	margin: 0px 0px -62px 0px;
}
.twtw .lf {
	float: left;
}
.twtw .imgcl .ft {
	right: 0px;
	left: -122px;
	top: 258px;
}
.tw-write .lf {
	float: right;
}
.tw-write {
	padding-top: 158px;
	height: 376px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.ppic {
	width: 1200px;
	height: 329px;
	position: relative;
	overflow: hidden;
	background:url(../images/fazhanjian.png) no-repeat center center;
}
.prilie {
	height: 171px;
	float: left;
	text-align: center;
	width: 252px;
	position: relative;    margin-left: 72px;
}
.prilie .img_na{ width:222px; text-align:left;    margin-bottom: 28px; padding:15px; height:93px; background:url(../images/zhanbg.png) no-repeat;}
.prilie .img_na .sh{ color:#fff; font-size:20px;}
.prilie .img_na .sh b{ font-weight:normal; color:#fff;}
.prilie .img_na p{ color:#fff;}



.prilie img {
	margin-bottom: 7px;
}
.prilie .m01 {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 9;
	display: none;
}
.prilie:hover .m01 {
	display: block;
}
.prilie span {
	text-align: center;
	width: 228px;
	display: inline-block;
	padding-top: 5px;
}
.prilie span a {
	font-size: 16px;
	color: #333;
}
.prilie:hover a {
	color: #2145ad;
}
.prilie span b {
	display: block;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/chj.png) no-repeat top center;
	padding-top: 5px;
	margin-top: 5px;
}
.prilie:hover span b {
	background: url(../images/lhj.png) no-repeat top center;
}



.prilie01 {
	height: 171px;
	float: left;
	text-align: center;
	width: 252px;
	position: relative;        margin-left: 236px;
    margin-top: -20px;
}
.prilie01 .img_na{ width:222px; text-align:left;    margin-bottom: 28px; padding:15px; height:93px; background:url(../images/zhanbg.png) no-repeat;    margin-top: 23px;}
.prilie01 .img_na .sh{ color:#fff; font-size:20px;}
.prilie01 .img_na .sh b{ font-weight:normal; color:#fff;}
.prilie01 .img_na p{ color:#fff;}



.prilie01 img {
	margin-bottom: 7px;
}
.prilie01 .m01 {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 9;
	display: none;
}
.prilie01:hover .m01 {
	display: block;
}
.prilie01 span {
	text-align: center;
	width: 228px;
	display: inline-block;
	padding-top: 5px;
}
.prilie01 span a {
	font-size: 16px;
	color: #333;
}
.prilie01:hover a {
	color: #2145ad;
}
.prilie01 span b {
	display: block;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/chj.png) no-repeat top center;
	padding-top: 5px;
	margin-top: 5px;
}
.prilie01:hover span b {
	background: url(../images/lhj.png) no-repeat top center;
}




.liao {
	float: left;
	display: block;
	width: 148px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.xiang {
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
}
.xguan a.xiang:hover {
	color: #FFF;
}


.flicheng .hhx{ padding-top:50px;}
.flicheng .hhx h5{ width:185px; height:49px; background:url(../images/qiku.png) no-repeat; text-align:center; margin:0 auto; line-height:49px; text-transform:uppercase; color:#fff; font-weight:normal; font-size:25px; font-family:Arial;} 
.flicheng .hhx p{color:#fff; text-align:center; padding-top:25px;}


/*新加的联系我们页面*/
.xinjia01{ margin-top:23px; border-bottom:1px solid #cdcccc;padding-bottom:23px;}
.xinjia01 h2{ font-size:20px; color:#221815; margin-bottom:22px;}
.xinjia01 h2 img{ margin-right:14px;}
.xinjia01 .shuna{ border-bottom:1px dashed #cdcccc; margin-bottom:23px; padding-bottom:23px; padding-left:42px;}
.xinjia01 .ayya{ float:left; margin-right: 6px;
    padding-right: 12px; border-right:1px dashed #cdcccc;}
.xinjia01 .ayya p{ font-size:14px;}
.xinjia01 .shuna_01{ border-bottom:0; padding-left:42px;}
