﻿* {
    padding: 0;
    margin: 0;
}
html {
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #333333;
    line-height: 26px;
    font: 13px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
    position: relative;
    height: 100%;
    width: 100%;
    min-width:1200px;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    list-style: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
img, input {
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
}
img {
    list-style: none;
    list-style-type: none;
}
a:link, a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover, a:active {
    color: #4787C0;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
/* layout */
.layout {
    clear: both;
    width: 100%;
}
.zlayout {
    clear: both;
    margin:0 auto;
    width: 1200px;
}
.layout-white {
    margin: 0;
    clear: both;
    width: 100%;
    background: #FFFFFF;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* end layout */

/* header */

#header {
    height:auto;
    position:relative;
}
    #header > a > img {
        height: 80px;
    }
    #header div.mnav {
        display: none;
    }
    #header>div.nav {
        position:absolute;
        top:30px;
        right:0;
        width:auto;
        height: 50px;
    }
        #header > div.nav span {
            float: left;
            width: auto;
            position:relative;
            padding:0 20px;
        }
            #header > div.nav span.s {
                float: left;
                position: relative;
                padding: 0 20px;
            }
            #header > div.nav span a {
                display: block;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                color: #333333;
                text-align: center;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
            }
            #header > div.nav span:hover a, #header > div.nav span.cur a {
                color: #E70012;
            }
            #header > div.nav span em {
                display: none;
                min-width: 150px;
                position: absolute;
                background: #E70012;
                font-style: normal;
                z-index: 999;
            }
            #header > div.nav span:hover em a {
                color: #FFFFFF;
                font-size: 14px;
                background: #E70012;
                border-bottom: 1px solid #CE221E;
            }
            #header > div.nav span:hover em {
                display: inline-block;
            }
                #header > div.nav span:hover em a:hover {
                    background: #000000;
                    border-bottom: 1px solid #000000;
                }

#navbox {
    display:none;
}

/* footer */
#footer {
    padding: 10px 0;
    background: #000000;
}
    #footer li.list {
        padding: 5px 0 15px 0;
        text-align: center;
        border-bottom: 1px solid #484848;
    }
        #footer li.list b {
            color:#FFFFFF;
            font-weight: normal;
        }
        #footer li.list a {
            color: #FFFFFF;
            display: inline-block;
            margin: 0 5px;
        }
            #footer li.list a:hover {
                color:#CCCCCC;
            }
    #footer li.text {
        clear: both;
        color: #999999;
        font-size: 13px;
        padding:20px 0 10px 0;
        text-align:center;
    }
    #footer ul li.text a {
        color: #999999;
    }
        #footer ul li.text a:hover {
            color: #FFFFFF;
        }

/* banner */
#banner {
    width:100%;
    overflow:hidden;
    background:#F2F2F2;
}
#banner div img {
    display:block;
    margin:0 auto;
    max-width:100%;
}

#main-aa {
    height:370px;
    background:url(/images/bg.jpg);
}
    #main-aa li div.title {
        height:60px;
        padding:20px 0 0 0;
    }
    #main-aa li div.l30 {
        padding-left:30px;
    }
        #main-aa li div.title b {
            float: left;
            font-size: 28px;
            font-weight: normal;
        }
            #main-aa li div.title b em {
                font-size:16px;
                color:#E70012;
                font-style: normal;
                padding:0 0 0 10px;
            }
        #main-aa li div.title a {
            float: right;
            margin:15px 0 0 0;
        }
            #main-aa li div.title a:hover {
                color: #E70012;
            }
    #main-aa li.about {
        width:760px;
    }
        #main-aa li.about div.text {
            line-height: 26px;
            color: #666666;
            padding:0 10px 0 0;
        }
    #main-aa li.art {
        width: 420px;
        height: 370px;
        background: url(/images/i.png) repeat-y 0 0;
    }
        #main-aa li.art div.list {
            padding: 0 0 0 30px;
        }
            #main-aa li.art div.list a {
                position:relative;
                display: block;
                height: 39px;
                overflow: hidden;
                line-height: 40px;
                color:#666666;
                padding:0 0 0 1rem;
                border-bottom: 1px dashed #CECECE;
            }
                #main-aa li.art div.list a i {
                    position:absolute;
                    top:0;
                    left:5px;
                    font-style: normal;
                    color: #666666;
                    padding: 0 5px 0 0;
                    height: 39px;
                    overflow: hidden;
                    line-height: 40px;
                }
                #main-aa li.art div.list a:hover {
                    color: #000000;
                }

