/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ul, li {
    list-style: none;
    list-style-position: outside;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
    color: #565656;
}

    a:hover {
        color: #000;
    }

.more a:link {
    color: #E93802;
    text-decoration: underline;
}

.more a:visited {
    color: #E93802;
    text-decoration: underline;
}

.more a:hover {
    color: #E93802;
    text-decoration: none;
}

.more a:active {
    color: #E93802;
    text-decoration: underline;
}

body {
    font-size: 14px;
    text-align: center;
    color: #666;
    font-family: 'Microsoft YaHei',Arial, sans-serif;
}

h2.title-cn {
    font-size: 24px;
    font-weight: 400;
}

h3.title-en {
    font-size: 14px;
    font-weight: 400;
    font-family: Arial;
}

.font-red {
    color: #c30d23;
}

.font-grey {
    color: #333;
}

.warp {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#header {
    padding: 30px 0;
}

    #header .fright .fright p {
        line-height: 30px;
        font-size: 12px;
    }


#nav {
    border-top: 1px solid #ddd;
}

    #nav a {
        display: block;
        float: left;
        height: 64px;
        line-height: 64px;
        width: 120px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
    }

        #nav a:hover, #nav a.sel {
            color: #c30d23;
            border-top: 1px solid #c30d23;
        }

#about {
    background: url(img20200103/bg1.png);
    height: 543px;
    color: #fff;
}

    #about .warp {
        text-align: center;
        padding-top: 50px;
    }

#about-intro {
    line-height: 28px;
    padding: 50px 200px;
}

#about-rect {
    background: url(img20200103/rect.png) no-repeat;
    width: 182px;
    height: 46px;
    line-height: 46px;
    color: #333;
    display: block;
    margin: 0 auto;
}

    #about-rect:hover {
        color: #E93802;
    }

#business-nav {
    padding-top: 20px;
}

    #business-nav a {
        line-height:28px;
        padding: 10px 20px;
    }

        #business-nav a:hover {
            background-color: #c30d23;
            color: #fff;
        }

.product-thumb {
    width: 378px;
    background-color: #E93802;
    margin-left: 30px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    border: 1px solid #e7e3e2;
}

    .product-thumb img {
        width: 100%;
        height: 258px;
    }

.product-thumb-small {
    width: 281px;
}


    .product-thumb-small img {
        height: 200px;
    }

.product-thumb span {
    display: block;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    background-color: #f5f5f5;
}

    .product-thumb span:hover {
        background-color: #c30d23;
        color: #fff;
    }

.news-thumb {
    width: 380px;
    background-color: #fff;
    margin-left: 30px;
    color: #999;
    min-height: 400px;
}

    .news-thumb .news-thumb-img {
        height: 258px;
        position: relative;
    }

        .news-thumb .news-thumb-img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 258px;
        }

        .news-thumb .news-thumb-img span {
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: rgba(228, 233, 239, 0.8);
            padding: 2px 15px;
            color: #666;
        }

    .news-thumb a {
        font-size: 16px;
        line-height: 40px;
    }



#aside {
    float: left;
    width: 270px;
}

    #aside dl {
        margin-bottom: 20px;
    }

        #aside dl dt {
            background: url(img20200103/icon-down.gif) no-repeat 90% 50%;
            border-left: 4px solid #E93802;
            border-bottom: 1px solid #e7e7e7;
            border-top: 1px solid #e7e7e7;
            border-right: 1px solid #e7e7e7;
            height: 60px;
            line-height: 60px;
            padding-left: 40px;
            font-size: 16px;
            color: #000;
        }

        #aside dl dd {
            border-right: 1px solid #e7e7e7;
            border-left: 1px solid #e7e7e7;
            border-bottom: 1px solid #e7e7e7;
            height: 50px;
            line-height: 50px;
            padding-left: 50px;
        }

    #aside dd.active a {
        color: #f48400;
    }

#main {
    float: right;
    width: 910px;
}

#path {
    height: 60px;
    line-height: 60px;
    border: 1px solid #e7e7e7;
}

    #path h3 {
        float: left;
        font-size: 18px;
        font-weight: 400;
        margin-left: 30px;
        color: #000;
    }

    #path div {
        float: right;
        margin-right: 20px;
    }

#article {
    color: #333;
}

    #article h1 {
        margin-top: 40px;
        text-align: center;
        font-size: 26px;
        font-weight: 400;
    }

#article-datetime {
    background-color: #f7f7f7;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
}

#article-list {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#footer {
    background: url(img20200103/line.gif) repeat-x 0 95px #000;
    line-height: 24px;
    color: #e6e4e4;
    min-height: 325px;
}

    #footer .warp {
        background: url(img20200103/ewm.png) no-repeat 100% 20px;
    }

#footer-nav {
    color: #1a1a1a;
    line-height: 95px;
}

    #footer-nav a:hover{
        color:#fff;
    }

    #copyright {
        padding:20px 0;
        font-size:12px;
        background-color: #141414;
        line-height: 24px;
        color: #fff;
    }

        #copyright a {
            color: #fff;
        }


        #pager {
            border-top: dotted 1px #cccccc;
            text-align: center;
            line-height: 50px;
        }

    #pager a {
        padding: 5px 10px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        margin: 0 5px;
    }

        #pager a.current {
            background-color: #000;
            color: #fff;
            border: none;
        }

#frmSearch .txt {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: 38px;
    padding-left: 5px;
    line-height: 38px;
    float: left;
    width:250px;
}

#frmSearch .btn {
    float: left;
    border: 0;
    background-color: #000;
    color: #fff;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-right:40px;
}

/* == clearfix == */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

/* == float == */
.fleft {
    float: left;
    display: inline;
}

.fright {
    float: right;
    display: inline;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-bottom40 {
    padding-bottom: 40px;
}

.margin10 {
    margin: 10px;
}

.border {
    border: 2px solid #e8e8e8;
    padding: 2px;
}

.indent24 {
    text-indent: 24px;
}

.line24 {
    line-height: 24px;
}

.indent999 {
    text-indent: -999em;
}
