﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用格式化样式css CSS Document */
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    background: none;
    color: #333333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-top:20px;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}
a
del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    color: #333;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.top{width:100%;height:30px;background-color:#f2f2f2;position: relative;z-index: 80;font-size: 12px;}
.index_top{width:1200px;margin:0 auto;}
.index_top .welcome{line-height:30px; color:#333;}
.index_top .fr {margin-top:6px;}
.index_top .fr li{float:left;padding-right:5px;}
.header{width:100%;overflow:hidden;margin-top:20px;}
.header .index_header{width:1200px;margin:0 auto;/*overflow:hidden;*/}
.index_header .logo p{display:block;float:right;font-size:31px;}
.index_header .logo p i{display:block;font-size:12px;font-weight:normal;color:#e0e0e0;}
#nav{margin-top:10px;}
#nav .navlist {
	position: relative;
	display: block;
	float:right;
}
#nav li {
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	height: 61px;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #000;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	/*border: 1px solid #25262b;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size:16px;
}
/*#nav li.hover a, #nav li:hover a {
	color: #3fb150;
	border: 1px solid #3fb150;
}*/
.top .toprig .item h4 {
	display: block;
	font-size: 30px;
}
/*导航栏下拉*/
#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, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 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 {
	background: #fff;
	border-top: 2px solid #0095db;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	overflow: hidden;
	position: absolute;
	top:98%;
	width: 180px;
  	left:50%;
  	transform: translateX(-50%) !important;
   -ms-transform: translateX(-50%) !important;
  	-webkit-transform: translateX(-50%) !important;
	z-index: 199;
}
#nav ul .subnav a {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	max-width: 100%;
	border: 0 none;
	border-bottom: 1px solid #eee;
	border-radius: initial;
}
#nav ul .subnav a:hover {
	color: #0095db;
	background: #f9f9f9;
	/*text-indent: 3px;*/
	/*top:10px;*/
}
/* banner */

.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;   }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block; height: auto; }
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: -1;
	width:100%;
}
#banner_main .banner {
	height: 519px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height:519px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	/*z-index: 3;*/
}
#banner .tip span {
	height: 5px;
	margin: 0 2px;
	width: 50px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: .6;
	filter: Alpha(opacity=60);
