@charset "utf-8";



/* CSS Document */











/*-----------公用-----------*/



/*nav1*/



@-webkit-keyframes swing{



20%,40%,60%,80%,100%{-webkit-transform-origin:top center}



20%{-webkit-transform:rotate(15deg)}



40%{-webkit-transform:rotate(-10deg)}



60%{-webkit-transform:rotate(5deg)}



80%{-webkit-transform:rotate(-5deg)}



100%{-webkit-transform:rotate(0deg)}



}



@-moz-keyframes swing{



20%,40%,60%,80%,100%{-moz-transform-origin:top center}



20%{-moz-transform:rotate(15deg)}



40%{-moz-transform:rotate(-10deg)}



60%{-moz-transform:rotate(5deg)}



80%{-moz-transform:rotate(-5deg)}



100%{-moz-transform:rotate(0deg)}



}











/*nav2*/



@-webkit-keyframes pulse{



0%{-webkit-transform:scale(1)}



50%{-webkit-transform:scale(1.1)}



100%{-webkit-transform:scale(1)}



}



@-moz-keyframes pulse{



0%{-moz-transform:scale(1)}



50%{-moz-transform:scale(1.1)}



100%{-moz-transform:scale(1)}



}







/*nav3*/



@-webkit-keyframes tada{



0%{-webkit-transform:scale(1)}



10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}



30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}



40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}



100%{-webkit-transform:scale(1) rotate(0)}



}



@-moz-keyframes tada{



0%{-moz-transform:scale(1)}



10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}



30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}



40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}



100%{-moz-transform:scale(1) rotate(0)}



}















@-webkit-keyframes bounce{



0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}



40%{-webkit-transform:translateY(-30px)}



60%{-webkit-transform:translateY(-15px)}



}



@-moz-keyframes bounce{



0%,20%,50%,80%,100%{-moz-transform:translateY(0)}



40%{-moz-transform:translateY(-30px)}



60%{-moz-transform:translateY(-15px)}



}



















/*tupian*/



/*1*/



@-webkit-keyframes pulse{



0%{-webkit-transform:scale(1)}



50%{-webkit-transform:scale(1.1)}



100%{-webkit-transform:scale(1)}



}



@-moz-keyframes pulse{



0%{-moz-transform:scale(1)}



50%{-moz-transform:scale(1.1)}



100%{-moz-transform:scale(1)}



}











HTML{overflow-x:hidden; height:auto;}







::selection {



    background-color: : #f00;



}







::-moz-selection {



    background-color: : #f00;



}







::-webkit-selection {



    background-color: : #f00;



}







::-webkit-scrollbar {



    width: 8px;



    height: 8px;



    background-color: #F5F5F5



}







::-webkit-scrollbar-track {



    border-radius: 10px;



    background-color: #E2E2E2



}







::-webkit-scrollbar-thumb {



    border-radius: 10px;



    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);



    background-color: #555



}







* {



    padding: 0;



    margin: 0;



    font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;



}







body {



    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;



    color: #333;



    margin: 0;



    line-height: 1;



}







:focus {



    outline: 1;



}







article,



aside,



canvas,



details,



figcaption,



figure,



footer,



header,



hgroup,



menu,



nav,



section,



summary {



    display: block;



}







a {



    margin: 0;



    padding: 0;



    border: 0;



    font-size: 100%;



    vertical-align: baseline;



    background: transparent;



}







ins {



    background-color: #ff9;



    color: #000;



    text-decoration: none;



}







mark {



    background-color: #ff9;



    color: #000;



    font-style: italic;



    font-weight: bold;



}







del {



    text-decoration: line-through;



}







table {



    border-collapse: collapse;



    border-spacing: 0;



}







hr {



    display: block;



    height: 1px;



    border: 0;



    border-top: 1px solid #cccccc;



    margin: 1em 0;



    padding: 0;



}







input,



select {



    vertical-align: middle;



}











li,



ul {



    list-style-type: none;



}







img {



    border: none;



}







a {



    color: #333;



    text-decoration: none;



    -webkit-transition: all .3s ease-out;



    transition: all .3s ease-out;



}







