﻿.jp-video {
        width: 100%;
    }
    div.jp-audio {
        width: 420px;
    }

    div.jp-audio-stream {
        width: 182px;
    }

    div.jp-video-270p {
        width: 480px;
    }

    div.jp-video-360p {
        width: 640px;
    }

    div.jp-video-full {
        /* Rules for IE6 (full-screen) */
        width: 480px;
        height: 270px;
        /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
        position: static !important;
        position: relative;
    }

    /* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
    div.jp-video-full div div {
        z-index: 1000;
    }

    div.jp-video-full div.jp-jplayer {
        top: 0;
        left: 0;
        position: fixed !important;
        position: relative;
        /* Rules for IE6 (full-screen) */
        overflow: hidden;
    }

    div.jp-video-full div.jp-gui {
        position: fixed !important;
        position: static;
        /* Rules for IE6 (full-screen) */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        /* 1 layer above the others. */
    }

    div.jp-video-full div.jp-interface {
        position: absolute !important;
        position: relative;
        /* Rules for IE6 (full-screen) */
        bottom: 0;
        left: 0;
    }

    div.jp-interface {
        position: relative;
        width: 100%;
    }

    div.jp-audio div.jp-type-single div.jp-interface {
        height: 80px;
    }

    div.jp-audio div.jp-type-playlist div.jp-interface {
        height: 80px;
    }

    div.jp-audio-stream div.jp-type-single div.jp-interface {
        height: 80px;
    }

    /* @group CONTROLS */

    div.jp-controls-holder {
        clear: both;
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        top: 12px;
    }

    div.jp-interface ul.jp-controls {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    div.jp-audio ul.jp-controls {
        width: 380px;
        padding: 20px 20px 0 20px;
    }

    div.jp-audio-stream ul.jp-controls {
        width: 142px;
        padding: 20px 20px 0 20px;
    }

    div.jp-video div.jp-type-playlist ul.jp-controls {
        width: 134px;
        margin-left: 172px;
    }

    div.jp-video ul.jp-controls,
    div.jp-interface ul.jp-controls li {
        display: inline;
        float: left;
    }

    div.jp-interface ul.jp-controls a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        /* background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/06/6F/CqgNOlT9NfmARtirAAAAAAAAAAA3585379.player-icon.png) no-repeat; */
        margin-top: 0;
        position: absolute;
        top: 0;
    }

    div.jp-interface ul.jp-controls a.jp-voice-icon {
        width: 15px;
        height: 16px;
        background-position: 0 -157px;
        left: 10px;
    }

    div.jp-interface ul.jp-controls a.jp-play,
    div.jp-interface ul.jp-controls a.jp-pause {
        width: 14px;
        height: 16px;
        position: static;
        margin-left: 50px;
    }

    div.jp-interface ul.jp-controls a.jp-play {
        /* background-position: 0 -183px; */
    }

    div.jp-interface ul.jp-controls a.jp-pause {
        /* background-position: -36px -183px; */
        display: none;
    }

    a.jp-stop,
    a.jp-previous,
    a.jp-next {
        width: 28px;
        height: 28px;
        margin-top: 6px;
    }

    /* @end */

    /* @group progress bar */

    div.jp-progress {
        background: #808080;
    }

    div.jp-audio div.jp-progress {
        position: absolute;
        top: 32px;
        height: 15px;
    }

    div.jp-audio div.jp-type-single div.jp-progress {
        left: 110px;
        width: 186px;
    }

    div.jp-audio div.jp-type-playlist div.jp-progress {
        left: 166px;
        width: 130px;
    }

    div.jp-video div.jp-progress {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 5px;
    }

    div.jp-seek-bar {
        background: #808080;
        width: 0px;
        height: 100%;
        cursor: pointer;
    }

    div.jp-play-bar {
        background: #2fceb3;
        width: 0px;
        height: 100%;
        position: relative;
    }

    div.jp-play-btn {
        width: 10px;
        height: 10px;
        background: #2fceb3;
        position: absolute;
        top: -3px;
        right: 0;
        z-index: 999;
        overflow: hidden;
        display: none;
    }

    /* The seeking class is added/removed inside jPlayer */
    /* @end */

    /* @group volume controls */


    a.jp-mute,
    a.jp-unmute {
        width: 12px;
        height: 16px;
    }

    a.jp-volume-max,
    a.jp-volume-unmax {
        width: 23px;
        height: 16px;
        margin-top: 12px;
    }

    div.jp-audio div.jp-type-single a.jp-mute,
    div.jp-audio div.jp-type-single a.jp-unmute {
        margin-left: 210px;
    }

    div.jp-audio div.jp-type-playlist a.jp-mute,
    div.jp-audio div.jp-type-playlist a.jp-unmute {
        margin-left: 154px;
    }

    div.jp-audio-stream div.jp-type-single a.jp-mute,
    div.jp-audio-stream div.jp-type-single a.jp-unmute {
        margin-left: 10px;
    }

    div.jp-audio a.jp-volume-max,
    div.jp-audio a.jp-volume-unmax,
    div.jp-audio-stream a.jp-volume-max {
        margin-left: 56px;
    }

    div.jp-video a.jp-mute,
    div.jp-video a.jp-unmute {
        right: 175px;
    }

    div.jp-video a.jp-volume-max,
    div.jp-video a.jp-volume-unmax {
        right: 75px;
    }

    div.jp-interface ul.jp-controls a.jp-mute {
        /* background-position: 0 -209px; */
    }

    div.jp-interface ul.jp-controls a.jp-unmute {
        /* background-position: -38px -209px; */
        display: none;
    }

    div.jp-interface ul.jp-controls a.jp-volume-max {
        /* background-position: 0 -235px; */
    }

    div.jp-interface ul.jp-controls a.jp-volume-unmax {
        /* background-position: -27px -235px; */
    }

    div.jp-volume-bar {
        position: absolute;
        overflow: hidden;
        background: #fff;
        width: 50px;
        height: 5px;
        cursor: pointer;
    }

    div.jp-audio div.jp-volume-bar {
        top: 37px;
        left: 330px;
    }

    div.jp-audio-stream div.jp-volume-bar {
        top: 37px;
        left: 92px;
    }

    div.jp-video div.jp-volume-bar {
        top: 6px;
        right: 110px;
    }

    div.jp-volume-bar-value {
        background: #2fceb3;
        width: 0px;
        height: 5px;
    }

    /* @end */

    /* @group current time and duration */

    div.jp-audio div.jp-time-holder {
        position: absolute;
        top: 50px;
    }

    div.jp-audio div.jp-type-single div.jp-time-holder {
        left: 110px;
        width: 186px;
    }

    div.jp-audio div.jp-type-playlist div.jp-time-holder {
        left: 166px;
        width: 130px;
    }

    div.jp-bar {
        width: 100%;
        height: 40px;
        background: #000;
        position: relative;
        z-index: 0;
    }

    div.time {
        color: #fff;
        font-size: 14px;
        font-family: "Times New Roman", Times, serif;
        position: absolute;
        right: 195px;
        top: 12px;
    }

    div.jp-current-time {
        float: left;
        display: inline;
        margin-right: 5px;
    }

    div.jp-duration {
        display: inline;
        margin-left: 5px;
    }

    div.jp-video div.jp-current-time {
        margin-left: 20px;
    }

    div.jp-video div.jp-duration {
        margin-right: 20px;
    }

    /* @end */

    /* @group playlist */

    div.jp-title {
        text-align: center;
        margin: 25px 0;
        font-size: 14px;
    }

    div.jp-title,
    div.jp-playlist {
        width: 100%;
        border-top: 1px solid #009be3;
    }

    div.jp-type-single div.jp-title,
    div.jp-type-playlist div.jp-title,
    div.jp-type-single div.jp-playlist {
        border-top: none;
    }

    div.jp-title ul,
    div.jp-playlist ul {
        list-style-type: none;
        margin: 0;
        padding: 0 20px;
    }
    div.jp-playlist li {
        padding: 5px 0 4px 20px;
        border-bottom: 1px solid #eee;
    }

    div.jp-playlist li div {
        display: inline;
    }

    /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

    div.jp-type-playlist div.jp-playlist li:last-child {
        padding: 5px 0 5px 20px;
        border-bottom: none;
    }

    div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
        list-style-type: square;
        list-style-position: inside;
        padding-left: 7px;
    }

    div.jp-type-playlist div.jp-playlist a {
        color: #333;
        text-decoration: none;
    }

    div.jp-type-playlist div.jp-playlist a:hover {
        color: #0d88c1;
    }

    div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
        color: #0d88c1;
    }

    div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
        float: right;
        display: inline;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
        color: #666;
    }

    div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
        color: #0d88c1;
    }

    div.jp-type-playlist div.jp-playlist span.jp-free-media {
        float: right;
        display: inline;
        text-align: right;
        margin-right: 10px;
    }

    div.jp-type-playlist div.jp-playlist span.jp-free-media a {
        color: #666;
    }

    div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
        color: #0d88c1;
    }

    span.jp-artist {
        font-size: .8em;
        color: #666;
    }

    /* @end */

    div.jp-video-play {
        width: 100%;
        overflow: hidden;
        /* Important for nested negative margins to work in modern browsers */
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
    }

    div.jp-video-270p div.jp-video-play {
        margin-top: -270px;
        height: 270px;
    }

    div.jp-video-play,
    div.jp-video-play {
        margin-top: -360px;
        height: 360px;
    }

    div.jp-video-full div.jp-video-play {
        height: 100%;
    }

    /*忙钬榇︹€澛久モ刘篓盲赂艩莽拧钬灻ヂぢモ€郝久β犫€�*/
    a.jp-video-play-icon {
        position: relative;
        display: block;
        width: 112px;
        height: 100px;
        margin-left: -56px;
        margin-top: -50px;
        left: 50%;
        top: 50%;
        text-indent: -9999px;
    }
    div.jp-jplayer audio,
    div.jp-jplayer {
        width: 0px;
        height: 0px;
    }

    div.jp-jplayer {
        background-color: #000000;
    }

    /* @group TOGGLES */

    /* The audio toggles are nested inside jp-time-holder */

    ul.jp-toggles {
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    div.jp-audio .jp-type-single ul.jp-toggles {
        width: 25px;
    }

    div.jp-audio .jp-type-playlist ul.jp-toggles {
        width: 55px;
        margin: 0;
        position: absolute;
        left: 325px;
        top: 50px;
    }

    div.jp-video ul.jp-toggles {
        margin-top: 0px;
        margin-right: 30px;
    }

    ul.jp-toggles li {
        display: block;
        float: right;
    }

    ul.jp-toggles li a {
        display: block;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        line-height: 100%;
        /* need this for IE6 */
    }
    /* @end */

    /* @group NO SOLUTION error feedback */

    .jp-no-solution {
        padding: 5px;
        font-size: .8em;
        background-color: #eee;
        border: 2px solid #009be3;
        color: #000;
        display: none;
    }

    .jp-no-solution a {
        color: #000;
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    /* @end */
    /*茅鸥鲁茅垄钬�*/
    .voice-title {
        width: 100%;
        height: 38px;
        margin-top: 1px;
    }

    .voice-title div {
        height: 38px;
        background: #d8d8d8;
        line-height: 38px;
        font-size: 18px;
        color: #000;
    }

    .voice-title div.voice-state {
        width: 100px;
        float: left;
        text-align: center;
    }

    .voice-title div.voice-name {
        margin-left: 101px;
        padding: 0 25px;
    }

    .voice-title div.voice-date {
        float: right;
        width: 80px;
        padding: 0 25px 0 10px;
        font-size: 14px;
    }

    /*640氓庐陆莽拧钬灻р€犆┞⑩€�*/
    .video-w640 {
        width: 640px;
        margin: 0 auto;
    }

    .video-w640 .ad-nav .ad-thumbs li {
        margin-right: 28px;
    }

    /*660猫艩钬毭р€郝┞÷得┡嘎趁┞⑩€樏︹€榇︹€澛�*/
    .voice-w640 {
        width: 640px;
        margin: 0 auto;
    }

    .voice-info {
        background: #f8f8f8;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .voice-info dt {
        font-weight: bold;
    }

    .voice-w640 .voice-title div.voice-name {
        margin: 0 115px 0 101px;
    }


    .jp-voice ul.jp-toggles {
        display: none;
    }
div.jp-bar {height: 121px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-bg_07.png) no-repeat;}
div.time {color: #888;top:49px;right: auto;left:529px;}
div.audio-title {position: absolute;top:48px;left:320px;font-size: 20px;width: 180px;text-align: center;height: 24px;overflow: hidden;line-height: 24px;}
div.jp-controls-holder {z-index: 2;overflow: visible;top:0;}
div.jp-video ul.jp-controls {position: absolute;top:35px;left:245px;}
div.jp-interface ul.jp-controls {overflow: visible;}
div.jp-interface ul.jp-controls a.jp-play,div.jp-interface ul.jp-controls a.jp-pause {margin-left: 0;width: 50px;height: 50px;}
div.jp-interface ul.jp-controls a.jp-play {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-2_03.png) no-repeat;}
div.jp-interface ul.jp-controls a.jp-pause {display: none;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-3_03.png) no-repeat;}
div.jp-interface ul.jp-controls a.jp-mute {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-5_06.png) no-repeat;right: auto;left: 860px;top:17px;}
div.jp-interface ul.jp-controls a.jp-unmute {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-6_06.png) no-repeat;right: auto;left: 860px;top:17px;}
div.jp-video div.jp-progress {position: absolute;top:56px;left:665px;width: 420px;z-index:3;height: 10px;border-radius: 20px;overflow: hidden;}
div.jp-play-bar {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-4_09.jpg);}
div.jp-video div.jp-volume-bar {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-4_06.png) no-repeat left top #bebebe;width: 34px;height: 16px;top: 52px;right: 37px;}
div.jp-volume-bar-value {height: 16px;background: #55c0e7;position: relative;}
div.audio-eff-1 {position: absolute;top:0;left:0;width: 100%;height: 100%;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-4_06.png) no-repeat left top;}
div.jp-interface ul.jp-controls a.jp-play:focus {outline: none;}
.box-audio-1 {position: relative;}
div.audio-name {z-index: 2;position: absolute;top:87px;left:70px;font-size: 20px;color: #23498f;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.audio-icon-1_03.png) no-repeat right center;padding-right: 25px;}
div.audio-name a {color: #23498f;}
.index-wrap {}
.box-banner-1 li {padding-top: 20px;}

.box-marquee-icon {float: left;width: 24px;height:80px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-1_09.png) no-repeat left center;margin-right: 20px;}
#marquee6 {width:1060px;height:80px; overflow:hidden;float: left;}
#marquee6 ul li {float:left; padding:0 10px; line-height:80px;}
#marquee6 ul li a {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-2_12.png) no-repeat left center;padding-left: 20px;}
#marquee6 ul li a:hover {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-7_15.png) no-repeat left center;}
.box-marquee-more {float: right;padding-top: 20px;}
.box-marquee-more a {color: #346ac7;display: block;line-height:28px;padding: 5px 15px;border: 1px #346ac7 solid;border-radius: 20px 20px;background: #fff;}
.box-marquee-more a:hover {color: #fff;background: #346ac7;}

.secondIndex-banner {width: 700px;height: 525px;position: relative;}
.secondIndex-banner .banner-img {width: 100%;height: 100%;position: relative;overflow: hidden;}
.secondIndex-banner .banner-img ul {width: 10000px;zoom: 1;}
.secondIndex-banner .banner-img li {float: left;height: 100%;position: relative;width: 700px;height: 525px;overflow: hidden;}
.secondIndex-banner .banner-img li a {display: block;position: relative;*position:static;width: 100%;height: 100%;vertical-align: top;}
.secondIndex-banner .banner-nav {position: absolute;bottom:10px;right:30px;}
.secondIndex-banner .banner-nav li {float: left;margin-left: 10px;width: 12px;height: 12px;background: #fff;cursor: pointer;}
.secondIndex-banner .banner-nav li.active {background: #000;}
.secondIndex-banner .banner-text {position: absolute;bottom:0;left:0;width: 100%;background: #000 repeat-x bottom left;line-height: 20px;}
.secondIndex-banner .banner-text a {color: #fff;padding: 10px;display: block;}
.secondIndex-banner .banner-page {}
.secondIndex-banner .banner-page a {display: block;position: absolute;top:50%;width: 23px;height: 39px;margin-top:-20px;cursor: pointer;opacity:0.6;filter:alpha(opacity=60);}
.secondIndex-banner .banner-page a:hover {opacity:1;filter:alpha(opacity=100);}
.secondIndex-banner .banner-page .btnLeft {left:0px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-1_03.png) no-repeat center;padding: 0 13px;}
.secondIndex-banner .banner-page .btnRight {right:0px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-2_03_03.png) no-repeat center;padding: 0 13px;}
.secondIndex-banner .banner-num {position: absolute;bottom:50px;left:50%;z-index: 2;color: #fff;background: #000;}
.secondIndex-banner-box-2 .secondIndex-banner,.secondIndex-banner-box-2 .secondIndex-banner .banner-img li {width: 711px;height: 400px;}
.secondIndex-banner-box-2 .banner-num {display: none;}
.secondIndex-banner-box-2 .banner-text {background:none;}
.secondIndex-banner-box-2 .banner-text a {display: block;position: relative;background: rgba(80,93,136,0.54);padding: 0;height: auto;}
.secondIndex-banner-box-2 .banner-text a span {position: static;bottom:auto;left:auto;line-height: 30px;font-size: 20px;margin-left: 10px;padding:5px 10px 25px 10px;display: block;}
.secondIndex-banner-box-2 .banner-nav {bottom:5px;right:0px;width: 100%;text-align: center;}
.secondIndex-banner-box-2 .banner-nav ul {height: 8px;display: inline-block;}
.secondIndex-banner-box-2 .banner-nav li {width: 8px;height: 8px;margin-left: 8px;border-radius: 50% 50%;display: inline-block;background: rgba(255,255,255,0.4);}
.secondIndex-banner-box-2 .banner-nav li.active {background: #fff;}
.secondIndex-banner-box-2 .banner-page {display: block;}
.box-list-1 {height: 400px;position: relative;}
.box-list-1 li {height: 52px;padding: 13px 0px;border-bottom: 1px #999 dotted;font-size: 20px;}
.box-list-1 li.active a {color: #23498f;}
.box-list-1.box-list-1-1 li:hover {}
.box-list-1.box-list-1-1 li a:hover {color: #23498f;}
.box-list-1 .list-title {line-height: 26px;height: 52px;overflow: hidden;}
.more-1 {position: absolute;bottom:0px;right:20px;}
.title-1 {height: 50px;color: #fff;font-size: 24px;border-bottom: 3px #ebebeb solid;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bg-2_04.jpg) repeat-x top left;position: relative;}
.title-1 a {color: #23498f;padding-top: 20px;display: inline-block;margin-left: 125px;}
.title-1.title-1-1 {background-color: #ebebeb;}
.title-1 .title-icon-1 {position: absolute;left:0;top:0;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-3_03.png) no-repeat;width: 126px;height: 48px;}
.more-2 {float: right;font-size: 16px;}
.more-2 a {display: block;}
.box-list-2 ul {padding-top: 16px;}
.box-list-2 li {margin-bottom: 16px;}
.box-list-2 .list-con {border: 2px #ebebeb solid;padding: 11px;}
.box-list-2 .list-pic {width: 160px;height: 90px;float: left;}
.box-list-2 .list-text {width: 184px;height: 90px;float: right;}
.box-list-2 .list-title {font-size: 18px;}
.box-list-2 .list-title a {line-height: 22px;height: 88px;overflow: hidden;display: block;}
.box-list-2 .list-icon-1 {display: block;width: 88px;height: 88px;position: absolute;top:50%;left:50%;margin-top: -44px;margin-left: -44px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-6_07.png) no-repeat;}
.box-list-2 .list-video {width: 380px;height: 285px;}
.box-list-2 .list-video .video-wrap {position: relative;width: 100%;height: 100%;}
.box-list-2 .list-video .video-box {background: #000;position: relative;width: 100%;height: 100%;}
.box-list-2 .list-video .video-box video,.secondIndex-wrap-1 .video-box object {position: relative;width: 100%;height: 100%;}
.box-list-2 .list-video .video-play {z-index: 10; position: absolute; width: 88px; height: 88px; opacity: 1; background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-6_07.png) no-repeat;top:50%; left: 50%;margin-top: -44px;margin-left: -44px;cursor: pointer;}
.box-list-2 .list-brief {display: none;}
.box-list-2 .li-1 .list-con {border: none;padding: 0;height: 116px;}
.box-list-2 .li-1 .list-pic {display: none;}
.box-list-2 .li-1 .list-text {width: 100%;height: 90px;float: none;}
.box-list-2 .li-1 .list-title {margin-bottom: 5px;margin-bottom: 10px;}
.box-list-2 .li-1 .list-title a {font-size: 20px;line-height: 26px;height: 104px;overflow:hidden;/* text-overflow:ellipsis;white-space:nowrap; */}
.box-list-2 .li-1 .list-brief {line-height: 20px;display: none;height: 40px;overflow: hidden;}

.box-tab-1 .box-tab-menu {height: 60px;background: #ddd;}
.box-tab-1 .box-tab-menu li {height: 58px;line-height: 58px;width: 50%;float: left;text-align: center;}
.box-tab-1 .box-tab-menu li a {cursor: pointer;display: block;color: #fff;}
.box-tab-1 .box-tab-menu li.active {background: #fff;border-bottom: 2px #f00000 solid;}
.box-tab-1 .box-tab-menu li.active a {color: #333;}
.more-3 {position: absolute;bottom:0px;right:10px;}
.more-3 a {display: block;}
.box-list-3 {position: relative;}
.box-list-3 li {height: 100px;padding: 20px 6px 20px 9px;border-bottom: 3px #ebebeb solid;}
.box-list-3 .list-pic {width:178px;height: 100px;float: left;display: block;}
.box-list-3 .list-text {width:410px;height: 100px;float: right;}
.box-list-3 .list-title {line-height: 24px;height: 48px;overflow: hidden;font-size: 20px;margin-bottom: 5px;padding-top: 5px;}
.box-list-3 .list-brief {line-height: 20px;height: 40px;overflow: hidden;}
.box-list-3 li.li-1 .list-pic {width:100%;height: 100px;float: none;display: none;}
.box-list-3 li.li-1 .list-text {width:100%;height: 100px;float: none;}
.box-list-4 {position: relative;}
.box-list-4 .more-3 {bottom:-90px;right:10px;}
.secondIndex-banner-box-3 {padding-top: 20px;}
.secondIndex-banner-box-3 .secondIndex-banner,.secondIndex-banner-box-3 .secondIndex-banner .banner-img li {width: 560px;height: 315px;}
.secondIndex-banner-box-3 .list-icon {z-index: 10; position: absolute; width: 69px; height: 69px; opacity: 1; background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-4_03.png) no-repeat;top:50%; left: 50%;margin-top: -34px;margin-left: -34px;cursor: pointer;}
.secondIndex-banner-box-3 .list-video {z-index: 9; position: absolute; width: 100%; height:100%;background: #000;top:0;left:0;display: none;}
.secondIndex-banner-box-3 .list-video video {width: 100%;height: 100%;}
.secondIndex-banner-box-3 .banner-num {display: none;}
.secondIndex-banner-box-3 .banner-text {background:none;height: 80px;position: absolute;bottom:-80px;left:0;width: 100%;}
.secondIndex-banner-box-3 .banner-text a {display: block;position: relative;padding: 10px 0;height: 80px;color: #333;}
.secondIndex-banner-box-3 .banner-text a span {position: static;bottom:auto;left:auto;line-height: 30px;height: 60px;overflow: hidden;font-size: 20px;margin-left: 10px;display: block;}
.secondIndex-banner-box-3 .banner-text a:hover {color: #23498f;}
.secondIndex-banner-box-3 .banner-nav {display: none;bottom:5px;right:0px;width: 100%;text-align: center;z-index: 11;}
.secondIndex-banner-box-3 .banner-nav ul {height: 8px;display: inline-block;}
.secondIndex-banner-box-3 .banner-nav li {width: 8px;height: 8px;margin-left: 8px;border-radius: 50% 50%;display: inline-block;background: #b2b2b0;}
.secondIndex-banner-box-3 .banner-nav li.active {background: #fff;}
.secondIndex-banner-box-3 .banner-page {display: block;z-index: 20;position: relative;}
.secondIndex-banner-box-3 .banner-page a {top: -177px;margin-top: 0;}
.js-tab-card {display: none;}
.title-4 {height: 60px;line-height: 60px;font-size: 20px;padding: 0 12px;}
.title-4 a {}
.more-4 {float: right;font-size: 16px;}
.more-4 a {display: block;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-5_07.png) no-repeat right center;padding-right: 26px;}
.box-list-5 .more-3 {bottom:40px;right:10px;}
.box-list-5 {position: relative;}
.box-list-5 li {float: left;width: 282px;margin-right: 24px;}
.box-list-5 .list-con {border: 3px #ebebeb solid;border-radius: 10px;padding: 9px 9px 15px;}
.box-list-5 .list-pic {width: 258px;height: 145px;margin-bottom: 10px;}
.box-list-5 .list-title {font-size: 18px; height: 48px;line-height: 24px;overflow: hidden;border-top: 3px #ebebeb solid;padding: 5px 0 0;}
.box-list-5 li a {display: block;color: #333;}
.box-list-5 li a:hover .list-con{background: #e4ecff;border: 3px #e4ecff solid;}
.box-list-5 li a:hover .list-title {border-top: 3px #fff solid;}

.indexMap-con { /* margin:50px auto 0; */ width:100%; position:relative;/* height: 200px; */padding-top: 20px;}
.indexMap-con img { width:100%; display: none;}
.indexMap-con::after { content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* .indexMychina dl:nth-child(4) { display:none; } */

/* .indexMap-con a { position:absolute; top:0; left:0; font-family:Arial; color:#fff; font-size:14px; line-height:25px; text-align:center;
	transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;	
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
} */
.indexMap-con a {display: block;float: left;width: 145px;margin-right: 5px;margin-bottom: 5px;font-family:Arial; color:#000; font-size:16px; line-height:30px;height:30px; text-align:center;background: #f2f2f2;
	transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;	
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
/* .indexMap-con a:hover {font-size:24px;} */
/* .indexMap-con .xinjiang { top:272px; left:192px; width:86px;}
.indexMap-con .gansu { top:296px; left:380px; width:72px;color: #cf1a39;}
.indexMap-con .qinghai { top:369px; left:344px; width:84px;}
.indexMap-con .xizang { top:452px; left:224px; width:74px;}
.indexMap-con .neimenggu { top:269px; left:543px;  width:124px;}
.indexMap-con .ningxia { top:344px; left:508px; width:81px;color: #cf1a39;}
.indexMap-con .shaanxi { top:401px; left:535px; width:88px;}
.indexMap-con .sichuan { top:460px; left:446px; width:88px;}
.indexMap-con .yunnan { top:572px; left:435px; width:82px;color: #cf1a39;}
.indexMap-con .chongqing { top:490px; left:515px; width:117px;}
.indexMap-con .guizhou { top:536px; left:510px; width:90px;color: #cf1a39;}
.indexMap-con .guangxi { top:589px; left:539px; width:90px;}
.indexMap-con .guangxi:hover { color:#ff0; }
.indexMap-con .shanxi { top:350px; left:592px; width:88px;}
.indexMap-con .henan { top:412px; left:618px; width:72px;color: #cf1a39;}
.indexMap-con .hubei { top:463px; left:598px; width:64px;}
.indexMap-con .hunan { top:525px; left:595px; width:72px;}
.indexMap-con .guangdong { top:590px; left:603px; width:126px;}
.indexMap-con .guangdong:hover { font-size:22px;}
.indexMap-con .hongkong { top:611px; left:653px; width:121px;color: #cf1a39;}
.indexMap-con .macao { top:637px; left:606px; width:74px;color: #cf1a39;}
.indexMap-con .hainan { top:667px; left:511px;  width:77px;color: #cf1a39;}
.indexMap-con .beijing { top:275px; left:662px; width:74px;color: #cf1a39;}
.indexMap-con .tianjin { top:313px; left:685px; width:70px;color: #cf1a39;}
.indexMap-con .hebei { top:334px; left:651px; width:64px;color: #cf1a39;}
.indexMap-con .shandong { top:366px; left:674px; width:110px;}
.indexMap-con .jiangsu { top:420px; left:712px; width:84px;color: #cf1a39;}
.indexMap-con .anhui { top:448px; left:681px; width:62px;}
.indexMap-con .shanghai { top:458px; left:753px; width:102px;color: #cf1a39;}
.indexMap-con .zhejiang { top:497px; left:707px; width:94px;}
.indexMap-con .jiangxi { top:515px; left:655px; width:76px;}
.indexMap-con .fujian { top:555px; left:691px; width:66px;}
.indexMap-con .taiwan { top:589px; left:745px; width:76px;color: #cf1a39;}
.indexMap-con .liaoning { top:256px; left:760px; width:92px;}
.indexMap-con .jilin { top:212px; left:826px; width:42px;}
.indexMap-con .heilongjiang { top:140px; left:808px; width:134px;} */

.indexMap-con .mapLink { width:110px; height:30px; right:0; bottom:0; top:auto; left:auto;display: none;}
.indexMap-con .mapLink:hover {color: #23498f;}

/*WebRadio start*/
.WebRadioBox{width:325px;height:auto;background:#ffffff;box-shadow: 4px 4px 8px #d5d4d5;border:2px solid #e6e6e6;margin:0 auto;}
.WebRadioBox .title p{padding-left:15px;padding-top:15px;line-height:24px;}
.WebRadioBox .title p a{color:#333333;font-size:24px;}
.WebRadioBox .title a.left{width:11px;height:8px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.more-02.png);margin-top:25px;margin-left:10px;}
.playingBox{width:340px;height:119px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.playingBox.png);margin-left:-6px;position: relative;}
.playingBox .w210{padding:24px 15px 16px;width: 210px;}
.playingBox .w210 p{color:#f8f8f8;font-size:20px;line-height:22px;height:44px;overflow:hidden;}
.playingBox .w210 i{display:inline-block;width:63px;height:27px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.playing.png);}
.playingBox .w210 span{display:inline-block;color:#f8f8f8;font-size:14px;line-height:27px;margin-left: 8px;}
.playingBox .w90{position:absolute;width: 90px;top:5px;right:15px;}
.playingBox .w90 img{width:90px;height:90px;}
.playingBox .w90 .button{position:absolute;left:25px;top:25px;}
.playingBox .w90 .button .player-play{width:40px;height:40px;background:url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.playerBtn-01.png) 0 0px no-repeat;cursor:pointer;}
.playingBox .w90 .button .player-pasue{width:40px;height:40px;background:url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.playerBtn-01.png) -40px 0px no-repeat;cursor:pointer;}
.WebRadioBox ul {margin-top: -10px;}
.WebRadioBox ul li{padding:7px 10px 7px 28px;border-bottom:1px dashed #e6e6e6;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-2_12.png) no-repeat 10px 16px;}
.WebRadioBox ul li.active {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-7_15.png) no-repeat 10px 16px;}
.WebRadioBox ul li .bfq-03 .lee-play{width:10px;height:12px;background:url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bfq-03.png) 0 0px no-repeat;}
.WebRadioBox ul li .bfq-03 .lee-pasue{width:10px;height:12px;background:url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bfq-03.png) -10px 0px no-repeat;}
.WebRadioBox ul li p{line-height:24px;width: 275px;color:#999999;font-size:16px;height: 48px;}
.WebRadioBox ul li p:hover{cursor:pointer;}
.audioCurrentText{color:#23498f;}
/*WebRadio end*/

.title-1-5 {line-height: 64px;font-size: 20px;}
.secondPage-right-list-1 .list-title {line-height: 22px;padding: 15px 0;}
.secondPage-right-list-1 .list-pic {padding-top: 30px;}

.page-wrap-1 {background: #f5f5f5;}
.banner-2 {background-position: top center;background-repeat: no-repeat;}
.banner-2 a {display: block;position: relative;width: 100%;height: 100%;}
.second-list-3 li {width: 280px;float: left;margin-right: 26px;}
.second-list-3 .list-pic {width: 280px;height: 210px;}
.second-list-3 .list-pic i {display: block;width: 50px;height: 50px;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-2_03.png) no-repeat center center;position: absolute;bottom:0;left:0;}
.second-list-3 .list-title {height: 90px;background: #fff;padding: 20px;}
.second-list-3 .list-title a {display: block;line-height: 26px;height: 78px;overflow: hidden;}

.box-list-6-wrap {position: relative;}
.box-list-6-wrap .more-3 {bottom:40px;right:10px;}
.box-list-6 {border: 3px #ebebeb solid;border-radius: 10px;}
.box-list-6 li {float: right;width: 280px;margin-right: 7px;}
.box-list-6 .list-title {font-size: 18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height: 48px;line-height:48px;border-bottom: 3px #ebebeb solid;padding-left: 10px;}
.box-list-6 .li-1 {float: left;background: #ebebeb;padding: 12px 12px 0;width: 258px;margin-right: 0;}
.box-list-6 .li-1 .list-pic {height:145px;}
.box-list-6 .li-1 .list-title {font-size: 18px;width: 100%;text-align: center;height: 48px;line-height: 48px;border-bottom:none;padding-left: 0;}
.box-list-6 .li-5 .list-title {border-bottom:none;}

.box-list-7 .more-3 {bottom:40px;right:10px;}
.box-list-7 {position: relative;}
.box-list-7 li {float: left;width: 282px;margin-right: 24px;}
.box-list-7 .list-con {border: 3px #ebebeb solid;border-radius: 10px;}
.box-list-7 .list-pic {width: 258px;height: 145px;padding: 9px;}
.box-list-7 .list-text {padding: 9px;border-top: 3px #ebebeb solid;}
.box-list-7 .list-title {height: 72px;line-height: 24px;overflow: hidden;font-size: 18px;margin-bottom: 6px;}
.box-list-7 .list-brief {height: 72px;line-height: 24px;overflow: hidden;color: #666;}
.box-list-7 li a {display: block;color: #333;}
.box-list-7 li a:hover .list-con {background: #e4ecff;}
.box-list-7 li a:hover .list-text {border-top: 3px #fff solid;}
.box-list-7 li a:hover .list-title {}

.secondPage-wrap-3 {}
.secondPage-wrap-3 .secondPage-crumbs {height: 150px;line-height: 150px;font-size: 48px;text-align: center;color: #294f9f;}
.secondPage-list-3 {width: 1200px;overflow: hidden;}
.secondPage-list-3 ul {width: 1220px;}
.secondPage-list-3 li {float: left;width: 388px;margin-right: 18px;margin-bottom: 20px;}
.secondPage-list-3 .list-con {border: 3px #ebebeb solid;border-radius: 10px;padding: 9px 9px 15px;}
.secondPage-list-3 .list-pic {width: 360px;height: 202px;margin-bottom: 10px;}
.secondPage-list-3 .list-title {height: 48px;line-height: 48px;overflow: hidden;border-top: 3px #ebebeb solid;padding: 5px 0 0;text-align: center;}
.secondPage-list-3 li a {display: block;color: #333;}
.secondPage-list-3 li a:hover .list-con{background: #e4ecff;border: 3px #e4ecff solid;}
.secondPage-list-3 li a:hover .list-title {border-top: 3px #fff solid;}
.secondPage-list-3 .list-title {font-size: 18px;height: 48px;line-height: 24px;text-align: left;}

.secondPage-wrap-4 {position: relative;}
.secondPage-wrap-4 .more-3 {bottom: -10px;}

.secondPage-list-5 {width: 1200px;overflow: hidden;}
.secondPage-list-5 ul {width: 1240px;}
.secondPage-list-5 li {float: left;width: 588px;margin-right: 23px;margin-bottom: 20px;}
.secondPage-list-5 .list-con {border: 3px #ebebeb solid;border-radius: 10px;padding: 9px 9px;}
.secondPage-list-5 .list-pic {width: 258px;height: 145px;float: left;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.nopic.jpg) no-repeat center center;}
.secondPage-list-5 .list-text {width: 265px;height: 145px;float: right;border-left: 3px #ebebeb solid;padding-left: 20px;}
.secondPage-list-5 .list-title {height: 48px;line-height: 24px;overflow: hidden;padding-top: 10px;margin-bottom: 6px;font-size: 18px;}
.secondPage-list-5 .list-brief {height: 72px;line-height: 24px;overflow: hidden;font-size: 14px;}
.secondPage-list-5 li a {display: block;color: #333;}
.secondPage-list-5 li a:hover .list-con{background: #e4ecff;border: 3px #e4ecff solid;}
.secondPage-list-5 li a:hover .list-text {border-left: 3px #fff solid;}

.secondPage-list-6 {width: 1200px;overflow: hidden;}
.secondPage-list-6 ul {}
.secondPage-list-6 li {border-bottom: 3px #ebebeb solid;}
.secondPage-list-6 .list-con {padding: 20px 0;}
.secondPage-list-6 .list-pic {width: 258px;height: 145px;float: left;margin-left: 13px;display: block;}
.secondPage-list-6 .list-text {float: right;max-height: 145px;min-height: 145px;width: 875px;border-left: 2px #ebebeb solid;padding: 0;padding-left: 25px;}
.secondPage-list-6 .list-title {height:72px;line-height: 36px;overflow: hidden;font-size: 24px;overflow:hidden;/* text-overflow:ellipsis;white-space:nowrap; */}
.secondPage-list-6 .list-brief {max-height: 64px;line-height: 32px;overflow: hidden;font-size: 18px;}
.secondPage-list-6 li a {display: block;color: #333;}
.secondPage-list-6 li a:hover .list-con{background: #e4ecff;}
.secondPage-list-6 li a:hover .list-text {border-left: 3px #fff solid;}
.secondPage-list-6 .li-1 .list-title {height:auto;max-height: 72px;}
.secondPage-list-6 .li-1 .list-text {float: none;}
.secondPage-list-6 .li-1 .list-pic {display: none;}
.secondPage-list-6 .li-1 .list-text {width: auto;height: auto;max-height: none;min-height: 0;padding:0 20px;border: none;height: auto;}
.secondPage-list-6 .li-1 a:hover .list-text {border: none;}
.secondPage-list-6.secondPage-list-6-1 .list-title {height: 108px;}

.secondPage-list-7 {width: 1200px;overflow: hidden;}
.secondPage-list-7 ul {width: 1250px;}
.secondPage-list-7 li {width: 333px;height: 59px;line-height: 59px;float: left;margin-right: 80px;margin-bottom: 30px;}
.secondPage-list-7 .list-con {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bg-audio_03.png) no-repeat;}
.secondPage-list-7 .list-title {font-size: 16px;width: 200px;margin-left: 110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box-audio-1-1 div.jp-bar {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bg-audio-2_03.png) no-repeat;}
.box-audio-1-1 div.audio-name {display: none;}
.box-audio-1-1 div.jp-video ul.jp-controls {left: 35px;}
.box-audio-1-1 div.audio-title {width: 200px;top: 20px;left: 130px;}
.box-audio-1-1 div.jp-video div.jp-progress {width: 212px;left: 130px;}
.box-audio-1-1 div.time {left: 140px;top: 76px;}
.box-audio-1-1 div.jp-video div.jp-current-time {margin-left: 0px;}
.box-audio-1-1 div.jp-video div.jp-volume-bar {top: 80px;right: 60px;}
.box-audio-1-1 div.jp-interface ul.jp-controls a.jp-mute {top: 45px;left: 240px;}

.secondPage-hotfive li {}
.secondPage-hotfive li a {display: block;border-bottom: 3px #ebebeb solid;padding: 20px 0;}
.secondPage-hotfive .list-num {width: 88px;text-align: center;float: left;height: 72px;line-height: 72px;font-size: 60px;color: #23498f;font-style: italic;}
.secondPage-hotfive .list-text {height: 72px;overflow: hidden;width: 290px;float: right;padding-right: 10px;}
.secondPage-hotfive .list-title {line-height: 24px;height: 72px;display: table;font-size: 18px;}
.secondPage-hotfive .list-title span {display: table-cell;vertical-align: middle;}
.secondPage-hotfive li a:hover {background: #ebebeb;}
.secondPage-hotfive li a:hover .list-num {color: #c71a25;}

.title-3 {height: 50px;color: #fff;font-size: 20px;border-bottom: 3px #ebebeb solid;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bg-2_04.jpg) repeat-x top left;position: relative;}
.title-3 a {color: #23498f;padding-top: 10px;display: inline-block;margin-left: 46px;position: relative;z-index: 2;color: #fff;width: 221px;text-align: center;}
.title-3 .title-icon-1 {position: absolute;left:46px;top:0;background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.icon-3-2_03_03.png) no-repeat;width: 221px;height: 48px;}

.secondPage-list-8 {width: 1200px;overflow: hidden;}
.secondPage-list-8 ul {width: 1250px;}
.secondPage-list-8 li {width: 280px;height: 396px;float: left;margin-right:27px;margin-bottom: 25px;}
.secondPage-list-8 .list-con {}
.secondPage-list-8 .list-pic {width: 280px;height: 396px;}
.secondPage-list-8 .list-pic img {position: relative;display: block;width: 100%;height: 100%;}

.list-brief,.list-brief a {color: #888;}

.panel-body {position: fixed;top:50%;left:50%;display: none;z-index: 30;}
.panel-body-box {position: relative;width: 100%;height: 100%;}

.jp_jplayer_5 {display: none;}
.secondPage-list-7 li {cursor: pointer;}
.secondPage-list-7 .active .list-con {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.bg-audio_04.png) no-repeat;}

.box-map-2 .indexMap-con {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.map-2_03.jpg) no-repeat;padding: 0;margin: 0;width: 1164px;height: 446px;margin: 0 auto;}
.box-map-2 .indexMap-con a {float:none;width:auto;margin: 0;text-align: left;background: none;position: absolute;top:0;left:0;font-size: 18px;}
.box-map-2 .indexMap-con a:hover {
	-ms-transform: rotate(0deg) scale(1.2, 1.2);
	-webkit-transform: rotate(0deg) scale(1.2, 1.2);
	-o-transform: rotate(0deg) scale(1.2, 1.2);
	-moz-transform: rotate(0deg) scale(1.2, 1.2);
}
.box-map-2 .indexMap-con .anhui {top:42px;left: 60px;}
.box-map-2 .indexMap-con .beijing {top:42px;left: 336px;color: #dc353f;}
.box-map-2 .indexMap-con .chongqing {top:42px;left: 615px;}
.box-map-2 .indexMap-con .fujian {top:42px;left: 945px;}
.box-map-2 .indexMap-con .gansu {top:117px;left: 160px;}
.box-map-2 .indexMap-con .guangdong {top:141px;left: 160px;}
.box-map-2 .indexMap-con .guangxi {top:166px;left: 160px;}
.box-map-2 .indexMap-con .guizhou {top:190px;left: 160px;}
.box-map-2 .indexMap-con .hainan {top:117px;left: 333px;}
.box-map-2 .indexMap-con .hebei {top:141px;left: 333px;}
.box-map-2 .indexMap-con .heilongjiang {top:166px;left: 333px;}
.box-map-2 .indexMap-con .henan {top:190px;left: 333px;}
.box-map-2 .indexMap-con .hongkong {top:117px;left: 456px;}
.box-map-2 .indexMap-con .hubei {top:141px;left: 456px;}
.box-map-2 .indexMap-con .hunan {top:166px;left: 456px;}
.box-map-2 .indexMap-con .jiangsu {top:131px;left: 756px;}
.box-map-2 .indexMap-con .jiangxi {top:155px;left: 756px;}
.box-map-2 .indexMap-con .jilin {top:180px;left: 756px;}
.box-map-2 .indexMap-con .liaoning {top:155px;left: 1030px;}
.box-map-2 .indexMap-con .macao {top:267px;left: 60px;}
.box-map-2 .indexMap-con .neimenggu {top:251px;left: 333px;}
.box-map-2 .indexMap-con .ningxia {top:280px;left: 333px;}
.box-map-2 .indexMap-con .qinghai {top:267px;left: 615px;}
.box-map-2 .indexMap-con .shaanxi {top:241px;left: 900px;}
.box-map-2 .indexMap-con .shandong {top:267px;left: 900px;}
.box-map-2 .indexMap-con .shanghai {top:294px;left: 900px;}
.box-map-2 .indexMap-con .shanxi {top:241px;left: 1000px;}
.box-map-2 .indexMap-con .sichuan {top:267px;left: 1000px;}
.box-map-2 .indexMap-con .taiwan {top:360px;left: 160px;}
.box-map-2 .indexMap-con .tianjin {top:390px;left: 160px;}
.box-map-2 .indexMap-con .xinjiang {top:360px;left: 460px;}
.box-map-2 .indexMap-con .xizang {top:390px;left: 460px;}
.box-map-2 .indexMap-con .yunnan {top:377px;left: 756px;}
.box-map-2 .indexMap-con .zhejiang {top:377px;left: 1030px;}

.box-map-3 .indexMap-con {background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/02/73/rBABDF9ZvoCAUgGbAAAAAAAAAAA2506326.map-3_03.jpg) no-repeat;padding: 0;margin: 0;width: 1200px;height: 420px;}
.box-map-3 .indexMap-con a {float:none;width:auto;margin: 0;text-align: left;background: none;position: absolute;top:0;left:0;font-size: 18px;font-weight: bold;color: #a0b1da;}
.box-map-3 .indexMap-con a:hover {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .beijing {top:191px;left: 337px;color: #dc353f;font-size: 58px;}
.box-map-3 .indexMap-con .hubei {top:76px;left: 193px;font-size: 36px;}
.box-map-3 .indexMap-con .qinghai {top:114px;left: 154px;font-size: 44px;}
.box-map-3 .indexMap-con .guangxi {top:150px;left: 111px;font-size: 28px;}
.box-map-3 .indexMap-con .anhui {top:183px;left: 100px;font-size: 28px;}
.box-map-3 .indexMap-con .shanxi {top:219px;left: 95px;font-size: 28px;}
.box-map-3 .indexMap-con .guizhou {top:253px;left: 103px;font-size: 28px;}
.box-map-3 .indexMap-con .shanghai {top:289px;left: 147px;font-size: 36px;}
.box-map-3 .indexMap-con .jiangsu {top:111px;left: 320px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .jiangsu:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .jiangxi {top:116px;left: 358px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .jiangxi:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .tianjin {top:266px;left: 308px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .tianjin:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .hebei {top:266px;left: 346px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .hebei:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .zhejiang {top:108px;left: 440px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .zhejiang:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .ningxia {top:116px;left: 478px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .ningxia:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .hainan {top:276px;left: 431px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .hainan:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .gansu {top:276px;left: 464px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .gansu:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .heilongjiang {top:191px;left: 451px;font-size: 46px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .heilongjiang:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .henan {top:266px;left: 575px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .henan:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .hongkong {top:135px;left: 564px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .hongkong:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .shandong {top:201px;left: 592px;font-size: 36px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .shandong:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .fujian {top:284px;left: 660px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .fujian:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .sichuan {top:176px;left: 663px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .sichuan:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .neimenggu {top:193px;left: 661px;font-size: 46px;
	-ms-transform: rotate(65deg) scale(1, 1);
	-webkit-transform: rotate(65deg) scale(1, 1);
	-o-transform: rotate(65deg) scale(1, 1);
	-moz-transform: rotate(65deg) scale(1, 1);
}
.box-map-3 .indexMap-con .neimenggu:hover {
	-ms-transform: rotate(65deg) scale(1.2, 1.2);
	-webkit-transform: rotate(65deg) scale(1.2, 1.2);
	-o-transform: rotate(65deg) scale(1.2, 1.2);
	-moz-transform: rotate(65deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .liaoning {top:176px;left: 779px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .liaoning:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .jilin {top:83px;left: 827px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .jilin:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .guangdong {top:179px;left: 767px;font-size: 36px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .guangdong:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .chongqing {top:190px;left: 888px;font-size: 40px;
	-ms-transform: rotate(0deg) scale(1, 1);
	-webkit-transform: rotate(0deg) scale(1, 1);
	-o-transform: rotate(0deg) scale(1, 1);
	-moz-transform: rotate(0deg) scale(1, 1);
}
.box-map-3 .indexMap-con .chongqing:hover {
	-ms-transform: rotate(0deg) scale(1.2, 1.2);
	-webkit-transform: rotate(0deg) scale(1.2, 1.2);
	-o-transform: rotate(0deg) scale(1.2, 1.2);
	-moz-transform: rotate(0deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .xizang {top:267px;left: 887px;font-size: 28px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .xizang:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .macao {top:277px;left: 908px;font-size: 36px;
	-ms-transform: rotate(-83deg) scale(1, 1);
	-webkit-transform: rotate(-83deg) scale(1, 1);
	-o-transform: rotate(-83deg) scale(1, 1);
	-moz-transform: rotate(-83deg) scale(1, 1);
}
.box-map-3 .indexMap-con .macao:hover {
	-ms-transform: rotate(-83deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-83deg) scale(1.2, 1.2);
	-o-transform: rotate(-83deg) scale(1.2, 1.2);
	-moz-transform: rotate(-83deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .taiwan {top:126px;left: 943px;font-size: 28px;
	-ms-transform: rotate(-65deg) scale(1, 1);
	-webkit-transform: rotate(-65deg) scale(1, 1);
	-o-transform: rotate(-65deg) scale(1, 1);
	-moz-transform: rotate(-65deg) scale(1, 1);
}
.box-map-3 .indexMap-con .taiwan:hover {
	-ms-transform: rotate(-65deg) scale(1.2, 1.2);
	-webkit-transform: rotate(-65deg) scale(1.2, 1.2);
	-o-transform: rotate(-65deg) scale(1.2, 1.2);
	-moz-transform: rotate(-65deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .xinjiang {top:115px;left: 986px;font-size: 28px;
	-ms-transform: rotate(72deg) scale(1, 1);
	-webkit-transform: rotate(72deg) scale(1, 1);
	-o-transform: rotate(72deg) scale(1, 1);
	-moz-transform: rotate(72deg) scale(1, 1);
}
.box-map-3 .indexMap-con .xinjiang:hover {
	-ms-transform: rotate(72deg) scale(1.2, 1.2);
	-webkit-transform: rotate(72deg) scale(1.2, 1.2);
	-o-transform: rotate(72deg) scale(1.2, 1.2);
	-moz-transform: rotate(72deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .yunnan {top:105px;left: 1002px;font-size: 36px;
	-ms-transform: rotate(72deg) scale(1, 1);
	-webkit-transform: rotate(72deg) scale(1, 1);
	-o-transform: rotate(72deg) scale(1, 1);
	-moz-transform: rotate(72deg) scale(1, 1);
}
.box-map-3 .indexMap-con .yunnan:hover {
	-ms-transform: rotate(72deg) scale(1.2, 1.2);
	-webkit-transform: rotate(72deg) scale(1.2, 1.2);
	-o-transform: rotate(72deg) scale(1.2, 1.2);
	-moz-transform: rotate(72deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .hunan {top:264px;left: 1013px;font-size: 28px;
	-ms-transform: rotate(91deg) scale(1, 1);
	-webkit-transform: rotate(91deg) scale(1, 1);
	-o-transform: rotate(91deg) scale(1, 1);
	-moz-transform: rotate(91deg) scale(1, 1);
}
.box-map-3 .indexMap-con .hunan:hover {
	-ms-transform: rotate(91deg) scale(1.2, 1.2);
	-webkit-transform: rotate(91deg) scale(1.2, 1.2);
	-o-transform: rotate(91deg) scale(1.2, 1.2);
	-moz-transform: rotate(91deg) scale(1.2, 1.2);
}
.box-map-3 .indexMap-con .shaanxi {top:272px;left: 1033px;font-size: 28px;
	-ms-transform: rotate(91deg) scale(1, 1);
	-webkit-transform: rotate(91deg) scale(1, 1);
	-o-transform: rotate(91deg) scale(1, 1);
	-moz-transform: rotate(91deg) scale(1, 1);
}
.box-map-3 .indexMap-con .shaanxi:hover {
	-ms-transform: rotate(91deg) scale(1.2, 1.2);
	-webkit-transform: rotate(91deg) scale(1.2, 1.2);
	-o-transform: rotate(91deg) scale(1.2, 1.2);
	-moz-transform: rotate(91deg) scale(1.2, 1.2);
}
