/*全局样式*/

.wrapper {
    width: 1200px;
}


/*头部样式*/

#header {
    height: 130px;
}

#logo {
    left: 0;
    top: 30px;
}

#top-menu {
    right: 0;
    top: 0;
    height: 35px;
    padding: 0 20px;
    background: #0555aa;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

#top-menu dl dd {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

#top-menu dl dd a {
    display: block;
    color: #fff;
}

#top-menu dl dd a:hover {
    color: #f90;
}

#top-menu dl dd span {
    margin: 0 20px;
}

#tel {
    right: 10px;
    bottom: 20px;
    height: 50px;
    padding-left: 70px;
    background: url(img/tel.png) no-repeat left center;
    overflow: hidden;
}

#tel h3 {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    overflow: hidden;
}

#tel h2 {
    height: 26px;
    line-height: 26px;
    margin-top: 4px;
    font-size: 24px;
    color: #0555aa;
    letter-spacing: 1px;
    overflow: hidden;
}

#nav {
    height: 50px;
    background: #0555aa;
}

#nav ul li {
    float: left;
    width: 171px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

#nav ul li:nth-child(5) {
    width: 174px;
}

#nav ul li a {
    display: block;
    color: #fff;
}

#nav ul li.current {
    background: #f90;
}

#nav ul li.default {
    background: #0555aa;
}

#nav ul li:hover {
    background: #f90 !important;
}


/*首页样式*/

#banner,
#banner-img,
#banner-img ul li,
#banner-img ul li a {
    width: 100%;
    height: 500px;
}

#banner-img ul li {
    float: left;
}

#banner-img ul li a {
    display: block;
}

#banner-img ul li section {
    height: 520px;
}

#banner-btn {
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 8px;
    text-align: center;
    font-size: 0;
    z-index: 99;
}

#banner-btn dl dd {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

#banner-btn dl dd.on {
    background: #f90;
}

.wrap-white {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.title h2 {
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    color: #0555aa;
    overflow: hidden;
}

.title h3 {
    height: 16px;
    line-height: 16px;
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    overflow: hidden;
}

#product-menu {
    width: 1200px;
    height: 45px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    text-align: center;
}

#product-menu dl dd {
    float: left;
    width: 190px;
    height: 45px;
    line-height: 45px;
    margin-left: 12px;
    background: #333;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

#product-menu dl dd a {
    display: block;
    line-height: 45px;
    font-size: 12px;
    color: #fff;
}

#product-menu dl dd.current {
    background: #0555aa;
}

#product-menu dl dd:first-child {
    margin-left: 0;
}

#product {
    height: 555px;
    margin-top: 40px;
    overflow: hidden;
}

#product section {
    display: none;
}

#product ul {
    margin: -15px 0 0 -15px;
}

#product ul li {
    float: left;
    width: 370px;
    height: 250px;
    margin: 15px 0 0 15px;
    padding: 9px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

#product ul li img {
    width: 370px;
    height: 250px;
}

#product ul li:hover {
    border-color: #0555aa;
}

#about {
    width: 100%;
    height: 566px;
    padding: 40px 0;
    background: url(img/about.jpg) no-repeat center;
    overflow: hidden;
}

#about-box {
    height: 486px;
    padding: 40px;
    background: rgba(255, 255, 255, .8);
}

#about-img {
    width: 520px;
    height: 390px;
    margin-top: 40px;
    overflow: hidden;
}

#about-img img {
    width: 520px;
    height: 390px;
}

#about-text {
    width: 560px;
    height: 350px;
    margin-top: 60px;
    overflow: hidden;
}

#about-text section {
    height: 270px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

#about-text section p {
    text-indent: 24px;
}

#about-text section a {
    margin-left: 10px;
    color: #f90;
}

#about-text dl {
    margin-top: 35px;
}

#about-text dl dd {
    float: left;
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    background: #0555aa;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

#about-text dl dd:first-child {
    background: #f90;
}

#about-text dl dd:last-child {
    margin-right: 0;
    background: #333;
}

#about-text dl dd a {
    display: block;
    color: #fff;
}

#case {
    height: 206px;
    margin-top: 40px;
}

#case-box {
    width: 1140px;
    height: 206px;
    margin: 0 auto;
    overflow: hidden;
}

#case-box ul li {
    float: left;
    width: 265px;
    height: 206px;
    margin: 0 10px;
    overflow: hidden;
}

#case-box ul li img {
    width: 265px;
    height: 180px;
}

#case-box ul li h3 {
    height: 14px;
    line-height: 14px;
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

#case-box ul li:hover h3 {
    color: #0555aa;
}

#prev,
#next {
    top: 70px;
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#prev {
    left: 0;
    background-image: url(img/prev.png);
}

