
/*首页banner s*/
.qg-label {
    box-sizing: border-box;
    padding-top: 4px;
    color: #FFFFFF;
    width: 78px;
    height: 51px;
    position: absolute;
    top: 10px;
    left: -12px;
    background: url(//st-static.699pic.com/images/bg-viptip.png) no-repeat;
    text-align: center;
}
#banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

#banner .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    text-align: center;
    padding-right: 12%;
}

#banner .hd ul li {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 3px 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

#banner .hd ul li.current,
.index-banner .hd ul li:hover {
    border: #fff 2px solid;
    color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(6, 0, 1, 0.36);
    box-shadow: 0 0 2px rgba(6, 0, 1, 0.36);
}

#banner .bd ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

#banner .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .ckBtn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 60px;
    margin-top: -30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    text-indent: -9999px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(//st-static.699pic.com/images/index/jiantou.png) no-repeat;
    display: block;
}

#banner:hover .ckBtn {
    opacity: 0.7;
}

#banner .ckBtn:hover {
    opacity: 1;
}

#banner .ckBtn.prevBtn {
    left: 50%;
    margin-left: -600px;acti-countdown
    background: url(//st-static.699pic.com/images/index/prev.png) no-repeat;
}

#banner .ckBtn.nextBtn {
    right: 50%;
    margin-right: -347px;
    background: url(//st-static.699pic.com/images/index/next.png) no-repeat;
}


/*banner悬浮块 s*/

.slideBox .slider-fixbox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider-fixbox .fixbox-cont {
    width: 248px;
    height: 347px;
    background: url("//st-static.699pic.com/images/index/fixbox-bg.png") no-repeat 0px 0px;
    position: absolute;
    right: 0;
    margin-top: 8px;
    z-index: 1;
}

.slider-fixbox .fixbox-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 6px
}

