body,
html {
    min-width: 1200px;
    : arial, MicrosoftYaHei;
    font-size: 14px
}

body.fixed {
    height: 100%;
    overflow: hidden;
    overflow-y: hidden
}

.container {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.borderBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.index-nav {
    height: 87px;
    line-height: 100px;
    background: #fff
}

.index-nav .home {
    margin-top: 14px
}

.index-nav .index-nav-list>ul>li {
    position: relative;
    float: left;
    height: 87px;
    font-size: 16px;
    : MicrosoftYaHei;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    margin-left: 44px
}

.index-nav .index-nav-list>ul>li:first-child a {
    background: url(../images/nav_img_index.png) left center no-repeat;
    padding-left: 24px
}

.index-nav .index-nav-list>ul>li>a {
    position: relative
}

.index-nav .index-nav-list>ul>li.sle-more>a::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -13px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #999 transparent transparent
}

.index-nav .index-nav-list>ul>li>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    margin: auto;
    width: 28px;
    height: 28px;
    animation: move 3s ease-in-out infinite;
    -moz-animation: move 3s ease-in-out infinite;
    -webkit-animation: move 3s ease-in-out infinite;
    -o-animation: move 3s ease-in-out infinite
}

.index-nav .index-nav-list>ul>li>span.hot {
    background: url(../images/nav_img_hot.png) left top no-repeat
}

.index-nav .index-nav-list>ul>li>span.new {
    background: url(../images/nav_img_new.png) left top no-repeat
}

.index-nav .select-nav {
    display: none;
    position: absolute;
    width: 146px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0 rgba(143, 154, 166, .4);
    left: 50%;
    top: 75px;
    padding: 0 23px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 20;
    border-radius: 2px
}

.index-nav .select-nav::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    width: 18px;
    height: 8px;
    background: url(../images/nav-sle-ico.png) left top no-repeat
}

.index-nav .select-nav li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(229, 229, 229, 1);
    text-align: center
}

.index-nav .select-nav li:last-child {
    border-bottom: none
}

.index-nav .select-nav li a {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.index-nav .select-nav li a:hover {
    color: #F60
}

@-webkit-keyframes move {

    0%,
    100%,
    50% {
        top: 17px
    }

    25%,
    75% {
        top: 14px
    }
}

@keyframes move {

    0%,
    100%,
    50% {
        top: 17px
    }

    25%,
    75% {
        top: 14px
    }
}

.deep-mask,
.dialog,
.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.deep-mask,
.mask {
    display: none;
    background: rgba(0, 0, 0, .3);
    z-index: 98
}

.deep-mask {
    background: rgba(0, 0, 0, .85)
}

.dialog {
    width: 600px;
    background: rgba(255, 255, 255, 1);
    margin: auto;
    text-align: center;
    z-index: 99999;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0)
}

.dialog input::-webkit-input-placeholder,
.dialog textarea::-webkit-input-placeholder {
    font-size: 14px;
    : MicrosoftYaHei;
    color: rgba(153, 153, 153, 1)
}

.dialog input::-moz-placeholder,
.dialog textarea::-moz-placeholder {
    font-size: 14px;
    : MicrosoftYaHei;
    color: rgba(153, 153, 153, 1)
}

.dialog input:-moz-placeholder,
.dialog textarea:-moz-placeholder {
    font-size: 14px;
    : MicrosoftYaHei;
    color: rgba(153, 153, 153, 1)
}

.dialog input:-ms-input-placeholder,
.dialog textarea:-ms-input-placeholder {
    font-size: 14px;
    : MicrosoftYaHei;
    color: rgba(153, 153, 153, 1)
}

.dialog .title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    : MicrosoftYaHei-Bold;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245, 245, 245, 1) 0, rgba(255, 255, 255, 1) 100%)
}

.dialog .close-ico {
    position: absolute;
    right: 28px;
    top: 28px;
    width: 18px;
    height: 18px;
    background: url(../images/clsoe-ico.png) left top no-repeat;
    background-size: cover;
    cursor: pointer
}

.dialog .btns {
    font-size: 0
}

.dialog .btns div {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    : MicrosoftYaHei;
    cursor: pointer;
    vertical-align: middle;
    text-align: center
}

.dialog .btns div.cancel-btn {
    line-height: 38px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    color: rgba(153, 153, 153, 1)
}

.dialog.on {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1)
}

/* 右边栏 */
.side-floor li,
.side-handel .place-text .text>li {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.side-handel {
    position: fixed;
    right: 18px;
    top: 45%;
    z-index: 9999;
    display: none
}

.side-handel .handel-options {
    float: left;
    width: 188px;
    padding: 12px 0 24px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .04);
    margin-right: 8px;
    text-align: center;
    display: none;
    position: absolute;
    right: 50px;
    top: 0
}

.side-floor li {
    transition: all .3s
}

.side-floor li:hover {
    background: #10bbb8
}

.side-floor li:hover a {
    color: #fff
}

.side-handel .handel-options li {
    height: 46px;
    line-height: 46px;
    text-indent: 58px;
    text-align: left;
    position: relative
}

.side-handel .handel-options li:hover {
    background: rgba(244, 246, 248, 1)
}

.side-handel .handel-options li:hover a {
    color: #0A6CE8
}

.side-handel .handel-options li:first-child a {
    background: url(../images/kefu-ico.png) 24px center no-repeat
}

.side-handel .handel-options li:nth-child(2) a {
    background: url(../images/exit-ico.png) 24px center no-repeat
}

.side-handel .handel-options li:nth-child(3) {
    background: url(../images/photo-ico.png) 24px center no-repeat
}

.side-handel .handel-options li a {
    display: block;
    height: 100%;
    color: rgba(51, 51, 51, 1)
}

.side-handel .handel-options img {
    width: 140px;
    height: 140px;
    margin: 0 auto
}

.side-handel .place-text {
    width: 50px;
    float: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .04)
}

.side-handel .place-text .text {
    height: 177px;
    background-color: #fff;
    line-height: 15px;
    text-align: center
}

.side-handel .place-text .text>li {
    display: inline-block;
    width: 100%;
    height: 59px;
    padding: 16px;
    cursor: pointer;
    transition: all .3s;
    position: relative
}

.side-handel .place-text .text>li.onLineToIm {
    padding: 0
}

.side-handel .place-text .text>li.onLineToIm a {
    padding: 16px
}

.side-handel .place-text .text>li:nth-of-type(2) {
    padding-top: 8px
}

.side-handel .place-text .text>li:hover {
    background:#10bbb8;
    color: #fff
}

.side-handel .place-text .text>li:hover a {
    color: #fff
}

.side-handel .place-text .place-ico {
    height: 50px;
    background: url(../images/info-ico.png) left top no-repeat 
}

.side-handel .place-text .slideUp {
    height: 50px;
    cursor: pointer;
    background: url(../images/top-icon.png) center center no-repeat #fff;
    transition: all .3s;
    margin-top: 6px
}

.side-handel .place-text .slideUp:hover {
    height: 50px;
    background: url(../images/top-icons.png) center center no-repeat #10bbb8;
    cursor: pointer;
    border: none
} 