#next {
    right: 0;
    background-image: url(img/next.png);
}

#news {
    width: 660px;
    height: 440px;
    margin-top: 40px;
    overflow: hidden;
}

#news h2 {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    color: #0555aa;
    overflow: hidden;
}

#news h2 span {
    float: right;
    font-size: 12px;
}

#news h2 span a:hover {
    color: #0555aa;
}

#news ul li {
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
}

#news ul li:first-child {
    margin-top: 0;
}

#news ul li em {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #e1e1e1;
    font-size: 50px;
    overflow: hidden;
}

#news ul li section {
    float: right;
    width: 559px;
    height: 80px;
    overflow: hidden;
}

#news ul li section h3 {
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}

#news ul li section h3 a {
    display: block;
}

#news ul li section h3 a:hover {
    color: #0555aa;
}

#news ul li section h3 span {
    float: right;
    font-weight: normal;
}

#news ul li section p {
    height: 50px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

#contact {
    width: 500px;
    height: 440px;
    margin-top: 40px;
    overflow: hidden;
}

#contact h2 {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    color: #0555aa;
    overflow: hidden;
}

#contact h2 span {
    float: right;
    font-size: 12px;
}

#contact h2 span a:hover {
    color: #0555aa;
}

#contact img {
    width: 500px;
    height: 160px;
    margin-bottom: 20px;
}

#contact p {
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    overflow: hidden;
}

#contact p.tel {
    background-image: url(img/tel1.png);
}

#contact p.fax {
    background-image: url(img/fax.png);
}

#contact p.mobile {
    background-image: url(img/mobile.png);
}

#contact p.mail {
    background-image: url(img/mail.png);
}

#f-link {
    margin-bottom: 40px;
}

#f-link h2 {
    float: left;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #0555aa;
    font-size: 14px;
    color: #0555aa;
    text-align: center;
    overflow: hidden;
}

#f-link dl {
    float: right;
    width: 1065px;
}

#f-link dl dd {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    font-size: 12px;
    overflow: hidden;
}

#f-link dl dd a {
    display: block;
}

#f-link dl dd a:hover {
    color: #0555aa;
}


/*内页样式*/

#main {
    min-height: 500px;
    padding: 30px 0;
}

#left {
    width: 260px;
    margin-top: -120px;
}

#menu h2 {
    height: 50px;
    line-height: 50px;
    padding: 20px;
    background: #0555aa;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

#menu h2 span {
    display: block;
    border: 1px solid #fff;
}

#menu dl dd {
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    background: #0555aa;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

#menu dl dd a {
    display: block;
    color: #fff;
}

#menu dl dd.current {
    background: #f90;
}

#menu dl dd.default {
    background: #0555aa;
}

#menu dl dd:hover {
    background: #f90 !important;
}

#l-contact {
    margin-top: 20px;
}

#l-contact img {
    width: 260px;
    height: 90px;
}

#l-contact section {
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    border-top: none;
    font-size: 12px;
}

#right {
    width: 910px;
}

#position {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

#position em {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    background: url(img/home.png) no-repeat center #0555aa;
}

#position a {
    color: #666;
}

#position a:hover {
    color: #0555aa;
}

#single {
    margin-top: 15px;
    font-size: 12px;
}

#single img {
    display: inline-block;
}

#article-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#article-info {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #999;
}

#image-list {
    margin-top: 20px;
}

#image-list ul {
    margin: -20px 0 0 -20px;
}

#image-list ul li {
    float: left;
    width: 270px;
    margin: 20px 0 0 20px;
    padding: 9px;
    border: 1px solid #e1e1e1;
}

#image-list ul li img {
    width: 270px;
    height: 182px;
}

#image-list ul li h3 {
    height: 30px;
    line-height: 30px;
    margin-top: 9px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

#image-list ul li:hover {
    border-color: #0555aa;
}

#image-list ul li:hover h3 {
    color: #0555aa;
}

#news-list {
    margin-top: 10px;
}

#news-list ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: url(img/arrow.png) no-repeat left center;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 12px;
    overflow: hidden;
}

#news-list ul li span {
    float: right;
}

#news-list ul li a {
    display: block;
}

#news-list ul li a:hover {
    color: #0555aa;
}

#pageinfo {
    margin-top: 30px;
    font-size: 0;
}

#pageinfo a {
    display: inline-block;
    min-width: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 12px;
}

#pageinfo a.info {
    color: #999;
}

#pageinfo a.current {
    background: #0555aa;
    border-color: #0555aa;
    color: #fff;
}


/*底部样式*/

#footer {
    width: 100%;
    padding: 20px 0;
    background: #333;
}

#copyright {
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

#copyright a {
    color: #fff;
}

#copyright a:hover {
    color: #f90;
}