/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;	
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{ text-decoration:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1160px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.big_demo{
    background: #ffffff;
    padding-bottom:10px ;
}

.demo_bk{
    border: solid 1px #dbdbdb;
    padding: 7px;
    background: #fafbfd;
}

.demo_hd{
    height: 43px;
    background: #44dddb;
    line-height: 43px;
    color: #ffffff;
    padding: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.demo_hdt{
    background:  url(../images/demo.png) center left no-repeat;
    padding-left: 20px;
    font-size: 18px;
}

.demo_hdt>span{
    font-size: 14px;
    text-transform: uppercase;
}

.demo_more{
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
}



/*header-logo-contact*/
.logo_contact{
    height: 76px;
    padding-top: 10px;

}

.hd_logo{
    width: 591px;
    height: 62px;
    overflow: hidden;

}

.hd_logo>img{
    max-width: 591px;
}

.hd_contact{
    color: #2e993b;
    margin-top: 33px;
}

.hd_contact>a{
    width: 31px;
    height: 31px;
    overflow: hidden;
    display: inline-block;
    margin:0 5px;
}

.hd_contact>span{
    font-size: 16px;

    line-height: 31px;
    display: inline-block;
    margin: 0 5px;
}

.hd_contact>p{
    font-size: 34px;
    font-weight: bold;
    margin: 0 5px;
}

/*header-nav*/

.hd_nav>ul>li{
    margin-left: 6px;
}

.hd_nav>ul>li:nth-child(1){
    margin-left: 0;
}

.hd_nav>ul>li>a{
    display: inline-block;
    width: 123px;
    height: 47px;
    overflow: hidden;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background: linear-gradient( #44b388, #42ae84,#358a69);

}

.hd_nav>ul>li>a:hover{
    background: #44dddb;
}


/*banner-nav*/
.shutter {
    overflow: hidden;
    width: 1160px;
    height: 256px;
    position: relative;
    margin: 14px auto 0;

}
.shutter-img {
    z-index: 1;
}
.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shutter-img a {
    cursor: default;
}
.shutter-img a > img {
    width: 100%;
    height: 100%;
}
.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}
.shutter-btn li.prev {
    left: 20px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
    right: 20px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../images/shutter_shadow.png) repeat;
}
.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

/*section-news-roll-search*/
.news_rsc{
    height: 37px;
    background: #ffffff;
    padding:14px 0 ;
}

.scrollbox{
    width: 720px;
    overflow: hidden;
}
#scrollDiv{
    width:635px;
    height:38px;
    overflow:hidden;
}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{
    height:38px;
    overflow:hidden;
    line-height: 38px;
    zoom:1;
}
#scrollDiv li h3{
    height:38px;
    font-size:13px;
    line-height:38px;
    width: 600px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
#scrollDiv li h3 a{
    color:#181818;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#scrollDiv li h3 a:hover{
    color:#44b187;
}

.scroltit{
    height:26px;
    line-height:26px;
    padding-bottom:4px;
    margin-bottom:4px;
}
.scroltit .updown{
    float:right;
    width:32px;
    height:22px;
    margin-left:4px;
    margin-top: 7px;
}
#but_up{
    background:url(../images/up.gif) no-repeat 0 0;
    text-indent:-9999px
}
#but_down{
    background:url(../images/down.gif) no-repeat 0 0;
    text-indent:-9999px
}

.news_roll>p{
    font-weight: bold;
    font-size: 15px;
    color: #181818;
    line-height: 38px;
    margin-left:15px;
}

.input{
    width: 285px;
    margin-right: 15px;
    margin-top: 5px;
}

.input_text{
    width: 194px;
    height: 26px;
    background: #ffffff;
    border:solid 1px #dbdbdb;
    border-radius: 50px;
    display: block;
    font-size: 13px;
    color: #5a5a5a;
    padding: 0 75px 0 15px;
}

.input_search{
    width: 53px;
    height: 28px;
    color: #ffffff;
    background: #2e993b;
    line-height: 27px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    font-size: 13px;
    margin-left: -54px;
    display: block;
}

.input_search:active{
    background: #44b388;
}


/*section-approach-honor*/

.in_in {
    width: 337px;
    height: 291px;
}

.in_div{
    font-size: 13px;
    color: #3e3e3e;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 20px;
    height: 96px;
    overflow: hidden;
}

.in_div>a{
    font-size: 13px;
    color: #44b388;
}

.in_div>a:hover{
    color: #44dddb;
}

.in_bq{
    margin-top: 30px;
}

.in_bq>li{
    color: #ffffff;
    border-radius: 5px;
    width: 85px;
    height: 27px;
    padding:7px 11px ;
    background: #7fcf49;
    margin-left: 7px;
    margin-bottom: 10px;
    cursor: pointer;
}

