@charset "utf-8";
/*************************************************************
 *  初始化样式
 *************************************************************/

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", sans-serif;
    font-size: 100%;
    padding-top: 70px;
}

.container {
    width: 1400px;
    margin:auto;
}

.header {
    height: 70px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-inner {
    width: 1400px;
    margin:auto;
}

.header .logo {
    width: 270px;
    margin-right: 50px;
}
.header .logo h1{
    margin: 5px 0 0 0;
}
.header .navi ul{
    margin: 0;
    padding: 0;
}
.header .navi li {
    float: left;
}
.header .navi .navi-first-item{
    display: block;
    color: #555;
    height: 70px;
    min-width: 120px;
    text-align: center;
    line-height: 70px;
    transition: .5s all;
}

.header .navi li:hover .navi-first-item{
    background-color: #333;
    color: #ccc;
}

.header .navi .active .navi-first-item {
    background-color: #111;
    color: #ccc;
}

.header .navi dl {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all .6s;
    background: rgba(0,0,0,.4);
}
.header .navi li:hover dl{
    height: 185px;
}
.header .navi dl dt {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.header .navi dl dt a {
    display: block;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    transition: all .5s;
}
.header .navi dl dt a:hover {
    background: rgba(0,0,0,.5);
}
.footer {
    overflow: hidden;
    margin-top: 1px;
    background: #202430;
    color: #90949c;
    padding: 20px 0;
}
.footer .container{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #313540;
}
.footer .inner {
    margin: 2px 0 0 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
}
.footer .inner a {
    color: #ccc;
}
.footer dl{
    float: left;
    margin: 0;
    padding: 0 87px;
    border-right: 1px solid #313540;
}
.footer dt {
    font-size: 16px;
    margin-bottom: 10px;
    color: #b5b9c1;
}
.footer dd {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}
.footer dd a {
    color: #90949c;
}
.footer dd p {
    font-size: 12px;
    color: #b5b9c1;
}

/* media query */

@media (min-width: 1441px) {
    .header .func {
        margin-right: 5%;
    }
}

/* scrollbar */
.toolbar-scrollbar::-webkit-scrollbar-track{
    background-color: #f0f0f0;
}
.toolbar-scrollbar::-webkit-scrollbar-track-piece {
    border-left: 1px solid #fff;
}

.toolbar-scrollbar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.toolbar-scrollbar::-webkit-scrollbar-thumb{
    background-color: #aaa;
    border: 1px solid #bbb;
}


.fixed-toolbar {
    position: fixed;
    right: 5px;
    bottom: 180px;
    z-index: 99;

}
.fixed-toolbar .fixed-inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, .55);
}
.fixed-toolbar .tool-item {
    margin-bottom: 1px;
}
.fixed-toolbar .tool-item .tool-icon {
    user-select: none;
    width: 72px;
    height: 22px;
    padding-top: 50px;
    font-size: 12px;
    text-align: center;
    background-image: url('../image/toolbar_icon.png') ;
    background-repeat: no-repeat;
}

.fixed-toolbar .tool-qq {
    position: relative;
}
.fixed-toolbar .tool-qq .tool-icon {
    color: #fff;
    background-color: #ccc;
    background-position: 5px -11px;

}
.fixed-toolbar .tool-qq .tool-func {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 72px;
    width: 0;
    height: 292px;
    background-color: #fff;
    box-shadow: -3px 0 2px rgba(0, 0, 0, .11);

}
.fixed-toolbar .tool-qq .tool-func-inner {
    box-sizing: border-box;
    width: 292px;
    height: 292px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;

}

