.scroll_area {
    width: 310px;
    margin: 0 auto;
}

.scroll_area .con-list {
    overflow: hidden;
    position: relative;
    color: #666;
    height: 30px;
    line-height: 30px;
}

.scroll_area .scrolltxt {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.scroll_area .scrolltxt div {
    display: inline-block;
}

/*头部*/
.header {
    box-shadow: 1px 1px 5px #999999;
}

.head {
    width: 1140px;
    margin: auto;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

#demo .tab tr td {
    color: #ccc;
    font-family: "微软雅黑";
}

.head-span {
    font-size: 0;
    margin-left: 30px;
    display: flex;
    height: 30px;
    border: solid 1px #ccc;
    /* border-radius: 5px; */
    padding: 3px;
    box-sizing: border-box;
}

.head-span input {
    /* width: 200px;  */
    font-size: 14px;
    padding: 0 5px;
    height: 22px;
    border: 0;
    float: left;
    width: 200px;
}

.head-span button {
    /* width: 80px; */
    font-size: 14px;
    border: none;
    height: 30px;
    line-height: 30px;
    background: #933ea7;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "微软雅黑";
    padding: 0 10px;
}

@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.head-span .iconfont {
    font-family: "iconfont" !important;
    margin-left: 8px;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.head-a {
    /* width: 80px; */
    background: #933ea7;
    text-align: center;
    display: block;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF!important;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0 8px;
    /* border-radius: 5px */
}

.head-a:hover {
    background: #fff;
    color: #933ea7!important;
}

.hwm-span {
    line-height: 30px;
    color: #ccc;
    margin-left: 30px;
}

.hwm-span img {
    display: inline-block;
    vertical-align: middle;
}

.nav {
    height: 110px;
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.nav span {
    display: block;
    padding: 27px 0;
}

.nav ul {
    display: flex;
    width: 720px;
    justify-content: center;
}

.nav ul li {
    text-align: center;
    margin: auto;
    line-height: 110px;
}

.nav ul li a {
    display: block;
    font: 14px "微软雅黑";
    color: #000000;
    line-height: 105px;
    border-bottom: 5px solid #ffffff;
}

.nav ul li a:hover {
    color: #933ea7;
    border-bottom: 5px solid #933ea7;
}

/*尾部*/
.footer {
    background: #666666;
    margin-top: 100px;
}

.footer .foot-top {
    display: flex;
    justify-content: center;
    width: 1140px;
    margin: auto;
    padding: 60px 0;
}

.footer .foot-top dl {
    padding: 0 35px;
}

.footer .foot-top dl dt {
    font: 16px "微软雅黑";
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer .foot-top dl dd a {
    font: 12px "微软雅黑";
    color: #FFFFFF;
    display: block;
    line-height: 28px;
}

.footer .foot-top dl dd a:hover {
    color: #933ea7;
}

.foot-bot {
    background: #333333;
    padding: 10px 0;
}

.foot-bot p {
    font: 14px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    margin: auto;
}

/*右边浮动*/
.posi-right {
    width: 60px;
    position: fixed;
    right: 0;
    z-index: 99;
    bottom: 100px;
}

.posi-right ul li {
    height: 60px;
    border: 1px solid #888888;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.posi-right ul li>img {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    width: 35px;
}

.posi-right ul li p {
    font: 12px "微软雅黑";
    color: #333333;
    text-align: center;
    margin: auto;
}

.posi-right ul li .posi-right-on {
    position: absolute;
    width: 200px;
    height: 140px;
    z-index: 100;
    right: 60px;
    top: -77px;
    background: #FFFFFF;
    border-radius: 5px;
    display: none;
    box-shadow: 1px 1px 15px #c9c8c8;
}

.posi-right ul li .posi-right-on p {
    display: block;
    text-align: center;
    margin: auto;
    font: 14px "微软雅黑";
    color: #333333 !important;
}

.posi-right ul li .posi-right-on p span {
    display: inline-block;
    margin: 0 25px;
}

.posi-right ul li .posi-right-on p span img {
    margin: 15px auto 0;
}

.posi-right ul li .posi-right-img {
    display: none;
}

.posi-right ul li.gotop {
    height: 48px;
}

.posi-right ul li:hover div {
    display: block;
}

.posi-right ul li:hover>p {
    color: #FFFFFF;
}

.posi-right ul li:hover {
    background: #933ea7;
}

.posi-right ul li:hover .posi-right-img {
    display: block;
}

.posi-right ul li:hover .posi-right-bor {
    display: none;
}

.posi-right ul li:hover {
    border: 1px solid #933ea7;
}

.dianhua {
    width: 240px;
    height: 65px;
    position: absolute;
    z-index: 100;
    right: 80px;
    top: 102px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #c9c8c8;
    display: none;
}

.dianhua p {
    height: 65px;
    line-height: 65px;
}

.dianhua p span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
    text-align: left;
    font: 18px "微软雅黑";
    margin-right: 15px;
    color: #333333;
}

.dianhua p span:nth-child(2) {
    margin-right: 0;
}

.poti {
    margin-top: 80px !important;
}

.gotop {
    display: none;
}