*zoom:1;
}
#banner .tip span.cur {
	background-color: #17a7eb;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 50%;
	/*z-index: 5;*/
	margin-top: -45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: 0 0;
	left: 5%;
}
#banner #btn_next {
	background-position: -50px 0;
	right: 5%;
}
#banner #btn_prev:hover {
	background-position: 0 -98px;
}
#banner #btn_next:hover {
	background-position: -50px -98px;
}
.icon {
	background:url(http://oldfile.4e8.com/skin/lsgc9058/img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.about{width:100%;overflow:hidden;margin-top:30px;}
.index_about{width:1200px;margin:0 auto;}
.index_about .aboutl{width:570px;}
.index_about .aboutl i{width:4px;height:22px;background-color:#0095db;display:block;float:left;margin-top:6px;}
.index_about .aboutl p{margin-left:14px;font-size:24px;}
.index_about .aboutl p span{display:block;font-size:12px;color:#a4a4a4;font-weight:normal;}
.index_about .aboutl .content{line-height:30px;margin-top:10px;font-size:14px;width:100%;text-align: justify;}
.index_about .aboutl .more{float:right;margin-top:10px;}
.index_about .aboutl .more a{display:block;background-color:#ff9900;border-radius:3px;padding:9px 28px;line-height:25px;color:#fff;font-size:14px;}

/*案例展示*/
.product {
	width:100%;
	overflow:hidden;
	margin-top: 10px;
}
.product .index_product {
	width:1200px;
	margin:0 auto;
	position: relative;
	height: 70px;
}
.index_product .productl{width:570px;margin-top:16px;}
.index_product .productl i{width:4px;height:22px;background-color:#0095db;display:block;float:left;margin-top:6px;}
.index_product .productl p{margin-left:14px;font-size:24px;}
.index_product .productl p span{display:block;font-size:12px;color:#a4a4a4;font-weight:normal;}

.index_product{border-bottom:1px solid #eee;}
.case {
	width:100%;
	overflow:hidden;
	margin-top: 10px;
}
.case .index_case {
	width:1200px;
	margin:0 auto;
	position: relative;
	height: 70px;
}
.index_case .casel{width:570px;margin-top:16px;}
.index_case .casel i{width:4px;height:22px;background-color:#0095db;display:block;float:left;margin-top:6px;}
.index_case .casel p{margin-left:14px;font-size:24px;}
.index_case .casel p span{display:block;font-size:12px;color:#a4a4a4;font-weight:normal;}
.index_case{border-bottom:1px solid #eee;}
 .menu1 {
	margin-top:35px;
}
.menu1 ul li{float:left;}
.menu1 a {
	float: left;
	display: block;
	padding: 0 15px;
	height: 31px;
	margin-right: 6px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #666;
	background: #fff;
}
 
.menu1 ul li a span{display:block;  width:16px;height:5px;background-color:#0095db;margin-left:22px;display:none;}
.menu1 ul li a:hover span{display:block;}
.product .layB{width:1200px;overflow: hidden; }
.product .layB .tbC{ width:1200px;  /*position:relative;*//*max-height:574px;*/overflow:hidden;/*height:574px;*/}
.product .layB .prev,.layB .next{ background:url(http://oldfile.4e8.com/skin/lsgc9058/images/icon.png) no-repeat; width:15px; height:400px; position:absolute; left:-10px; top:10px; background-position:60px 0; }
.product .layB .next{ left:auto; right:-7px; background-position:-560px 0; }
.product .layB .prev:hover{ background-position:-540px 0; }
.product .layB .next:hover{ background-position:-580px 0; }
.product .layB .slide{ width:1200px; overflow:hidden;}
.product .layB .slide ul{ overflow:hidden; zoom:1;/*margin-top: 10px;*/display: block; width: 100%; padding:0 } 
.product .layB .slide li{ width:285px; margin:17px 10px 4px 5px; display:inline; float:left; line-height:20px; height: 266px;background: /*url(http://oldfile.4e8.com/skin/lsgc9058/img/bolang.png) bottom no-repeat; */overflow: hidden; background-color:#eeeeee;}
.product .layB .slide li:hover{background-color:#0095db;color:#fff;}
.product .layB .slide li a:hover{background-color:#0095db;}
.product .layB .slide li a img{ display:block; width: 100%;height: 215px;overflow: hidden; transition: all ease 0.4s; }
.product .layB .slide li a .sweet{text-align:center;line-height:49px;font-size:16px;}
.product .layB .slide li a:hover .sweet{color:#fff;}
.item_mask {
	width: 284px;
	height: 215px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.product .layB .slide li:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.product .layB .slide li :hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.case .layB{width:1200px;overflow: hidden; }
.case .layB .tbC{ width:1200px;  /*position:relative;*/max-height:292px;overflow:hidden;height:292px;}
.case .layB .prev,.layB .next{ background:url(http://oldfile.4e8.com/skin/lsgc9058/images/icon.png) no-repeat; width:15px; height:400px; position:absolute; left:-10px; top:10px; background-position:60px 0; }
.case .layB .next{ left:auto; right:-7px; background-position:-560px 0; }
.case .layB .prev:hover{ background-position:-540px 0; }
.case .layB .next:hover{ background-position:-580px 0; }
.case .layB .slide{ width:1200px; overflow:hidden;}
.case .layB .slide ul{ overflow:hidden; zoom:1;/*margin-top: 10px;*/display: block; width: 100%; padding:0 } 
.case .layB .slide li{ width:285px; margin:17px 10px 4px 5px; display:inline; float:left; line-height:20px; height: 266px;/*background: url(http://oldfile.4e8.com/skin/lsgc9058/img/bolang.png) bottom no-repeat;*/ overflow: hidden; background-color:#eeeeee;}
.case .layB .slide li:hover{background-color:#0095db;color:#fff;}
.case .layB .slide li a:hover{background-color:#0095db;}
.case .layB .slide li a img{ display:block; width: 100%;height: 215px;overflow: hidden; transition: all ease 0.4s; }
.case .layB .slide li a .sweet{text-align:center;line-height:49px;font-size:16px;}
.case .layB .slide li a:hover .sweet{color:#fff;}
.case .layB .slide li:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.case .layB .slide li :hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.ico{background:url(http://oldfile.4e8.com/skin/lsgc9058/img/link.png) no-repeat;vertical-align: middle;}
.lianxi{width:100%;height:209px;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/linxi_bg.jpg) center no-repeat;margin-top:20px;}
.lianxi .index_lianxi{width:1200px;margin:0 auto;overflow:hidden;text-align:center;}
.index_lianxi .serive{padding-top:60px;font-size:28px;font-weight:bolder;color:#fff;text-align:center;}
.index_lianxi .serive span{margin-left:50px;}
.index_lianxi .serive a{display:block;margin-top:20px;width:285px;height:40px;background-color:#ff9900;margin-left:425px;line-height:35px;font-size:24px;color:#fff;border-radius: 10px;}
/* news */
.news {
	width: 100%;
	overflow: hidden;
	padding-top: 46px;
	/*padding-bottom: 65px;*/
}
.news .container{width:1200px;margin:0 auto;}
.container .productl{width:1200px;margin-top:16px;border-bottom: 1px solid #eee;}
.news .container .productl  i{width:4px;height:22px;background-color:#0095db;display:block;float:left;margin-top:6px;}
.news .container .productl  p{margin-left:14px;font-size:24px;}
.news .container .productl p span{display:block;font-size:12px;color:#a4a4a4;font-weight:normal;}
.leftnews {
	width: 765px;
	overflow: hidden;
	float: left;
  margin-top:20px;
}
.leftnews .top {
	border-bottom: 1px solid #e0e0e0;
	height: 48px;
}
.leftnews .top ul {
	float: left;
	height: 48px;
	display: inline-block;
}
.leftnews .top ul {
*display: inline;
}
.leftnews .top li {
	line-height: 48px;
	height: 48px;
	width: 171px;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.leftnews .top li a {
	color: #666666;
	display: block;
	font-size:18px;
}
.leftnews .top li i {
	display: none;
	width: 18px;
	height: 12px;
	/*background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-icon01.png) no-repeat center;*/
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -12px;
}
.leftnews .top li.cur {
	background: #0095db;
}
.leftnews .top li.cur a {
	color: #fff;
}
.leftnews .top li.cur i {
	display: block;
}
.leftnews .top .more {
	float: right;
	font-size: 14px;
	color: #999999;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-icon03.png) no-repeat right center;*/
	padding-right: 9px;
	display: block;
	margin-top: 22px;
}
.leftnews .newsbox {
	overflow: hidden;
}
.leftnews .newsbox .newslist {
	overflow: hidden;
	margin-top: 27px;
}
.leftnews .newsbox dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.leftnews .newsbox dt {
	float: left;
	width: 358px;
}
.leftnews .newsbox dd {
	float: left;
	width: 366px;
	float: left;
	margin-left: 32px;
}
.leftnews .newsbox dd h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftnews .newsbox dd h3 a {
	color: #333333;
	font-size:18px;
	font-weight:bolder;
}
.leftnews .newsbox dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.leftnews .newsbox dd .more {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 114px;
	height: 33px;
	line-height: 33px;
	display: block;
	background: url(http://oldfile.4e8.com/skin/lsgc9058/img/newsbtn.png) no-repeat center;
	margin-top: 34px;
	text-decoration: none;
	text-indent: 17px;
}
.leftnews .newsbox ul {
	/*height: 161px;*/
	background: #f5f5f5;
	overflow: hidden;
	padding: 0 21px;
  padding-bottom:20px;
}
.leftnews .newsbox li {
	overflow: hidden;
	margin-top: 15px;
}
.leftnews .newsbox li:first-child {
	margin-top: 21px;
}
.leftnews .newsbox li a {
	float: left;
	display: block;
	font-size: 14px;
	color: #666666;
	width: 530px;
	padding-left: 28px;
	background: url(http://oldfile.4e8.com/skin/lsgc9058/img/pro_details_icon01.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftnews .newsbox li span {
	font-size: 14px;
	color: #999999;
	float: right;
}
.rightnews {
	overflow: hidden;
	width: 381px;
	float: right;
  margin-top:20px;
}
.rightnews .top {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.rightnews .top h3 {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	float: left;
}
.rightnews .top h3 {
*display: inline;
}
.rightnews .top h3 a {
	color: #666666;
	background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-icon02.png) no-repeat left center;
	padding-left: 26px;
	padding-top:5px;
	font-size:18px;
}
.rightnews .top .more {
	float: right;
	font-size: 14px;
	color: #999999;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-icon03.png) no-repeat right center;*/
	padding-right: 9px;
	display: inline-block;
}
.rightnews .wenda {
	height: 414px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}
.rightnews .wenda ul {
	overflow: hidden;
	height: 414px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rightnews .wenda li {
	height: 76px;
	padding-left: 19px;
	padding-top: 27px;
}
.rightnews .wenda li h3 {
	font-size: 16px;
	font-weight: bold;
	background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-q.png) no-repeat left center;
	padding-left: 31px;
	line-height: 23px;
	height: 23px;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rightnews .wenda h3 a {
	color: #333333;
	font-size:16px;
}
.rightnews .wenda p {
	font-size: 14px;
	color: #666666;
	background: url(http://oldfile.4e8.com/skin/lsgc9058/img/news-a.png) no-repeat left center;
	padding-left: 31px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.youshi{width:100%;overflow:hidden;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/you_bd.jpg) center no-repeat;margin-top:20px;}
.youshi .index_youshi{width:1200px;overflow:hidden;margin:0 auto;}
.index_youshi ul li{float:left;width:50%;height:142px;}
.index_youshi ul li p{font-size:18px;font-weight:bolder;float:right;margin-right:10px;padding:27px 30px;}
.index_youshi ul li p i{display:block;width:15px;height:4px;background-color:#0095db;float:right;margin-top:10px;margin-left:8px;}
.index_youshi ul li  span{display:block;font-size:12px;font-weight:normal;float:left;width:570px;text-align: justify;margin-top:-18px;line-height:24px;color:#b5b5b5;margin-left:-18px;}
.index_youshi ul li .g1{font-size:18px;font-weight:bolder;float:left;margin-right:10px;padding:27px 30px;}
.index_youshi ul li .g1 i{display:block;width:15px;height:4px;background-color:#0095db;float:right;margin-top:10px;margin-left:8px;}
.index_youshi ul li .g2{display:block;font-size:12px;font-weight:normal;float:right;width:570px;text-align: justify;margin-top:-18px;line-height:24px;color:#b5b5b5;}
.link{width:100%;overflow:hidden;margin-top:20px;}
.link .index_link{width:1200px;margin: 0 auto;}
.index_link h4 span{display:block;font-size:18px;border-left:5px solid #0095db;font-size:18px;padding-left:7px;float:left;}
.index_link h4 ul li{float:left;margin-top:6px;margin-left:20px;font-weight:normal;}
.foot{width:100%;height:279px; overflow:hidden;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/foot_bg.jpg) center no-repeat;margin-top:10px;}
.index_foot{width:1200px;margin:0 auto;}
.footnav ul li{float:left;margin:20px 20px;width:131px;}
.footnav ul li a{font-size:14px;color:#fff;}
.index_foot .ewm{float:left;margin-top:20px;}
.index_foot .contact{margin:30px 25px;float:left;width:80%;}
.index_foot .contact ul li{float:left;margin:11px 64px;font-size:14px;color:#fff;}
.index_foot .contact ul .adress{margin-left:46px;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/aderss.png) left no-repeat;padding-left:20px;}
.index_foot .contact ul .tel{margin-left:44px;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/tel.png) left no-repeat;padding-left:20px;}
.index_foot .contact ul .email{margin-left:58px;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/email.png) left no-repeat;padding-left:26px;}
.index_foot .contact ul .fax{margin-left:46px;background:url(http://oldfile.4e8.com/skin/lsgc9058/img/fax.png) left no-repeat;padding-left:26px;}
.copyright{width:100%;overflow:hidden;}
.index_copyright{width:1200px;margin:38px auto;text-align:center;color:#fff;font-size:14px;}
.submian {
	width:100%;
	overflow:hidden;
}
.submian .w1200{width:1200px;margin:0 auto;overflow:hidden;}
.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #333
}
.submian .sobtitle a:hover {
	color: #1048a0;
}
.submian .sobtitle a.now {
	color: #1048a0;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background:url(http://oldfile.4e8.com/skin/lsgc9058/img/05.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 7px;
}
.submian .subleft .title h2 {
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}
.submian .subleft .title i {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 13px;
	padding-top: 2px;
}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
/*.submian .subleft .bor9 {
	border-bottom: 9px solid #eaeaea;
}*/
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 15px;
}
.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
	/*background: #fff url(http://oldfile.4e8.com/skin/lsgc9058/../images/tb9.png) 213px center no-repeat;*/
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}

.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #118def;
	font-weight: bold;
	color: #fff
}


.submian .subleft .leftnew {
	width: 245px;
	margin-bottom: 15px;
}
.submian .subleft .leftnew .title{text-align:center;}
.submian .subleft .leftnew .title i{line-height:102px; }
.leftprocomt ul li{float:left;margin-top:10px;}
.leftprocomt ul li a{font-size:14px;}
.leftcont{border:1px solid #eaeaea;}
.leftcont .com{font-size:16px;font-weight:bolder;color:#0095db;}
.leftcont p, .leftcont .com, .leftcont span{line-height:60px;border-top:1px solid #eaeaea;padding-left:10px;}
.leftcont span{display:block;}
.leftcont span i{color:#0095db;font-size:14px;font-weight:bolder;padding-left:10px;}
.subright{width:78%;overflow:hidden;}
.subright h2{text-align:center;font-size:24px;}
.subright .aboutlist{line-height:40px;text-align:justify;font-size:14px;}
.subright .layB{width:100%;overflow: hidden; }
.subright .layB .tbC{width:100%;/*position:relative;*/}
/*.subright .layB .prev,.layB .next{ background:url(http://oldfile.4e8.com/skin/lsgc9058/images/icon.png) no-repeat; width:15px; height:400px; position:absolute; left:-10px; top:10px; background-position:60px 0; }*/
.subright .layB .next{ left:auto; right:-7px; background-position:-560px 0; }
.subright .layB .prev:hover{ background-position:-540px 0; }
.subright .layB .next:hover{ background-position:-580px 0; }
.subright .layB .slide{ width:100%; overflow:hidden;}
.subright .layB .slide ul{ overflow:hidden; zoom:1;/*margin-top: 10px;*/display: block; width: 100%; padding:0 } 
.subright .layB .slide li{ width:285px; margin:17px 10px 4px 5px; display:inline; float:left; line-height:20px; height: 266px;background: url(http://oldfile.4e8.com/skin/lsgc9058/img/bolang.png) bottom no-repeat; overflow: hidden; background-color:#eeeeee;}
.subright .layB .slide li:hover{background-color:#0095db;color:#fff;}
.subright .layB .slide li a:hover{background-color:#0095db;}
.subright .layB .slide li a img{ display:block; width: 100%;height: 215px;overflow: hidden; transition: all ease 0.4s; }
.subright .layB .slide li a .sweet{text-align:center;line-height:49px;font-size:16px;}
.subright .layB .slide li a:hover .sweet{color:#fff;}
.subright .item_mask {
	width: 284px;
	height: 215px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.subright .item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	/*background-position: 0px -105px;*/
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.subright .layB .slide li:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.subright .layB .slide li :hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.subright .item_link_icon  .ico{background:url(http://oldfile.4e8.com/skin/lsgc9058/img/link.png) no-repeat;vertical-align: middle;}
.list_num{font-size: 12px; text-align: center;color: #333333;line-height: 35px;}
.subright .list_news{width:100%;overflow:hidden;}
.subright .list_news ul li{float:left;border-bottom:1px solid #eaeaea;padding-bottom:15px;transition: all .5s; padding-top:30px;}
.subright .list_news ul li:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);transition: all .5s;}
.list_news ul li .date{width:72px;text-align:center;color:#666;border-top:2px solid #707070;float:left;}
.list_news ul li .date .p1{font-size:30px;margin-top:5px;font-weight:bold;color:#666;}
.list_news ul li .date .p2{color:#666;}
.list_news ul li .linn{float:right;margin-left:30px;width:834px;overflow:hidden;}
.list_news ul li .linn h3 a{font-size:18px;color:#0095db;}
.list_news ul li .linn  span{display:block;line-height:24px;margin-top:10px;color:#c0c0c0;font-weight:normal;}
.subright .ArticleTitle .tit{font-size:24px;text-align:center;padding:20px 0px;border-bottom:1px dashed #ccc;}
.subright .ArticleMessage{line-height:30px;height:30px;margin-bottom:10px;text-align:center;color:#999;font-size:12px;}
.subright .article{font-size:14px;text-align:justify;line-height:35px;}
.page{text-align:center;margin-top:20px;}
.newstui{width:100%;margin-top:23px;}
.newstui ul li{float:left;width:31%;margin-top:20px;margin-left:20px;}
.newstui ul li a{display:block;display:block;font-size:14px;padding-left:28px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;background: url(http://oldfile.4e8.com/skin/lsgc9058/img/pro_details_icon01.png) no-repeat left center;}
.newstui ul li a span{font-size:14px;color:999;float:right;color:#999;}
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.channelform th { text-align:left; width: 20%; color: #000000;}
.channelform input { border: 1px dotted #CCC; width:100%; height:35px; line-height:35px; margin-left: -89px; }
.channelform textarea { border: 1px dotted #CCC; width:100%; margin-left: -89px; }
.channelform .submit { background-color: #0094da; width:160px; cursor:pointer; border:none; color:#FFF;}
.index_youshi ul li span p {    display: block;
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 570px;
    text-align: justify;
    margin-top: -18px;
    line-height: 24px;
    color: #b5b5b5;}
