@charset "utf-8";
body{font-size:14px; min-width:1280px;}
*{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
a{ text-decoration:none;}

*{margin:0;padding: 0;}
html body{width: 100%;font-size: 14px;}

.s_width{ width:1280px; margin:0 auto; position:relative}
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Microsoft YaHei;
	list-style:none;
	overflow-x:hidden;
}

table {
    font-family: Microsoft YaHei;
    font-size: 12px;
}
td {
    word-break: break-all;
	vertical-align:middle;
}
tr {
    vertical-align: top;
}
a:link, a:visited {
    text-decoration: none;
	font-style:normal;
}
a:hover {
    text-decoration: none;
	font-style:normal;
}
img {
    vertical-align: middle;
    border: 0px none;
}

.bx1200{ width:1200px; margin:0 auto;}


/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*top*/
.header_main {
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.header_main span {
	color: #666;
	display: inline-block;
	margin-right: 10px;
}
.header_main b {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	color: #666;
}
.header_main .ksdh {
	color: #666;
+width: 300px;
}
.header_main .ksdh li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.header_main .ksdh .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
.header_main .ksdh a {
	color: #666;
	display: inline-block;
	font-size: 12px;
}
.header_main .ksdh a:hover {
	color: #108dee;
}
.top_main {
	width: 100%;
}
.top_main .top {
	padding-top:0px;
	padding-bottom:0px;
}
.top_main .logo {
	display: block;
}
.top_main .logo img {
	display: block;
}
.top .toprig {
	width: 800px;
	padding-top: 6px;
}
.top .toprig .item {
	width: 190px;
	padding-top: 12px;
}
.top .toprig .item span {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
}
.top .toprig .item h3 {
	font-size: 18px;
	font-weight: bold;
}
.top .toprig .item p {
	color: #666;
	line-height: 15px;
}
.top .toprig .it1 span {
	background-position: -100px 0;
}
.top .toprig .it2 span {
	background-position: -148px 0;
}
.top .toprig .it3 span {
	background-position: -194px 0;
}
.top .toprig .it4 {
	text-align: right;
	width: 230px;
	padding-top: 0;
}
.top .toprig .item i1 {
	display: block;
	font-size: 16px;
	color: #666;
}
.top .toprig .item h4 {
	font-family: "AvantGardeITVbyBT Book", arial;
	display: block;
	font-size: 30px;
	color: #108dee;
	font-weight: bold;
}
/*导航*/
.nav_main {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/navbg.jpg) repeat left top;
	position: relative;
	z-index: 10;
}
#nav ul {
	margin: 0 auto;
	width: 100%;
}
#nav li {
	float: left;
	width: 171px;
	display: block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin: 0;
	background: url(../images/nav_line.png) no-repeat right center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#nav li:last-child {
	background: none;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	height: 50px;
}
#nav li:hover a, #nav li.hover a {
	color: #fff;
}
#nav li:hover, #nav li.hover {
	background: #f7aa26 url(../images/nav_line.png) no-repeat right center;
}
#nav li:last-child:hover, #nav li:last-child.hover {
	background: #f7aa26;
}
/*导航栏下拉*/
#nav ul .subnav {

	background: #fff;
	border-top: 2px solid #fcd797;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
#nav ul .subnav {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav ul li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav ul .subnav a {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	height: 22px;
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
	max-width: 100%;
	border-bottom: 1px solid #eee;
}
#nav ul .subnav a:hover {
	color: #5ebbff;
	padding-left: 15px;
	background: #f9f9f9;
}


