﻿ html,body{ margin: 0; padding: 0; } .pagebox{position:relative;width:1180px; margin:0px auto 0px 0px; }
#full-screen-slider { width:100%; height:500px; float:left; position:relative; margin-top:1px;}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:45%; top:460px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:15px; height:15px; float:left; margin-left:15px; border-radius:7px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0052ac;}



.part7 {
    width: 1200PX;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}

.part7L {
    width: 575px;
    float: left;
    overflow: hidden;
}

.part7 .titbox {
    width: 100%;
    background: url(../images/titbg.jpg) repeat-x;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}


.part7 .titbox p {
    float: left;
    width: 300px;
    overflow: hidden;
    background: url(../images/icon2.png) no-repeat left center;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

.part7 .titbox a {
    float: right;
}

.part7 ul {
    overflow: hidden;
    padding: 10px 0 10px 0;
}

.part7 ul li {
    height: 42px;
    line-height: 42px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.part7 ul li a {
    display: block;
    float: left;
    width: 450px;
    padding-left: 10px;
}

.part7 ul li span {
    float: right;
}

.part7R {
    width: 575px;
    float: right;
    overflow: hidden;
}