.in_bq>li:nth-child(1), .in_bq>li:nth-child(4){
    margin-left: 0;
}

.in_bq>li:nth-child(4), .in_bq>li:nth-child(5){
    width:90px;
    padding: 7px 37px;
}

.in_bq>li>p{
    font-size: 28px;
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -o-transform: scale(1,1.2);
    transform: scale(1,1.2);
}

.in_li{
    font-size: 12px;
    line-height: 15px;
}

.se_honor{
    width: 783px;
    height: 291px;
}



.marquee {width:750px;
    height:230px;
    overflow:hidden;
    margin:10px 15px;
}
.marquee li{
    display:inline;
    float:left;
    background: #ffffff;
    border: solid 1px #dbdbdb;
    padding: 10px;
    margin-right: 48px;
}
.marquee li a{
    height:208px;
    min-width: 160px;
    display:block;
    float:left;
    text-align:center;
    font-size:14px;
}

.marquee li img {
    max-height: 100%;
}
.marquee li em{font-style: normal; height:24px; line-height:24px; display:block; margin-top:8px;}

/*section-expert-answers-main*/
.se_qa{
    width: 337px;
    height: 432px;
}


.scrollbox2{
    width: 337px;
    margin: 0 auto;
    overflow: hidden;
}
#scrollDiv2{
    width:337px;
    height:363px;
    overflow:hidden;
}/*这里的高度和超出隐藏是必须的*/
#scrollDiv2 li{
    background: #f5f5f7;
    margin-top: 5px;
    width: 337px;
    height: 116px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#scrollDiv2 li:hover{
    background: #dff0ec;
}

#scrollDiv2 li h3{
    height:24px;
    font-size:15px;

}
#scrollDiv2 li h3 a{
    background:  url(../images/ansewer.png) center left no-repeat;
    color:#363636;
    padding-left: 28px;
    overflow: hidden;
    line-height: 24px;
    display: inline-block;
    width:279px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 12px 0 ;
}

#scrollDiv2 li h3 a:hover{ color: #39993d
}
#scrollDiv2 li div{
    height:70px;
    width:285px;
    color:#5a5a5a;
    line-height:25px;
    overflow:hidden;
    font-size: 13px;
    padding-left: 28px;
    background:  url(../images/qust.png) top left no-repeat;
    text-align: justify;
    margin: 12px 12px 0;
    cursor: pointer;
}
#scrollDiv2 li div a{
    color:#44b388;
}

#scrollDiv2 li div a:hover{
    text-decoration: underline;
}

.scroltit2{
    height:26px;
    line-height:26px;
    padding-bottom:4px;
    margin-bottom:4px;
}
.scroltit2 h3{
    width:100px;
    float:left;
}
.scroltit2 .updown{
    float:right;
    width:32px;
    height:22px;
    margin-left:4px
}
#but_up2{
    background:url(../images/up.gif) no-repeat 0 0;
    text-indent:-9999px
}
#but_down2{
    background:url(../images/down.gif) no-repeat 0 0;
    text-indent:-9999px
}

/*se_contact */
.se_contact {
    width: 337px;
    height: 437px;
    margin-top: 10px;
}

.ct_tt{
    font-size: 16px;
    color: #575757;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 25px;
}

.ct_xhx{
    width: 30px;
    height: 1px;
    background: #575757;
    margin:3px 0 5px  26px;
}

.contact{
    padding: 0 10px;
}

.contact>ul>li{
    margin-top: 20px;
}

.contact>ul>li>p{
    width: 300px;
    height: 34px;
    border: solid 1px #dbdbdb;
    background: #eeeeee;
    line-height: 34px;
    padding-left:23px ;
    border-radius: 15px;
}

/*section-message*/
.se_message{
    width: 337px;
    height: 518px;
    margin-top: 10px;
}

.msg_img{
    width: 337px;
    height: 112px;
    overflow: hidden;
    margin-top: 10px;
}


.msg_img>img{
    width: 100%;
}

.se_msg{
    width: 317px;
    height: 325px;
    padding: 10px;
}

.se_msg>label{
    font-size: 14px;
    color: #202020;
}

.se_msg>input{
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #5a5a5a;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background: none;
    padding: 0 15px;
    margin: 5px 0;
}

.se_msg>textarea{
    width: 250px;
    height: 88px;
    padding: 10px;
    background: none;
    border: solid 1px #dbdbdb;
    border-radius: 10px;
    margin: 5px 0;
    resize: none;
}

.button>input{
    width: 143px;
    height: 41px;
    overflow: hidden;
    border: none;
    margin-right:22px ;
}

.bt_rt{
    background:  url(../images/reset.png) center no-repeat;
}

.bt_rt:active{
    background:  url(../images/reset2.png) center no-repeat;
}

.bt_st{
    background:  url(../images/submit.png) center no-repeat;
}