/*cess*/
.cess{padding:80px 0 70px;}
.cess h2{font-size: 32px;color: #333;text-align: center;line-height: 32px;height: 62px;position: relative;border-bottom:1px solid #e4e4e4;margin-bottom: 40px;}
.cess h2:after{position: absolute;width: 80px;height: 1px;background: #23a3e4;content: "";left: 50%;margin-left: -40px;bottom: -1px;}
.cess li{float: left;width: 102px;height: 102px;background: #ebebeb;border-radius: 50%;margin-right: 81px;transition:all 0.3s linear;position: relative;}
.cess li:after{position: absolute;width: 11px;height: 17px;background:url(../img/jt2.png) no-repeat;content: "";top: 44px;right: -46px;}
.cess li:last-child{margin-right: 0;}
.cess li:last-child:after{display:none;}
.cess li i{display:block;width: 35px;height: 35px;overflow: hidden;margin:23px auto 0;}
.cess li img{transition:all 0.3s linear;}
.cess li b{display:block;font-size: 15px;color: #333;line-height: 25px;text-align: center;transition:all 0.3s linear;}
.cess li:hover{background: #23a3e4;}
.cess li:hover img{transform:translateY(-35px);}
.cess li:hover b{color: #fff;}
.cess .tel{padding-left: 32px;background:url(../img/tel1.png) no-repeat left 14px;margin-left:360px;margin-top: 35px;color: #333;font-family: Arial;}
.cess .tel i{display:block;font-size: 14px;line-height: 14px;font-style:normal}
.cess .tel b{display:block;font-size: 34px;line-height: 36px;}
.cess .tel em{color: #23a3e4;}


.bz{height: 439px;padding:0 50px;background: #fff;}
.bz h2{font-size: 32px;color: #333;text-align: center;line-height: 32px;height: 62px;position: relative;border-bottom:1px solid #e4e4e4;margin-bottom: 40px;}
.bz h2:after{position: absolute;width: 80px;height: 1px;background: #23a3e4;content: "";left: 50%;margin-left: -40px;bottom: -1px;}
.bz li{float: left;width: 202px;height: 269px;border:6px solid transparent;position: relative;}
.bz li img{display:block;margin:25px auto 0;}
.bz li b{display:block;font-size: 24px;color: #333;text-align: center;line-height: 24px;padding:18px 0 14px;}
.bz li p{font-size: 14px;color: #333;line-height: 24px;padding:0 20px;}
.bz li:hover,.bz li.cur{border-color: #23a3e4;}
.bz li:hover:after,.bz li.cur:after{position: absolute;width: 6px;height: 6px;background:#23a3e4;border:15px solid #333;border-top: 0;border-bottom: 0;content: "";left: -21px;top: 58px;}



/*小banner*/
.xiao_banner{ width:100%; height:235px; margin:0 auto; background:url(../img/xiao_banner.jpg) center no-repeat;}

/*关于我们*/
.about_mores a{ width:120px; height:40px; border-radius:20px; background:#333; line-height:40px; font-size:16px;display:block; margin:0 auto;}
.about_mores a:hover{ background:#f7aa26; display:block;}


/*友情链接*/
.f_link{width:1200px;margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;}

/*页面底部*/
.navfoot {background:#4bb0e4;height: 48px;color: #fff;line-height: 48px; text-align: center;margin-top: 0px;}
.navfoot a{color: #fff;font-size: 14px;}
.navfoot a:hover{ color:#a9e2ff;}
.foot{background:#017ad9 url(../images/foot.jpg) no-repeat top center;padding-bottom: 20px;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}
.tlogo{margin: 55px 46px 0 75px; width:300px; height:78px;}
.tewm{margin-top: 55px;}
.lxwm{color: #fff;font-size: 14px;line-height: 30px;margin-top: 40px;width: 510px;}
.gjc{color: #fff;font-size: 14px;text-align: center;}
.gjc a{color: #fff;}
.ft1 {
    height: 230px;
    overflow: hidden;
    margin-bottom: 15px;
}




/*图片放大img{transform:scale(1.07,1.07);    filter: brightness(110%);}*/





/*版权*/
.dibanquan{ width:100%; background:#00284d; height:40px;margin: 0 auto;text-align: center;}
.dibanquan p{ font-size:14px; color:#a8afb8; line-height:40px;text-align:center;}


/*关于我们*/
.main_bg{  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background: url(../img/bj_inpro.png) center top repeat;}
.main{ width:1200px; margin:0 auto; height:auto; overflow:hidden; margin-top:30px;}
.sitemap_right {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
}
.nrbt{
    font-size: 22px;
	padding-left:20px;
}
.fl {
    float: left;
}
.fr {
    float: right;
	padding-right:20px;
}
/*right*/
.right{width:930px; height:auto; float:left; margin-bottom:20px; text-align:left; background:#fff; border-radius:15px; border:1px #dedede solid;}
.right_top{ width:1200px; height:auto; margin:0 auto; text-align:center; margin-top:0px;}
.right_tf{ width:100%; height:60px; line-height:60px; text-transform:uppercase; color:#0a070a; font-size:40px; text-align:center; font-weight:bold;}
.right_r{ width:100%; height:50px; line-height:50px; text-align:center; font-size:28px; color:#337fca;}
.right_bg{ width:930px; height:auto; margin:0 auto; margin-top:20px; overflow:hidden;}
.right2_bg{ width:930px; height:auto; margin:0 auto; margin-top:10px; overflow:hidden;}
.right_bt{ width:930px; height:7px;}

.right_fr{float: right;	padding-right:20px; color:#999999; font-size:14px;}
.right_fr a{color:#999999;}
.right_fr a:visited{color:#999999;}
.right_fr a:hover{color:#c50c22;}
.right_fr a:active{color:#c50c22;}




/*搜索*/

.sousuo{ font-size:14px; background:#2073cf; color:#FFF; border:1px solid #2073cf; padding:3px 10px 3px 10px;border-radius:10%;cursor:pointer;}
.sousuo:hover{ background:#004f9a;border:1px solid #2073cf;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear; transition:all 0.5s linear;}


.pro_list_1{ width:285px; height:330px; float:left; margin-bottom:20px; margin-right:8px; padding-left:8px;}
.pro_list_1 a{width:285px;height:330px; margin:0 auto; display:block; border:1px #ccc solid; color:#666666; cursor:pointer;}
.pro_list_1 a:hover{width:285px;height:330px; display:block; margin:0 auto; border:#dddddd 1px solid; color:#094faf;
-webkit-box-shadow:0 0 10px #dddddd;  
  -moz-box-shadow:0 0 10px #dddddd; 
  box-shadow:0 0 10px #dddddd;}

.pro_list_text{ width:235px; height:auto; text-align:center; overflow:hidden; margin-left:10px; line-height:40px; margin-top:5px; font-size:16px;}



.search_list{ width:355px; height:420px; float:left; margin-bottom:20px; margin-right:8px; padding-left:8px;}
.search_list a{width:355px;height:420px; margin:0 auto; display:block; border:1px #ccc solid; color:#666666; cursor:pointer;}
.search_list a:hover{width:355px;height:420px; display:block; margin:0 auto; border:#dddddd 1px solid; color:#094faf;
-webkit-box-shadow:0 0 10px #dddddd;  
  -moz-box-shadow:0 0 10px #dddddd; 
  box-shadow:0 0 10px #dddddd;}

.search_list_text{ width:325px; height:auto; text-align:center; overflow:hidden; margin-left:10px; line-height:40px; margin-top:5px; font-size:16px;}
.search_list_card-text{ width:95%; margin:0 auto; font-size:14px;}


.anli_list{ width:285px; height:280px; float:left; margin-bottom:20px; margin-right:15px; padding-left:15px;}
.anli_list a{width:285px;height:280px; margin:0 auto; display:block; border:1px #ccc solid; color:#666666; cursor:pointer;}
.anli_list a:hover{width:285px;height:280px; display:block; margin:0 auto; border:#dddddd 1px solid; color:#094faf;
-webkit-box-shadow:0 0 10px #dddddd;  
  -moz-box-shadow:0 0 10px #dddddd; 
  box-shadow:0 0 10px #dddddd;}

.anli_list_text{ width:265px; height:auto; text-align:center; overflow:hidden; margin-left:10px; line-height:40px; margin-top:5px; font-size:16px;}

.news_author {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #505050;
    font-size: 12px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
    color: #666;
    margin-bottom: 20px;
}

.pageNavi{ width:90%; margin:0 auto; height:auto;}
.pageleft{ width:48%; height:40px; line-height:40px; text-align:center; float:left; margin-bottom:20px; font-size:14px; background:#F7F7F7;}
.pageright{ width:48%; height:40px;line-height:40px; text-align:center; float:right;margin-bottom:20px; font-size:14px;background:#F7F7F7;}
.pageleft a:hover{ color:#094faf;}
.pageright a:hover{ color:#094faf;}

/*banner*/
.fullSlide {width:100%;position:relative;height:680px; clear:both;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:680px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.fullSlide .bd li a {display:block;height:680px;}
.fullSlide .hd { position:absolute; z-index:7; bottom:10px; left:47%; padding:5px 6px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li{border-radius:14px;width:18px;height:18px; color:#eee;  background:#eee; float:left; cursor: pointer;display:block;margin-left: 5px;transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */ -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.fullSlide .hd ul .on{ width:32px;height:18px;background:#2f7fee; color:#0e60d1;}
.fullSlide .prev,.fullSlide .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;width:81px; height:80px;}
.fullSlide .prev{ background:url(../img/left1s.png) no-repeat;}
.fullSlide .next {left:auto;right:5%;background:url(../img/right1s.png) no-repeat;}
/*banner*/
.fullSlide2 {width:100%;position:relative;height:300px; clear:both;}
.fullSlide2 .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide2 .bd ul {width:100% !important;}
.fullSlide2 .bd li {width:100% !important;height:300px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.fullSlide2 .bd li a {display:block;height:300px;}
.fullSlide2 .hd { position:absolute; z-index:7; bottom:20px; left:47%; padding:5px 6px;}
.fullSlide2 .hd ul {text-align:center;}
.fullSlide2 .hd ul li{border-radius:14px;width:18px;height:18px; color:#eee;  background:#eee; float:left; cursor: pointer;display:block;margin-left: 5px;transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */ -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.fullSlide2 .hd ul .on{ width:32px;height:18px;background:#2f7fee; color:#0e60d1;}
.fullSlide2 .prev,.fullSlide2 .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;width:81px; height:80px;}
.fullSlide2 .prev{ background:url(../img/left1s.png) no-repeat;}
.fullSlide2 .next {left:auto;right:5%;background:url(../img/right1s.png) no-repeat;}




/*悬浮链接*/
.red{color:#f00!important;}
.suspension{position:fixed;z-index:55;right:0;bottom:350px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.31);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}



/*左侧列表*/
/*left*/
.left{ float:left; width:240px; height:auto; margin:0 auto; overflow:hidden; margin-bottom:30px; background-color:#FFF;}
.left_pro_top{width:240px; height:60px; background:#0e6eb8; color:#FFF; overflow:hidden; margin:0 auto;}
#left{
	width:250px;
	overflow:hidden;
	float:left;
	display:inline;
	}
.lx_left{ width:240px;border:1px #2073cf solid; margin-bottom:20px; margin:0 auto;}

.lx_bg{ width:100%; height:532px; overflow:hidden;}
.lx_body{ width:862px; height:481px; margin:0 auto;}
.lx_top{ width:731px; height:95px; margin:0 auto;}
.lx_body2{ width:650px; height:280px; color:#000; margin:0 auto; text-align:center; line-height:40px;}


.left_pro_bg{width:250px; height:auto; margin:0 auto; margin-bottom:20px;}

.left_list{ width:250px; height:auto; margin:0 auto; text-align:center; text-indent:0px; overflow:hidden;}
.left_list ul{}
.left_list ul li{ width:250px; height:38px;  margin:0 auto; line-height:38px; font-size:16px;}
.left_list ul li a{ text-decoration:none; color:#fff; display:block; background:#69b0ff;}

.left_list_on{ width:250px; height:auto; margin:0 auto; text-align:center; text-indent:0px; overflow:hidden;}
.left_list_on li{ width:250px; height:38px;  margin:0 auto; line-height:38px; font-size:16px;}
.left_list_on li a{ text-decoration:none; color:#fff; display:block; background:#2073cf;}

.left_list_on li a:visited{text-decoration:none; color:#fff; display:block;border:1px #69b0ff solid;}
.left_list_on li a:hover{height:38px; line-height:38px; display:block; color:#fff; background-color:#69b0ff;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear; transition:all 0.5s linear;}
.left_list_on li a:active{ text-decoration:none; color:#fff; display:block;}
.lxwm3{ line-height:26px; padding-left:10px; padding-bottom:15px; width:215px; margin:0 auto; text-align:left; color:#000; font-size:14px;}
.fen2{
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 250px;
}
.lx_bt{ width:250px; height:20px; background:#FFF;}




.left_lx{ width:300px; height:auto; margin:0 auto; overflow:hidden; margin-top:30px;}
.left_lx_top{ width:250px; height:142px; margin:0 auto; background:url(left_logo.jpg) no-repeat center top;}
.left_lx_tf{ float:left; color:#0f2e4a; font-size:18px; height:50px; font-weight:bold; line-height:50px;}
.left_lx_bg{ width:270px; height:auto; margin:0 auto;}

/*产品中心*/
.indexProduct{ padding-top:70px; padding-bottom:50px; width:100%;overflow:hidden;}

.indextypes {
    width: 240px;
    margin-left: 5px;
    float: left;
}
.indextypes li {
    height: 52px;
    line-height: 46px;
	background:url(../images/left_list0.jpg) no-repeat;
}
.indextypes li a {
    display: block;
	text-align:left;
	text-indent:52px;
    background: url(../images/jiantou.png) no-repeat -30px center;
    font-size: 18px;
    color: #666666;
}
.indextypes li a:hover {
   background:url(../images/left_list_hover.jpg) no-repeat;
   color: #fff;
   height: 52px;
    width: 240px;
}
.indexProduct .location {
    width: 917px;
    float: right;
}