@charset "utf-8";
body, ul {
    padding: 0;
    margin: 0;

}

ul {
    list-style: none;
}

.wrap {
    position: relative;
    width: 1200px;
    height: 650px;
    margin: 100px auto;
}

.content {
    position: absolute;
    width: 1200px;
    height: 650px;
}

.content li {
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}

.wrap a {
    position: absolute;
    display: none;
    z-index: 2;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font: 36px/60px "宋体";
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgb(255, 100, 0);
    background: rgba(255, 100, 0, .6);
    transition: background 1s ease;
}

.wrap a:hover {
    background: rgb(255, 100, 0);
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}


#top {
    width: 45px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 200;
    position: fixed;
    right: 50px;
    bottom: 100px;
    background: white;
}

#top .show {
    opacity: 1;
}

#float {
    width: 45px;
    height: 135px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 200;
    position: fixed;
    right: 50px;
    bottom: 250px;
    background: white;
}

#float > img {
    margin-top: 10px;
    width: 80%;
}

#float span {
    display: inline-block;
    width: 14px;
    font-size: 14px;
    color: #F97C23;
    line-height: 17px;
    text-decoration: none;
}

#float .content {
    width: 200px;
    height: 230px;
    position: absolute;
    right: 55px;
    top: -94px;
    z-index: 200;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: none;
    padding: 20px 10px;
    box-sizing: border-box;
}

#float:hover .content {
    display: block;
    background: white;
}

#float .content_team {
    box-sizing: border-box;
    padding: 0px 15px;
}

#float .content img {
    margin-right: 5px;
}

#float .content div {
    text-align: left;
}

#float .content_team p img {
    width: 35px;
}

#float .content_team .p1 {
    margin: 0px;
    font-size: 18px;
    text-align: center;
}

#float .content_team .p2 {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#float .content > img {
    width: 130px;
}

/*友情链接*/
.center_min {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.link {
    height: 70px;
    width: 100%;
    line-height: 50px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
    border: 1px solid #e2e2e2;
}

.link span {
    color: #323232;
    font-size: 14px;
}

.link a {
    color: #323232;
    font-size: 14px;
    padding: 5px 10px;
}
    
    
    