a:link,



a:hover,



a:active,



a:visited { text-decoration: none;}



input,textarea {  outline:0;  border: 0;}



textarea { resize: none;}



h1,h2,h3,h4,h5,h6,dl,dd,dt,em { font-weight: normal;}



.hide{display:none;}



.clear{clear:both;}







/*-----------公用--------------*/















/*---------------------banner-------------------------*/



.banner{width:100%; height:550px;}



.flexslider{position:relative;height:550px;clear:both; left:50%; margin-left:-960px; width:1920px; z-index:1;overflow: hidden;}



.slides{position:relative;z-index:1;}



.slides li a{height:550px; width:100%;}



.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}



.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}



.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}



.flex-control-nav .flex-active{background-position:0 0;}



.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}



.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}



.flex-direction-nav li a.flex-prev{left:318px; background:url(../images/prev.png) center center no-repeat;}



.flex-direction-nav li a.flex-next{right:318px;background:url(../images/next.png) center center no-repeat;}



.neiye_banner{ width:1180px; height:350px; margin:0 auto;}



/*---------------------banner-end------------------------*/







.bg{width:100%; height:auto; background:url(../images/bg.jpg) center no-repeat;}











/*-----search-------------*/



.search_box{width:100%; height:50px; border-bottom:1px solid f1f1f1;}



.search{width:1180px; height:50px; margin:0 auto;}