.bt_st:active{
    background:  url(../images/submit2.png) center no-repeat;
}

.button{
    margin-top: 13px;
}

/*section-main*/
.se_main{
    width: 783px;
    overflow: hidden;
}

.main_list>li{
    width: 750px;
    height: 187px;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    cursor: pointer;
    background: #ffffff;
}

.main_ltimg{
    width: 240px;
    height: 175px;
}

.main_ltimg:hover{
    max-width: 240px;
    max-height: 175px;
}

.main_text{
    width: 475px;
    margin-left:25px ;
}

.mate_number{
    width: 59px;
    height: 53px;
    overflow: hidden;
}

.mate_tittle{
    font-size: 18px;
    color: #373737;
    margin-top: 13px;
    margin-left: 5px;
}

.mate_tittle>p{
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 3px;
}

.mate_min{
    margin-top: 10px;
    font-size: 13px;
    color: #505050;
    line-height: 23px;
    height: 118px;
    overflow: hidden;
    cursor: pointer;
}

.mate_min>p, .mate_min>p>span{
    background:  url(../images/p_bj.png) center left no-repeat;
    padding-left: 10px;
}

.mate_min>p>span{
    margin-left: 15px;
}

.mate_min>div>p{
    font-size: 12px;
    color: #4b4b4b;
    margin-top: 1px;
    margin-left: 24px;
}

.mate_min>div{
    color: #5b5b5b;
    font-size: 12px;
    padding-right: 20px;
}

/*case*/
.se_case{
    width: 783px;
    margin-top: 10px;
}

.case_mibj{
    width: 138px;
    height: 135px;
    overflow: hidden;
    padding:25px ;
    color: #ffffff;
}

.case_mibj>a{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 25px;
}

.case_mibj>p{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    margin: 15px 0;
}

.case_xh{
    width: 34px;
    height: 4px;
    background: #ffffff;

}

.case_img{
    width: 188px;
    height: 185px;
}

.case_img>img{
    max-width: 188px;
    max-height: 185px;

}

.case_min{
    margin: 2px;
}

.case_img2{
    width: 380px;
    height: 185px;
}

.case_img2>img{
    max-width: 380px;
    max-height: 185px;
}

.case_minh{
    margin:15px 5px 14px ;
}

.se_img>img{
    width: 100%;
}

/*news-center*/

.news_center{
    width: 364px;
    height: 340px;
    overflow: hidden;
    margin-right: 10px;

}

.se_news>li>a{
    font-size: 14px;
    color: #5a5a55;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 43px;
    background:  url(../images/dian.png) left center no-repeat;
    padding-left: 10px;
}

.se_news>li>a:hover{
    color: #44b388;
    background:  url(../images/dian2.png) left center no-repeat;
}

.se_news>li>p{
    font-size: 12px;
    color: #b4b4b4;
    line-height: 43px;
}

/*section -team*/
.marquee2 {width:1144px;
    height:156px;
    overflow:hidden;
    margin:10px 0;
}
.marquee2 li{
    display:inline;
    float:left;
    border: none;
    width: 183px;
    height: 155px;
    overflow: hidden;
    margin-right: 10px;
    background: none;
    padding: 0;
}
.marquee2 li a{
    width: 183px;
    height: 155px;
    display:block;
    float:left;
    text-align:center;
    font-size:14px;
}

.marquee2 li img {
    max-width: 183px;
    max-height: 155px;
}
.marquee2 li em{font-style: normal; height:24px; line-height:24px; display:block; margin-top:8px;}

.fd_link{
    width: 128px;
    height: 43px;
    border-right: solid 1px #d3d3d3;
}

.se_lkink{
    height: 80px;
    padding: 20px 7px;
}



.marquee3 {width:975px;
    height:62px;
    overflow:hidden;
}
.marquee3 li{
    display:inline;
    float:left;
    border: none;
    width: 118px;
    height: 62px;
    overflow: hidden;
    margin-right: 10px;
    background: none;
    padding: 0;
}
.marquee3 li a{
    width: 118px;
    height: 62px;
    display:block;
    float:left;
    min-width: 118px;

}


.marquee3 li img {
    max-width: 118px;
    max-height: 62px;
}
.marquee3 li em{font-style: normal; height:24px; line-height:24px; display:block; margin-top:8px;}

/*footer*/

.fd_link{
    font-size: 20px;
    color: #44b388;
    margin-top: 21px;
}

.fd_link>p{
    font-size: 14px;
    color: #292929;
}


.ft_list{
    display: inline-block;

}

.ft_list>li>a{
    font-size: 13px;
    color: #43638f;
    padding: 0 10px;
}

.ft_list>li>a:hover{
    color: #44b388;
}

.ft_list>li{
    border-right: solid 1px #43638f;
}

.ft_list>li:nth-child(1){
    border-left: 1px solid #43638f;
}

