@charset "utf-8";
/*banner条*/
.slide-main {
	height:340px;
	position:relative;
	margin-top:1px;
	 background-color: #F9F9F9;
}
.slide-maina {
	height:400px;
	position:relative;
	margin-top:1px;
	 background-color: #F9F9F9;
}
.prev, .next {
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	z-index:222;
	top:267px;
	overflow:hidden;
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	_border:1px solid none;
}
.prev {
	left:70px;
}
.next {
	right:70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.item {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	z-index:124;
	top:330px;
	left:0;
	text-align:center;
}
.item a {
	display:inline-block;
	width:24px;
	height:5px;
	margin-right:11px;
	background:#333;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	overflow:hidden;
}
.item a.cur {
	background:#fff;
}
.slide-box, .slide {
	display:block;
	width:100%;
	height:340px;
	overflow:hidden;
}
.slide-box {
	position:relative;
}
.slide {
	display:none;
	height:340px;
	background:#ff6900;
	position:relative;
	position:absolute;
	z-index:8;
}
#bgstylea {
	background:#ffd900;
}
/*map*/
.lcon-w{
	width: 100%;
	background-color: #f8f8f8;
	overflow: hidden;
	padding-top: 100px;
}
/*#bgstyleb{background:url(../images/banner2.jpg) center center no-repeat;}*/
#bgstylec {
	background:url(../images/banner2.jpg) center center no-repeat;
}
.slide a {
	display:block;
	width:100%;
	height:490px;
	cursor:pointer;
}
.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-a, .obj-b {
	width:952px;
	margin-left:-476px;
	text-align:center;
}
.obj-a {
	display:block;
	height:352px;
	top:100px;
}
.obj-b {
	top:406px;
	height:100px;
}
.obj-c {
	display:block;
	height:582px;
	top:0;
	margin-left:-540px;
}
.obj-d {
	top:228px;
	height:164px;
}
.obj-d p {
	display:block;
	padding-top:20px;
	font-size:16px;
	color:#fff;
	clear:both;
}
.obj-e {
	width:366px;
	height:170px;
	margin-left:-60px;
	top:100px;
	z-index:12;
}
.obj-f {
	width:692px;
	height:394px;
	top:58px;
	margin-left:200px;
}
.banAnimate .obj-a {
	display:block;
	animation-name:baoAni;
	-webkit-animation:baoAni 0.4s linear 0s normal none;
	-moz-animation:baoAni 0.4s linear 0s normal none;
	animation:baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
.banAnimate .obj-b {
	display:block;
	animation-name:saAni;
	-webkit-animation:saAni 0.4s linear 0s normal none;
	-moz-animation:saAni 0.4s linear 0s normal none;
	animation:saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity:1;
	-moz-transform:scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity:1;
	transform:scale(1, 1);
}
}
.watch-code.code-show {
	display:block;
	animation-name:scode;
	-webkit-animation:scode 0.3s linear 0s normal none;
	-moz-animation:scode 0.3s linear 0s normal none;
	animation:scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
	transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	-moz-transform:scale(1, 1);
	transform-origin:bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	transform:scale(1, 1);
	transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
/*banner条*/








/*原作废banner
.banner {  background: none repeat scroll 0 0 #f9f9f9;
    height: 340px;
    min-width: 1038px;
    width: 100%;
	margin-top:1px;}

.play {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bnerlb {
    height: 340px;
    width: 100%;
	background:url(../images/banner2.jpg) center center no-repeat;
}

*/












.center-main {
	background-color:#f9f9f9;
	width:100%;
	height:auto;
}
.conttop {
	margin:1px auto;
	width:1038px;
	height:auto;
	overflow: hidden;
}
.case-main {
	background-color:#f9f9f9;
	width:100%;
	height:auto;
}

/*导航*/
.zcfw10 {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 1000px;
	margin-left:30px;
}
.fwlist10 {
    clear: both;
    float: left;
    height: 42px;
    overflow: hidden;
    width: 1000px;
}
.hylist10 {
    clear: both;
    float: left;
    height: 80px;
    overflow: hidden;
    width: 1000px;
}
.fwlist10 li, .hylist10 li {
    float: left;
    font-family: '微软雅黑';
    font-weight: bold;
}
.hylist10 li {
}
.fwlist10 li a {
    background: url("../images/fwcenter.jpg") no-repeat scroll 0 0 transparent;
    color: #5C5C5C;
    display: block;
    float: left;
    font-family: '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 126px;
	text-decoration:none;
}
.fwlist10 li a:hover {
    background: url("../images/fwcenterhover.jpg") no-repeat scroll 0 0 #EF6A54;
    color: #FFFFFF;
    font-family: '微软雅黑';
}

.fwlist10 li.fwlist10on a {
     background: url("../images/fwcenterhover.jpg") no-repeat scroll 0 0 #EF6A54;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 126px;
	text-decoration:none;
}




.fwlist10 li.fwleft a {
    background: url("../images/fwleft.jpg") no-repeat scroll 0 0 transparent;
    width: 125px;
}
.fwlist10 li.fwleft a:hover {
    background: url("../images/fwlefthover.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}


.fwlist10 li.fwlefton a {
    background: url("../images/fwlefthover.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}







.fwlist10 li.fwright a {
    background: url("../images/fwright.jpg") no-repeat scroll 0 0 transparent;
    width: 125px;
}
.fwlist10 li.fwright a:hover {
    background: url("../images/fwrighthover.jpg") no-repeat scroll 0 0 transparent;
	width: 125px;
}
.fwlist10 li.fwrighton a {
    background: url("../images/fwrighthover.jpg") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	width: 125px;
}
/*导航*/

/*标题*/
.a_cv {
    background: none repeat scroll 0 0 #F9F9F9;
    width: 1038px;
}
.a_cv .fl {
    float: right;
    width: 790px;
}
.a_cv .fl2 {
    background: none repeat scroll 0 0 #c00b0c;
    color: #F9F9F9;
    font-size: 36px;
    height: 127px;
    margin-top: 1px;
    padding-left: 48px;
    padding-top: 25px;
	line-height: 50px;
}
.a_cv .fr {
    float: left;
    width: 243px;
}
.a_cv .fr2 {
    background: url("../images/caseview_07.gif") no-repeat scroll 0 0 #595858;
    font-size: 18px;
    height: 183px;
    margin-top: 2px;
}
.a_cv .fr2 p {
    color: #F9F9F9;
    padding-left: 10px;
    padding-top: 100px;
	font-size:20px;
}
.a_cv .fr3 {
    color: #595858;
}
.a_cv .fr3 h1 {
    color: #D61518;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 18px;
    margin-top: 10px;
}
.a_cv .fr4 {
    background: none repeat scroll 0 0 #D61518;
    color: #FFFFFF;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    width: 85px;
}
.a_cv .fr4 a {
    color: #FFFFFF;
    display: block;
}

/*标题*/
/*列表*/
.blacks {
    color: #000203;
}
.size16 {
    font-size: 16px;
}
.size16:hover {
    font-size: 16px;
}
.contlist {
	margin:0 auto;
	width:1038px;
	height:auto;
	overflow: hidden;
}
.contlisttop {
	margin:0 auto;
	width:100%;
	height:35px;
	border-bottom:#666 1px dotted;
}
.contlisttopa {
	margin:0 auto;
	width:100%;
	height:40px;
}
.contlisttopleft {
	float:left;
	font-size: 20px;
    font-weight: bolder;
	width:600px;
}
.contlisttoplefta {
	float:left;
	font-size: 24px;
    font-weight: bolder;
	width:580px;
	color:#818181;
	line-height: 40px;
}
.contlisttopleft a{
	color:#B12025;
	text-decoration:none;
	font-size: 20px;
    font-weight: bolder;
	
	}
.contlisttopright {
	color: #B3B3B3;
    float: right;
    font-size: 20px;
    font-weight: bolder;
    width: 240px;
}
.contlisttoprighta {
 color: #B12025;
    float: right;
    font-size: 22px;
    font-weight: bolder;
    line-height: 40px;
    width: 420px;

}





.typictxt {
    background: none repeat scroll 0 0 #B12025;
    bottom: -60px;
    color: #FFFFFF;
    height: 40px;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
.typictxt p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 10px;
}
.typictxt a {
    color: #FFFFFF;
}
.typictxt a:hover {
    color: #FFFFFF;
}














.mf6box {
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.mf6box dl {
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-left: 1px;
    overflow: hidden;
    width: 258px;
}
.mf6box dt {
    background: none repeat scroll 0 0 #B12025;
    height: 168px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    width: 258px;
}
.mf6box dt img {
    display: block;
    height: 168px;
    left: 0;
    position: absolute;
    top: 0;
    width: 258px;
}
.mf6box dd {
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    width: 258px;
}
.mf6box dd p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
	color:#666;
	font-size:14px;
}

/*列表*/




.cont {
	margin:-20px auto 0;
	width:1038px;
	height:auto;
	overflow: hidden;
}


.cont-left {
	display: inline;
	float: left;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
	width: 790px;
	position: relative;
}


.tabsBox {
    width: 770px;
}
.tbpath {
    height: 32px;
    overflow: hidden;
    width: 745px;
}

.zxun {
    float: right;
    margin-top: 5px;
}
.zxun1 {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 163px;
}
.zxun1 p, .zxun2 p {
    background: url("../images/zx_03.jpg") no-repeat scroll 0 0 transparent;
    height: 41px;
    width: 163px;
}
.zxun1 a:hover p, .zxun2 a:hover p {
    background: url("../images/zx_033.jpg") no-repeat scroll 0 0 transparent;
    height: 41px;
    width: 163px;
}
.zxun2 {
    margin-bottom: 48px;
}
.centenr2-left {
    position: relative;
}
.zxun span {
    color: #292929;
    float: left;
    font-family: '微软雅黑';
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}

.cont-right {
	float: right;
	height: auto;
	overflow: hidden;
	width: 243px;
}
.rightx{
	margin-bottom:8px;
	background-color:#efefef;
	height: 215px;
	width: 243px;
	}
.rightxtop{
	margin:0 auto;
	width: 233px;
	height:100px;
	}
.rightxtop span{
	width:220px;
	float:left;
	margin:7px;
	font-size:13px;
	
	
	}
	
/*服务*/	
.productlist-ul li .des {
    color: #999999;
    font-size: 12px;
    height: 54px;
    line-height: 18px;
    overflow: hidden;
}
.productlist-ul li .services {
    color: #666666;
    font-size: 14px;
    height: 96px;
    line-height: 24px;
    margin-top: 10px;
}
.productlist-ul li .services li {
    float: none;
    height: 24px;
    margin: 0;
    overflow: hidden;
    width: auto;
}
.productlist-ul li .con a:hover {
    text-decoration: underline;
}
.sub-service {
    margin-top: 30px;
}
.sub-service .productlist-ul {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    width: auto;
}
.sub-service .productlist-ul li {
    float: none;
    margin: 0;
    width: auto;
}
.sub-service .productlist-ul li .con {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #F0F0F0;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 0 0 10px;
}
.sub-service .productlist-ul li .name {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.sub-service .productlist-ul li .name a {
    color: #666666;
	font-size:12px;
}
.sub-service .des {
}
.sub-service .wonder-ul {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    width: auto;
}
.sub-service .wonder-ul li {
    float: none;
    margin: 0;
    width: auto;
}
.sub-service .wonder-ul li .con {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #F0F0F0;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 0 0 10px;
}
.sub-service .wonder-ul li .name {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.sub-service .wonder-ul li .name a {
    color: #666666;
}
.sub-service .wonderlist-ul {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    width: auto;
}
.sub-service .wonderlist-ul li {
    float: none;
    margin: 0;
    width: auto;
}
.sub-service .wonderlist-ul li .con {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #F0F0F0;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 0 0 10px;
}
.sub-service .wonderlist-ul li .name {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.sub-service .wonderlist-ul li .name a {
    color: #666666;
}
.sub-service .btn-wrap {
    margin-top: 10px;
    text-align: center;
}
.sub-service .more-btn {
    background: url("../images/icon-more-down.png") no-repeat scroll right 0 transparent;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-right: 20px;
}
.sub-service .more-btn:hover {
    text-decoration: underline;
}
.sub-service .more-btn .close {
    display: none;
}
.sub-service .opened {
    background-position: right -18px;
}
.sub-service .opened span {
    display: none;
}
.sub-service .opened .close {
    display: block;
}
/*服务*/
/*客户眼中*/
.sub-custom {
    margin-top: 30px;
}
.sub-tit {
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
}
.sub-custom .custom-list {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.sub-custom .custom-list-li {
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 0;
}
.sub-custom .custom-list-li:last-child {
    border-bottom: 0 none;
}
.sub-custom .custom-list-li .name {
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
.sub-custom .custom-list-li .con {
    margin: 0;
}
/*客户眼中*/

/*客户案例*/
.sub-case {
    margin-bottom: 10px;
}
.sub-case .sub-tit {
    border: 0 none;
    padding-bottom: 10px;
}
.sub-caselist {
    overflow: hidden;
}
.sub-caselist-li {
    cursor: pointer;
    padding-bottom: 1px;
}
.sub-caselist-li .name a {
    background: none repeat scroll 0 0 #EBEBEB;
    color: #6C6C6C;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
	text-decoration:none;
}
.sub-caselist-li .name span {
    background: url("../images/sub-case-down.png") no-repeat scroll right center transparent;
    display: block;
}
.sub-caselist-li .image {
    display: none;
}
.sub-caselist-li .image a {
    display: block;
}
.sub-caselist-li img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.sub-caselist .active .name a {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
}
.sub-caselist .active .name span {
    background: url("../images/sub-case-up.png") no-repeat scroll right center transparent;
}
.sub-caseinfo {
    background: none repeat scroll 0 0 #EFEFEF;
    padding: 20px;
}
.sub-caseinfo .sub-tit {
    border: 0 none;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 0;
}
.sub-caseinfo p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 6px;
}
.sub-caseinfo p em {
    font-weight: bold;
}
/*客户案例*/
	
.case_link {
 height: 50px;
    margin: 10px auto;
    width: 220px;
}
.case_link a {
    background: url("../images/case_img_002.gif") no-repeat scroll -13px 0 transparent;
    display: block;
    float: left;
    height: 50px;
    width: 220px;
}
.handle {
     margin: 0 auto;
    width: 220px;
}
.case_ye {
    border: 1px solid #BDBDBD;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 32px;
    text-align: center;
    width: 65px;
}
.case_ye a {
    color: #666666;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 65px;
}
.case_lb {
    border: 1px solid #BDBDBD;
    float: left;
    height: 32px;
    margin: 0 10px 0 9px;
    text-align: center;
    width: 65px;
}
.case_lb a {
    color: #666666;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 65px;
}
.phone {

	height: 113px;
	overflow: hidden;
	padding-bottom: 8px;
	width: 243px;
}
.centenr-right-top {
	background: url("../images/ppbg.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 276px;
	width: 243px;
}
.centenr-right-top a {
	display: block;
	height: 84px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 243px;
}
.centenr-right-top a.rppbg1:hover {
	background: url("../images/rpp1.jpg") no-repeat scroll 0 0 transparent;
}
.centenr-right-top a.rppbg2:hover {
	background: url("../images/rpp2.jpg") no-repeat scroll 0 0 transparent;
}
.centenr-right-top a.rppbg3:hover {
	background: url("../images/rpp3.jpg") no-repeat scroll 0 0 transparent;
}
.centenr-right-center {
	float: left;
	height: 485px;
	margin-top: 17px;
	width: 243px;
}
.centenr-right-center h5 {
	background: url("../images/dsj.jpg") no-repeat scroll right center transparent;
	color: #5C5C5C;
	display: inline;
	float: left;
	font-family: '微软雅黑';
	font-size: 18px;
	height: 30px;
	line-height: 25px;
	margin-bottom: 16px;
	width: 94px;
}
.centenr-right-center ul {
	float: left;
}
.centenr-right-center ul li {
	float: left;
	margin-bottom: 3px;
}
.centenr-right-bottom {
	float: left;
	height: 260px;
	margin-top: 16px;
	width: 243px;
}
.centenr-right-bottom h5 {
	background: url("../images/dsj.jpg") no-repeat scroll right center transparent;
	color: #5C5C5C;
	display: inline;
	float: left;
	font-family: '微软雅黑';
	font-size: 18px;
	height: 30px;
	line-height: 25px;
	margin-bottom: 8px;
	width: 94px;
}
.centenr-right-bottom ul {
	display: inline;
	float: left;
	height: 34px;
	margin-bottom: 8px;
	width: 243px;
}
.centenr-right-bottom ul li {
	border: 1px solid #C8C9CB;
	display: inline;
	float: left;
	height: 32px;
	margin-left: 3px;
	margin-right: 3px;
	width: 74px;
}
.centenr-right-bottom ul li p {
	line-height: 32px;
	text-align: center;
}
.centenr-right-bottom ul li a {
	color: #444444;
	display: block;
}
.centenr-right-bottom ul li p:hover {
	background-color: #C10005;
}
.centenr-right-bottom ul li p a:hover {
	color: #FFFFFF;
	font-weight: 600;
}
.neiye-centenr-right {
	float: left;
	height: auto;
	overflow: hidden;
	width: 243px;
}
.neiye-centenr-right-top {
	float: left;
	height: 386px;
	width: 243px;
}
.neiye-centenr-right-top img {
	margin-bottom: 5px;
}
.neiye-centenr-right-center {
	float: left;
	height: 485px;
	margin-top: 5px;
	width: 243px;
}
.neiye-centenr-right-center h5 {
	background: url("../images/dsj.jpg") no-repeat scroll right center transparent;
	color: #5C5C5C;
	display: inline;
	float: left;
	font-family: '微软雅黑';
	font-size: 18px;
	height: 30px;
	line-height: 25px;
	margin-bottom: 5px;
	width: 94px;
}
.neiye-centenr-right-center ul {
	background: url("../images/sjbg.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 434px;
	width: 243px;
}
.neiye-centenr-right-center ul li {
	float: left;
	height: 53px;
	margin-bottom: 9px;
	width: 243px;
}
.neiye-centenr-right-center ul li a {
	display: block;
	height: 53px;
	width: 243px;
}
.neiye-centenr-right-center ul li.rbg1 a:hover {
	background: url("../images/sjbg1.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg2 a:hover {
	background: url("../images/sjbg2.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg3 a:hover {
	background: url("../images/sjbg3.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg4 a:hover {
	background: url("../images/sjbg4.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg6 a:hover {
	background: url("../images/sjbg6.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg7 a:hover {
	background: url("../images/sjbg7.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}
.neiye-centenr-right-center ul li.rbg5 a:hover {
	background: url("../images/dsdyy7.jpg") no-repeat scroll 0 0 transparent;
	height: 434px;
}


/*新增*/
.mf3bt {
    border-bottom: 1px solid #BFBFBF;
    height: 50px;
    overflow: hidden;
    width: 1000px;
}
.mf3bt span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.mf3bt i {
    background: url("../images/img1.png") repeat scroll -5px -37px transparent;
    display: inline-block;
    height: 14px;
    margin-top: 18px;
    overflow: hidden;
    width: 17px;
}
.mf4 {
    height: auto;
    margin-top: 32px;
    overflow: hidden;
    width: 1000px;
}
.mf4box {
    height: 363px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.mf4239 {
    height: 181px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 250px;
	
}
.m4p479 {
    height: 363px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 479px;
	
}
.m4dt1 {
    margin-top: 1px;
}
.left {
    float: left;
}
.right {
    float: right;
}