.search_left{width:800px; float:left; font-size:14px; color:#333; line-height:50px; overflow:hidden;}



.search_left a{color:#333;}



.search_right{width:330px; height:36px; float:right; margin-top:6px;}



.search_right input{width:261px; height:34px; float:left; border:1px solid #ccc; background:#fff; font-size:14px; color:#555; line-height:36px; outline:none; padding-left:15px;}



.search_right a{width:52px; height:35px; float:right; display:block; text-align:center; background:url(../images/search_bg.jpg) center no-repeat;}



.search_right a img{width:18px; height:21px; margin-top:7px;}



/*-----search-------------*/











/*------product-----------*/



.product_box{width:1180px; height:747px; margin:0 auto; padding-top:40px;}



.product_left{width:245px; height:741px; float:left; background:#fff;}



#tab{width:888px; float:right;}



.product_t{width:245px; height:96px; border-left:3px solid #e09c4a;}



.product_t h2 a img{width:167px; height:49px; margin-top:45px; margin-left:30px;}



.product_list{width:207px; height:207px; height:570px; margin-top:10px; margin-left:30px;}



.product_list ul li{width:207px; height:36px; background:url(../images/product_li.jpg) 1px 12px no-repeat; border-bottom:1px solid #eeeeee;}



.product_list ul li a{font-size:14px; color:#555; line-height:36px; padding-left:38px;}



.product_list ul li a:hover{color:#e09c4a;}



.tab_menu{width:888px; height:40px; background:url(../images/tab_menu.jpg) center 38px no-repeat;}



.tab_menu li{width:88px; float:left; margin-right:10px;}



.tab_menu li a{font-size:16px; color:#333; line-height:40px;}



.tab_menu li a:hover{width:88px; height:37px; border-bottom:3px solid #e09c4a; color:#e09c4a; display:block;}



.tab_memu li:first-child:after a{width:88px; height:37px; border-bottom:3px solid #e09c4a; color:#e09c4a; display:block;}



.tab_menu li.selected a{width:88px; height:37px; border-bottom:3px solid #e09c4a; color:#e09c4a; display:block;}



.product_more{width:70px; float:right; text-align:right;}



.product_more a{font-size:14px; color:#333; line-height:40px;}



.tab_box{width:888px; height:593px; padding-top:24px;}



.con{width:206px;height:203px;float:left;position: relative;cursor: pointer; margin:0 8px 26px 8px;}



.con img{width:206px;height:180px;}



.txt{position: absolute;left: 0;bottom: 0;width:100%;line-height:40px;text-align: center;color:#fff; background:#e09c4a; overflow:hidden; opacity:0.8; height:40px;}



.txt h3{font-weight: normal;}



.txt h3 a{color:#FFF;}



.txt p{font-size: 14px;display: block;line-height:20px;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-moz-margin-before: 1em;-moz-margin-after: 1em;-moz-margin-start: 0px;-moz-margin-end: 0px;    height: 60px;



    overflow: hidden;}



/*------product--end---------*/











/*---------ys-----------*/



.ys_box{width:100%; height:496px; background:url(../images/ys_bg.png) center no-repeat;}



.ys{width:1180px; height:496px; margin:0 auto;}



#tab2{width:663px; height:422px; background:#fff; float:left; margin-top:25px;}



.ys_right{width:468px; height:330px; float:right; margin-top:43px;}



.tab_menu2{width:79px; height:316px; background:url(../images/tab_menu2.jpg) center no-repeat; float:left;}



.tab_menu2 li{width:79px; height:79px; text-align:center; font-size:36px; color:#fff; line-height:79px;}



.tab_menu2 li:hover{width:79px; height:79px; background:#e09c4a; display:block;}



.tab_menu2 li:first-child:after{width:79px; height:79px; background:#e09c4a; display:block;}



.tab_menu2 li.selected2{width:79px; height:79px; background:#e09c4a; display:block;}



.tab_box2{width:550px; height:434px; float:right; margin-top:10px; margin-right:16px;}



.tab_box2 img{width:550px; height:232px; display:block;}



.tab_box2 dt{width:550px; height:62px; margin-top:12px; font-size:18px; color:#3c3c3c; font-weight:bold; line-height:30px;}



.tab_box2 dt span{font-size:12px; color:#868686; display:block; font-weight:normal;}



.tab_box2 p{width:550px; height:90px; font-size:14px; color:#292929; line-height:28px; margin-top:10px;}



.ys_t{width:438px; height:224px; margin-left:7px; text-align:right;}



.ys_t dt{font-size:18px; color:#fff; line-height:30px;}



.ys_t h3 a{font-size:50px; color:#da9849; font-weight:bold; display:block; padding-top:10px; line-height:50px; word-spacing:-10px;}



.ys_t h3 a span{display:block; font-size:14px; color:#da9849; word-spacing:-0.9px; font-weight:normal;}



.ys_t dd{font-size:24px; color:#fff; font-weight:bold; line-height:46px;}



.ys_phone{width:208px; height:108px; text-align:right; font-size:16px; color:#fff; line-height:30px;}



.ys_phone span{display:block; font-size:24px;}



.ys_phone p{width:113px; height:31px; background:#e09c4a; text-align:center; margin-top:14px; margin-left:94px;}



.ys_phone p a{font-size:16px; color:#fff; line-height:31px;}



/*---------ys-end----------*/















/*-------case-----------*/



.case_box{width:1180px; height:600px; margin:0 auto; padding-top:50px;overflow: hidden;}



.case_left{width:230px; height:642px; float:left; background:url(../images/case_left.png) center no-repeat;}



.tab_box3{width:888px; height:550px; float:right;overflow: hidden;}



.case_t{width:218px; height:185px; margin:0 auto; padding-top:20px;overflow: hidden;}



.case_t h3 a{font-size:30px; color:#3a3a3a; font-weight:bold; padding-top:16px; line-height:34px;}



.case_t h3 a span{display:block; font-size:20px; color:#da9849;}



#tab3 .tab_menu3 li{width:221px; height:42px; background:#e09c4a; margin:6px auto; border-radius:3px;overflow: hidden;}



.tab_menu3 li a{font-size:16px; color:#333; line-height:42px; width:200px; padding-left:21px;}



.tab_menu3 li:hover a{width:200px; padding-left:21px; height:42px; background:#333; border-radius:3px; display:block; color:#fff;}



.tab_menu3 li:first-child:after a{width:200px; padding-left:21px; height:42px; background:#333; border-radius:3px; display:block; color:#fff;}



.tab_menu3 li.selected3 a{width:200px; padding-left:21px; background:#333; border-radius:3px; display:block; color:#fff;}



.tab_box3 ul li{width:424px; float:left; text-align:center; line-height:30px; margin:20px 10px;}



.tab_box3 ul li img{width:414px; height:460px; padding:5px; background:#fff;}



.tab_box3 ul li a{color:#333;}



.tab_box3 ul li img:hover{-webkit-animation:pulse 1s .2s ease both;-moz-animation:pulse 1s .2s ease both;}



/*-------case--end---------*/











/*--------------------khjz--------*/



.khjz_box{width:100%; height:424px; background:url(../images/khjz_bg.png) center no-repeat;}



.khjz{width:1180px; height:424px; margin:0 auto;}



.khjz_left{width:628px; float:left; height:395px; margin-top:30px;}



.khjz_right{width:509px; height:387px; float:right; margin-top:38px;}



.khjz_left ul li{width:628px; height:170px; border:1px solid #ccc; border-radius:3px; margin-bottom:30px;}



.khjz_left ul li img{width:160px; height:156px; display:block; float:left; border-radius:3px; margin:5px;}



.khjz_left ul li img:hover{-webkit-animation:pulse 1s .2s ease both;-moz-animation:pulse 1s .2s ease both;}



.khjz_left ul li dl{width:432px; height:145px; float:right; margin-top:10px; margin-right:10px;}



.khjz_left ul li dl dt{width:432px; height:30px; font-size:14px; line-height:30px; overflow:hidden;}



.khjz_left ul li dl dt a{font-weight:bold; color:#333;}



.khjz_left ul li dl p{width:432px; height:73px; font-size:14px; color:#585858; line-height:24px; overflow:hidden; margin-top:10px;}



.khjz_left ul li dl span{display:block; width:92px; height:28px; margin-top:10px; text-align:center; background:url(../images/khjz_more.png) center no-repeat;}



.khjz_left ul li dl span a{font-size:14px; color:#333; line-height:28px;}



.khjz_t{width:509px; height:247px; text-align:right;}



.khjz_t h3{width:357px; height:58px; background:#e09c4a; text-align:center; margin-left:150px;}



.khjz_t h3 a{font-size:30px; color:#2c2c2c; line-height:58px;}



.khjz_t p{font-size:14px; color:#a1a1a1; height:38px; background:url(../images/khjz_t.jpg) right bottom no-repeat; line-height:38px;}



.khjz_t dt{height:70px; margin-top:56px; font-size:24px; color:#fff; line-height:30px;}



.khjz_t dt span{display:block; font-size:12px;}



.khjz_phone{width:509px; height:126px; text-align:right;}



.khjz_phone p{width:452px; float:left; font-size:30px; color:#e09c4a;}



.khjz_phone b{width:36px; height:36px; display:block; float:right;}



.khjz_phone span{display:block; width:122px; height:34px; margin-top:30px; background:url(../images/phone2.png) center no-repeat; text-align:center; clear:both; margin-left:378px;}



.khjz_phone span a{font-size:18px; color:#333; line-height:34px;}



/*--------------------khjz-end-------*/











/*-------zhanting----------*/



.zhanting_box{width:1180px; height:575px; margin:0 auto; padding-top:20px;}



.zhanting_t{width:1180px; height:53px; background:url(../images/zhanting_t.png) right bottom no-repeat;}



.zhanting_t h3 a{font-size:30px; color:#da9849; line-height:30px;}



.zhanting_t h3 a span{display:block; font-size:14px; color:#707070;}



.zhanting_t h3{width:500px; float:left;}



.zhanting_more{width:70px; float:right; text-align:right;}



.zhanting_more a{font-size:14px; color:#333; line-height:50px;}



.zhanting_nr{width:1180px; height:478px; margin:0 auto; padding-top:42px;}



.zhanting_nr ul li.zhanting1{width:530px; float:left; text-align:center; line-height:30px;}



.zhanting1 img{width:520px; height:405px; display:block; padding:5px; border-radius:3px; background:#fff;}



.zhanting1 a{font-size:14px; color:#333;}



.zhanting2{width:298px; float:left; margin-left:27px; text-align:center; line-height:30px;}



.zhanting2 img{width:288px; height:180px; padding:5px; border-radius:3px; background:#fff;-webkit-animation:pulse 1s .2s ease both;-moz-animation:pulse 1s .2s ease both;}



.zhanting2 a{font-size:14xp; color:#333;}



.zhanting_nr img:hover{-webkit-animation:pulse 1s .2s ease both;-moz-animation:pulse 1s .2s ease both;}



/*-------zhanting--end--------*/







/*-------about--------*/



.about_box{width:100%; height:319px; background:url(../images/about_bg.png) center no-repeat;}



.about{width:1180px; height:319px; margin:0 auto;}



.about_nr{width:637px; margin-left:540px;}



.about_t{width:637px; height:74px; background:url(../images/about_t.png) left bottom no-repeat; margin-top:20px;}



.about_t h3 a{font-size:24px; color:#da9849; font-weight:bold; line-height:30px;}



.about_t h3 a span{display:block; font-size:18px; color:#424242; font-weight:normal;}



.about_wen{width:637px; height:190px; margin-top:40px;}



.about_wen p{width:637px; height:100px; color:#424242; line-height:24px; overflow:hidden; font-size:14px;}



.about_wen span{display:block; width:120px; height:34px; margin-top:20px; text-align:center; background:url(../images/about_more.png) center no-repeat;}



.about_wen span a{font-size:14px; color:#333; line-height:34px;}



/*-------about--end------*/















/*-------honor----------*/



.honor_box{width:100%; height:354px; background:url(../images/honor_bg.png) center no-repeat;overflow: hidden;}



.honor{width:1180px; height:340px; margin:0 auto;overflow: hidden;}



#tab4{width:1154px; height:322px; padding-top:34px; padding-left:26px;overflow: hidden;}



.tab_menu4{width:125px; float:left;}



.tab_menu4 li{width:124px; height:124px; background:#333; text-align:center;}



.tab_menu4 li a{font-size:24px; color:#fff; line-height:80px;}



.tab_menu4 li a span{display:block; font-size:22px; color:#4e4d4d; font-weight:normal; position:relative; top:-40px;}



.tab_menu4 li a:hover{display:block; width:124px; height:124px; background:#e09c4a; color:#333;}



.tab_menu4 li a:hover span{color:#666;}



.tab_menu4 li:first-child:after a{display:block; width:124px; height:124px; background:#e09c4a; color:#333;}



.tab_menu4 li:first-child:after a span{color:#666;}



.tab_menu4 li.selected4 a{display:block; width:124px; height:124px; background:#e09c4a; color:#333;}



.tab_menu4 li.selected4 a span{color:#666;}



.tab_box4{width:1029px; float:right;}



.tab_box4 ul li:first-child{margin-left:0;}



.tab_box4 ul li:last-child{margin-right:0;}



.honor_more{width:97px; height:97px; float:right; background:url(../images/honor_more.jpg) center no-repeat; text-align:center;}



.honor_more a{font-size:16px; color:#fff; line-height:97px;}







.con-three{



	width:296px;



	height:;



	float: left;



	margin:0 8px;



	margin-bottom: 15px;



	position: relative;



	cursor: pointer;



	overflow: hidden;



}



.con-three img{



	width:296px;



	height:273px;



}



.txt-three{



	position: absolute;



	left: -296px;



	top: -373px;



	width: 100%;



	height:373px;



	padding-top: 60px;



	line-height: 45px;



	text-align: center;



	color: #fff;



	background: rgba(0,0,0,0.6);



	filter:Alpha(opacity=80);



}



.txt-three h3{



	font-weight: normal;



}
.txt-three h3 a{	color:#fff;}


.txt-three p{

    height: 80px;	    overflow: hidden;

	font-size: 14px;



	display: block;



	line-height: 20px;



}







/*-------honor-end---------*/











/*------cj-----------*/



.cj_box{width:1180px; height:260px; margin:0 auto; padding-top:20px;}



.cj_t{width:1180px; height:80px; margin:0 auto;}



.cj_t h3 a{float:left; font-size:24px; color:#2c2c2c; line-height:30px;}



.cj_t h3 a span{display:block; font-size:12px; color:#e09c4a;}



.cj_more{width:87px; height:30px; float:right; text-align:center; background:#e09c4a;}



.cj_more a{font-size:14px; color:#333; line-height:30px;}



.cj_nr{width:1180px; height:178px; margin:0 auto;}



.cj_nr ul li{width:368px; height:164px; float:left; margin-right:25px;overflow: hidden;}



.wen{width:368px; height:26px;}



.wen span{display:block; width:26px; height:26px; line-height:26px; text-align:center; background:#333; color:#fff; float:left;}



.cj_nr ul li a{width:326px; height:26px; display:block; float:right; font-size:14px; color:#333; font-weight:bold; line-height:26px; overflow:hidden;}



.da{width:368px; height:126px; margin-top:10px;}



.da span{display:block; font-size:14px; color:#333; float:left; text-align:center; background:#e09c4a; width:26px; height:26xp; line-height:26px;}



.da p{width:326px; height:126px; font-size:14px; color:#333; line-height:24px; overflow:hidden; float:right;}





/*------cj--end---------*/











.news_box{width:100%; height:450px; background:url(../images/news_bg.png) center no-repeat;}



/*--------banner3----------*/



.banner3{width:1180px; height:123px; margin:0 auto; background:url(../images/banner3.jpg) center no-repeat;}



.phone3{width:260px; height:99px; margin-left:885px; padding-top:24px; text-align:center;}



.phone3 p{width:168px; height:34px; margin:0 auto; background:#333; text-align:center;}



.phone3 p a{font-size:14px; color:#fff; line-height:34px;}



.phone3 b{display:block; font-size:16px; color:#333; line-height:50px; font-weight:normal;}



.phone3 b span{font-size:24px;}



/*--------banner3-end---------*/











/*-------news-----------*/



.news{width:1180px; height:298px; margin:0 auto; padding-top:28px;}



#tab5 .tab_menu5{width:134px; height:146px; float:right; margin-top:136px;}



.tab_menu5 li{width:134px; height:44px; background:#333; margin-top:10px; text-align:center;}



.tab_menu5 li a{font-size:16px; color:#fff; line-height:44px;}



.tab_menu5 li a:hover{display:block; width:134px; height:44px; background:#e09c4a; color:#fff;}



.tab_menu5 li.selected5 a{display:block; width:134px; height:44px; background:#e09c4a; color:#fff;}



.tab_menu5 li:first-child:after a{display:block; width:134px; height:44px; background:#e09c4a; color:#fff;}



.tab_box5{width:1012px; height:299px; float:left;}



.news_left{width:428px; height:284px; float:left;}



.news_right{width:548px; height:284px; float:right;}



.news_left img{width:427px; height:158px; display:block;}



.news_left img:hover{-webkit-animation:pulse 1s .2s ease both;-moz-animation:pulse 1s .2s ease both;}



.news_left dt{width:428px; height:50px; font-size:14px; line-height:50px; overflow:hidden;}



.news_left dt a{color:#fff; font-weight:bold;}



.news_left p{width:428px; height:70px; font-size:14px; color:#fff; line-height:24px; overflow:hidden;}



.news_right ul li{width:548px; height:34px; background:url(../images/news_li.jpg)1px 13px no-repeat;}



.news_right ul li a{width:400px; display:block; height:34px; padding-left:20px; overflow:hidden; font-size:14px; line-height:34px; color:#fff; float:left;}



.news_right ul li span{width:80px; height:34px; float:right; font-size:14px; color:#fff; line-height:34px;}



.news_right ul li a:hover{color:#e09c4a;}



/*-------news-----------*/











/*-------links-------*/



.links_box{width:1180px; height:60px; margin:0 auto;}



.links{width:232px; height:35px; float:left; margin-top:26px;}



.links_nr{width:920px; float:right; line-height:30px; font-size:14px; overflow:hidden;margin-top: 10px;}



.links_nr a{color:#333; padding-right:16px;}

.links_nr li{margin:0 20px;float:left;}



/*-------links--end-----*/


