header{
	height:45px;
}
.top{
	display:flex;
	justify-content:space-between;
	padding:0px 0px 0px 15px;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	background:#fff;
	/*box-shadow:0px 0px 3px rgba(0,0,0,.3);*/
	width:100%;
}
.logo{
	padding:8px 0px;
}
.logo img{
	height:35px;
}
.nav-logo{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	padding:0px 15px;
	background:#da3028;
	width:50px;
	position:relative;
	transition:.3s;
	z-index:1000;
}
.nav-logo span{
	display:block;
	height:2px;
	width:20px;
	transform-origin:44% center;
	transition:.3s;
	background:#fff;
}
.nav-logo span:nth-of-type(2){
	margin:5px 0px;
}
.nav-logoo{
	width:70px;
	padding:0px 25px;
}
.nav-logoo span:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-logoo span:nth-of-type(2){
	display:none;
}
.nav-logoo span:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.menu{
	position:fixed;
	top:0;
	left:-100%;
	width:calc(100% - 70px);
	height:100%;
	background:#f8f8f8;
	display:flex;
	align-content:space-between;
	z-index:1001;
	flex-wrap:wrap;
	transition:.5s;
}
.menu i{
	content: "";
	display: block;
	width: 70px;
	height: 120%;
	position: absolute;
	left:100%;
	top: -10%;
	z-index:99;
	opacity:0;
	transition:0;
	box-shadow:-2px 0px 5px rgba(0,0,0,.5);
}
.menuu{
	left:0;
}
.menuu i{
	opacity:1;
	transition:.3s;
}
.heise{
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:998;
}
.menu ul{
	width:50%;
	transition:.3s;
}
.menu ul.ul{
	margin-left:-50%;
}
.menu ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.menu ul li:first-child a{
	color:#ff6702;
	padding:0px 25px;
	background:#fff;
}
.menu ul li a{
	display:flex;
	justify-content:space-between;
	padding:0px 30px;
	color:#888;
	line-height:46px;
	position:relative;
	transition:.3s;
}
.menu ul li a span{
	content:"";
	display:block;
	padding-right:10px;
	background:url(../images/yjit.png) right center no-repeat;
	background-size:10px auto;
}
.menu ul li.cur a{
	color:#888;
	background:#fff;
}
.zmenu{
	width:50%;
}
.menu dl{
	width:100%;
	display:none;
}
.menu dl dt{
	text-align:center;
	font-weight:normal;
	font-size:1.5rem;
	line-height:40px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	color:#888;
	background:url(../images/zjit.png) 18px center no-repeat;
	background-size:auto 18px;
	position:relative;
}
.menu dl dt big{
	display:block;
	width:50px;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
}
.menu dl dd a{
	display:block;
	color:#888;
	font-size:1.4rem;
	line-height:40px;
	border-bottom:1px rgba(0,0,0,.08) solid;
	padding:0px 25px;
}
.selan{
	width:100%;
	padding:0px 0px 0px;
	overflow:hidden;
}
.beian{
	width:100%;
	text-align:center;
	padding:0px 10px 20px;
}
.beian a{
	margin-top:5px;
	font-size:1.3rem;
	font-family:arial;
}
.beian a p{
	font-family:arial;
}
.erji{
	width:200%;
	display:flex;
}
#banner .swiper-slide a{
	position:relative;
	display:block;
}
#banner .swiper-slide a span{
	position:absolute;
	display:block;
	width:100%;
	bottom:35px;
	left:0;
	padding:0px 15px;
	line-height:18px;
	font-size:1.3rem;
	color:#fff;
}
#banner .swiper-pagination span{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
}
.keshi{
	padding:20px 0px 0px;
}
.keshi ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.keshi ul li{
	width:20%;
	margin-bottom:10px;
}
.keshi ul li a{
	text-align:center;
	color:#666;
}
.keshi ul li a big{
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
}
.keshi ul li a h3{
	font-size:1.3rem;
	line-height:30px;
	padding:5px 0px 0px;
	font-weight:bold;
}
.title{
	font-size:2.0rem;
	color:#000;
	line-height:26px;
}
.news{
	padding:15px 0px;
}
.news ul{
	border-top:1px rgba(0,0,0,.2) solid;
	margin:10px 0px 0px;
}
.news ul li{
	border-bottom:1px rgba(0,0,0,.2) solid;
}
.news ul li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0px;
}
.news ul li a big{
	width:20%;
	text-align:center;
	display:block;
	border-right:1px rgba(0,0,0,.2) solid;
}
.news ul li a section{
	width:77%;
	padding:3px 0px;
}
.news ul li a big p{
	font-size:2.8rem;
	color:#9f9f9f;
	font-family:arial;
	line-height:32px;
}
.news ul li a big small{
	display:block;
	font-size:1.3rem;
	color:#9f9f9f;
	line-height:20px;
	font-family:arial;
}
.news ul li a section h3{
	color:#333333;
	font-size:1.6rem;
	line-height:26px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news ul li a section span{
	display:block;
	line-height:20px;
	color:#565656;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.video{
	margin:10px 0px 15px;
	position:relative;
	font-size:0;
	height:220px;
}
.video iframe{
	width:100%;
	position:absolute;
	display:block;
	height:100%;
	top:0;
	background:url(../images/vdpic.jpg) center bottom no-repeat;
	background-size:100% 100%;
	left:0;
}
.about{
	padding:15px 0px;
}
.about ul{
	margin:20px 0px 0px;
}
.about ul li{
	margin-bottom:25px;
}
.about ul li img{
	width:100%;
}
.about ul li a big{
	display:block;
	overflow:hidden;
}
.about ul li a h3{
	display:block;
	color:#000000;
	font-size:1.6rem;
	margin:15px 3px 10px;
}
.about ul li a span{
	display:block;
	color:#666666;
	line-height:21px;
	max-height:42px;
	font-size:1.3rem;
	padding:0px 3px;
	overflow:hidden;
}
.about ul li a small{
	display:block;
	margin:15px 3px 0px;
}
.about ul li a small{
	display:flex;
	justify-content:space-between;
	padding:0px 15px;
	width:116px;
	line-height:32px;
	border:1px #db3028 solid;
	color:#db3028;
}
.about ul li a small:after{
	content:"";
	display:block;
	width:14px;
	background:url(../images/abjt.png) center no-repeat;
	background-size:14px auto;
}
.about dl{
	margin:25px 0px 0px;
}
.about dl dd{
	margin-bottom:20px;
}
.about dl dd img{
	width:100%;
	display:block;
}
.about dl dd a{
	display:block;
}
.about dl dd a big{
	display:block;
	position:relative;
	overflow:hidden;
}
.about dl dd a span{
	display:block;
	background:#ededed;
	text-align:center;
	line-height:50px;
	height:50px;
	overflow:hidden;
	color:#4d4d4d;
	font-size:1.4rem;
	font-weight:bold;
	transition:.3s;
}
.tongce{
	background:#f7f9f8;
	padding:26px 0px;
}
.tongce section{
	background:#fff;
	margin:15px 0px 0px;
	padding:15px;
}
.tongce section h3{
	color:#2384dc;
	font-size:2.0rem;
	font-weight:bold;
	line-height:26px;
}
.tongce section h4{
	color:#9d9d9d;
	font-size:1.4rem;
	line-height:18px;
	margin:2px 0px;
	font-family:arial;
}
.tongce section small{
	display:block;
	font-size:1.4rem;
	color:#5b5b5b;
	margin:5px 0px 10px;
}
.tongce section a{
	display:flex;
	justify-content:space-between;
	padding:0px 15px;
	width:140px;
	font-size:1.2rem;
	line-height:34px;
	border:1px #db3028 solid;
	color:#db3028;
}
.tongce section a:after{
	content:"";
	display:block;
	width:14px;
	background:url(../images/abjt.png) center no-repeat;
	background-size:14px auto;
}
.zuajia{
	padding:25px 0px;
}
#zjia{
	margin:20px 0px 0px;
	padding-bottom:40px;
}
#zjia .swiper-slide a{
	display:block;
	color:#000;
}
#zjia .swiper-slide a big{
	display:block;
}
#zjia .swiper-slide a img{
	width:100%;
	display:block;
}
#zjia .swiper-slide a section{
	background:#e3e3e3;
	text-align:center;
	padding:10px 5px;
	transition:.3s;
}
#zjia .swiper-slide a section p{
	font-size:1.5rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:20px;
}
#zjia .swiper-slide a section span{
	display:block;
	color:#a4a4a4;
	line-height:22px;
	margin:0px 0px 0px;
	text-overflow:ellipsis;
	font-size:1.2rem;
	overflow:hidden;
	white-space:nowrap;
}
#zjia .swiper-pagination{
	bottom:0;
	margin-bottom:0;
}
#zjia .swiper-pagination span{
	height:15px;
	width:15px;
	border-radius:50%;
	background:#e3e3e3;
	opacity:1;
	margin:0px 5px;
}
#zjia .swiper-pagination span.swiper-pagination-bullet-active{
	background:#2384dc;
}
footer{
	background:#424242;
}
.copy{
	padding:30px 0px;
}
.copy section{
	line-height:22px;
	font-size:1.3rem;
	color:rgba(255,255,255,.8);
}
.copy section a{
	color:rgba(255,255,255,.8);
}
.copy span{
	display:block;
	width:235px;
	position:relative;
	margin:25px 0px 0px;
}
.copy span small{
	line-height:38px;
	display:block;
	color:rgba(255,255,255,.6);
	padding:0px 20px;
	border:1px rgba(255,255,255,.3) solid;
	background:#696868 url(../images/ljjdt.png) right center no-repeat;
}
.copy span big{
	position:absolute;
	width:100%;
	bottom:100%;
	left:0;
	background:#696868;
	border:1px rgba(255,255,255,.3) solid;
	border-bottom:0;
	z-index:99;
	display:none;
}
.copy span big a{
	display:block;
	color:rgba(255,255,255,.8);
	font-size:1.2rem;
	line-height:30px;
	text-align:center;
	border-bottom:1px rgba(255,255,255,.4) dashed;
}
.copy span big a:last-child{
	border-bottom:0;
}
.bottom{
	height:52px;
}
.btmenu{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index:99;
	background:#2382da;
}
.btmenu ul{
	display:flex;
}
.btmenu ul li{
	width:25%;
	text-align:center;
	border-right:1px rgba(255,255,255,.1) solid;
}
.btmenu ul li:last-child{
	border-right:1px #2382da solid;
}
.btmenu ul li a{
	display:block;
	padding:4px 0px 0px;
}
.btmenu ul li a small{
	display:block;
	height:25px;
}
.btmenu ul li a p{
	color:#fff;
	margin:1px 0px 4px;
	line-height:18px;
	font-size:1.3rem;
}
.btmenu ul li:nth-of-type(1) small{
	background:url(../images/btpic1.png) center no-repeat;
	background-size:auto 15px;
}
.btmenu ul li:nth-of-type(2) small{
	background:url(../images/btpic2.png) center no-repeat;
	background-size:auto 18px;
}
.btmenu ul li:nth-of-type(3) small{
	background:url(../images/btpic3.png) center no-repeat;
	background-size:auto 19px;
}
.btmenu ul li:nth-of-type(4) small{
	background:url(../images/btpic4.png) center no-repeat;
	background-size:auto 17px;
}
/*page*/
.lanmu{
	position:relative;
}
.lanmu .lmbt{
	position:relative;
	background:#2382da;
	z-index:9;
}
.lanmu .lm-ct{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.lanmu .lm-ct h3{
	display:block;
	color:#fff;
	font-size:1.5rem;
	line-height:20px;
	padding:10px 0px;
}
.lanmu .lm-ct .lm-logo{
	width:27px;
	padding:5px 0px 0px;
}
.lanmu .lm-ct .lm-logo span{
	display:block;
	background:#fff;
	height:3px;
	margin-bottom:5px;
	transition: .3s;
	transform-origin: 30% center;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.lanmu .lm-ct .xx-logo span:nth-of-type(2){
	display:none;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.lanmu .lmct{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	background:#fff;
	z-index:8;
	padding:15px 15px 5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
}
.lanmu .lmct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lanmu .lmct ul li{
	width:48%;
	margin-bottom:10px;
}
.lanmu .lmct ul li a{
	display:block;
	text-align:center;
	line-height:32px;
	color:rgba(0,0,0,.7);
	border:1px rgba(0,0,0,.1) solid;
}
.lanmu .lmct ul li.cur a{
	color:#fff;
	background:#2382da;
	border:1px #2382da solid;
}
.iabout{
	padding:15px 0px;
	color:#555;
	font-size:1.3rem;
	line-height:23px;
}
.ikeshi{
	padding:15px 0px;
}
.ikeshi ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ikeshi ul li{
	width:48%;
	margin-bottom:10px;
}
.ikeshi ul li a{
	display:block;
	background:#f5f5f7;
	color:#63666b;
	text-align:center;
	line-height:36px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding:0px 5px;
	font-size:1.3rem;
}
.ikeshi ul li a:hover{
	background:#db3028;
	color:#fff;
}
.isbei{
	padding:15px 0px;
}
.isbei ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.isbei ul li{
	width:48%;
}
.isbei ul li a{
	display:block;
}
.isbei ul li a img{
	width:100%;
}
.isbei ul li{
	padding-bottom:15px;
}
.isbei ul li a big{
	display:block;
}
.isbei ul li a big img{
	width:100%;
	transition:1s;
}
.isbei ul li a h3{
	font-size:1.3rem;
	color:#000;
	line-height:38px;
	transition:.3s;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
	background:#eeecec;
	padding:0px 5px;
}
.ckmore{
	background:#db3028;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:1.3rem;
}
.isbeid{
	padding:30px 0px 0px;
}
.isbeid>h3{
	text-align:center;
	font-size:1.8rem;
	margin:0px 0px 20px;
}
.isbeid>center img{
	max-width:60%;
	margin-bottom:30px;
}
.isbeid>section{
	color:#555;
	line-height:23px;
}
.sfanye{
	display:flex;
	justify-content:space-between;
	border-top:1px rgba(0,0,0,.2) solid;
	border-bottom:1px rgba(0,0,0,.2) solid;
	margin:30px 0px;
	padding:2px 10%;
}
.sfanye i{
	display:block;
	width:1px;
	height:16px;
	margin:8px 0px 0px;
	background:rgba(0,0,0,.2);
}
.sfanye a{
	display:block;
	width:49%;
	color:#555;
	font-size:1.3rem;
	line-height:32px;
	font-weight:bold;
}
.sfanye a:last-child{
	text-align:right;
}
.sfanye a:hover{
	color:#f00;
}
.ihonor{
	padding:15px 0px;
}
.ihonor ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:10px;
}
.ihonor ul li{
	width:48.5%;
	margin-bottom:10px;
}
.ihonor ul li img{
	width:100%;
	display:block;
	border:1px rgba(0,0,0,.08) solid;
	padding:2px;
}
.iwen{
	padding:15px 0px;
}
.iwen ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom:20px;
	margin-bottom:15px;
}
.iwen ul li a{
	display:block;
}
.iwen ul li a h3{
	font-size:1.6rem;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:26px;
}
.iwen ul li a small{
	display:flex;
	color: #b4b4b4;
	font-size:1.3rem;
	line-height:27px;
	font-family:arial;
}
.iwen ul li a small i{
	margin:6px 5px 0px 0px;
}
.iwen ul li a span{
	display:block;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #565656;
}
.iwend{
	padding:15px 0px;
}
.iwdtit{
	border-bottom:1px rgba(0,0,0,.2) dotted;
}
.iwdtit h3{
	font-size:1.8rem;
	font-weight:bold;
	line-height:24px;
	color:#555;
	padding-bottom:15px;
}
.iwdtit section{
	display:none;
	justify-content:space-between;
	padding:5px;
}
.iwdtit section span{
	line-height:22px;
	display:flex;
	font-family:arial;
	color:#999;
	font-size:1.3rem;
}
.iwdtit section span i{
	margin:3px 5px 0px 0px;
}
.iwdtit section small a{
	display:block;
	line-height:22px;
	font-size:1.3rem;
	color:#999;
	background:url(../images/fanhui.png) 0px 4px no-repeat;
	padding-left:20px;
	background-size:13px auto;
}
.iwdct{
	padding: 15px 0;
	font-size: 1.3rem;
	line-height: 23px;
	color:#555;
}
.fanye{
	border-top:1px rgba(0,0,0,.2) solid;
	margin:20px 0px 10px;
}
.fanye span{
	border-bottom:1px rgba(0,0,0,.2) solid;
	display:flex;
	justify-content:space-between;
	line-height:30px;
	padding:2px 5px;
	color:#555;
}
.fanye span p{
	font-weight:bold;
	display:flex;
	align-items:center;
	margin-right:10px;
}
.fanye span small{
	font-size:1.3rem;
	text-align:right;
	width:75px;
	font-family:arial;
	display:block;
}
.fanye span a{
	display:block;
	width:calc(100% - 127px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#555;
	transition:.3s;
	font-size:1.3rem;
}
.fanye span a:hover{
	color:#db3028;
}
.izhi{
	padding:10px 0px 20px;
}
.izhi ul{
	margin-bottom:15px;
}
.izhi ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.izhi ul li a{
	display:flex;
	justify-content:space-between;
	color:#555;
	line-height:28px;
	padding:6px 0px;
}
.izhi ul li a h3{
	font-size:1.4rem;
	line-height:28px;
}
.idcotor{
	padding:15px 0px;
}
.idcotor ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.idcotor ul li{
	width:48%;
	margin-bottom:10px;
}
.idcotor ul li img{
	width:100%;
}
.idcotor ul li a{
	display:block;
	color:rgba(0,0,0,.8);
}
.idcotor ul li a p{
	line-height:20px;
	margin:5px 0px 0px;
}
.idcotor ul li a span{
	display:block;
	color:rgba(0,0,0,.7);
	font-size:1.3rem;
	line-height:20px;
}
.lianxi{
	line-height:22px;
	margin:0px 0px 10px;
}
.lianxi p{
	color:rgba(0,0,0,.8);
	line-height:20px;
	font-size:1.6rem;
	margin:10px 0px 3px;
	font-weight:bold;
}
.lianxi span{
	display:block;
	color:rgba(0,0,0,.7);
	padding-bottom:5px;
}
.idcotord{
	padding:15px 0px;
}
.idcotord section{
	line-height:23px;
	font-size:1.3rem;
	color:#555;
}
.idcotord .sfanye{
	padding:2px 5%;
}
.inews{
	background:#fafafa;
	margin:0px 0px 30px;
}
.inews section{
	padding:20px;
}
.inews form{
	background: #f6f6f6;
	padding:15px 20px;
}
.inews section h3{
	font-size: 1.5rem;
	font-weight: bold;
	line-height:24px;
	margin-bottom: 5px;
}
.inews section h3 a{
	color: #e7463c;
}
.inews section span{
	display:block;
	line-height: 24px;
	max-height: 72px;
	color:#555;
	font-size:1.3rem;
	overflow: hidden;
	margin-bottom: 15px;
}
.inews section small a{
	display:flex;
	justify-content:space-between;
	padding:0px 4% 0px 5%;
	width:132px;
	line-height:32px;
	border:1px #db3028 solid;
	color:#db3028;
	transition:.3s;
}
.inews section small a:after{
	content:"";
	display:block;
	width:14px;
	background:url(../images/abjt.png) center no-repeat;
	background-size:14px auto;
}
.inews section small a:hover{
	background:#db3028;
	color:#fff;
}
.inews section small a:hover:after{
	background:url(../images/abjtn.png) center no-repeat;
}
.inews form h2{
	font-size: 1.6rem;
	color: #000;
	line-height:30px;
	margin-bottom: 5px;
}
.inews form span{
	display:block;
	position:relative;
	margin-bottom:10px;
}
.inews form span small{
	display:block;
	line-height:35px;
	color:#666;
	padding:0px 20px 0px 15px;
	font-size:1.3rem;
	background:#fff url(../images/nse_jt.png) right center no-repeat;
	cursor:pointer;
}
.inews form span dl{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:#fff;
	overflow: auto;
	max-height: 12em;
	border: 1px solid #ddd;
	background: #fff;
	border-top:0;
	z-index:9;
	display:none;
}
.inews form span dl dd{
	line-height:23px;
	padding:6px;
	font-size:1.3rem;
	color:#555;
	cursor:pointer;
}
.inews form span dl dd.yi{
	background:#eee;
}
.inews form span dl dd:not(.yi):hover{
	color:#fff;
	background:#db3028;
}
.inews form big{
	display:flex;
}
.inews form big input{
	width:80%;
	font-size:1.3rem;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 35px;
	height: 35px;
	text-indent: 15px;
	color:#666;
	outline:none;
}
.inews form big button{
	width: 20%;
	padding: 0;
	margin: 0;
	border: none;
	height: 35px;
	line-height: 35px;
	background: #fff url(../images/nse_btn.png) no-repeat center;
}
.itlmu{
	padding:25px 0px 0px;
}
.itlmu ol{
	margin:0;
	display:flex;
	padding:0;
	flex-wrap:wrap;
	justify-content:space-between;
}
.itlmu ol li{
	width:32.5%;
	margin-bottom:7px;
}
.itlmu ol li a{
	display:block;
	background:#C8C8C8;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-right:1px;
}
.itlmu ol li.cur a{
	background:#db3028;
}





























