.ft_div{
    font-size: 12px;
    color: #202020;
    line-height: 20px;
    margin-top: 15px;
}


/*------------------------list-工程案例--------------------*/
.page_n{
    background: #ffffff;
    padding: 15px;
}

.page_left{
    width: 260px;
}

.page_lfhd{
    height: 74px;
    padding: 20px 15px;
    background: #42b78b;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.page_lfhd>h1{
    font-size: 20px;
    margin-top: 15px;
}

.page_list{
    background: #f4f4f4;
    margin-top: 2px;
    padding: 10px 10px 35px 10px;
}

.page_list>li{
    border-bottom: dashed 1px #d5d5d5;
    background:  url(../images/fxj.png) center right no-repeat;
}

.page_list>li>a{
    font-size: 15px;
    color: #474747;
    line-height: 60px;
    display: inline-block;
    min-width: 220px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.page_list>li>a:hover{
    color: #42b78b;
}

.page_right{
    width: 855px;
}

.this_add, .this_add>a{
    font-size: 13px;
    color: #4b4b4b;
}

.this_add{
    height: 41px;
    line-height: 41px;
    border-bottom: solid 1px #e1e1e1;
}

.this_add>a:hover{
    color: #42b78b;
}

.case_amg{
    width: 240px;
    height: 175px;
}

.case_amg>img{
    max-width: 240px;
    max-height: 175px;
}

.case_tt{
    font-size: 14px;
    color: #202020;
    text-align: center;
    display: inline-block;
    width: 210px;
    padding: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_tt:hover{
    color: #42b78b;
}

.case_list>li{
    width: 240px;
    margin: 20px;
}

.page_ct{
    background:  url(../images/pg_ct.jpg) center bottom no-repeat;
    width: 230px;
    height: 200px;
    padding:40px 15px 0;
    cursor: pointer;
}

.page_ct>div>a{
    width: 31px;
    height: 31px;
    display: inline-block;
    margin-right: 15px;
}

.page_ct>div>p{
    font-size: 16px;
    color: #44b388;
    line-height: 31px;
}

.page_ct>p{
    font-size: 31px;
    color: #565656;
    font-weight: bold;
    margin-top: 15px;
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -o-transform: scale(1,1.2);
    transform: scale(1,1.2);
}


/*-----------------------------list-新闻----------------------------*/

.list_news>li>a{
    font-size: 15px;
    color: #202020;
    line-height: 50px;
    display: inline-block;
    max-width: 660px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_news>li>p{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 50px;
}

.list_news>li>a:hover{
    color: #42b78b;
}







/*--------------------------------------show-走进典图-------------------------*/
.page_show{
    font-size: 13px;
    color: #4b4b4b;
    line-height: 25px;
    padding: 20px 0;
    text-align: justify;
}

.page_show>h1{
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.page_show>p{
    margin-bottom: 15px;
}

.page_show>img{
    max-width: 100%;
    margin: 10px auto;
    display: block;

}

/*修改增加*/
div.wrap {
    width : 1160px;
    height: 256px !important;
    margin: 0 auto;
}
div#top div#nav {
    float : left;
    clear : both;
    width : 993px;
    height : 52px;
    margin : 22px 0 0;
}
div#top div#nav ul {
    float : left;
    width : 700px;
    height : 52px;
    list-style-type : none;
}
div#nav ul li {
    float : left;
    height : 52px;
}
div#nav ul li a {
    border : 0;
    height : 52px;
    display : block;
    line-height : 52px;
    text-indent : -9999px;
}
div#header {
    width : 1160px;
    height: 256px;
    margin: 15px auto 0;
}
div#video-header {
    height : 683px;
    margin : -1px 0 0;
}

div#header div#slide-holder {
    z-index : 40;
    width : 1160px;
    height : 256px;
    position : absolute;
}
div#header div#slide-holder div#slide-runner {
    width: 1160px;
    height: 256px;

    overflow : hidden;
    position : absolute;
}
div#header div#slide-holder img {
    margin : 0;
    display : none;
    position : absolute;
}
div#header div#slide-holder div#slide-controls {
    left : 0;
    bottom : 0px;
    width : 1160px;
    height : 46px;
    display : none;
    position : absolute;
}
div#header div#slide-holder div#slide-controls p.text {
    float : left;
    color : #fff;
    display : inline;
    font-size : 10px;
    line-height : 16px;
    margin : 15px 0 0 20px;
    text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
    float : right;
    height : 24px;
    display : inline;
    margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
    float : left;
    width : 24px;
    height : 24px;
    display : inline;
    font-size : 11px;
    margin : 0 5px 0 0;
    line-height : 24px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    background-position : 0 0;
    background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
    background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
    background-image : url(../images/silde-nav.png);
    color: #ffffff;
    font-size: 13px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

















