.fixed-toolbar .tool-qq .qqchat-time {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
    color: #6b6b6b;
    text-shadow: 1px 1px #fff;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
}
.fixed-toolbar .tool-qq .qqchat-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
}
.fixed-toolbar .qqchat-list li {
    border-bottom: 1px dotted #ccc;
    margin: 5px 1px;
    width: 90px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.fixed-toolbar .qqchat-list li:last-child {
    margin-bottom: 2px;
}


.fixed-toolbar .qqchat-list p {
    text-align: center;
    margin: 3px;
    font-size: 12px;
}
.fixed-toolbar .qqchat-list .qqchat-title {
    color: #555;
}



.fixed-toolbar .tool-weixin {
    position: relative;
}
.fixed-toolbar .tool-weixin .tool-icon {
    color: #ccc;
    background-color: #fff;
    background-position: -86px -11px;
}
.fixed-toolbar .tool-weixin .tool-func {
    position: absolute;
    overflow: hidden;
    top: -73px;
    right: 72px;
    width: 0;
    height: 292px;
    background-color: #fff;
    box-shadow: -3px 0 2px rgba(0, 0, 0, .11);

}
.fixed-toolbar .tool-weixin .tool-func-inner {
    width: 258px;
    height: 258px;
    padding-top: 17px;
    overflow: hidden;
}

.fixed-toolbar .tool-weixin .weixin-qrcode {
    display: block;
}


.fixed-toolbar .tool-phone {
    position: relative;
}
.fixed-toolbar .tool-phone .tool-icon {
    color: #fff;
    background-color: #ccc;
    background-position: -180px -11px;

}
.fixed-toolbar .tool-phone .tool-func {
    position: absolute;
    overflow: hidden;
    top:0;
    right: 72px;
    width: 0;
    height: 72px;
    background-color: #ccc;
    box-shadow: -3px 0 0 rgba(0,0,0,.2);

}
.fixed-toolbar .tool-phone .tool-func-inner {
    width: 200px;
    height: 67px;
    overflow: hidden;
    padding-top: 5px;
}

.fixed-toolbar .tool-phone p {
    color: #fff;
    margin: 5px 0;
    height: 23px;
    line-height: 23px;
    padding-left: 56px;
    background-image: url('../image/contact_icon.png') ;
    background-repeat: no-repeat;
}
.fixed-toolbar .tool-phone .tool-func-cell {
    background-position: 27px 1px;
}
.fixed-toolbar .tool-phone .tool-func-tele {
    background-position: 27px -26px;
}

.fixed-toolbar .tool-gotop .tool-icon {
    cursor: pointer;
    color: #ccc;
    background-color: #fff;
    background-position: -255px -11px;

}

#WorksCate {
    width: 1320px;
    margin: 40px auto 0;
    text-align: center;
    background: #fafafa;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
#WorksCate dt {
    display: inline-block;
}
#WorksCate dt a {
    color: #666666;
    display: block;
    padding: 15px 40px;
}
#WorksCate dt a:hover,.works-cate-active {
    background: #ffffff;
}

.month-info {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    font-size: 30px;
    width: 100%;
    text-align: center;
    height: 300px;
    line-height: 300px;
    background: rgba(0,0,0,.5);
    color: #efefef;
    transition: all .3s;
    overflow: hidden;
}
.works-item:hover .month-info{
    line-height: 460px;
    background: rgba(0,0,0,.3);
    text-shadow: 0 0 10px rgba(0,0,0,.4);
}
.works-zoom {
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    width: 50px;
    height: 50px;
    margin: -25px auto 0;
    text-align: center;
}
.works-zoom img {
    display: inline;
    width: 0;
    height: 0;
    transition: all .3s;
    opacity: 0;
}
.works-item:hover .works-zoom img{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.havatar {
    margin: 15px 0 0 100px;
    font-size: 14px;
}
.havatar a {
    color: #666;
}
.havatar img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
}
.contact-us {
    margin-top: 10px;
    line-height: 26px;
    color: #999999;
}
.hmobile {
    background: url(../image/contact_icon.png) no-repeat left top;
    padding-left: 30px;
}
.htel {
    background: url(../image/contact_icon.png) no-repeat left bottom;
    padding-left: 30px;
}