﻿/*全局*/
body { font-size: 14px; line-height: 26px; font-family: 'Arial', 'Microsoft YaHei'; }
.content, .header, .footer { max-width: 1960px; margin-left: auto; margin-right: auto; }

/*默认文本和链接颜色*/
body { color: #3e3e3e; }
a { color:#3e3e3e; text-decoration:none; }
a:hover { color: #b90000; }

/*页眉*/
.header { font-size: 16px; line-height: 96px; background-color: #000000; border-bottom:10px solid #e5e5e5; }
    .header a { color: #a7a7a7; }
        .header a:hover { color: #ffffff; text-decoration:none; }

/*页脚*/
.footer { background-color: #000000; color: #ffffff !important; border-top:10px solid #e5e5e5; }
    .footer .copy { color: #909090 !important; line-height: 60px; border-top: 2px solid #202020; }


/*内页*/
.mw460 { max-width: 460px; }
.mw1140 { max-width:1140px; }

/*新闻页面*/
#newslist { width: 1260px; position: relative; }

    #newslist dl { width: 600px; height: 200px; position:absolute; }
        #newslist dl:nth-of-type(2n+1) { left: 0px; }
        #newslist dl:nth-of-type(2n) { right: 0px; }

        #newslist dl dt { height: 40px; line-height: 40px; color: #fcfcfc; background-color: #9a9a9a; text-indent: 1em; margin-bottom: 20px; }
            #newslist dl dt span { margin-right: 1em; font-size: smaller; font-weight: normal; }
        #newslist dl dd { height: 160px; }
            #newslist dl dd img { float: left; margin-right: 20px; }
            #newslist dl dd span { position: absolute; right: 1em; bottom: 0px; font-size: smaller; }

/*产品页面*/
#productlist { width:1260px; position:relative; height:850px; }

    #productlist > div { width:600px; position:absolute; }
        #productlist > div:first-child { left: 0px; }
        #productlist > div:last-child { right: 0px; }

.product1 { background-color: #f1f1f1; margin-top:10px; border:1px solid #e5e5e5; height:235px; }
.product1 dt { text-align: center; color: #d18d05; padding:15px 0 20px 0; }
    .product1 dd img { float:left; margin:0 0px 20px 20px ;}
    .product1 dd ol { margin-left: 240px; }

/*应用领域*/
#applicationlist { width: 1260px; position: relative; height: 450px; }

    #applicationlist > div { width: 600px; position: absolute; }
        #applicationlist > div:first-child { left: 0px; }
        #applicationlist > div:last-child { right: 0px; }

.application1 { background-color: #f1f1f1; margin-top: 10px; border: 1px solid #e5e5e5; }
    .application1 dd:first-child { float:left; margin:20px; }
    .application1 dt { color: #d18d05; padding:20px 0 20px 0; font-size:larger; }
    .application1 ol { margin-left: 240px; }

/*首页*/
.content2 { background-color: #ececec; }
    .content2 .ce { width: 33.33%; }
        .content2 .ce dl { width: 100%; max-width: 300px; margin: 40px auto; }
            .content2 .ce dl dt { text-align:center; margin-bottom:30px; }


/*分页*/
.thepage span { margin: 0.5em; }
    .thepage span a { color: #E99A23; }
.thepage div { border: 1px solid #DCDCDC; display: inline; line-height: 2em; margin: 0.1em; padding: 0.2em 0.6em; }
.thepage .paging { color: #666666; cursor: pointer; text-decoration: underline; }
.thepage a { color: #E99A23; }

/*联系我们*/
.contact { min-height: 500px; }
