@charset "UTF-8";
.wbstn {
    color: #ffffff;
    background: #33d6bc;
}
.wbstn:hover {
    background: #32e8cc;
}
.pa {
    position: absolute
}
.header {
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #33d6bc;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}
.header#fixedhd {
    position: fixed;
    width: 100%;
}
.header.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #33d6bc;
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}
.header .webnav {
    width: 960px;
    margin: 0 auto;
    color: #ffffff;
    display: block;
}
.header .webnav .nav {
    padding-left: 20px;
    margin-right: 40px;
}
.header .webnav .logoimg {
    float: left;
    margin-right: 60px;
}
.header .webnav .logoimg a {
    background: url("../../images/new/home/logo1.png") center no-repeat;
    background-size: 100% auto;
    display: block;
    height: 60px;
    width: 88px;
}
.header .webnav .nav a {
    color: #ffffff;
    margin: 0 10px;
    position: relative;
    font-weight: 400;
}
.header .webnav .search {
    width: 300px;
    height: 46px;
    padding: 2px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    float: left;
}
.header .webnav .search .pptsearch {
    width: 270px;
    height: 36px;
    text-indent: 40px;
    background: #33d6bc;
    margin-top: -10px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 18px;
}
.header .webnav .search .pptsearch::-webkit-input-placeholder {
    color: #ffffff;
}
.header .webnav .search .webtn {
    background: url(../../images/new/home/search.png) no-repeat center;
    height: 36px;
    width: 57px;
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
    border: none;
}
.header .webnav .login {
}
.header .webnav .login a {
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    display: block;
    float: left;
    margin-left: 10px;
    color: #ffffff;
}
.header .webnav .login a.zc {
    color: #33d6bc;
    background: #ffffff;
}
.header .hdlcont {
    float: right;
    position: relative;
}
.header .hdlcont .dlq {
    overflow: hidden;
    padding: 12px 0;
}
.header .hdlcont .dlq a {
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    display: block;
    margin-left: 10px;
    color: #ffffff;
}
.header .hdlcont .dlq a.zc {
    color: #33d6bc;
    border-color: #33d6bc;
    background: #ffffff;
}
.header .hdlcont .dlq a.zc:hover {
    border-color: #32e8cc;
    background: #32e8cc;
}
.header .hdlcont .dlh {
    width: 44px;
    height: 44px;
    margin: 8px 0;
}
.header .hdlcont .usercnt {
    width: 44px;
    margin: 0 auto;
}
.header .hdlcont .usercnt i {
    display: block;
}
.header .hdlcont .usercnt i img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.header .hdlcont .down {
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    transition: all 0.3s;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
    z-index: 999;
}
.header .hdlcont .down dl {
    background: #ffffff;
    width: 180px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}
