@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html,
body {
    width: 100%;
    font-size: 12px;
    font-family: 'microsoft yahei'
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

.auto-box {
    width: 100%;
    height: auto;
    padding: 30px 0 40px;
    background: #fff
}

.main-box {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

.index-tit {
    padding: 40px 0;
    text-align: center
}

.index-tit h1 {
    font-size: 30px;
    color: white;
    font-weight: normal
}

.index-tit p {
    font-size: 20px;
    color: #abb0b4;
    padding-top: 15px
}

.index-tserver {
    width: 100%;
    background: url('../img/server-line.png') no-repeat center 125px;
    box-sizing: border-box;
    text-align: center;
}

.index-tserver li {
    width: 24.8%;
    min-width: 162px;
    height: 162px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 106px;
    font-size: 14px;
    color: #656d73;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -0.1%
}

.index-tserver li.tserver-list1 {
    background: url('../img/盛景.png') no-repeat center top
}

.index-tserver li.tserver-list2 {
    background: url('../img/雅玉.png') no-repeat center top
}

.index-tserver li.tserver-list3 {
    background: url('../img/金强艺.png') no-repeat center top
}

.index-tserver li.tserver-list4 {
    background: url('../img/more.png') no-repeat center top
}

.index-tserver li.tserver-list5 {
    background: url('../img/二八.png') no-repeat center top
}

.index-tserver li.tserver-list6 {
    background: url('../img/三分.png') no-repeat center top
}

.index-tserver li.tserver-list7 {
    background: url('../img/派陶.png') no-repeat center top
}

.index-tserver li p {
    width: 190px;
    /* height: 190px; */
    display: inline-block;
    position: absolute;
    top: -43%;
    left: -43%;
    /* margin-left: -62%; */
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(111deg, #535563, #999999);
    display: none;
    z-index: 1;
}

.index-tserver li:nth-child(1) p {
    left: 80%;
}

.index-tserver li p a {
    color: #fff
}

.index-tserver li p.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.index-tserver li:hover p {
    display: block
}

.index-tserver li:hover:after {
    position: absolute;
    border-left: 9px solid #575967;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
}

.index-tserver li:nth-child(4):hover:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
}

.index-tserver li:nth-child(1):hover:after {
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid#575967;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    top: 50%;
    left: 77%;
    transform: translate(-50%, -50%);
}

.index-tserver-ad {
    width: 100%;
    margin-top: 60px;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0
}

.index-tserver-ad li {
    display: inline-block;
    color: #abb0b4;
    font-size: 16px;
    padding: 0 3%
}

.index-tserver-ad li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.index-tserver-ad li+li {
    border-left: 1px solid #e2e3e4
}

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}