.slider-fixbox .fixbox-cont .box-line-tit {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.slider-fixbox .fixbox-cont .box-line-tit:before,
.slideBox .slider-fixbox .fixbox-cont .box-line-tit:after {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    top: 50%;
}

.slider-fixbox .fixbox-cont .box-line-tit:before {
    left: 15px;
    background: url("//st-static.699pic.com/images/index/fixbox-bg.png") no-repeat -15px -377px;
}

.slider-fixbox .fixbox-cont .box-line-tit:after {
    right: 15px;
    background: url("//st-static.699pic.com/images/index/fixbox-bg.png") no-repeat -200px -377px;
}

.slider-fixbox .fixbox-cont .box-creat-bd {
    text-align: center;
    margin: 12px 0
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item {
    display: inline-block;
    margin: 0 6px;
    text-align: center;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .creat-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    font-size: 46px;
    color: #fff;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-one {
    background-position: 0 0;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-two {
    background-position: 0 -56px;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item .icon-three {
    background-position: 0 -112px;
}

.slider-fixbox .fixbox-cont .box-creat-bd .creat-item span {
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
}

.box-long-img {
    text-align: center;
}

.box-long-img>img {
    vertical-align: top;
    cursor: pointer;
}

.slider-fixbox .fixbox-cont .box-creat-butm p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
}


/*banner悬浮块 e*/


/*首页banner e*/


/*品质保障 s*/

.sp-banner {
    padding: 20px 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #EEEFF2;
}

.sp-banner .sp-banner-m {
    height: 100%;
    position: relative;
}

.sp-banner .sp-banner-m dl {
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.sp-banner .sp-banner-m dl.last-dl {
    padding: 0;
}

.sp-banner .sp-banner-m dl dt {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #444;
}
.sp-banner .sp-banner-m dl dt i.st1 {
    color: #FC6C49;
}

.sp-banner .sp-banner-m dl dt i.st3 {
    color: #FEB72A;
}

.sp-banner .sp-banner-m dl dt i.st2 {
    color: #48BFEA;
}

.sp-banner .sp-banner-m dl dd p {
    line-height: 28px;
}
.sp-banner .sp-banner-m dl dt i {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 7px;
    color: #3ECFAD;
    font-size: 44px;
    vertical-align: top;
}

.sp-banner .sp-banner-m dl dt i.st1 {
    background-position: -45px -45px;
}

.sp-banner .sp-banner-m dl dt i.st3 {
    background-position: 0 -45px;
}

.sp-banner .sp-banner-m dl dt i.st2 {
    background-position: -45px 0;
}

.sp-banner .sp-banner-m dl dd p {
    line-height: 28px;
}

.sp-banner .sp-banner-m dl dd .tit-p {
    font-size: 20px;
    color: #444;
}

.sp-banner .sp-banner-m dl dd .slo-p {
    font-size: 14px;
    color: #999;
}

.sp-banner .sp-banner-m dl dd span {
    color: #f6492c;
}


/*品质保障 e*/


/*专题分类  s*/

.classify-block {
    text-align: center;
}

.classify-block h3 {
    font-size: 28px;
    color: #666666;
    padding: 42px 0 7px;
}

.classify-block .classify-describe {
    font-size: 14px;
    color: #999999;
    padding-bottom: 21px;
}

.classify-block .Featd-imglist {
    margin-right: -20px;
    overflow: hidden;
}

.classify-block .Featd-imglist li {
    float: left;
    width: 285px;
    height: 210px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 0 0 #E5E8EE;
    transition: all 0.2s;
}
.classify-block .Featd-imglist li:hover{
    box-shadow: 10px 10px 0 0 #DBDFE8;
}
.classify-block .Featd-imglist.Featd-vector li {
	height:381px;
}

.Featd-imglist li img {
    width: 100%;
    height: 100%;
}

.Featd-imglist li.head {
    margin-bottom: 20px;
}

.Featd-imglist li.head img {
    -webkit-transition: all .4s cubic-bezier(0, 1, .75, 1);
    -o-transition: all .4s cubic-bezier(0, 1, .75, 1);
    transition: all .4s cubic-bezier(0, 1, .75, 1);
}

.Featd-imglist li .imglist-char {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 1.14px;
    background: rgba(0, 0, 0, 0.3);
    height: 70px;
    padding: 32px 0 0 20px;
    text-align: left;
    box-sizing: border-box;
    background: url(//st-static.699pic.com/images/index/title-bg.png) repeat 0 0;
    font-size: 18px;
    color: #FFFFFF;
    transition: height 0.2s,background 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Featd-imglist li .imglist-charblock{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.Featd-imglist li .imglist-charblock p{
    display: inline-block;
    width: 150px;
    padding-top: 11px;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #fff;
}
.Featd-imglist li .imglist-charblock p:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 117px;
    height: 0px;
    border-top: 1px solid rgba(255,255,255,0.50);
    border-top: 1px solid rgba(255,255,255)\9;
}
.Featd-imglist li .imglist-charblock p span{
    margin: 0 1px;
}
.Featd-imglist li:hover .imglist-char{
    width: 100%;
    height: 100%;
    padding: 0;
    background-position: 0  -70px;
    text-indent: -999px;
}
.Featd-imglist li:hover .imglist-charblock{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    width: 170px;
    height: 100px;
    padding-top: 5px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    text-align: center;
    opacity: 1;
    visibility: visible;
}
.Featd-imglist li .imglist-charblock div{
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.Featd-imglist li:hover .imglist-charblock div{
    height: 42px;
    line-height: 42px;
    width: 98%;
    margin: 0 auto;
}
.Featd-imglist li:hover .imglist-charblock p{
    opacity:1;
    visibility: visible;
    margin-top: 6px;
}
.Featd-imglist li .icon-liebiaoxiangqing-zhuanji{
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    right: 21px;
}

/*视频列表*/
.classify-block .Featd-videolist li{
	height: 168px;
	box-shadow: none;
}
.classify-block .Featd-videolist li:hover{
	box-shadow: none;
}
.classify-block .Featd-videolist .imglist-charblock div{
	width: 100%;
}
.classify-block .Featd-videolist .imglist-charblock div>i{
	margin-right: 4px;
	font-size:18px;
}
.classify-block .Featd-videolist li:hover .imglist-char{
	display: none;
}
.classify-block .Featd-elementlist li{
	height: 285px;
}
.classify-block .Featd-elementlist li img{
    border:10px solid #F9F9F9;
    box-sizing: border-box;
}
.classify-block .label-list {
    margin-right: -24px;
    margin-top:-10px;
    padding-bottom: 50px;
}

.classify-block .label-list a {
    display: block;
    float: left;
    border: 1px solid #EEEFF2;
    border-radius: 2px;
    box-sizing: border-box;
    width: 132.5px;
    height: 50px;
    line-height: 48px;
    margin: 12px 20px 0 0;
    background: #F9F9F9;
}
.classify-bcolor .label-list a {
	background: #fff;
}
.classify-block .label-list a:hover {
    border-color: #ff5200;
    background: #ff5200;
    color: #fff;
    transition: background, border-color 0.2s;
}

.classify-more {
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
}

.classify-more p {
    display: inline-block;
    width: 552px;
    border-top: 1px solid #ddd;
    height: 0;
}

.classify-more p span {
    display: inline-block;
    padding: 0 31px;
    background: #fff;
    position: relative;
    top: -11px;
}

.classify-more p a {
    font-size: 14px;
    color: #666666;
}

.classify-more p a:hover {
    color: #0099E5;
}

.classify-bcolor,
.classify-bcolor .classify-more p span {
    background: #F6F7F9;
}


/*专题分类  e*/

/*PPT模板精选 s*/
.content-list{margin-right: -20px;}
.content-list li{float: left;margin-right: 20px;margin-bottom: 12px;width: 285px;height: 381px;position: relative;overflow: hidden;}
.content-list li img{width: 100%;vertical-align: middle;}
.content-list li .content-libg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0;filter: alpha(opacity=20);visibility: hidden;transition: 0.4s;}
.content-list li:hover .content-libg{opacity: 0.2;visibility: visible;}
.content-list li .content-liTitle{opacity: 0;visibility: hidden;position: absolute;top:0;left: 0;width: 100%;font-size: 16px;color: #FFFFFF;padding: 10px;box-sizing: border-box;transition: 0.3s; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;text-align: left;}
.content-list li:hover .content-liTitle{opacity: 1;visibility: visible;}
.content-list li .download-btn{opacity: 0;visibility: hidden;position: absolute;left: 0;right: 0;top: 47%;margin: auto;width: 89%;height: 50px;line-height: 50px;text-align: center;font-size: 18px;background: #4497DF;color: #FFFFFF;transition: 0.3s;}
.content-list li:hover .download-btn{opacity: 1;visibility: visible;}
.content-list li .download-btn:hover{background-color: #0089D1;}
.content-list li .enshrine-btn{opacity: 0;visibility: hidden;position: absolute;left: 0;right: 0;top: 62.8%;width: 89%;margin: auto;height: 50px;line-height: 50px;text-align: center;font-size: 18px;background: #FFFFFF;border-radius: 2px;color: #666666;transition: 0.3s;}
.content-list li:hover .enshrine-btn{opacity: 1;visibility: visible;}
.content-list li .enshrine-btn:hover{background-color: #f6f6f6;color: #0099e5;}
/*PPT模板精选 e*/

/*同行推荐 s*/

.peer-recommend {
    width: 100%;
    padding: 50px 0 0px;
    background: #F6F7F9;
}

.peer-recommend .recommend-cont h3 {
    text-align: center;
    font-size: 26px;
    color: #666;
    margin-bottom: 30px;
}

.peer-recommend .recommend-cont .recommend-list {
    margin-right: -20px;
    width: 104%\9;
   padding-bottom: 60px;
}

.peer-recommend .recommend-cont .recommend-list .list-item {
    width: 285px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-show {
    width: 100%;
    overflow: hidden;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-show img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.peer-recommend .recommend-cont .recommend-list .list-item:hover .item-show img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info {
    padding: 15px 15px 0;
    border: 1px solid #ddd;
    background: #fff;
    border-top: none;
    height: 142px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-tit {
    color: #3e3e3e;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-cont {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name {
    margin-top: -6px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name span {
    font-size: 14px;
    color: #8a8a88;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name img {
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.peer-recommend .recommend-cont .recommend-list .list-item:hover {
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}


/*同行推荐 e*/


/*授权模式 s*/

.mandate-model {
    background: #D3EBF8;
    padding: 40px 0 70px;
}

.mandate-model h3 {
    font-size: 26px;
    color:#3D506B;
    text-align: center;
}
.mandate-model h3 span{
	position: relative;
}
.mandate-model h3 .left-icong{
	position: absolute;
	bottom: 0px;
	left: -121px;
	width: 121px;
	height: 86px;
	background: url(//st-static.699pic.com/images/index/bottom-icon.png) no-repeat 0 -25px;
}
.mandate-model h3 .right-icong{
	position: absolute;
	bottom: -10px;
	right: -135px;
	width: 123px;
	height: 123px;
	background: url(//st-static.699pic.com/images/index/bottom-icon.png) no-repeat -131px 0;
}
.mandate-model .mandate-exp {
    text-align: center;
    margin-top: 60px;
    color: #3D506B;
}

.mandate-model .mandate-exp .exp-item {
    display: inline-block;
    text-align: center;
    padding: 0 42px;
    border-right: 1px solid #BCE3F7;
}

.mandate-model .mandate-exp .exp-item p {
    font-size: 16px;
    line-height: 48px;
}

.mandate-model .mandate-exp .exp-item p strong {
    font-size: 48px;
    font-weight: normal;
}


/*授权模式 e*/


/*正版图库 s*/

#add-map {
    width: 100%;
    background: #D3EBF8;;
}

.map-vip {
    width: 1200px;
    margin: 0 auto;
}

.add-tilte {
    height: 35px;
    font-size: 26px;
    color: #666666;
    text-align: center;
    line-height: 35px;
}

.vip-box {
    width: 100%;
}
.personal-vip {
    width: 580px;
    float: left;
}

.per-prompt {
    width: 100%;
    height: 423px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 60px;
    padding-top: 40px;
    box-sizing: border-box;
}

.per-prompt h2 {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #333333;;
    text-align: center;
    margin-bottom: 24px;
}

.per-down {
	display: block;
    width: 85%;
    height: 0;
    border-top: 1px solid #DDDDDD;
    margin: 0 auto 35px;
    text-align: center;
}

.per-down p {
	display: inline-block;
	padding: 0 10px;
    height: 24px;
    background: #fff;
    font-size: 14px;
    color: #999999;;
    text-align: center;
    position: relative;
    top: -11px;
}

.per-down p span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 17px;
}

.per-list {
    width: 100%;
    box-sizing: border-box;
}

.per-list .list-img {
    width: 215px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.per-list .list-img i{
	display: inline-block;
	width: 130px;
	height: 112px;
	background: url(//st-static.699pic.com/images/index/bottom-icon.png) no-repeat -1px -133px;
}
.per-list .list-img p{
	font-size: 18px;
	color: #666666;
}
.per-list .list-img-2 {
    width: 215px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.per-list .list-img-2 i{
	display: inline-block;
	width: 130px;
	height: 112px;
	background: url(//st-static.699pic.com/images/index/bottom-icon.png) no-repeat -141px -133px;
}
.per-list .list-img-2 p{
	font-size: 18px;
    color: #666666;
}
.per-list .list-text {
    float: left;
}

.per-list .list-text>p {
    font-size: 16px;
	color: #666666;
    line-height: 40px;
}
.per-list .list-text>p i{
	font-size: 18px;
	color: #00A7FF;
	margin-right: 10px;
}
.map-vip .per-button {
    display: block;
    width: 195px;
    height: 40px;
    border: none;
    margin: 30px auto 0;
    background: #00A7FF;
    border-radius: 3px;
    outline: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.map-vip .per-button:hover {
    opacity: 0.8;
}

.business-vip {
    width: 590px;
    float: right;
}

.par-friends {
    background: #FAFAFA!important;
}


/*正版图库 e*/


/*合作伙伴列表 s*/

.partners-friend {
    background: #fff;
}

.partners-cont h3 {
    font-size: 26px;
    color: #666;
    text-align: center;
    font-weight: normal;
    padding: 40px 0;
}

.partners-cont .list {
    text-align: center;
    margin-bottom: -12px;
    height: 130px;
    overflow: hidden;
}

.partners-cont .list a {
    display: inline-block;
    margin: 0 20px 30px;
    background: url("//st-static.699pic.com/images/index/partnersv1.png") no-repeat;
}

.partners-cont .list a:hover {
    background-image: url(//st-static.699pic.com/images/index/partnersv1-hover.png);
}

.partners-cont .list .baidu {
    width: 99px;
    height: 32px;
    background-position: 0 0;
}

.partners-cont .list .meidi {
    width: 118px;
    height: 32px;
    background-position: 0 -37px;
}

.partners-cont .list .ftx {
    width: 160px;
    height: 32px;
    background-position: 0 -75px;
}

.partners-cont .list .zgdxin {
    width: 105px;
    height: 32px;
    background-position: 0 -113px;
}

.partners-cont .list .kugou {
    width: 142px;
    height: 32px;
    background-position: 0 -155px;
}

.partners-cont .list .njbank {
    width: 115px;
    height: 32px;
    background-position: 0 -197px;
}

.partners-cont .list .xindf {
    width: 82px;
    height: 32px;
    background-position: 0 -240px;
}

.partners-cont .list .mayijf {
    width: 78px;
    height: 33px;
    background-position: 0 -279px;
}

.partners-cont .list .changh {
    width: 194px;
    height: 32px;
    background-position: 0 -318px;
}

.partners-cont .list .xiech {
    width: 90px;
    height: 32px;
    background-position: 0 -355px;
}

.partners-cont .list .xinhbx {
    width: 94px;
    height: 33px;
    background-position: 0 -392px;
}

.partners-cont .list .xiaozhu {
    width: 66px;
    height: 32px;
    background-position: 0 -431px;
}

.partners-cont .list .zglt {
    width: 160px;
    height: 32px;
    background-position: 0 -471px;
}


/*合作伙伴列表 e*/


/*左悬浮导航 s*/

.leftNav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -675px;
    width: 56px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EEEFF2;
    border-radius: 4px;
    overflow: hidden;
    transform: translateZ(0);
    height: 329px;
}

.leftNav.show {
    opacity: 1;
    visibility: visible;
}

.leftNav-list {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.leftNav-list li {
    width: 100%;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #EEEFF2;
    line-height: 40px;
}

.leftNav-list li:last-child {
    border: 0;
}

.leftNav-list li p {
    font-size: 14px;
    color: #666666;
}

.leftNav-list li.on{
	background: #0099e5;
	border-color: #0099e5;
}
.leftNav-list li:hover p{
	color: #0099e5;
}
.leftNav-list li.on:hover p,
.leftNav-list li.on p{
    color: #fff;
}


/*左悬浮导航 e*/


/*视频 s*/

.pop-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.pop-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.videos {
    width: 800px;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.plyr__tooltip {
    display: none;
}

.videos-cloce {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: #ddd;
    color: #333;
    cursor: pointer;
    z-index: 9;
}


/*视频 e*/


/*友情链接 s*/

.friend-link-cont {
    background: #333;
}

.friend-link {
    padding: 20px 0;
    border: 1px solid #444;
    height: 211px;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
}

.friend-link .link-tab a {
    display: inline-block;
    margin-right: 14px;
    color: #999;
}

.friend-link .link-tab a:hover,
.friend-link .link-tab a.on {
    color: #fff;
}

.friend-link .link-list {
    min-height: 50px;
    margin-top: 10px;
    overflow: hidden;
}

.friend-link ul li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 14px;
}

.friend-link ul li a {
    color: #9a9a9a;
}


/*友情链接 e*/




/*媒体查询 自适应*/

@media screen and (max-width: 1366px) {
    .personal-vip,
    .business-vip {
        width: 490px;
    }
    .per-list .list-img-2{
        width: 195px;
    }
    .map-vip,
    .recommend-cont,
    .sp-banner-m,
    .mandate-content,
    .slider-fixbox {
        width: 1000px;
    }
    .per-list .list-text>p {
        font-size: 12px;
    }

    .classify-block>div,
    .partners-friend>div {
        width: 1000px;
    }
    .classify-block .Featd-imglist li {
        width: 241px;
        height: 177.58px;
        margin-right: 12px;
        box-shadow: 3px 3px 0 0 #E5E8EE;
    }
    .classify-block .Featd-imglist li:hover{
        box-shadow: 6px 6px 0 0 #E5E8EE;
    }

    .classify-block .Featd-videolist li{
		height: 142.06px;
	}
    .classify-block .Featd-elementlist li{
    	height: 241px;
    }
	.classify-block .Featd-imglist.Featd-vector li{
		height:322.2px;
	}
	.Featd-imglist li .imglist-char .imglist-charblock div{
		width: 186px;
		font-size: 16px;
	}
	.Featd-imglist li .icon-liebiaoxiangqing-zhuanji{
		right: 18px;
		bottom: 19px;
	}
    .classify-block .label-list a {
        width: 116px;
        margin-right: 10.3px;
    }
    .leftNav {
        margin-left: -570px;
    }
    .sp-banner .sp-banner-m dl {
        width: 250px;
    }
    .sp-banner .sp-banner-m dl.thirdly-dl{
    	width: 260px;
    }
    .sp-banner .sp-banner-m dl.last-dl{
    	width: 240px;
    }
    .sp-banner .sp-banner-m dl dd .slo-p {
        font-size: 12px;
    }
    .peer-recommend .recommend-cont .recommend-list .list-item {
        width: 241px;
        margin-right: 12px;
    }
    .peer-recommend .recommend-cont .recommend-list .list-item .item-info .info-cont,
    .peer-recommend .recommend-cont .recommend-list .list-item .item-info .butm-name span {
        font-size: 12px;
    }
    .mandate-model .mandate-exp .exp-item p strong {
        font-size: 36px;
    }
    .mandate-model .mandate-exp .exp-item {
        padding: 0 35px;
    }
    .put-area .sea-logo {
        margin-right: 10px;
    }
    .foot-cont>div,
    .friend-link,
    .copy-right>div {
        width: 100%;
        box-sizing: border-box;
        padding-right: 45px;
        padding-left: 20px;
    }
    .newsucai {
        width: 100%;
    }
    #header {
        box-sizing: border-box;
    }
    #header .nav li .nav-item {
        font-size: 14px;
    }
    #banner .ckBtn.prevBtn {
        margin-left: -548px;
    }
    #banner .ckBtn.nextBtn {
        margin-right: -245px;
    }
    #banner .hd {
        padding-right: 26%;
    }
    .new-edition,
    .old-version {
        margin-left: -660px;
    }
    html,
    body {
        min-width: 1090px;
    }
    /*ppt列表*/
    .content-list li{
        width: 241px;
        height: 322.2px;
        margin-right: 12px;
    }
    .content-list li .download-btn{
        top: 45%;
    }
    .content-list li .enshrine-btn,.content-list li .download-btn{
        height: 48px;
        line-height: 48px;
    }
}
@media screen and (max-width: 1120px) {
    .RightNav {
        display: none;
    }
}
/* 首页优惠券 */
.coupon-box{
    width: 615px;
    height: 615px;
    position: fixed;
    z-index: 101;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(//st-static.699pic.com/images/index/coupon-light.png) no-repeat;
}
.coupon-award{
    margin: 40px auto 0px;
    width: 338px;
    height: 192px;
    background: url(//st-static.699pic.com/images/index/coupon-b.png) no-repeat -290px -151px;
    color: #fff;
    z-index: 103;
    animation: award 3s ease;
    transform-origin:50% 150%;
    position: relative;
    animation-fill-mode:forwards;
}
@keyframes award{
    0%{opacity: 0;transform: scale(0);top:0px;left: 0px;}
    30%{opacity: 1; transform: scale(1);top:0px;left: 0px;}
    70%{opacity: 1; transform: scale(1);top:0px;left: 0px;}
    100%{opacity: 1;transform: scale(0);top:-150px;left: 950px;}
}
.coupon-award p:nth-child(1){
    box-sizing: border-box;
    font-size: 30px;
    width: 122px;
    height: 85px;
    padding-top: 45px;
    margin: 0 auto;
}
.coupon-award p:nth-child(2){
    width: 274px;
    height: 42px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 42px;
    padding-top: 5px;

}
.coupon-award p:nth-child(3){
    width: 140px;
    height: 26px;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 5px;
}
.coupon-case{
    width: 282px;
    height: 187px;
    margin: -49px  auto 0;
    background: url(//st-static.699pic.com/images/index/coupon-b.png) no-repeat 0 -184px;
    z-index: 102;
    animation: coupon-case 3s ease;
    position: relative;
    transform-origin:100% 0%;
    animation-fill-mode:forwards;

}
@keyframes coupon-case{
    0%  {opacity: 1;transform: scale(1);top:0;left: 0;}
    50%  {opacity: 1;transform: scale(1);top:0;left: 0;}
    100%{opacity: 0;transform: scale(1);top:0px;left:0px;}
}

/* end 首页优惠券  */
/* 活动倒计时 s */
.acti-countdown{
    box-sizing: border-box;
    display: block;
    width: 90px;
    height: 78px;
    background: url(//st-static.699pic.com/images/index/youhui-daojishi.png) no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 235px;
    left: 50%;
    margin-left: 653px;
}
.acti-countdown .acti-time{
    margin-top: 45px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-7deg);
}


/* 活动倒计时 e  */