/* 山东中抗药业 */
.container {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

/*顶部导航*/
.nav-wrap {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f3f3f3)); /*  WebKit */
    background: -moz-linear-gradient(top, #fdfdfd, #f3f3f3);
}

.nav {
    width: 980px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    color: #6c6c6c;
    padding-top: 5px;


}

.nav a ,.nav span{
    font-weight: 400;
    display: inline-block;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    border-right: 1px solid #6c6c6c;
    padding-left: 5px;
    padding-right: 5px;
    color:#6c6c6c
}
.nav a:last-child{
    border-right:none;
}


/*导航条*/
.nav_bar {
    width: 980px;
    height: 42px;
    background: url("../../images/home/navbar.png") repeat-x;
}

.nav_bar img {
    margin-left: 30px;
    margin-top: 5px;
}

/*logo部分*/
.logo {
    width: 980px;
    margin: 10px auto 0 auto;

}

.logo .logo_pic {
    float: left;
}

.logo .search {
    width: 393px;
    height: 29px;
    float: right;
    background: url("../../images/home/search.png") no-repeat;
    cursor: pointer;
    margin-top: 15px;
}

.logo .search input {
    width: 336px;
    border: 0;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-indent: 1em;
    color: #474747;
}

.logo .search a {
    display: inline-block;
    width: 53px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
}

/*导航条*/
.nav_bar {
    width: 980px;
    margin: 10px auto;

}

/*banner部分*/

.banner {
    width: 980px;
    height: 430px;
    border: 10px solid #d3d3d3;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    background: url("../../images/home/banner_background.png") no-repeat;
    margin: 20px auto;
    position: relative;

}

/*中抗简介*/
.banner .brief_introduce {
    float: left;
    margin-top: 75px;
    margin-left: 30px;
    font-size: 16px;
}

.banner .brief_introduce span, .banner .brief_introduce img {
    display: block;
    margin-bottom: 10px;
}

.banner .brief_introduce span:first-child {
    font-weight: bold;
    color: #787878;
    padding-left: 4px;
}

.banner .brief_introduce span:last-child {
    color: #585858;
}

.banner .brief_introduce .button {
    width: 196px;
    height: 45px;
    background-color: #e7e7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    margin-left: 30px;
    margin-top: 20px; padding-top:5px;
}

.banner .brief_introduce .button a{ 
    margin:0 auto;
    background-color: #8dca40;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing:4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold; text-align:center;
     
}

/*菜单*/
.banner .menu {
    width: 280px;
    height: 300px;
    float: right;
    margin-top: 80px;
    margin-right: 10px;
}

.banner .menu ul li {
    display: block;
    width: 50%;
    height: 140px;
    float: left;
    text-align: center;
}

.banner .menu ul li a {
    width: 140px;
    height: 140px;
    display: block;
}

.banner .menu ul li:nth-child(1) a {
    border-right: 3px solid #f0f0f0;
    border-bottom: 3px solid #f0f0f0;
}

.banner .menu ul li:nth-child(4) a {
    border-left: 3px solid #f0f0f0;
    border-top: 3px solid #f0f0f0;
}

.banner .menu ul li span {
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    color: #6c6c6c;
}

.banner .menu ul li span.labor {
    position: relative;
    top: 35px;
}

.banner .menu ul li span.serve {
    position: relative;
    top: 25px;
}

.banner .menu ul li span.approach {
    position: relative;
    top: -5px;
}

.banner .menu ul li img {
    display: block;
    position: relative;
    left: 34px;
    top: 5px
}

.banner .menu ul li img.serve, .banner .menu ul li img.labor {
    top: 30px
}

/*右侧滚动部分*/
.banner .scroll {
    position:absolute;
    left: 1000px;
}

.banner .scroll .scroll_top {
    width: 85px;
    height: 240px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
}

.banner .scroll .scroll_top a {
    display: block;
    width: 60px;
    height:60px;
    margin:8px auto;
    border-bottom: 1px solid #eaeaea;
}
.banner .scroll .scroll_top a:last-child{
    height: 85px;
}
.banner .scroll .scroll_top a span{
    display: block;
    width: 60px;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
    color:#6c6c6c;
    font-size: 13px;
}
.banner .scroll .scroll_bottom{
    margin-top: 10px;
}
/*企业文化模块*/
.culture{
    width: 980px;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: auto;
}
.culture dl{
    text-align: left;
    width: 33%;
    float: left;
}

.culture dl:nth-child(2){
    width: 39%;
}
.culture dl:nth-child(3){
    width: 28%;
}
.culture dl dt{
    display: inline-block;
}
.culture dl dd{
    display: inline-block;
    margin-left: 20px;
}
.culture dl dd li{
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color:#999999;
}
.culture dl dd li:first-child{
    font-size: 14px;
}
/*footer模块*/
.footer_wrap{
    width: 100%;
    height: 72px;
    background: url("../../images/home/footer_background.png") repeat-x;
}
.footer_wrap .footer{
    width: 980px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_wrap .footer li{
    height: 18px;
    line-height: 18px;
    padding-left: 50px;
    font-size: 13px;
    color :#d6d6d6;
}