*{margin: 0px;padding: 0px;}
body{min-width:1080px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1080px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:115px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 115px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 40px;
	background: #0f70da;
}
.nav ul{
	width: 1080px;
	margin:0 auto;
	height: 40px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 154px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #2e90fa;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 width: 100%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;

}
.banner .hd ul li{
 float:left; 
 margin-right:15px;  
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
  border-radius: 50%;
 
}
.banner .hd ul li.on{
 background:#1868ca; 

}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}
.product{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.title{
	width: 100%;
	height:65px;
	overflow: hidden;
	margin-top: 30px;
	background: url(../images/tit01.png)no-repeat center bottom;
}
.title p{
	color:#333333;
	font-size: 18px;
	text-align: center;
}
.title span{
	display: block;
	color:#333333;
	font-size: 18px;
	text-align: center;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.product .list ul {
	display:flex;
	justify-content: center;
}
.product  .list ul li {
	width: 166px;
	height: 38px;
	border: 1px solid #999999;
	line-height: 38px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
}
.product  .list ul li  a{
	color:#1a1a1a;
	font-size: 16px;
}
.product  .list ul li:hover a{
	color:#fff;
}
.product  .list ul li:hover{
	border: 1px solid #0076ca;
	background: #0076ca;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul{
	margin-left: -10px;
}
.product .pic ul li{
	float: left;
	width: 351px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	border:1px solid #eee;
}
.product .pic li img{
	display: block;
	width: 352px;
	height: 246px;
}
.product .pic li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;

}
.product .pic li:hover p{
	background: rgba(0,0,0,1);
}
.cases{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eaeaea;
 
	margin-top: 40px;
}
.cases .show .box{
	width: 400%;
	height: auto;
}
.cases .show .pic{
	float: left;
}
.cases .show .pic ul li{
	float: left;
	width: 320px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 25px;
 
}
.cases .show ul li img{
	display: block;
	width: 320px;
	height: 220px;
}
.cases .show ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	font-size: 16px;
}
.cases .show ul li:hover p{
	text-decoration: underline;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.adv .tit{
	width: 100%;
	height: 204px;
	background: url(../images/adv.png)center;
	margin-bottom: 60px;
}
.adv  .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.adv  .item:last-child{
	flex-direction:row-reverse;
}
.adv ul{
	width: 542px;
	height: auto;
	overflow: hidden;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.adv ul li .num{
	float: left;
}
.adv ul li .num img{
	display: block;
}
.adv ul li .info{
	float: right;
	width: 445px;
	height: auto;
	overflow: hidden;
}
.adv ul li .info .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	margin-top: 15px;
}
.adv ul li .info .t p{
	color:#0076ca;
	font-size: 30px;
 
}
.adv ul li .info .t span{
	display: block;
	color:#999999;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.adv ul li .info  .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.adv ul li .info  .text p{
	color:#666666;
	font-size: 15px;
	line-height:22px;
	position: relative;
	padding-left: 15px;
}
.adv ul li .info  .text p:after{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color:#0076ca;
}
.adv .pic img{
	display: block;
	width: 503px;
}
.about{
	width: 100%;
	height: 713px;
	background: url(../images/bg02.png)no-repeat center;
	overflow: hidden;
	margin-top: 30px;
	z-index: 100;
	position: relative;
}
.about .title{
	background: url(../images/tit02.png)no-repeat center bottom;
	margin-top: 50px;
}
.about .intro{
	width: 1080px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .intro p{
	color:#333333;
	font-size: 15px;
	text-indent: 1em;
	line-height: 25px;
}
.about .more{
	color:#0076ca;
}
.about .honor{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.about .honor .tit{
	width: 95px;
	border-bottom: 2px solid #0076ca;
	height: 31px;
}
.about .honor .tit p{
	color:#333333;
	font-size: 22px;
	text-align: center;
}
.about .honor  ul{
	display: flex;
	height: 210px;
	margin-top: 10px;
	justify-content: flex-start;
	align-items: flex-end;
}
.about .honor  ul li{
	float: left;
	/* margin-left: 1%; */
	margin-right: 1%;
	height:180px;
	border:1px solid #ccc;
	width:224px;
	
}
.about .honor  ul li img{
	width:100%;
	display: block;
	height:180px;
}
.section{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}
.news{
	width: 495px;
	padding: 0 15px;
	height: 396px;
	border-top: 4px solid #0076ca;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	background:#eeeeee;
}
.news .tit{
	width: 100%;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	border-bottom: 1px dashed #374049;
}
.news .tit p{
	float: left;
	font-size: 22px;
	color:#374049;
}
.news .tit a{
	display: block;
	float: right;
	color:#374049;
	font-size: 14px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news ul li {
	width: 100%;
	border-bottom: 1px solid #999999;
	height: 39px;
	line-height: 39px;
	position: relative;
}
.news ul li:after{
	content: ".";
	position: absolute;
	left: 0;
	top: -5px;
	color:#1a1a1a;
	font-size: 12px;
}
.news ul li a{
	display: block;
	float: left;
	font-size: 15px;
	color:#1a1a1a;
	margin-left: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 390px;
}
.news ul li span{
	display: block;
	float: right;
	color:#787878;
	margin-right: 10px;
}
.news ul li:hover{
	border-bottom: 1px solid #0076ca;
}
.news ul li:hover a{
	color: #0076ca;
}
.news ul li:hover:after{
	color: #0076ca;
}


.cont{
	width: 495px;
	padding: 0 15px;
	height: 396px;
	border-top: 4px solid #0076ca;
	margin: 0 auto;
	overflow: hidden;
	float:right;
	background:#eeeeee;
}
.cont .tit{
	width: 100%;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	border-bottom: 1px dashed #374049;
}
.cont .tit p{
	float: left;
	font-size: 22px;
	color:#374049;
}
.cont .tit a{
	display: block;
	float: right;
	color:#374049;
	font-size: 14px;
}
.cont .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cont .pic img{
	display: block;
	width: 100%;
}
.cont .info {
	margin-top: 10px;
}
.cont .info p{
	color:#1a1a1a;
	font-size: 16px;
	line-height: 24px;
}
/*.news ul li{
	width: 424px;
	height: 127px;
 
	float: left;
	position: relative;
	margin-top: 30px;
 
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul{
	width: 1000px;
	margin: 0 auto;
	height: 350px;
 
	margin-top: 30px;
}
.news ul li a{
	display: block;
	position: relative;
	z-index: 1000;
}
.news ul li .time{
	width: 65px;
	height:125px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}
.news ul li .time p{
	 color:#333333;
	 font-size: 55px;
	 font-weight: normal;
	 text-align: center;
	 width: 100%;
	 line-height: 55px;
	 border-bottom: 1px solid #d8d8d8;
}
.news ul li .time  span{
	color:#a8a8a8;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.news ul li .info{
	width: 290px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.news ul li .info h4{
	width: 100%;
	color:#333333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news ul li .info p{
	color:#a8a8a8;
	font-size: 12px;
	line-height: 28px;
	margin-top: 5px;
}
.news ul li:after{
	content: "";
	width: 425px;
	height: 125px;
	background: url(../images/icon03.png)no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.01);
	transition: .4s;
}
.news ul li:hover:after{
	transform: scale(1.1);
	opacity: 0;
}
.news ul li:hover{
	background: url(../images/icon04.png)no-repeat center;
}*/
/*.contact{
	width: 100%;
	height: 706px;
	background: url(../images/icon01.png)no-repeat,url(../images/bg03.png)no-repeat;
 	background-position: center 670px,center center;
	margin-top: 60px;
	overflow: hidden;
}
.contact .title{
	margin-top: 30px;
}
.contact  .box{
	width: 464px;
	height: 532px;
	background: url(../images/bg01.png)no-repeat;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact  .box .info{
	width: 310px;
	height: 186px;
	margin: 0 auto;
	margin-top: 30px;
}
.contact  .box .info p{
	color:#333333;
	font-size: 15px;
	line-height: 30px;
}
.contact  .box  .ewm{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	margin-top: 100px;
	border: 1px solid #dcdcdc;
}
.contact  .box  .ewm img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 4px;
}*/
/*.footer{
	width: 100%;
	height: 230px;
	border-top: 2px solid #00306b;
	background: #0076ca;
	position: relative;
}
.footer .info {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}
.footer .links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 5px;
}
.footer .links p{
	color:#fff;
	font-size: 14px;
	line-height: 25px;
	float: left;
}
.footer .links ul{
	height: 50px;
}
.footer .links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
.footer .links ul li a{
	color:#fff;
	font-size: 14px;
}
.footer .cr{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: #002f51;s
}
.footer .cr p{
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 40px;
}
.footer a{
	color:#fff;
}*/
.footer{
	width: 100%;
	height: auto;
	background: #0076ca;
	margin-top: 70px;
}
.footer .links{
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
}
.footer .links p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.footer .links ul{
	float: left;
	width: 970px;
	height: 70px;
	overflow: hidden;
}
.footer .links ul li{
	float: left;
	padding: 0 10px;
}
 
.footer .links ul li a{
	color:#fff;
	font-size: 14px;
}
.footer .bd{
	width: 100%;
	height: 250px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

}
.footer .info{
	height: 100px;
	width: 580px;
	border-left: 4px solid #0076ca;
	margin-left: 40px;
	padding-left: 25px;

}
.footer .info p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 18px;
}
.footer .info a{
	color:#1a1a1a;
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
	color:#555555;
}
.keywords ul li a{
	color:#555555;
}

.newscontent{ width:1100px; margin:0px auto;font-size: 16px;}
.newscontent p a{color:#000000}
.index_newscont h5,.product h5{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.xlr_pages,.fy{width:1100px; height:24px; margin:0px auto; line-height:24px; font-size:12px; margin-top:10px; margin-bottom:10px; text-align:center;}
.xlr_pages ul{ width:1100px; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#333; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#e63939; text-decoration:none;}
/*留言*/
 .messagely{width:1100px; height:600px; /*background:#eee;*/ float:left; margin-left:80px;}
   .messagely  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
   .messagely p{font-size:15px; color:#999; text-align:center;}
   
   .message_left{float:left;width:260px;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
   .message_right{float:left;width:940px;height:24px;line-height:24px;background-color:#eeeeee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:940px;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:960px;height:40px;line-height:40px;background-color:#333333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}


.hz{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.hz .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.hz .box{
	width: 400%;
}
.hz .pic{
	float: left;
}
.hz .pic ul li{
	float: left;
	width: 300px;
	height: auto;overflow: hidden;
	margin-left: 10px;
}
.hz .pic ul li img{
	display: block;
	width: 298px;
	height: 191px;
	border: 1px solid #999999;
}
.hz .pic ul li p{
	width: 100%;
	font-size: 15px;
	color:#1a1a1a;
	line-height: 40px;
	text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gg{
	width: 100%;
	height: 267px;
	background: url(../images/gg.png)no-repeat center; 
	margin-top: -16px;
	overflow: hidden;
}
.gg a{
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	color:#fff;
	font-size: 24px;
	line-height: 40px;
	background: #0076ca;
	margin: 0 auto;
	margin-top: 187px;
}

/* 服务流程 */

.lc{
	width: 100%;
	height: 610px;
	margin: 0 auto;
	background: url(../images/lcbg.png)no-repeat center ;
	overflow: hidden;
}
.lc .title{
	margin-top: 60px;
}

.w940{width:940px; margin:56px auto;}
.lct-wrp{ display: block;/* overflow: hidden;*/ height: 350px; width: 960px; /*background:#eee;*/}
.lct-wrp dl{ display: block; overflow: hidden; float: left; width: 100px; margin-right: 55px; text-align: center; height: 182px; cursor: pointer;}
.lct-wrp dt{ display: block; width: 100px; height: 100px; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.lct-wrp dd{ font-size: 16px; color: #333333; height: 54px; line-height: 24px; text-align: center;padding-top: 10px; margin:0 auto; font-family:"微软雅黑";}
.lct-wrp dl.lct-1 dt{ background: url(../images/lct-img1.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-1:hover dt,.lct-wrp dl.cur1 dt{ background: url(../images/lct-img1.jpg) no-repeat left 0;}
.lct-wrp dl.lct-2 dt{ background: url(../images/lct-img2.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-2:hover dt,.lct-wrp dl.cur2 dt{ background: url(../images/lct-img2.jpg) no-repeat left 0;}
.lct-wrp dl.lct-3 dt{ background: url(../images/lct-img3.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-3:hover dt,.lct-wrp dl.cur3 dt{ background: url(../images/lct-img3.jpg) no-repeat left 0;}
.lct-wrp dl.lct-4 dt{ background: url(../images/lct-img4.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-4:hover dt,.lct-wrp dl.cur4 dt{ background: url(../images/lct-img4.jpg) no-repeat left 0;}
.lct-wrp dl.lct-5 dt{ background: url(../images/lct-img5.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-5:hover dt,.lct-wrp dl.cur5 dt{ background: url(../images/lct-img5.jpg) no-repeat left 0;}
.lct-wrp dl.lct-6 dt{ background: url(../images/lct-img6.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-6:hover dt,.lct-wrp dl.cur6 dt{ background: url(../images/lct-img6.jpg) no-repeat left 0;}
.lct-wrp dl.lct-7 dt{ background: url(../images/lct-img7.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-7:hover dt,.lct-wrp dl.cur7 dt{ background: url(../images/lct-img7.jpg) no-repeat left 0;}
.lct-wrp dl.lct-8 dt{ background: url(../images/lct-img8.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-8:hover dt,.lct-wrp dl.cur8 dt{ background: url(../images/lct-img8.jpg) no-repeat left 0;}

.lct-wrp dl.lct-10 dt{ background: url(../images/lct-img10.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-10:hover dt,.lct-wrp dl.cur10 dt{ background: url(../images/lct-img10.jpg) no-repeat left 0;}

.lct-wrp dl.lct-11 dt{ background: url(../images/lct-img11.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-11:hover dt,.lct-wrp dl.cur11 dt{ background: url(../images/lct-img11.jpg) no-repeat left 0;}

.lct-wrp dl.lct-12 dt{ background: url(../images/lct-img12.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-12:hover dt,.lct-wrp dl.cur12 dt{ background: url(../images/lct-img12.jpg) no-repeat left 0;}

.lct-wrp dl.lct-13 dt{ background: url(../images/lct-img13.jpg) no-repeat left -100px;}
.lct-wrp dl.lct-13:hover dt,.lct-wrp dl.cur13 dt{ background: url(../images/lct-img13.jpg) no-repeat left 0;}

.lct-wrp dl.lct-9 dt{ background: url(../images/lct-img9.jpg) no-repeat left -100px;}

.lct-wrp dl:hover dd{font-weight: bold; color: #0168b7;}
.lct-wrp dl.lct-9{position: absolute; /*right: 0;*/ top: 96px; margin:25px 0 0 860px; clear: both;}
.lct-wrp dl.lct-9 dd{ text-align: right; padding-top: 10px; line-height: 24px;}





.inside-main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inside-news{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.inside-news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.inside-news ul li {
	width: 100%;
	border-bottom: 1px solid #999999;
	height: 39px;
	line-height: 39px;
	margin-bottom: 5px;
	position: relative;
}
.inside-news ul li:after{
	content: ".";
	position: absolute;
	left: 0;
	top: -5px;
	color:#1a1a1a;
	font-size: 12px;
}
.inside-news ul li a{
	display: block;
	float: left;
	font-size: 15px;
	color:#1a1a1a;
	margin-left: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 390px;
}
.inside-news ul li span{
	display: block;
	float: right;
	color:#787878;
	margin-right: 10px;
}
.inside-news ul li:hover{
	border-bottom: 1px solid #0076ca;
}
.inside-news ul li:hover a{
	color: #0076ca;
}
.inside-news ul li:hover:after{
	color: #0076ca;
}