.header .hdlcont .down dt {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 25px;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;;
}
.header .hdlcont .down dd a {
    display: block;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    padding-left: 25px;
}
.header .hdlcont .down dd a em {
    color: #28dec2;
    font-weight: bold;
}
.header .hdlcont .down dd a:hover {
    background: #f0f3f7;
}
.header .hdlcont .username {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    padding-top: 6px;
    height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.header .hdlcont .usercnt:hover .down {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.header.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}
.header.on .searchcnt span {
    display: none;
}
.header.on .hdlcont .down {
    top: 12px;
}
.header.on ~ .webnav {
    margin-top: 120px;
}
.header.on .hdlcont .username {
    display: none
}
.header.on .hdlcont .down {
    padding-top: 44px
}
.webnav .more {
    color: #ffffff;
}
.webnav .more a {
    color: #ffffff;
    margin: 0 37px;
}
/*.webnav .nav a i{display: block; width: 28px;*/
/*	height: 27px; background: url(/statics/images/home/new.gif) no-repeat center; position: absolute;*/
/*	top: -14px; right: -35px}*/
.bannermain {
    background: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 80px;
}
.bannermain .classcont {
    width: 220px;
    background: #ffffff;
    margin-right: 20px;
}
.bannermain .classcont .zprt {
    height: 77px;
    position: relative;
}
.bannermain .classcont .zprt:first-child .link > b {
    margin-top: 13px;
}
.bannermain .classcont .tmle {
    height: 100%;
    padding: 10px 0 20px 15px;
}
.bannermain .classcont .tmle i {
    display: block;
    width: 30px;
    float: left;
    padding-top: 12px;
}
.bannermain .classcont .tmle img {
    display: block;
    width: 100%;
}
.bannermain .classcont .link {
    width: 160px;
    float: right;
}
.bannermain .classcont .link b {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-bottom: 12px;
    font-weight: bold;
}
.bannermain .classcont .link span {
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.bannermain .classcont .link span a {
    color: #666666;
    margin-right: 8px;
}
.bannermain .subnemu {
    display: none;
    position: absolute;
    left: 100%;
    background: #ffffff;
    width: 580px;
    height: 205px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 98;
}
.bannermain .subnemu.md {
    top: 50%;
    transform: translateY(-50%);
}
.bannermain .subnemu.bt {
    top: auto;
    bottom: 0;
}
.bannermain .subnemu b {
    display: block;
    line-height: 59px;
    border-bottom: 1px solid #f5f5f5;
    color: #111111;
    font-size: 18px;
    padding-left: 30px;
    font-weight: bold;
}
.bannermain .subnemu ul {
    display: block;
    padding-left: 30px;
    overflow: hidden;
    padding-top: 12px;
}
.bannermain .subnemu ul li {
    width: 90px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    float: left;
}
.bannermain .subnemu ul li a {
    color: #666666;
}
.bannermain .subnemu ul li a:hover {
    color: #333333
}
.bannermain .zprt:hover .subnemu {
    display: block;
}
.bannermain .zprt:hover .subnemu:before {
    width: 20px;
    height: 77px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    content: "";
}
.bannermain .zprt:hover .subnemu.md:before {
    top: 50%;
    transform: translateY(-50%);
}
.bannermain .zprt:hover .subnemu.bt:before {
    top: auto;
    bottom: 0;
}
.bannermain .zprt:hover .tmle {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.banner {
    background: #ffffff;
    width: 960px;
    float: right;
    max-height: 340px;
    overflow: hidden
}
.banner img {
    display: block;
    width: 100%;
}
.banner .flexslider {
    position: relative;
    overflow: hidden;
}
.banner .slides {
    position: relative;
    z-index: 1;
}
.banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 5000px;
    overflow: hidden
}
.banner .flex-control-nav {
    position: absolute;
    bottom: 6px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.banner .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}
.banner .flex-control-nav .flex-active {
    width: 24px;
}
.banner .flex-direction-nav {
    width: 100%;
    display: none;
    height: 91px
}
.bannermain .mutle {
    display: none;
}
.indvip {
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    -moz-animation: ghostUpdown 4s ease-in-out 0s infinite;
    display: none;
}
.indsvip {
    display: block;
    width: 180px;
    position: fixed;
    bottom: 0;
    right: 0;
    animation: vip-right 2.4s infinite;
    z-index: 9999;
}
.indsvip img {
    display: block;
    width: 100%
}
.indsvip i {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    width: 22px;
    height: 22px;
}
@keyframes vip-right {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: -10px;
    }
    100% {
        bottom: 0px;
    }
}
.wbmainlist {
    padding-bottom: 36px;
    background: #f9f9f9;
}
.wbmainlist .stitle {
    line-height: 35px;
    overflow: hidden;
}
.wbmainlist .stitle b {
    display: block;
    float: left;
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.wbmainlist .stitle b:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 3px;
    height: 20px;
    content: "";
    background: #33d6bc;
}
.wbmainlist .stitle a {
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    width: 96px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 6px #dddddd;
}
.listmain {
    padding: 8px 0;
    margin: 0 -10px;
}
.listmain .zprt {
    width: 224px;
    float: left;
    margin: 15px 10px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative
}
.listmain .scrollpic {
    overflow: hidden;
    position: relative;
    height: 400px;
}
.listmain .scrollpic a {
    display: block;
    height: 100%;
}
.listmain .scrollpic .pic {
    position: absolute;
    z-index: 6;
    width: 100%;
}
.listmain .scrollpic .pic img {
    display: block;
    width: 100%;
}
.listmain .scrollpic .upscr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 9
}
.listmain .scrollpic .downscr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 9
}
.listmain .info {
    padding: 10px 12px;
    position: relative;
}
.listmain .info p {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #3d3d3d;
}
.listmain .info span {
    display: block;
    font-size: 12px;
    color: #1ed4b7;
    padding-top: 6px;
}
.listmain .info span i {
    color: #cccccc;
    vertical-align: middle;
    margin-right: 5px;
}
.listmain .info span ins {
    display: inline-block;
    margin-right: 15px;
}
.listmain .btns {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    overflow: hidden;
    background: #ffffff;
    padding: 14px 10px 0;
}
.listmain .btns a {
    display: block;
    float: right;
    width: 154px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    background: #33d6bc;
    position: relative;
}
.listmain .btns a:after {
    content: "立即下载";
    position: absolute;
    width: 154px;
    height: 40px;
    line-height: 40px;
    display: block;
    right: 0;
    top: 0;
    color: #ffffff
}
.listmain .zprt a.wmxhji {
    display: block;
    text-align: center;
    height: 26px;
    line-height: 26px;
    width: 110px;
    background: #1abd9b;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 996;
    border-radius: 3px;
    margin-left: -50px;
}
.listmain .btns a:hover {
    background: #32e8cc;
}
.listmain .btns em {
    display: block;
    float: left;
    width: 40px;
    cursor: pointer;
    height: 40px;
    border-radius: 3px;
    background: #ebebeb;
    color: #b3b3b3;
    line-height: 40px;
    text-align: center;
}
.listmain .btns em i {
    font-size: 20px;
}
.listmain .btns em i.on {
    color: #ff6464;
}
.listmain .zprt:hover {
    box-shadow: 0 0 26px #dddddd;
}
.listmain .zprt.index-topic:hover {
    box-shadow: 0 0 26px #aaaaaa;
}
.listmain .zprt:hover .btns {
    display: block;
}
.listmain .zprt:hover .scrollpic-small {
    margin-top: -10px;
    transition: all 0.2s;
}
.wjcont {
    position: fixed;
    bottom: 0;
    right: -10px;
    z-index: 66;
    width: 220px
}
.wjcont img {
    display: block;
    width: 100%
}
.wjcont i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: 18px;
    text-align: center;
    color: #000000;
    font-size: 25px;
    overflow: hidden;
    cursor: pointer;
}
/* 底部 */
.footer {
    padding: 60px 0 55px;
    border-top: 1px solid #f0f0f0;
    min-width: 1200px;
}
.footer .conts {
    width: 1200px;
    margin: 0 auto
}
.footer .conts dl {
    width: 210px;
    float: left;
    padding-left: 75px;
}
.footer .conts dt {
    font-size: 14px;
    color: #111111;
    padding-bottom: 20px;
}
.footer .conts dd {
    line-height: 30px;
}
.footer .conts dd a {
    font-size: 12px;
    color: #999999;
}
.footer .conts dd a:hover {
    color: #333333;
}
.footer .tel {
    border-left: 1px solid #f0f0f0;
    width: 360px;
    text-align: center;
    float: right;
}
.footer .tel b {
    display: block;
    font-size: 28px;
    color: #111111;
}
.footer .tel em {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 12px 0;
    display: block;
}
.footer .tel a {
    display: block;
    background: #33d6bc;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    width: 183px;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
}
.footer .tel a i {
    vertical-align: -4px;
    margin-right: 6px;
    font-size: 22px;
}
.footer .tel a:hover {
    background: #32e8cc;
}
/*右侧*/
.rightnemuss {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -200px;
    z-index: 99999;
    display: none
}
.rightnemuss ul {
    width: 68px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    position: relative;
}
.rightnemuss li {
    text-align: center;
}
.rightnemuss li ins a {
    display: block;
    color: #999999;
    font-size: 12px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    overflow: hidden;
}
.rightnemuss li i {
    display: block;
    line-height: 36px;
    font-size: 26px;
    color: #1ed4b7;
}
.rightnemuss li:hover ins a {
    color: #ffffff;
    background: #1ed4b7;
}
.rightnemuss li:hover ins i {
    color: #ffffff;
}
.rightnemuss .kfcont {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 22px;
    height: 100%;
}
.rightnemuss .kfcont .cmmt {
    background: #ffffff;
    width: 180px;
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}
.rightnemuss .kfcont .kf {
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
    text-align: left;
    padding: 10px 0;
}
.rightnemuss .kfcont .kf span {
    display: block;
    font-size: 14px;
}
.rightnemuss .kfcont .kf a {
    display: block;
    padding-left: 28px;
    color: #333333;
}
.rightnemuss .kfcont .kf img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.rightnemuss .kfcont .ewm {
    padding-top: 20px;
    text-align: center;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.rightnemuss .kfcont .ewm img {
    display: block;
    margin: 0 auto;
}
.rightnemuss .kfcont .ewm em {
    display: block;
    padding-top: 8px;
}
.chatrobox {
    padding-top: 30px;
    visibility: visible;
    border: 0px;
}
.rightnemuss li:hover .kfcont {
    display: block;
    -webkit-animation: fadeInLeft .6s;
    -moz-animation: fadeInLeft .6s;
    -ms-animation: fadeInLeft .6s;
    -o-animation: fadeInLeft .6s;
    animation: fadeInLeft .6s;
}
.rightnemuss .dycont {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 22px;
    height: 100%;
}
.rightnemuss .dycont dl {
    background: #ffffff;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    padding: 13px 20px 0;
    text-align: left;
}
.rightnemuss .dycont dl i {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.rightnemuss .dycont dl span {
    display: block;
    padding: 8px 0 12px;
}
.rightnemuss .dycont dl .webtxt {
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 45px;
    padding: 0 10px;
    background: #f7f7f7;
    border: none;
}
.rightnemuss .dycont dl textarea {
    width: 100%;
    height: 102px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding: 5px 10px;
    background: #f7f7f7;
    border: none;
}
.rightnemuss .dycont dl .webtn {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    background: #33d6bc;
    border: none;
    cursor: pointer;
}
.rightnemuss .dycont dl .webtn:hover {
    background: #32e8cc;
}
.rightnemuss li:hover .dycont {
    display: block;
    -webkit-animation: fadeInLeft .6s;
    -moz-animation: fadeInLeft .6s;
    -ms-animation: fadeInLeft .6s;
    -o-animation: fadeInLeft .6s;
    animation: fadeInLeft .6s;
}
.listmain .scrollpic-small .cover {
    display: none;
}
@media (min-width: 1601px) {
    .header .webnav {
        width: 1600px;
        margin: 0 auto;
        color: #ffffff;
        display: block;
    }
    .header .webnav .logoimg a img {
        margin-top: 15px;
    }
    .header .webnav .login a {
        text-align: center;
        width: 80px;
        height: 36px;
        line-height: 36px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 4px;
        display: block;
        margin-left: 10px;
        color: #ffffff;
    }
    .header .webnav .login a.zc {
        color: #33d6bc;
        background: #ffffff;
    }
    .header .webnav .nav a {
        color: #ffffff;
        margin: 0 25px;
        position: relative;
        font-weight: 400;
    }
    .header .webnav .search {
        width: 376px;
        height: 36px;
        padding: 0;
        margin: 12px 0;
        overflow: hidden;
        border-radius: 2px;
        position: relative;
        float: left;
    }
    .header .webnav .search .webtn {
        background: url(../../images/new/home/search.png) no-repeat center;
        height: 36px;
        width: 57px;
        position: absolute;
        right: 5px;
        top: 2px;
        cursor: pointer;
        border: none;
    }
    .header .webnav .search .pptsearch {
        display: block;
        width: 374px;
        height: 36px;
        text-indent: 40px;
        background: #33d6bc;
        margin-top: 0;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 18px;
    }
    .bannermain .classcont .zprt {
        height: 85px;
    }
    .bannermain .zprt:hover .subnemu:before {
        height: 85px;
    }
    /*.bannermain .classcont .tmle{ height: 100%; padding: 20px 0 20px 15px;}*/
    .bannermain .classcont .tmle {
        height: 100%;
        padding: 10px 0 10px 15px;
    }
    .bannermain .classcont {
        height: 340px;
        width: 236px;
    }
    .banner {
        width: 1060px;
        float: left
    }
    .bannermain .mutle {
        width: 265px;
        display: block;
    }
    .bannermain .mutle ul {
        margin: -7.5px 0 -7.5px;
        overflow: hidden;
    }
    .bannermain .mutle li {
        height: 105px;
        overflow: hidden;
        margin: 7.5px 0;
        float: left;
        width: 100%;
    }
    .bannermain .mutle li img {
        display: block;
        width: 100%
    }
    .bannermain .mutle li a {
        display: block;
        height: 100px;
        overflow: hidden;
        text-indent: -999999px;
    }
    .bannermain .mutle li a.one {
        background: url("../../images/new/home/14.jpg");
    }
    .bannermain .mutle li a.two {
        background: url("../../images/new/home/15.png");
    }
    .bannermain .mutle li a.three {
        background: url("../../images/new/home/13.png");
    }
    .listmain {
        margin: 0 -12.5px;
    }
    .listmain .zprt {
        width: 300px;
        float: left;
        margin: 20px 12.5px;
    }
    .listmain .scrollpic-small {
        height: 136px;
    }
    .listmain .scrollpic-small a {
        display: block;
    }
    .listmain .scrollpic-small a .cover {
        line-height: 136px;
    }
    .listmain .scrollpic-small img {
        display: block;
        width: 304px;
        height: 136px;
    }
    .listmain .btns a {
        width: 170px;
    }
    .vipcont .cont {
        width: 1416px;
        margin: 40px auto 0;
        overflow: hidden;
        zoom: 1;
        padding-left: 110px;
        position: relative;
    }
    .indvip {
        display: block;
        width: 94px;
        position: fixed;
        top: 10px;
        right: 25px;
    }
    /*.indvip img{width: 100%}*/
    .header.on .indvip {
        display: none
    }
    .indsvip {
        display: none
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 手机端 */
@media (max-width: 768px) {
    /* 底部 */
    .mobile-footer .footer {
        padding: 0;
        height: 46px;
        font-size: 12px;
        text-align: center;
        line-height: 46px;
        color: #a9a9a9;
        background: #f3f5f7;
        min-width: auto;
    }
    /*头部*/
    .mobile-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 18;
    }
    .mobile-header header {
        height: 44px;
        background: #33d6bc;
        position: relative;
        color: #ffffff;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
    }
    .mobile-header header .pagename {
        font-size: 18px;
        line-height: 44px;
    }
    .mobile-header .search-box {
        width: 196px;
        height: 24px;
        background: rgba(255, 255, 255, 0.42);
        border-radius: 5px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -98px;
        overflow: hidden;
    }
    .mobile-header .search-box .webtn {
        background: url(../../images/new/home/search.png) no-repeat center center;
        background-size: 18px;
        height: 24px;
        width: 32px;
        float: left;
        cursor: pointer;
        border: none;
    }
    .mobile-header .search-box .webtxt::-webkit-input-placeholder {
        color: #fefefe;
    }
    .mobile-header .search-box .webtxt {
        background: initial;
        height: 100%;
        width: calc(100% - 35px);
        float: left;
        font-size: 12px;
        color: #ffffff;
        border: none;
    }
    .mobile-header .more-classify {
        display: block;
        line-height: 48px;
        float: right;
        width: 20px;
    }
    /*列表页*/
    .mobile-header header .gohead {
        width: 30px;
        height: 100%;
        display: inline-block;
    }
    .mobile-header header .gohead img {
        width: 9px;
        margin-top: 14px;
    }
    .mobile-header header .list-name {
        position: absolute;
        width: 80px;
        height: 100%;
        text-align: center;
        line-height: 44px;
        top: 0;
        left: 50%;
        margin-left: -40px;
        font-size: 14px;
    }
    .mobile-header header .list-name + .search-box {
        display: none;
    }
    .mobile-header header .search-btn {
        display: block;
        outline: 0;
        width: 30px;
        height: 100%;
        float: right;
        text-align: right;
    }
    .mobile-header header .search-btn img {
        width: 16px;
        margin-top: 14px;
    }
    /*列表页*/
    .mobile-list .allclassify {
        position: fixed;
        top: 44px;
        z-index: 18;
        width: 100%;
        height: 24px;
        padding: 0 10px;
        background: #ffffff;
    }
    .mobile-list .allclassify li {
        width: 16.6%;
        float: left;
        line-height: 24px;
    }
    .mobile-list .allclassify li .classify-name {
        display: inline-block;
        height: 100%;
        font-size: 14px;
        color: #010101;
        position: relative;
    }
    .mobile-list .allclassify li .classify-name i {
        display: inline-block;
        width: 8px;
        height: 12px;
        background: url(../../images/new/mobile/down.png) no-repeat center center;
        background-size: 8px;
    }
    .mobile-list .allclassify li .classify-name.on i {
        background: url(../../images/new/mobile/downon.png) no-repeat center center;
    }
    .mobile-list .allclassify li .classify-name.on {
        color: #33d6bc;
    }
    .mobile-list .allclassify li .classify-name.on:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #33d6bc;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mobile-list .allclassify li .classify-name.half {
        color: #33d6bc;
    }
    .mobile-list .allclassify li .classify-list {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .67);
        position: fixed;
        left: 0;
    }
    .mobile-list .allclassify li.on .classify-list {
        display: block;
    }
    .mobile-list .allclassify li.on .classify-list a {
        display: block;
        background: #ffffff;
        text-align: left;
        width: 100%;
        font-size: 12px;
        padding: 0 10px;
        color: #000000;
    }
    .mobile-list .allclassify li.on .classify-list a.active {
        color: #33d6bc;
    }
    .mobile-list .allclassify li.on .classify-name i {
        transform: rotate(180deg);
        height: 8px;
    }
    /*素材列表*/
    .mobile-list .material-list {
        display: block;
        margin-top: 75px;
        padding-bottom: 0;
    }
    .mobile-list .material-list .listmain {
        margin: 0 5px;
    }
    .mobile-list .material-list .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .mobile-list .listmain .info p {
        font-size: 12px;
    }
    .mobile-list .listmain .zprt:hover .btns {
        display: none;
    }
    .mobile-list .toTop {
        position: fixed;
        bottom: 250px;
        right: 12px;
        z-index: 20;
    }
    /*详情页*/
    .mobile-header header .show-name {
        width: 80%;
        left: 10%;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-header header .share-btn {
        display: block;
        outline: 0;
        width: 30px;
        height: 100%;
        float: right;
        text-align: right;
    }
    .mobile-header header .share-btn img {
        width: 14px;
        margin-top: 14px;
    }
    .pptdetails {
        margin-top: 44px;
        width: 100%;
        margin-bottom: 25px;
    }
    .pptdetails .webmap {
        padding: 0 0 5px 0;
        font-size: 12px;
    }
    .pptdetails .webmap i {
        width: calc(100% - 150px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: top;
    }
    .pptdetails .leftcnt .title > p {
        font-size: 12px;
        color: #989898;
    }
    .pptdetails .leftcnt .title > p > span {
        display: inline-block;
        padding: 0;
        line-height: 18px;
    }
    .pptdetails .leftcnt > .title {
        margin-bottom: 10px;
    }
    .pptdetails .leftcnt .title > p > span.showinfol {
        float: left;
    }
    .pptdetails .leftcnt .title > p > span.showinfor {
        float: right;
    }
    .pptdetails .leftcnt {
        width: 100%;
        padding: 0 10px;
    }
    .pptdetails .leftcnt .contms {
        padding: 0;
        background: inherit;
        border: 0;
    }
    .pptdetails .leftcnt .title span {
        padding-top: 0;
        padding-bottom: 15px;
        line-height: 18px;
    }
    .pptdetails .leftcnt .title span i {
        padding-left: 17px;
        color: #75dfcd;
        font-size: 12px;
        margin-right: 13px;
    }
    .pptdetails .leftcnt .title span i.view, .pptdetails .leftcnt .title span i.down {
        background-size: 14px;
    }
    .pptdetails .leftcnt .title {
        padding: 0;
        height: auto;
        background: inherit;
        border: 0;
    }
    .pptdetails .leftcnt .title h1 {
        font-size: 14px;
    }
    .pptdetails .leftcnt .title .videobox {
        overflow: hidden;
        width: 100%;
        height: 260px;
    }
    .pptdetails .leftcnt .contms {
        margin-top: 0;
    }
    .pptdetails .leftcnt .show-desc {
        font-size: 12px;
        margin-top: 13px;
    }
    .pptdetails .leftcnt .pics img {
        width: 100%;
    }
    .pptdetails .wbmainlist {
        display: block;
        width: 100%;
        min-width: auto;
        padding-bottom: 0;
    }
    .pptdetails .wbmainlist .wrap {
        width: 100%;
    }
    .pptdetails .wbmainlist .stitle {
        padding: 0 10px;
        margin-top: 30px;
    }
    .pptdetails .wbmainlist .stitle div {
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 12px;
        overflow: hidden;
    }
    .pptdetails .wbmainlist .stitle b {
        font-size: 14px;
        color: #010101;
        font-weight: normal;
        padding-left: 0;
    }
    .pptdetails .wbmainlist .stitle b:before {
        display: none;
    }
    .pptdetails .wbmainlist .stitle div a {
        font-size: 12px;
        color: #5c5c5c;
        height: auto;
        line-height: inherit;
        width: auto;
        border-radius: 0;
        text-align: center;
        box-shadow: none;
    }
    .pptdetails .listmain {
        padding: 0;
        margin: 0 5px;
    }
    .pptdetails .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .pptdetails .listmain .info p {
        font-size: 12px;
    }
    .temp-msg {
        display: none;
    }
    .mobile-collect {
        display: block;
        width: 100%;
        height: 50px;
        padding: 9px 10px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 15;
    }
    .collect-btn {
        width: 168px;
        border-radius: 2px;
        height: 32px;
        background: #1ed4b7;
        color: #ffffff;
        line-height: 32px;
        text-align: center;
        float: left;
    }
    .collect-btn span {
        background: url("/statics/images/mobile/collect.png") no-repeat left center;
        background-size: 15px;
        padding-left: 23px;
    }
    .collect-btn.on span {
        background: url("/statics/images/mobile/collecton.png") no-repeat left center;
    }
    .down-btn {
        float: right;
        width: 100%;
        border-radius: 2px;
        height: 32px;
        background: #ffffff;
        border: 1px solid #33d6bc;
        color: #33d6bc;
        line-height: 32px;
        text-align: center;
    }
    .down-btn span {
        background: url("/statics/images/mobile/download.png") no-repeat left center;
        background-size: 12px;
        padding-left: 23px;
    }
    /*首页*/
    .mobile-index {
        display: block;
    }
    .mobile-banner.flexslider {
        position: relative;
        width: 100%;
        height: 104px;
        overflow: hidden;
        margin-top: 44px;
    }
    .mobile-banner ul.slides {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .mobile-banner .slides li:nth-child(1) {
        background: url('/statics/images/mobile/banner1.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }
    .mobile-banner .slides li:nth-child(2) {
        background: url('/statics/images/mobile/banner2.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }
    .mobile-banner .slides li:nth-child(3) {
        background: url('/statics/images/mobile/banner3.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }
    .mobile-banner .slides li:nth-child(4) {
        background: url('/statics/images/mobile/banner4.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }
    .mobile-banner .slides li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile-banner .flex-direction-nav {
        display: none;
    }
    .mobile-banner .flex-control-nav {
        position: absolute;
        bottom: 3px;
        z-index: 2;
        width: 100%;
        text-align: center;
    }
    .mobile-banner .flex-control-nav li {
        display: inline-block;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }
    .mobile-banner .flex-control-nav a {
        display: inline-block;
        width: 4px;
        height: 4px;
        line-height: 20px;
        overflow: hidden;
        border: 1px solid #ffffff;
        cursor: pointer;
        border-radius: 4px;
        background: #ffffff;
    }
    .mobile-banner .flex-control-nav .flex-active {
        background: #33d6bc;
        border: 1px solid #33d6bc;
    }
    .sourcelist {
        margin-top: 5px;
    }
    .sourcelist .mtitle {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        padding: 0 10px;
    }
    .sourcelist .mtitle b {
        color: #1ed4b7;
        padding-left: 6px;
        position: relative;
    }
    .sourcelist .mtitle b:before {
        content: "";
        width: 1px;
        height: 16px;
        background: #1ed4b7;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .sourcelist .mtitle .wbstn {
        float: right;
        font-size: 14px;
        background: none;
        color: #5c5c5c;
    }
    .sourcelist .mtitle .wbstn img {
        width: 7px;
    }
    .listmain {
        padding: 0;
        margin: 0 5px;
    }
    .sourcelist .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .sourcelist .listmain .info p {
        font-size: 12px;
    }
    /*分类页面*/
    .search-box.classpage {
        width: 330px;
        left: 50%;
        margin-left: -155px;
    }
    .classlist {
        margin-top: 44px;
        padding: 0 10px;
    }
    .classification {
        margin-top: 7px;
        padding: 6px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .classification span {
        font-size: 16px;
        color: #000000;
        position: relative;
        padding-left: 8px;
    }
    .classification span:before {
        content: "";
        width: 1px;
        height: 16px;
        background: #1ed4b7;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .subclassification {
        overflow: hidden;
    }
    .subclassification a {
        float: left;
        color: #000000;
        display: inline-block;
        width: 25%;
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #e5e5e5;
    }
    .subclassification a:nth-child(13),
    .subclassification a:nth-child(14),
    .subclassification a:nth-child(15),
    .subclassification a:nth-child(16) {
        border-bottom: 0;
    }
}
@keyframes ghostUpdown {
    0% {
        margin-top: 90px;
    }
    100% {
        margin-top: 70px;
    }
}
.wt-db11-alert {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 18;
}
.wt-db11-alert .card {
    width: 580px;
    height: 489px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -244px;
}
.wt-db11-alert a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    outline: 0;
}
.wt-db11-alert .card .close {
    display: block;
    width: 29px;
    height: 28px;
    background: url(../../images/new/closed.png);
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
}
.smallimg {
    position: fixed;
    right: 0;
    top: 85%;
    margin-top: -90px;
    z-index: 9999;
    display: none;
}
.common-header {
    height: 60px;
    z-index: 10;
    text-align: left;
    font-size: 0;
    background-color: transparent;
    transition: background .25s;
    font-family: 微软雅黑, serif;
    position: relative;
}
.common-header.small_adapt {
    padding: 0 30px
}
.common-header.small_adapt .index_header_center {
    max-width: 1650px
}
.common-header .common-header-center {
    position: relative;
    width: 1440px;
    height: 60px;
    margin: 0 auto;
}
.common-header .common-header-center > a {
    display: block;
    float: left;
    position: relative;
}
.common-header .common-header-center > a span {
    display: none;
    pointer-events: none;
}
.common-header .common-header-center > a:hover {
    opacity: 1;
}
.common-header .common-header-center > a:hover span {
    background: url("../../images/new/logo-tip.png") no-repeat;
    color: #0d7bf8;
    display: block;
    font-size: 12px;
    height: 105px;
    left: 0;
    padding-top: 78px;
    padding-left: 14px;
    position: absolute;
    top: 0;
    width: 234px;
}
.common-header .common-header-center > a > h1 > img,.common-header .common-header-center > a > img {
    margin-top: 15.5px;
}
.common-header .un_login {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 0
}
.common-header .un_login a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle
}
.common-header .un_login .login {
    color: #ffffff;
    border: 1px solid white;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    padding: 0 15px;
}
.common-header .un_login .sign_up {
    margin-left: 8px;
    border-radius: 30px;
    background: #ffffff;
    color: #0d7bf7;
    font-weight: 700
}
.common-header .user_head {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 60px;
    line-height: 60px
}
.common-header .user_head a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    text-align: center;
    border-radius: 20px;
    border: 2px solid #95a6f0
}
.common-header .index_nav {
    position: absolute;
    top: 0;
    right: calc(50% - 323px);
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin: 0 auto;
}
.common-header .index_nav a {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
    color: #ffffff
}
.common-header .index_nav a.on:after{
    width: 36px;
    height: 1px;
    background: white;
    display: block;
    content: "";
    margin: 0 auto;
}
.common-header .index_nav a:hover {
    color: hsla(0, 0%, 100%, .7)
}
.common-header .index_nav a:last-child {
    margin-right: 0
}
.common-header.fixed_head {
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s
}
.common-header.fixed_head .user_head a {
    color: #95a6f0
}
.common-header.fixed_head .un_login .sign_up {
    color: #ffffff;
    background: #0d7bf7
}
.common-header.fixed_head .un_login .login {
    color: #515151
}
.common-header.fixed_head .un_login .login:hover {
    color: #0d7bf7
}
.common-header.fixed_head .user_center a {
    color: #515151
}
.common-header.fixed_head .user_info {
    top: 60px
}
.common-header.fixed_head .index_nav a {
    color: #515151
}
.common-header.fixed_head .index_nav a:hover {
    color: #0d7bf7
}
.common-header .dlh {
    position: relative;
}
.common-header .dlh span {
    display: block;
    line-height: 60px;
    color: #010101;
    text-align: center;
    font-size: 14px;
}
.common-header .dlh span a {
    color: #ffffff;
}
.common-header .dlh ul {
    position: absolute;
    top: 60px;
    left: 50%;
    background: #ffffff;
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    transform: translate3d(-50%, 10px, 0px);
    -moz-transform: translate3d(-50%, 10px, 0px);
    -webkit-transform: translate3d(-50%, 10px, 0px);
    visibility: hidden;
    line-height: 44px;
}
.common-header .dlh ul li a {
    display: block;
    color: #333333;
    height: 44px;
    line-height: 44px;
}
.common-header .dlh ul li a:hover {
    background: #f5f9fb;
    color: #0d7bf8;
}
.common-header .dlh:hover ul {
    opacity: 1;
    transform: translate3d(-50%, 0px, 0px);
    -moz-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    visibility: visible;
    transition: all 0.3s ease 0s;
}
.common-header .dlh span:after {
    display: block;
    content: '';
    border-width: 6px 4px 4px 4px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent; /* 定位 */
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -3px;
}
.common-header .dlh:hover span:after {
    border-width: 4px 4px 6px 4px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; /* 定位 */
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -7px;
}
@media (max-width: 1440px) {
    .common-header .common-header-center {
        width: 1200px;
    }
}
.common-footer {
    position: relative;
}
.wt-footer {
    background-color: #ffffff;
    height: 264px;
    border-top: #ececec 1px solid;
    padding-top: 40px;
}
.wt-footer .wt-logo {
    width: 151px;
    height: 63px;
    margin-bottom: 20px;
    margin-right: 180px;
}
.wt-footer .wt-logo span {
    display: block;
    width: 130px;
    height: 55px;
    background: url("../../images/new/index/logo_bottom.png") 0 0 no-repeat;
}
.common-footer .w1201 .right-con {
    position: absolute;
    top: 0;
    right: 15%;
}
.bottom-left-infor .phone-box {
    height: 35px;
    position: relative;
    cursor: pointer;
    width: 140px;
}
.bottom-left-infor .qq-box {
    margin-top: 10px;
}
.bottom-left-infor .phone-box i {
    font-size: 18px;
    color: #4777ff;
    margin-right: 10px;
}
.bottom-left-infor .qq-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: -2px;
}
.bottom-left-infor .qq-box a {
    display: block;
    width: 132px;
    height: 36px;
    line-height: 36px;
    background: #0d7bf8;
    border-radius: 2px;
    color: #ffffff !important;
    text-align: center;
}
.bottom-left-infor .phone-box span, .bottom-left-infor .phone-box a {
    font-size: 14px;
    color: #666666;
}
.bottom-left-infor .qipao-infor {
    position: absolute;
    left: -28px;
    background-color: #ffffff;
    box-shadow: 1px 0 13px rgba(0, 0, 0, 0.1);
    padding: 10px 28px;
    display: none;
}
.bottom-left-infor .qipao-infor p {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    width: 125px;
    text-align: center;
}
.bottom-left-infor .qipao-infor b {
    position: absolute;
    left: 75px;
    display: inline-block;
    width: 24px;
    height: 13px;
    background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -123px -193px
}
.bottom-left-infor .phone-box .qipao-infor {
    top: -60px
}
.bottom-left-infor .phone-box .qipao-infor b {
    top: 40px
}
.bottom-left-infor .qq-box .qipao-infor {
    top: -95px
}
.bottom-left-infor .qq-box .qipao-infor b {
    top: 80px
}
.bottom-left-infor .phone-box:hover .qipao-infor {
    display: block
}
.bottom-left-infor .phone-box:hover span, .bottom-left-infor .phone-box:hover a {
    color: #0d7bf8;
}
.footer-link {
    margin-right: 80px;
}
.footer-link li {
    color: #aaaaaa;
    font-size: 16px;
    width: 105px;
    letter-spacing: 2px
}
.footer-link .first-title {
    margin-bottom: 20px;
}
.footer-link li a {
    color: #666666;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 2px
}
.footer-link li a:hover {
    opacity: .8;
}
.guanzhu-wt {
    margin-top: 140px;
    margin-right: 64px
}
.guanzhu-wt a {
    display: inline-block;
    height: 44px;
    width: 44px;
    background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png);
    border-radius: 44px
}
.guanzhu-wt .wx-box {
    position: relative;
}
.guanzhu-wt .wb-box {
    margin: 0 68px;
}
.guanzhu-wt-m {
    width: 38px;
    height: 38px
}
.guanzhu-wt .wx-box a {
    background: url("../../images/new/ss.png") -135px -35px;
    width: 40px;
    height: 40px
}
.guanzhu-wt .wb-box a {
    background: url("../../images/new/ss.png") -190px -35px
}
.guanzhu-wt .qq-box a {
    background: url("../../images/new/ss.png") -248px -35px
}
.wt-footer .gb15 {
    width: 16px;
    height: 18px;
    background-image: url(../../images/new/ss.png);
    background-position: -30px -52px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 3px;
}
.wt-footer .gb13 {
    width: 14px;
    height: 18px;
    background-image: url(../../images/new/ss.png);
    background-position: -54px -53px;
    margin-bottom: -3px;
    display: inline-block;
    margin-right: 16px;
}
.work1 a:hover {
    color: white;
}
.guanzhu-wt .wx-box-hover {
    position: absolute;
    top: -160px;
    left: -5px;
    width: 314px;
    height: 156px;
    background: url("../../images/new/footer1.png");
}
.wx-box-hover p {
    color: #666666;
    font-size: 14px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-align: left;
}
.wx-box-hover img {
    position: absolute;
    right: 30px;
    top: 18px;
    width: 100px;
}
.friendlylink {
    background-color: #fafafa;
    padding: 10px 0;
}
.wt-footer .w1200 {
    width: 1440px;
    margin: 0 auto;
}
.friendlylink .w1200 {
    margin: 0 auto;
    width: 1440px;
}
.copyright .w1200 {
    margin: 0 auto;
    width: 1440px;
}
.tagsno a {
    color: #aaaaaa;
}
.friendlylink-nav {
    /*height: 30px;*/
    line-height: 30px;
}
.friendlylink-nav span {
    color: #999999;
    font-size: 12px;
    height: 16px;
    display: inline-block;
}
.vipcont span a .gb1 {
    width: 26px;
    height: 20px;
    background-image: url("../../images/new/ss.png");
    background-position: -32px -181px;
    margin-bottom: 8px;
}
.top-bar .w1200 {
    min-width: 1276px;
}
.friendlylink .tagsno .tags-item {
    line-height: 2;
}
.friendlylink .tagsno .tags-item span {
    color: #333333;
}
.friendlylink .tagsno .tags-item a {
    margin-right: 9px;
}
.friendlylink .tagsno .tags-item a:hover {
    color: #4777ff;
}

.friendly-con-m {
    display: none;
}
.friendly-con-m a {
    color: #999999;
    display: inline-block;
    margin-right: 15px;
    line-height: 34px;
}
.friendly-con-m a:hover {
    color: #4777ff
}
.copyright {
    background-color: #333333;
    padding: 20px 0 26px 0;
}
.copyright p {
    color: #999999;
    font-size: 12px;
    text-align: center;
}
.copyright p a {
    color: #999999;
}
.w1201 {
    position: relative;
}
.lianjie a {
    color: #aaaaaa;
    cursor: pointer;
    margin-right: 9px;
    font-size: 12px;
}
.lianjie a:hover {
    opacity: .8;
}
@media (max-width: 1440px) {
    .wt-footer .w1200 {
        width: 1200px;
    }
    .friendlylink .w1200 {
        width: 1200px;
    }
    .copyright .w1200 {
        width: 1200px;
    }
}
.headershow2 {
    background: #0d7bf7;
}
.headershow2 + .index-contain {
    margin-top: 20px;
}
.headershow2 .common-header-center > a span {
    display: none !important;
}
.layui-layer-setwin .layui-layer-close:hover {
    color: #0d7bf8 !important;
}
.newpages {
    text-align: center;
    zoom: normal;
    padding: 30px 0;
}
.newpages a {
    padding: 0 12px;
    border: #dedede 1px solid;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #f5f5f5;
    height: 30px;
    border-radius: 3px;
    margin: 0 3px;
}
.newpages i {
    padding: 0 5px;
}
.newpages a:hover {
    background: #dddddd;
    color: #606060;
    text-decoration: none;
    box-shadow: none
}
.newpages .curPage, .newpages span {
    margin: 0 3px;
    border: #0d7bf8 1px solid;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #0d7bf8;
    height: 30px;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 3px
}

.sidebar {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1;
}

.sidebar li {
    width: 42px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
    background: #ffffff;
}

.sidebar li i {
    display: block;
    width: 40px;
    height: 26px;
    margin: 2px auto 0;
}

.sidebar li p {
    font-size: 12px;
    text-align: center;
    color: #cccccc;
}

.sidebar li:hover p {
    color: #ffffff;
}

.sidebar li a {
    display: block;
    height: 100%;
    width: 100%;
}

.sidebar li.adbtn {
    width: 120px;
    height: 120px;
    border: 0;
    position: absolute;
    top: -130px;
    right: -10px;
}

.sidebar li a.closeadbtn {
    width: 12px;
    height: 12px;
    top: 3px;
    right: 3px;
    line-height: 12px;
    text-align: center;
    color: #b23028;
}

.sidebar .xuqiu i {
    width: 40px;
    height: 44px;
    background: url(../../images/new/xuqiu.gif) no-repeat center;
}

.sidebar .vipbtn i {
    width: 40px;
    height: 46px;
    margin: 0 auto;
    background: url(../../images/new/sideicon1.gif) no-repeat center;
}

.sidebar .srvbtn i {
    background: url(../../images/new/sideicon2.png) no-repeat center;
}

.sidebar .srvbtn:hover i {
    background: url(../../images/new/sideicon2_a.png) no-repeat center;
}

.sidebar .fkbtn i {
    background: url(../../images/new/fankui.png) no-repeat center;
}

.sidebar .fkbtn:hover i {
    background: url(../../images/new/fankui_a.png) no-repeat center;
}

.sidebar .wxbtn i {
    background: url(../../images/new/sideicon3.png) no-repeat center;
}

.sidebar .wxbtn:hover i {
    background: url(../../images/new/sideicon3_a.png) no-repeat center;
}

.sidebar .dzbtn {
    height: 60px;
}

.sidebar .dzbtn i {
    background: url(../../images/new/mfdz.gif) no-repeat center;
    height: 54px;
}

.sidebar .backtopbtn i {
    width: 40px;
    height: 46px;
    margin: 0 auto;
    background: url(../../images/new/sideicon5.png) no-repeat center;
}

.sidebar .backtopbtn:hover i {
    background: url(../../images/new/sideicon5_a.png) no-repeat center;
}

.sidebar .srvbtn:hover,
.sidebar .fkbtn:hover,
.sidebar .wxbtn:hover,
.sidebar .backtopbtn:hover {
    background: #0d7bf8;
    border: 1px solid #0d7bf8;
}

.sidebar .wxbtn {
    position: relative;
}

.sidebar .wxbtn .wxcode {
    display: none;
    position: absolute;
    width: 240px;
    height: 263px;
    top: -132px;
    left: -250px;
}

.sidebar .wxbtn .wxcode .conts {
    background: #ffffff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
}

.sidebar .wxbtn .wxcode strong {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.sidebar .wxbtn .wxcode img {
    display: block;
    margin: 0 auto;
}

.sidebar .wxbtn:hover .wxcode {
    display: block;
}

.sidebar .srvbtn {
    position: relative;
}

.sidebar .srvbtn .kfcode {
    display: none;
    position: absolute;
    width: 200px;
    top: -60px;
    left: -190px;
    padding-right: 20px;
}

.sidebar .srvbtn .kfcode .conts {
    background: #ffffff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
}

.sidebar .srvbtn:hover .kfcode {
    display: block;
}

.sidebar .srvbtn .kfcode a {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.sidebar .srvbtn .kfcode a i {
    float: left;
    width: 33px;
    height: 33px;
    margin: 13px 13px 0 30px;
}

.sidebar .srvbtn .kfcode a.qqkf i {
    background: url(../../images/new/qqkf_icon.png) no-repeat center;
    background-size: contain;
}

.sidebar .srvbtn .kfcode a.wxkf i {
    background: url(../../images/new/wxkf_icon.png) no-repeat center;
    background-size: contain;
}

.sidebar .srvbtn .kfcode a span {
    float: left;
    height: 60px;
    line-height: 60px;
}

.sidebar .srvbtn .kfcode a.qqkf:hover {
    color: #55adfc;
}

.sidebar .srvbtn .kfcode a.wxkf:hover {
    color: #28cd74;
}

.sidebar .srvbtn .kfcode .wxkfcode {
    display: block;
    overflow: hidden;
}

.sidebar .srvbtn .kfcode .wxkfcode p {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #b0b0b0;
}

.sidebar .srvbtn .kfcode img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}


.friendlylink {
    background-color: #fafafa
}

.friendlylink-nav1 {
    position: relative
}

.friendlylink-nav1 .on{
    color: #d6d4d4;
    font-size: 12px;
    height: 16px;
    display: inline-block;
    line-height: 1.5;
    width: 95%;
}

.friendlylink-nav1 .on h1{
    font-size: 12px;
    display: inline;
}

.bottom-tag-nav {
    margin-bottom: 10px;
}


.friendlylink-nav span {
    color: #aaa;
    font-size: 12px;
    height: 16px;
    display: inline-block;
}

.gb15 {
    width: 14px;
    height: 8px;
    background-image: url("../../images/ss.png");
    background-position: -53px -20px;
    display: inline-block
}


.friendlylink-nav span.unfold_zhankai {
    margin-right: 4px;
    color: #0ec5a1
}

.friendlylink-nav .unfold {
    position: absolute;
    right: 0;
    top: -5px
}

.friendlylink .tagsno {
    overflow: hidden;
    color: #aaa;
    font-size: 12px;
    height: 0;
    -webkit-transition: height .3s;
    transition: height .3s
}

.friendlylink .tagsno .tags-item {
    line-height: 2
}

.friendlylink .tagsno .tags-item span {
    color: #333
}

.friendlylink .tagsno .tags-item a {
    margin-right: 9px;
    color: #aaa
}

.friendlylink .tagsno .tags-item a:hover {
    color: #0ec5a1
}

.lianjie {
    /*padding-bottom: 25px*/
}

.friendlylink-nav span.firlink {
    color: #333
}

#appdown {
    position: fixed;
    right: 20px;
    width: 64px;
    bottom: 320px;
}

#appdown img {
    max-width: 160px;
}

#appdown:hover .app-qrcode{
    display: block;
}

.app-qrcode {
    width: 210px;
    height: 245px;
    position: absolute;
    bottom: -150px;
    right: 80px;
    background-color: #fff;
    z-index: -1;
    opacity: 1;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    display: none;
}

.app-qrcode > div {
    margin: 20px 21px 17px
}

.app-qrcode img {
    display: inline-block;
    width: 168px;
    height: 168px
}

.app-qrcode p {
    text-align: center
}

.app-qrcode .downapp{
    margin-top: 10px;
}

.app-qrcode .downapp a{
    color: #0ec5a1;
}