#main-case {
    height:275px;
    clear:both;
}
    #main-case div.title {
        height:108px;
        text-align:center;
    }
        #main-case div.title b {
            display: block;
            font-weight: normal;
            font-size:28px;
            color:#000000;
            padding:15px 0 0 0;
            height:45px;
        }
        #main-case div.title label {
            display: inline-block;
            width: 325px;
            height: 10px;
            border-bottom: 1px solid #E70012;
        }
            #main-case div.title label em {
                display: inline-block;
                height: 20px;
                color: #E70012;
                background: #FFFFFF;
                font-style: normal;
                padding: 0 15px;
            }
#msrcoll {
    display:none;
}
    #main-case div.swiper-container {
        margin: auto;
        width: 1200px;
        height: 137px;
        overflow: hidden;
    }
        #main-case div.swiper-container img {
            width: 214px;
            height: 135px;
            border: 1px solid #E6E6E6;
        }

#center {
    padding:30px 0;
}
    #center ul.cleft {
        width:260px;
    }
        #center ul.cleft li.menu {
            padding: 0 0 20px 0;
        }
            #center ul.cleft li.menu a {
                display: block;
                padding: 10px 0 10px 50px;
                color: #FFFFFF;
                font-size: 14px;
                border-bottom: 1px solid #FFFFFF;
                background: #000000 url(/images/ico2.png) no-repeat 30px center;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
            }
                #center ul.cleft li.menu a:hover, #center ul.cleft li.menu a.cur {
                    background: #E70012 url(/images/ico2.png) no-repeat 30px center;
                }
        #center ul.cleft li.contact {
            line-height:26px;
            color:#666666;
            padding:0 0 5px 0;
            border: 1px solid #EEEEEE;
        }
    #center ul.view {
        width: 910px;
    }
        #center ul.view li.cur {
            height: 36px;
            line-height:36px;
            background: url(/images/ico1.jpg) no-repeat 5px center;
            border-bottom: 1px solid #E0E0E0;
        }
        #center ul.view li.cur b {
            float:left;
            font-size:16px;
            color:#333333;
            padding:0 0 0 40px;
        }
            #center ul.view li.cur label {
                color: #666666;
                padding:0 5px 0 0;
            }
            #center ul.view li.cur i {
                font-style: normal;
                font-family: \5B8B\4F53;
                color: #666666;
                padding: 0 5px;
            }
            #center ul.view li.cur a {
                color: #666666;
            }
            #center ul.view li.cur a:hover {
                color: #E70012;
            }
        #center ul.view li.text {
            color: #333333;
            line-height: 26px;
            padding:20px 5px;
        }
        #center ul.view li.text img {
            max-width:100%;
        }
        #center ul.view li.title {
            color: #333333;
            font-size: 18px;
            padding: 30px 5px 15px 5px;
            text-align: center;
        }
        #center ul.view li.more {
            color: #666666;
            font-size: 12px;
            padding: 0 5px;
            height:30px;
            text-align: center;
            border-bottom:1px dashed #E4E4E4;
        }
        #center ul.view li.list {
            padding: 5px 0 0 0;
        }
            #center ul.view li.list a {
                display: block;
                height: 39px;
                overflow: hidden;
                line-height: 40px;
                color: #666666;
                border-bottom: 1px dashed #CECECE;
            }
                #center ul.view li.list a i {
                    float: left;
                    font-style: normal;
                    color: #666666;
                    padding: 0 5px;
                    height: 39px;
                    overflow: hidden;
                    line-height: 40px;
                }
                #center ul.view li.list a:hover {
                    color: #000000;
                }
                #center ul.view li.list a b {
                    float:left;
                    width:700px;
                    height:39px;
                    font-weight:normal;
                    overflow:hidden;
                }
                #center ul.view li.list a em {
                    float: right;
                    width: 90px;
                    font-style: normal;
                    color: #999999;
                }
        #center ul.view li.per {
            clear: both;
            height: 40px;
            padding: 20px 0 0 0;
        }


#scroll-top {
    width: 36px;
    height: 36px;
    background: url("/images/scroll-top.png") no-repeat 0 0;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 1000;
    display: none;
    cursor: pointer;
}
    #scroll-top:hover {
        background-position: -36px 0;
    }