﻿@charset "utf-8";
/* CSS Document */
body{ padding:0px; margin:0px; font-family:"微软雅黑"; overflow-x:hidden}
li{ list-style:none}
p,ul,dl,dd,h1,h2,h3,dl,dt,dd{ padding:0px; margin:0px;}
img{ border:0}
.w1200{ width:1200px; margin-left:auto; margin-right:auto}
.w{ width:105%}
.top{ overflow:hidden; border-bottom:#dfdfdf solid 1px;line-height:40px; background:#eeeeee}
.top p{ display:inline; float:left; font-size:14px; color:#666666;}
.top a{ display:inline; float:right; font-size:14px; color:#666666;  text-decoration:none; margin-left:5px; margin-right:5px;}
.top span{ display:inline; float:right; color:#bdbdbd; font-size:12px;}
.one{ background:#f18101; width:12px; height:12px; margin-top:15px}
.twos{ background:#e81215; width:12px; height:12px;margin-top:15px}
.three{ background:#00da0f; width:12px; height:12px;margin-top:15px}
.four{ background:#00a64f; width:12px; height:12px;margin-top:15px}
.five{ background:#0982ec; width:12px; height:12px;margin-top:15px}

.header{ overflow:hidden; margin-top:20px;}
.header .logo{ float:left; display:inline}
.header .ad{ float:left; display:inline; border-left:#e0e0e0 solid 1px; margin-left:14px; padding-left:14px;}
.header .ad p:nth-child(1) { font-size:24px; color:#666666; margin-bottom:5px}
.header .ad p:nth-child(2){ color:#666; font-size:15px;}
.header .tel{ float:right; display:inline; margin-top:5px}
.header .tel span{ float:left; display:inline; margin-right:15px; width:61px; height:61px; border-radius:100%; text-align:center;}
.header .tel span img{ margin-top:13px}
.header .tel div{ float:right; display:inline}
.header .tel div  p:nth-child(1){ font-size:15px; color:#666;}
.header .tel div  p:nth-child(2){ font-size:30px; font-weight:bold}
.pc{/*moz-box-shadow:0px 3px 3px #dedede; -webkit-box-shadow:0px 3px 3px #dedede; box-shadow:0px 3px 3px #dedede;*/}

.nav{ width:100%; height:60px; margin-top:20px; position:relative; z-index:2}
.top-nav {
	list-style:none;
	width:1200px;
	margin:0 auto;
	
}
.top-nav li {
	float:left;
	list-style:none;
	
}
.top-nav li a {
	line-height:60px;
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	display:block;
	width:148px;
	text-align:center;
	font-family:"微软雅黑";
}

.top-nav li a:hover ul{ display:block}

.top-nav a.act{ color:#FFF; width:148px;}
.top-nav li ul li a{ font-size:13px;}
.top-nav li a:hover {
	/*background:#ff6c00;*/
	color:#FFF;
}
.top-nav li:hover {
	color:#FFF;
}
.top-nav li a:hover ul {
	color:#FFF;
}
.top-nav ul {
	list-style:none;
	display:none;
	width:148px;
	padding:0;
	position:absolute; 
}
.top-nav li ul li{ position:relative; border-right:#d8d8d8 solid 0px; border-left:#d8d8d8 solid 0px}/*加上这一句三级导航菜单跟随二级走动*/
.top-nav li ul li ul {
	position:absolute;
	top:1px;
	left:150px;
}
.top-nav li ul li a{ line-height:40px;}



.product{ background:#dedede; overflow:hidden; margin-top:0px; padding-top:60px; padding-bottom:80px;}
.productLeft{ width:240px; float:left;/*height:754px; */overflow-y:scroll ; overflow-x:hidden}
.productLeft h1{ font-size:30px;  font-weight:bold; padding:0px; margin:0px; text-align:center; margin-top:20px;}
.productLeft p{ font-size:14px; color:#FFF; text-align:center; margin-top:5px;border-bottom: 1px solid #f1f1f1; padding-bottom:10px}
.productRight{ width:946px; float:right; background:#FFF; }
.productLeft h1{ color:#FFF; }

.productLeft{
            overflow-x: hidden;
            overflow-y: scroll;
 }
        /*滚动条样式*/
        .productLeft::-webkit-scrollbar {/*滚动条整体样式*/
            width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 0px;
			
        }
	
		.productLeft::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			 -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			  -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			   -ms-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
        .productLeft::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			 -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			  -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			   -ms-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
			    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
		}


.tels{ background:#fff; font-size:15px; color:#666; line-height:50px; padding-left:10px; padding-right:10px}
.tels li{ border-bottom:#e2e2e2 solid 1px}
.tels li:last-child{ line-height:30px;border-bottom:#e2e2e2 solid 0px; padding-bottom:30px}




.fwzx1{ background:#dedede;  margin-top:60px; overflow:hidden; padding:60px 0 70px 0}
.fwzx1 ul li { overflow:hidden; width:360px; background:#FFF; border-radius:50px; height:111px; margin-top:20px; padding-right:10px;}
.fwzx1 ul li span{ width:80px; height:80px; border-radius:80px; display:block; text-align:center; line-height:80px; color:#FFF; font-size:40px; margin-top:10px; display:inline-block; float:left; margin-right:20px}
.fwzx1 ul li p{ font-size:15px; color:#666; line-height:22px; margin-top:8px}



.fwzx1left{ width:350px; float:left}
.fwzx1right{ width:350px; float:right}
.fwzx1center{ width:489px; height:378px; float:left; margin-left:10px}
.fwzx1center li{ width:489px !important;border-radius:none; height:378px !important; background:none !important}
.fwzx1center li img{ width:489px !important;border-radius:none; height:378px !important;}

.fwzx{ background:#dedede; padding-top:10px; margin-top:60px; padding-bottom:90px; overflow:hidden;}
.fwzx ul{ margin-top:60px}
.fwzx ul li { position:relative; overflow:hidden;}
.fwzx ul li:nth-child(even) span{ color:#FFF; position:absolute; left:0px; top:0px; width:100px; height:100px; text-align:center; font-size:50px; border-bottom:#FFF solid 2px; line-height:100px;}

.fwzx ul li:nth-child(odd) span{ color:#FFF; position:absolute; right:0px; top:0px; width:100px; height:100px; text-align:center; font-size:50px; border-bottom:#FFF solid 2px; line-height:100px;}

.fwzx ul li img{ width:590px; height:296px; }
.fwzx ul li:nth-child(even) img{ width:589px; height:296px; float:left; padding-right:30px}
.fwzx ul li:nth-child(even) div{ float:right; width:556px; padding-top:30px}
.fwzx ul li:nth-child(odd) img{ width:589px; height:296px; float:right; padding-left:30px}
.fwzx ul li:nth-child(odd) div{ float:left; width:556px; padding-top:30px;}
.fwzx ul li p{ color:#666666; font-size:15px; margin-top:30px; line-height:35px;}


.font-s{ text-align:center; margin-top:60px;}
.font-s h1{ font-family:"华文细黑"; font-size:50px; font-weight:normal}
.font-s p{ font-size:16px; color:#666; margin-top:10px}


.about-box{	margin-top: 50px;height: 370px;overflow: hidden; margin-top:80px}
.about-box a{ text-decoration:none}
.about-img img{/*float:right*/width:585px; height:365px}
.about-left,.about-right{width: 50%;float: left;overflow: hidden;}
.about-right p{ font-size:15px; color:#666666; line-height:35px; margin-top:15px;}
.aboutFonts{ width:585px; margin-left:40px; }
.aboutFonts h1{ font-size:36px; color:#666666; font-weight:normal; padding:0px; margin:0px; padding-bottom:10px;}
.aboutFonts span{ background:#5dc800; width:100px; height:4px; display:block;}
.m{border:#d7d7d7 solid 1px; width:202px; float:left; text-align:center; font-size:15px; color:#666666; display:block; border-radius:30px; line-height:50px; margin-top:30px; transition:0.2s}

.factory{ background:#dedede; padding:20px 0 50px 0; margin-top:100px}


.news{ overflow:hidden; margin-top:70px; margin-top:60px}

.new li:hover img{ /*transform: scale(1.2);
    -ms-transform: scale(1.2);*/ }
.new li{    border-bottom: #ececec solid 1px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;}
.new dt div{width:360px; height:200px; overflow:hidden; margin:0 auto; padding-top:10px}
.new li:last-child{ margin-right:0px}
.new dd{ background:#dedede; padding-right:15px;padding-top:30px; overflow:hidden; padding-bottom:60px}
.ntime{ width:140px; float:left; text-align:center}
.ntime span:nth-child(1){ color:#666666;font-weight:bold; display:block; margin-bottom:15px}
.ntime span:nth-child(2){ color:#000; font-size:40px; font-weight:bold; margin-top:10px}
.nfont a{ font-size:16px !important; color:#666 !important; text-decoration:none; width:auto; line-height:22px !important;border-bottom:#f2f2f2 solid 0px !important; }
.nfont p{ font-size:15px; color:#666; line-height:25px; margin-top:10px}
.new dd a{ display:block; width:390px; font-size:15px; color:#666; text-decoration:none;margin-right:15px;margin-left:15px; border-bottom:#c5c5c5 solid 1px; line-height:50px}
.new dl{ margin-top:30px; margin-bottom:20px; background:#dedede}
.news hgroup{ text-align:center}
.news hgroup a{ font-size:16px; color:#fff; text-decoration:none; width:150px; background:#797979; display:inline-block; margin-left:6px; margin-right:6px; line-height:50px; border-radius:30px}

.new a {
    text-decoration: none;
    font-size: 12px;
    color: #666;
}
.new img {
    width: 360px;
    height: 200px;
    float: left;
    margin-right: 20px;
}
.new time {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    display: block;
}
.new p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}
.new span {
    font-size: 18px;
    color: #666;
    display: block;
}




	
	


.title-s { text-align:center; margin-top:60px;}
.title-s span{ font-size:18px; font-weight:normal;display:block; margin-bottom:15px}
.title a{ font-size:26px;  font-weight:normal; text-decoration:none; font-family:"微软雅黑";  line-height:18px;}
.bs{ position:relative; top:20px}
.b{ background:#cccccc; width:100%; height:1px;position:absolute; z-index:1}
.s1{ width:100px; height:3px; position:absolute; left:0px; right:0px; margin:0 auto; z-index:2; bottom:-2px;}


.cplist{ text-align:center; margin-top:45px; background:rgba(61,67,65,1);  transition: all 0.5s; padding-bottom:50px}
.cplist span{  display:block; font-size:18px; line-height:50px}
.cplist img{ width:80px; height:80px; margin-top:30px; border-radius:100%}
.cplist a{ font-size:15px; color:#fff; text-decoration:none; text-align:center}i
.cplist span{ line-height:60px;  display:block;}
.cpnav { text-align:center; margin-top:30px}
.cpnav a{ color:#FFF; font-size:16px; width:106px; height:35px; line-height:35px; text-align:center; text-decoration:none; display:inline-block;}
.cplist:hover span{  color:#fff}
.cplist:hover{border-top-left-radius:6em;border-bottom-right-radius:6em;}
.height{ height:40px;}
.cplist p{ line-height:25px; margin-left:10px; margin-right:10px; margin-bottom:10px}
.cplist strong{ font-size:15px; border:#dedede solid 1px; line-height:35px; width:150px; margin:0 auto; font-weight:normal; display:block; margin-top:20px}
.caselost{ margin-top:60px;}
.caselist{ text-align:center; background:#FFF; overflow:hidden; height:272px;}
.caselist span{  display:block; font-size:15px; color:#666}
.caselist img{ width:100%; height:212px; transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;}
.caselist a{ font-size:16px; color:#666666; text-decoration:none; text-align:center}
.caselist span{ line-height:50px;  display:block}
.caselist:hover span{  color:#000}
.caselist:hover img{ transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); opacity:0.8;}

footer{ background:#333333; margin-top:80px;box-shadow:6px 6px 6px #a1a1a1; box-shadow:6px 6px 6px #a1a1a1; box-shadow:6px 6px 6px #a1a1a1;}
.footernav{ text-align:center; border-bottom:#747474 solid 1px}
.footernav a{ font-size:15px; color:#e0e0e0; text-decoration:none; line-height:60px; padding-left:30px; padding-right:30px;border-right:#747474 solid 1px;}

.copy{ margin-top:40px; overflow:hidden; padding-bottom:30px}
.copy li{ float:left; color:#e0e0e0;font-size:15px}
.copy li:nth-child(1){ width:316px;}
.copy li:nth-child(1) img{ float:left; margin-right:25px}
.copy li:nth-child(1) dl{ float:left; font-size:14px}
.copy li:nth-child(1) dl dd{ line-height:35px; }
.copy li:nth-child(1) dl a{ color:#FFF; text-decoration:none; width:220px; display:block; text-align:center; line-height:40px; border-radius:30px; margin-top:10px}
.copy li:nth-child(2) dl{ border-left:#747474 solid 1px; height:150px; margin-left:40px; padding-left:40px; line-height:30px}

.copy li:nth-child(3){ float:right; text-align:center}
.copy li:nth-child(3) span{ display:block; margin-top:20px}
.copy li:nth-child(3) img{ width:100px}
.copy li:nth-child(3) dd{ float:left; margin-left:30px}


.link{ background:#222222;color:#e0e0e0; line-height:50px; font-size:14px}
.link a{ color:#e0e0e0; font-size:14px; text-decoration:none; margin-right:20px}

.izl-rmenu{position:fixed;right:0px;bottom:10px;padding-bottom:98px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;}
    .izl-rmenu .btn1{width:50px;height:50px;margin-bottom:1px;cursor:pointer;position:relative; border-radius:2px}
    .izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-qq:hover{background-color:#222222;}
    .izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{/* background:url(../images/r_qq.png) 0px 0px no-repeat; */background-color:#222222;text-decoration:none;display:block;}
    .izl-rmenu .btn-wx{background:url(../images/kf_wx.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-wx:hover{background-color:#222222;}
    .izl-rmenu .btn-wx .pic{position:absolute;left:-110px;top:0px;display:none; background:#FFF; padding:5px;-moz-box-shadow:0px 0px 4px #636870; -webkit-box-shadow:0px 0px 4px #636870; box-shadow:0px 0px 4px #636870;width:96px !important;height:96px !important;}
	 .izl-rmenu .btn-wx .pic img{width:96px !important;height:96px !important;}
    .izl-rmenu .btn-phone{background:url(../images/kf_tel.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-phone:hover{background-color:#222222;}
    .izl-rmenu .btn-phone .phone{background-color:#222222;position:absolute;width:160px;left:-160px;top:0px;line-height:50px;color:#FFF;font-size:18px;text-align:center;display:none;}
    .izl-rmenu .btn-top{background:url(../images/kf_top.png) 0px 0px no-repeat;background-color:#222222;display:none;}
    .izl-rmenu .btn-top:hover{background-color:#222222;}
	
	.izl-rmenu .btn-color{background:url(../images/sz.png) 0px 0px no-repeat;background-color:#c31920;}
    .izl-rmenu .btn-color:hover{ background:url(../images/sz.png);background-color:#c31920;}
    .izl-rmenu .btn-color .pic{position:absolute;left:-200px;top:0px;display:block;width:200px;height:76px;background-color:#c31920;}
	 .izl-rmenu .btn-color .pic div{ width:18px; height:18px; float:left; border-radius:100%; margin-top:25px; margin-left:15px}
	 .izl-rmenu .btn-color .pic .blue{  
        background-color: #0982ec; 
    }
   .izl-rmenu .btn-color .pic .dblue{ 
        background-color: #006a4f; 
    }
    .izl-rmenu .btn-color .pic .red{ 
        background-color: #a50109; 
    }
	 .izl-rmenu .btn-color .pic .black{ 
        background-color: #08a172; 
    }
	.izl-rmenu .btn-color .pic .yellow{ 
        background-color: #dd932a; 
    }
		.izl-rmenu .btn-color .pic .xmh{ 
        background-color: #5dc800; 
    }
	
.two{ margin:0px auto;height:280px;width:1285px;overflow:hidden; position:relative;}
.two ul{height:380px;width:960000000000px;position:absolute;left:0;}
.two ul li{display:block;float:left;margin:5px;height:220px; text-align:center; position:relative;}
.two ul li a{display:inline-block;height:80px; text-decoration:none} 
.two ul li img{display:block; width:300px; height:220px;}
.two ul li a span{height:0;display:block;color:#666666;font-size:15px; line-height:50px;}








.marque{ position:relative; top:50px}
.marque a{  text-decoration:none}
.goL{ position:absolute; left:-50px; top:158px; width:200px; z-index:3}
.goL img{ width:38px; height:auto}
.goR{ position:absolute; right:-50px; top:158px; z-index:3}
.goR img{ width:38px; height:auto}
#marquee1{width:1200px;overflow:hidden; margin:0 auto;}
#marquee1 ul li{float:left;width:406px; text-align:center; }
#marquee1 ul li span{display:block; width:386px; margin-top:10px; margin-bottom:20px;background:#f6f6f6; }
#marquee1 ul li img{display:block;width:386px; height:250px;transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;}

#marquee1 ul li span div{width:386px; height:250px; overflow:hidden}
#marquee1 ul li:hover img{  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);}
#marquee1 h1{ font-size:15px; color:#666; text-align:center; font-weight:normal; line-height:30px; padding:15px}
#marquee1 ul li span:hover{ moz-box-shadow:0px 12px 12px #c5c5c5; -webkit-box-shadow:0px 12px 12px #c5c5c5; box-shadow:0px 12px 12px #c5c5c5;}





.ban{ width:100%; position:relative; overflow:hidden; height:300px;top:0px;}
.bans{ width:1920px; position:absolute; left:50%; margin-left:-960px; height:300px}
.bans img{ width:1920px;}	
.sub{position:absolute; left:0; right:0;  bottom:120px}
.sub_title{  font-size:30px; padding:10px 20px 10px 20px; background:rgba(255,255,255,0.5); width:160px; text-align:center}


aside{ width:240px; float:left; background:#fff; border:#d9d9d9 solid 1px;}
.sub_titles{ padding-bottom:40px }
.sub_titles ul{ margin-top:0px; padding-left:20px;padding:20px 10px 10px 10px}
.sub_titles h1{  color:#FFF; line-height:60px; text-align:center}
.sub_titles a{ text-decoration:none; color:#666666; font-size:14px; line-height:40px; display:block;}
.sub_titles a span{ background:#d9d9d9; width:2px;  height:14px; display:block; float:left; margin-top:13px; margin-right:10px; margin-left:10px}
.sub_titles li:hover span{ color:#FFF}
.sub_titles li:hover a{ color:#FFF}
.sub_titles li.act span{ color:#FFF}
.sub_titles li.act a{ color:#FFF}
.sub_titles li{ border-bottom:#d9d9d9 solid 1px}
.fonts{ font-size:24px !important; margin-right:10px; font-weight:normal}
.ma{ margin-top:30px}
.ov{ overflow:hidden}

.contact{  }
.contact ul{ margin-top:0px; padding-left:20px;padding:20px 10px 10px 10px}
.contact h1{  color:#FFF; line-height:60px; text-align:center}
.contact a span{ background:#d9d9d9; width:2px;  height:14px; display:block; float:left; margin-top:13px; margin-right:10px; margin-left:10px}
.contact li{ border-bottom:#d9d9d9 solid 1px; font-size:14px; color:#666666; line-height:40px}

.containter{ background:#FFF; }
.containter header{ font-size:14px; color:#666666;border-bottom:#d9d9d9 solid 1px; padding-bottom:10px; padding-left:20px; height:20px; margin-top:10px}
.containter header a{ color:#666666; font-size:14px; text-decoration:none}
.containter header a:last-child{ float:right; display:none}
.tops img{ max-width:100%; width:auto}
.tops{ padding:30px}



.page{ text-align:center; margin-bottom:20px; margin-top:20px}
.page a{ font-size:14px !important; color:#666; text-decoration:none; padding:5px 10px 5px 10px; border:#d9d9d9 solid 1px; margin-left:5px; margin-right:5px}

.cases{ overflow:hidden}
.cases li{ float:left; width:280px; text-align:center; margin-right:20px}
.cases img{ width:280px; height:210px}
.cases a{ text-decoration:none; color:#666}
.cases span{ line-height:50px}


.ca{ overflow:hidden}
.ca li{ float:left; width:280px; text-align:center; margin-right:20px}
.ca img{ width:280px; height:180px}
.ca a{ text-decoration:none; color:#666}
.ca span{ line-height:50px}


.c{ overflow:hidden}
.c li{ float:left; width:290px; text-align:center; margin-right:10px}
.c img{ width:290px; height:210px}
.c a{ text-decoration:none; color:#666}
.c span{ line-height:50px}



.fwxms{ overflow:hidden}
.fwxms li{ float:left; width:290px; text-align:center; margin-right:10px}
.fwxms img{ width:290px; height:210px}
.fwxms a{ text-decoration:none; color:#666}
.fwxms span{ line-height:50px}

.titles{ color:#666666; font-size:18px; text-align:center; margin-top:20px}
.ts{ font-size:12px; color:#b0b0b0; text-align:center; line-height:50px; border-bottom:#d9d9d9 solid 1px;}
.next{ overflow:hidden; margin-top:20px; border-bottom:1px #e5e5e5 solid; border-top:1px #e5e5e5 solid; padding:10px 0 10px 0; line-height:30px}
.next a{ font-size:14px; color:#666666; display:block; text-decoration:none;}

.con img{ width:360px; height:200px; float:left; margin-right:20px;}
.con li{ overflow:hidden; margin-bottom:30px}
.con a{ text-decoration:none}
.con span{ font-size:18px; color:#666}
.con p{ font-size:15px; color:#666; line-height:30px; margin-top:20px}

.sub_nav ul {
    overflow: hidden;
}
.sub_nav li {
    margin: 0 auto;
    display: inline-block;
    background: #353535;
    list-style: none;
    margin-left: 5px;
}
.sub_nav li a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    height: 40px;
    line-height: 44px;
    color: #FFF;
    width: 120px;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 30px;
}
.braedm {
    width: 100%;
    height: 96px;
    border-bottom: #f7f7f7 1px solid;
}
.braedm .navlujing {
    font-size: 14px;
    line-height: 30px;
    color: #787878;
    background: url(../images/submenu-icon.jpg) no-repeat left center;
    padding-left: 210px;
    margin-top: 33px;
}
.fr {
    float: left;
    overflow: hidden;
}
.braedm .nemuul {
    overflow: hidden;
}
.fl {
    float: right;
    overflow: hidden;
}
.braedm .nemuul li {
    float: left;
    display: inline-block;
    height: 96px;
    line-height: 96px;
    font-size: 18px;
    overflow: hidden;
    margin-right: 50px;
}