html,
body,
div,
ul,
ol,
li,
span,
p,
a,
b,
i,
h1,
h2,
h3,
h4,
img,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 引入自定义字体 */
@font-face {
    font-family: 'YuWeiXingShu';
    src: url('/Other/ssfh/static/css/yu-wei-xing-shu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FzqkBysjw';
    src: url('/Other/ssfh/static/css/fzqk-bysjw.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JianBei';
    src: url('/Other/ssfh/static/css/jian-bei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.main {
    overflow: hidden;
    height: 100%;
    max-height: 1200px;
}

.video_bg {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide.part_1 {
    background: url(/static/image/header.jpg) center center no-repeat;
}

.swiper-slide .inner {
    width: 1280px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
}

.swiper-slide .inner .t_img {
    display: block;
    margin: 0 auto;
}

.swiper-slide .s1 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s2 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s3 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s4 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s5 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s6 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s7 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s8 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}

.swiper-slide .s9 {
    opacity: 0;
    transition: .5s;
    transform: translateY(100px);
}


.swiper-slide.swiper-slide-active .s1 {
    opacity: 1;
    transition: 1s .3s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s2 {
    opacity: 1;
    transition: 1s .4s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s3 {
    opacity: 1;
    transition: 1s .5s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s4 {
    opacity: 1;
    transition: 1s .6s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s5 {
    opacity: 1;
    transition: 1s .7s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s6 {
    opacity: 1;
    transition: .5s .8s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s7 {
    opacity: 1;
    transition: .5s .9s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s8 {
    opacity: 1;
    transition: .5s 1.2s;
    transform: translateY(0);
}

.swiper-slide.swiper-slide-active .s9 {
    opacity: 1;
    transition: .5s 1.3s;
    transform: translateY(0);
}

.top_bar .language {
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 12px 10px;
    border: 1px #ddd solid;
    float: right;
    position: relative;
    margin: 25px;
    background: rgba(255, 255, 255, .2);
}

.top_bar .language a {
    width: 40px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    text-align: center;
    color: #010101;
    font-family: microsoft Yahei;
}

.top_bar .language a:first-child {
    border-right: 1px #ddd solid;
    box-sizing: border-box;
}

.top_bar .language a.language_cur {
    color: #f00
}

.top_bar .language a:hover {
    color: #f00
}


.top_bar {
    width: 100%;
    height: 100px;
    background-image: url(/static/image/top_bar.png);
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    font-family: "楷体";
}

.top_bar .top_logo {
    display: block;
    float: left;
    margin: 20px 0 0 35px;
    width: 220px;
    height: 60px;
    background-image: url(/static/image/512.png);
    background-size: 100% 100%;
}

.top_bar .top_logo img {
    opacity: 0;
    transition: .5s;
}

.top_bar .logo {
    width: 160px;
    display: block;
    float: left;
    padding: 5px 0 0 15px;
}

.top_bar .logo img {
    width: 100%;
    display: block;
}

.top_bar .nav {
    float: right;
    height: 100px;
    padding-left: 20px;
}

.top_bar .nav ul li {
    width: 140px;
    height: 100px;
    float: left;
    position: relative;
    position: relative;
}

.top_bar .nav ul li a {
    width: 100%;
    height: 100%;
    line-height: 100px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.top_bar .nav ul li.cur a {
    color: #e0cc8e;
}

.top_bar .nav ul li.cur a:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    border: 1px #e0cc8e solid;
    transform: rotate(45deg);
}

.top_bar .nav ul li.cur a:after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    border: 1px #e0cc8e solid;
    transform: rotate(45deg);
}

.top_bar .nav ul li a:hover {
    color: #e0cc8e;
}

.top_bar .nav ul li .nav_list {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.top_bar .nav ul li .nav_list i {
    width: 22px;
    height: 9px;
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
    background-image: url(/style/img/nav_arrow.png);
}

.top_bar .nav ul li .nav_list a {
    display: block;
    line-height: 45px;
    font-size: 18px;
    color: #010101;
}

.top_bar .nav ul li .nav_list a:hover {
    color: #cb5822
}

.top_bar .nav ul li:hover .nav_list {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.top_bar .btn_audio {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin: 35px 20px 0 10px;
    background-image: url(/static/image/ico_music.png);
    background-position: bottom;
    transition: filter .5s;
}

.top_bar .btn_audio.playing {
    background-position: top;
    animation: Rotate 3s linear infinite;
}

.top_bar .btn_audio:hover {
    filter: brightness(120%);
}

.top_bar .share_box {
    float: right;
    line-height: 100px;
    margin: 0 40px 0 10px;
}

.top_bar .share_box span {
    font-size: 18px;
    color: #fff;
    display: block;
    float: left;
}

.top_bar .share_box a {
    display: block;
    float: left;
    width: 40px;
    margin: 15px 0 0 10px;
    transition: .5s;
}

.top_bar .share_box a:hover {
    transform: translateY(-5px);
}

.float_box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 6;
    width: 178px;
    height: 493px;
    background-image: url(/static/image/float_box.png);
    transition: .5s;
}

.float_box .float_close {
    width: 30px;
    height: 79px;
    display: block;
    position: absolute;
    top: 20px;
    left: -30px;
    background-image: url(/static/image/ico_close.png);
}

.float_box .qrcode_box {
    width: 100px;
    margin: 28px 0 0 20px;
    position: relative;
}

.float_box .qrcode_box img {
    width: 100%;
    display: block;
}

.float_box .qrcode_box:before {
    content: "";
    display: block;
    width: 108px;
    height: 21px;
    background-image: url(/static/image/qrcode_line.png);
    position: absolute;
    top: 0;
    left: -4px;
    animation: qrcodeLine 2s linear infinite alternate;
}

.float_box p {
    width: 150px;
    margin: 15px auto 12px;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
}

.float_box p a {
    display: block;
    margin: 5px 0;
    transition: .5s;
}

.float_box p a:hover {
    transform: translateY(-5px);
}

.float_box p img {
    width: 100%;
    display: block;
}

.float_box .soc {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.float_box .soc a {
    width: 56px;
    height: 56px;
    display: inline-block;
    margin: 5px 8px;
    background-image: url(/static/image/ico_soc.png);
    transition: .5s;
}

.float_box .soc a:hover {
    transform: translateY(-5px);
}

.float_box .soc a:nth-child(1) {
    background-position: 0 0;
}

.float_box .soc a:nth-child(2) {
    background-position: 0 -56px;
}

.float_box .soc a:nth-child(3) {
    background-position: 0 -112px;
}

.float_box .soc a:nth-child(4) {
    background-position: 0 -168px;
}

.float_box .soc a:nth-child(5) {
    background-position: 0 -224px;
}

.float_box .soc a:nth-child(6) {
    background-position: 0 -280px;
}

.float_box.home {
    background-image: none;
    width: 56px;
    right: 30px;
}

.float_box.home .float_close {
    display: none;
}

.float_box.home .qrcode_box {
    display: none;
}

.float_box.home p {
    display: none;
}

.float_box.home .soc {
    width: 56px;
}

.float_box.hide {
    right: -178px;
}

.float_box.home.hide {
    right: 30px;
}

.float_box.hide .float_close {
    background-position: right;
}

@keyframes qrcodeLine {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(80px);
    }
}

.part_1 .header_video {
    width: 1920px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.part_1 .video_btn {
    width: 90px;
    display: block;
    position: absolute;
    top: 36%;
    left: 115%;
    margin: -226px 0 0 -395px;
    transition: .5s;
}

.part_1 .video_btn img {
    width: 100%;
    display: block;
}

.part_1 .video_btn:before {
    /* content: ""; */
    display: block;
    width: 86px;
    height: 86px;
    background-image: url(/static/image/btn_video_1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -43px;
    /* animation: Rotate 2s linear infinite; */
}

.part_1 .video_btn:hover {
    transform: scale(1.05);
}

.part_1 .download_box {
    width: 166px;
    height: 241px;
    background-image: url(/static/image/download.png);
    position: absolute;
    top: 45%;
    left: 15%;
    margin: 220px 0 0 -210px;
}

.part_1 .download_box .qrcode {
    width: 96px;
    display: block;
    float: left;
    margin: 0px 0 0 35px;
}

.part_1 .download_box p {
    width: 300px;
    float: left;
    margin: 20px 0 0 10px;
    margin-left: 15px;
}

.part_1 .download_box a {
    display: block;
    margin: 5px 0;
    transition: .5s;
}

.part_1 .download_box a:hover {
    transform: translateX(5px);
}

.part_1 .get_packs {
    width: 181px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 190px 0 0 130px;
    animation: getPacks .5s linear infinite alternate;
}

@keyframes getPacks {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(5px);
    }
}

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.news_left {
    float: left;
    margin-top: 20px;
}

.focus {
    width: 490px;
    position: relative;
}

.focus .slide {
    position: relative;
}

.focus .slide img {
    width: 490px;
    height: 220px;
    object-fit: cover;
}

.focus .slide:before {
    content: "";
    display: block;
    width: 478px;
    height: 208px;
    border: 1px rgba(255, 255, 255, .35) solid;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    pointer-events: none;
}

.focus .flex-control-paging {
    height: 14px;
    position: absolute;
    right: 15px;
    bottom: 18px;
    text-align: right;
    z-index: 3;
}

.focus .flex-control-paging li {
    display: inline-block;
    margin: 0 8px;
    width: 14px;
    height: 14px;
}

.focus .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    text-indent: 9999px;
    cursor: pointer;
    position: relative;
    border: 1px #6f8179 solid;
    transform: rotate(45deg);
    border-radius: 3px;
}

.focus .flex-control-paging li a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #c89047, #eedbb9);
    position: absolute;
    top: 1px;
    left: 1px;
    display: none
}

.focus .flex-control-paging li a.flex-active:after {
    display: block;
}

.fb_wrap {
    width: 524px;
    height: 433px;
    background-image: url(/static/image/fb_box.png);
    margin: 15px 0 0 -34px;
}

.fb_wrap .fb_head {
    padding: 15px 52px 10px 86px;
    overflow: hidden;
}

.fb_wrap .fb_head .icon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: block;
    float: left;
    overflow: hidden;
}

.fb_wrap .fb_head p {
    float: left;
    padding-left: 15px;
}

.fb_wrap .fb_head p b {
    font-weight: normal;
    font-size: 22px;
    color: #714910;
    font-family: "楷体";
    padding: 10px 0 5px 0;
    display: block;
}

.fb_wrap .fb_head p b img {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

.fb_wrap .fb_head p span {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    background-color: #f0e5ba;
    border-radius: 10px;
}

.fb_wrap .fb_box {
    width: 390px;
    margin: 5px 0 0 86px;
}

.news_wrap {
    width: 690px;
    height: 580px;
    padding: 40px;
    background-image: url(/static/image/news_box.png);
    float: right;
    margin-top: 20px;
}

.news_wrap .news_tab {
    height: 60px;
    border-bottom: 1px #c84d2e solid;
    position: relative;
}

.news_wrap .news_tab ul li {
    float: left;
    width: 100px;
    margin-right: 10px;
    height: 58px;
}

.news_wrap .news_tab ul li a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #714910;
    font-family: "楷体";
    text-align: center;
    display: block;
}

.news_wrap .news_tab ul li.cur a {
    background-image: url(/static/image/news_btn.png);
    color: #fff;
}

.news_wrap .news_tab ul li.cur {
    border-bottom: 3px #c84d2e solid;
}

.news_wrap .news_tab ul li:hover a {
    background-image: url(/static/image/news_btn.png);
    color: #fff;
}

.news_wrap .news_tab .news_more {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s;
}

.news_wrap .news_tab .news_more img {
    display: block;
}

.news_wrap .news_tab .news_more:hover {
    transform: rotate(90deg);
}

.news_wrap .news_list {
    width: 100%;
}

.news_wrap .news_list li {
    width: 100%;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    border-bottom: 1px #c1beb5 dashed;
    font-size: 16px;
}

.news_wrap .news_list li .news_name {
    width: 98px;
    height: 32px;
    float: left;
    line-height: 32px;
    color: #714910;
    border: 1px #eee3da solid;
    border-radius: 4px;
    text-align: center;
    margin-top: 27px;
}

.news_wrap .news_list li a {
    width: 490px;
    display: block;
    float: left;
    margin-left: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_wrap .news_list li .news_time {
    float: right;
    color: #c1beb5;
}

.news_wrap .news_list li:hover a {
    color: #714910;
}

.hero_wrap {
    width: 1326px;
    height: 809px;
    background-image: url(/static/image/hero_box.png);
    margin: -30px 0 0 -150px;
    position: relative;
}

.hero_wrap .suicong {
    position: relative;
}

.hero_wrap .sc_role {
    width: 710px;
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 2;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .2s
}

.hero_wrap .sc_name_box {
    position: absolute;
    top: 80px;
    left: 800px;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .3s;
    left:735px;
}

.hero_wrap .sc_name_box .sc_name {
    font-size: 84.65px;
    display: block;
    color: #715b39;
    line-height: 70px;
    width: 100%;
    margin-bottom: 10px;
}

.hero_wrap .sc_name_box .sc_name:first-letter {
    font-size: 110.44px;
}

.hero_wrap .sc_name_box .sc_zy {
    height: 41px;
    line-height: 41px;
    display: block;
    float: left;
    color: #58390a;
    font-family: "FzqkBysjw";
    font-size: 23.12px;
    margin-right: 15px;
}

.hero_wrap .sc_name_box .sc_xx {
    height: 41px;
    line-height: 41px;
    display: block;
    float: left;
    color: #5d0f7a;
    font-family: "FzqkBysjw";
    font-size: 23.12px;
}

.hero_wrap .sc_name_box .sc_lv {
    width: 125px;
    display: block;
    float: left;
    font-size: 23.12px;
    color: #58390a;
    line-height: 41px;
    margin-left: -15px;
    font-family: "FzqkBysjw";
}

.hero_wrap .sc_name_box .sc_lv b {
    width: 41px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/static/image/sc_lv_bg.png);
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    color: #c78e44;
    text-shadow: 0 0 10px #fff;
    margin: -3px 0 0 10px;
    font-weight: normal;
}

.hero_wrap .chart {
    width: 310px;
    position: absolute;
    top: 337px;
    left: 790px;
    z-index: 3;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .4s
}

.hero_wrap .sc_info {
    position: absolute;
    top: 200px;
    left: 810px;
    width: 344px;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .5s;
    margin-top: 120px;
}

.hero_wrap .sc_info .cv {
    width: 150px;
    height: 34px;
    background-image: url(/static/image/cv_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 34px;
    text-indent: 18px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -32px;
    right: -75px;
}

.hero_wrap .sc_info .cv i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: -8px;
    left: -35px;
    background-image: url(/static/image/sc_cv.png);
    background-size: cover;
    cursor: pointer;
    background-size: 100% 100%
}

.hero_wrap .sc_info .cv i.playing:before {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    background-image: url(/static/image/sc_cv.gif);
    background-size: 100% 100%;
}

.hero_wrap .sc_info .cv i:hover {
    filter: brightness(110%);
}

.hero_wrap .sc_info .cv b {
    font-weight: normal;
}

.hero_wrap .sc_info .sc_intro {
    width: 398px;
    height: 48px;
    padding: 10px 0;
    margin: 30px 0;
    background-image: url(/static/image/sc_intro_line.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.hero_wrap .sc_info .sc_intro p {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hero_wrap .sc_info .skill_box {
    width: 440px;
    height: 165px;
    font-size: 0;
    text-align: center;
    position: relative;
    margin-top: 110px;
    left: -50px;
}

.hero_wrap .sc_info .skill_box ul li {
    width: 110px;
    padding-top: 42px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}

.hero_wrap .sc_info .skill_box ul li .skill_icon {
    width: 75px;
    height: 70px;
    display: block;
    background-image: url(/static/image/skill_icon_bg.png);
    background-position: left;
}

.hero_wrap .sc_info .skill_box ul li .skill_icon img {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    width: 60px;
}

.hero_wrap .sc_info .skill_box ul li span {
    width: 76px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #333;
    padding-top: 10px
}

.hero_wrap .sc_info .skill_box ul li .skill_intro {
    width: 390px;
    height: 110px;
    background-color: #eeede5;
    border: 1px #ccc7ad solid;
    position: absolute;
    top: 160px;
    left: 0;
    display: none;
    opacity: 70%;
}

.hero_wrap .sc_info .skill_box ul li .skill_intro b {
    font-size: 20px;
    color: #564e4a;
    font-family: "楷体";
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    position: relative;
    /* margin: 20px 10px 0 20px; */
    line-height: 32px;
    text-align: center;
}

.hero_wrap .sc_info .skill_box ul li .skill_intro b:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    /* border-top: 1px #333 solid;
    border-left: 1px #333 solid; */
}

.hero_wrap .sc_info .skill_box ul li .skill_intro b:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* border-bottom: 1px #333 solid;
    border-right: 1px #333 solid; */
}

.hero_wrap .sc_info .skill_box ul li .skill_intro .skill_intro_txt_box {
    padding: 15px 0 0;
    float: left;
    width: 316px;
    height: 36px;
    display: table;
}

.hero_wrap .sc_info .skill_box ul li .skill_intro .skill_intro_txt {
    display: table-cell;
    vertical-align: middle;
}

.hero_wrap .sc_info .skill_box ul li .skill_intro p {
    line-height: 18px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    /* -webkit-line-clamp: 2; */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-family: "JianBei";
    font-weight: bold;
}

.hero_wrap .sc_info .skill_box ul li.cur:after {
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    background-color: #eeede5;
    border-top: 1px #ccc7ad solid;
    border-left: 1px #ccc7ad solid;
    transform: rotate(45deg);
    margin: 13px 0 0 38px;
    position: relative;
    z-index: 2;
}

.hero_wrap .sc_info .skill_box ul li.cur .skill_intro {
    display: block;
}

.hero_wrap .sc_info .skill_box ul li.cur .skill_icon {
    background-position: right;
}

.hero_wrap .sc_info .skill_box ul li.cur span {
    font-weight: bold;
    color: #977329
}

.hero_wrap .suicong.show {
    z-index: 4;
    pointer-events: auto;
}

.hero_wrap .suicong.show .sc_role {
    opacity: 1;
    transform: translateX(0);
}

.hero_wrap .suicong.show .sc_name_box {
    opacity: 1;
    transform: translateX(0);
}

.hero_wrap .suicong.show .chart {
    opacity: 1;
    transform: translateX(0);
}

.hero_wrap .suicong.show .sc_info {
    opacity: 1;
    transform: translateX(0);
}

.hero_wrap .suicong.hide .sc_role {
    opacity: 0;
    transform: translateX(-50px);
    pointer-events: none;
}

.hero_wrap .suicong.hide .sc_name_box {
    opacity: 0;
    transform: translateX(-50px);
}

.hero_wrap .suicong.hide .chart {
    opacity: 0;
    transform: translateX(-50px);
}

.hero_wrap .suicong.hide .sc_info {
    opacity: 0;
    transform: translateX(-50px);
}

.hero_wrap .sc_tab {
    width: 78px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: 680px;
    z-index: 5
}

.hero_wrap .sc_tab ul li {
    width: 76px;
    height: 76px;
    margin: 11px 0;
    float: left;
    border-radius: 76px;
    background-color: #fff;
    border: 1px #e3966e solid;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .4);
    position: relative;
    cursor: pointer;
    transition: .5s
}

.hero_wrap .sc_tab ul li img {
    width: 76px;
    height: 76px;
    border-radius: 76px;
    display: block;
}

.hero_wrap .sc_tab ul li.cur {
    background-color: #c37352;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .8)
}

.hero_wrap .sc_tab ul li:hover {
    background-color: #c37352;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .8)
}

.hero_wrap .sc_tab ul li:after {
    width: 94px;
    height: 94px;
    content: "";
    display: block;
    background-image: url(/static/image/sc_tab_cur.png);
    transform: scale(.5) rotate(-180deg);
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: -1;
    transition: .5s
}

.hero_wrap .sc_tab ul li.cur:after {
    transform: scale(1) rotate(0deg);
}

.hero_wrap .sc_tab ul li:hover:after {
    transform: scale(1) rotate(0deg);
}

.hero_wrap .sc_tab .sc_more {
    width: 84px;
    height: 84px;
    display: block;
    margin-left: -5px;
    position: relative;
    margin-top: 15px;
    background-image: url(/static/image/sc_more.png);
    transition: .5s;
    float: left;
}

.hero_wrap .sc_tab .sc_more:hover {
    transform: scale(1.05);
}

.part_5 .t_img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -380px 0 0 -195px;
}

.part_3 .t_img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -380px 0 0 -195px;
}

.ts_wrap {
    width: 100%;
    height: 1200px;
    background-image: url(/static/image/ts_box.png);
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ts_focus {
    width: 100%;
    height: 1200px;
    position: relative;
}

.ts_focus img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 100px;
    opacity: 0;
}

.ts_focus .flex-viewport {
    width: 100%;
    position: relative;
}

.ts_focus .slide {
    width: 100%;
    height: 1200px;
    position: relative;
}

.ts_focus .ts_role {
    transform: translate(-980px, -280px);
    z-index: 2;
    transition: 1s .2s;
}

.ts_focus .ts_pic {
    transform: translate(-300px, -215px);
    z-index: 1;
    transition: 1s .4s;
}

.ts_focus .ts_txt {
    transform: translate(-300px, 195px);
    z-index: 3;
    transition: 1s .6s;
}

.ts_focus .slide.flex-active-slide img {
    margin-left: 0;
    opacity: 1;
}

.ts_focus .flex-control-paging {
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(600px, -180px);
    text-align: center;
    z-index: 3;
}

.ts_focus .flex-control-paging li {
    display: inline-block;
    margin: 5px 0;
    width: 14px;
    height: 14px;
}

.ts_focus .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    text-indent: 9999px;
    cursor: pointer;
    position: relative;
    border: 1px #fff solid;
    transform: rotate(45deg);
    border-radius: 3px;
}

.ts_focus .flex-control-paging li a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: linear-gradient(135deg, #eedbb9, #c89047);
    position: absolute;
    top: 1px;
    left: 1px;
    display: none
}

.ts_focus .flex-control-paging li a.flex-active:after {
    display: block;
}

.flex-direction-nav {
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(580px, 30px);
    text-align: center;
    z-index: 3;
}

.flex-direction-nav a {
    width: 55px;
    height: 55px;
    display: block;
    margin: 10px 0;
    background-image: url(/static/image/arrow.png);
    text-indent: -999px;
    transition: .5s;
    overflow: hidden;
}

.flex-direction-nav a.flex-next {
    transform: rotateX(180deg);
}

.flex-direction-nav a:hover {
    transform: translateY(-5px);
}

.flex-direction-nav a.flex-next:hover {
    transform: rotateX(180deg) translateY(-5px);
}


.sz_wrap {
    width: 100%;
    height: 775px;
    background-image: url(/static/image/sz_box.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
    background-position: center center;
}

.sz_wrap:after {
    content: "";
    display: block;
    width: 1920px;
    height: 812px;
    background-image: url(/static/image/sz_cloud.png);
    position: absolute;
    bottom: -350px;
    z-index: 7;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.sz_wrap .shizhuang {
    width: 100%;
    position: absolute;
    top: -600px;
    left: 0;
    z-index: 6;
    pointer-events: none;
}

.sz_wrap .shizhuang .sz_img {
    width: 1000px;
    display: block;
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: -220px;
    z-index: 1;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .2s
}

.sz_wrap .shizhuang .sz_img.sz_img_male {
    display: none
}

.sz_wrap .shizhuang .sz_pj {
    position: absolute;
    top: 680px;
    width: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .3s
}

.sz_wrap .shizhuang .sz_pj ul li {
    position: absolute;
    width: 108px;
    height: 108px;
    padding: 11px;
    background-image: url(/static/image/sz_bj_bg.png);
}

.sz_wrap .shizhuang .sz_pj ul li img {
    width: 108px;
    display: block;
    border-radius: 90px;
}

.sz_wrap .shizhuang .sz_pj ul li:nth-child(1) {
    top: 0;
    left: 50%;
    margin-left: 480px;
}

.sz_wrap .shizhuang .sz_pj ul li:nth-child(2) {
    top: 200px;
    left: 50%;
    margin-left: -130px;
}

.sz_wrap .shizhuang .sz_pj ul li:nth-child(3) {
    top: 420px;
    left: 50%;
    margin-left: 520px;
}

.sz_wrap .shizhuang .sz_info {
    position: absolute;
    top: 740px;
    left: 50%;
    margin-left: -580px;
    z-index: 3;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .4s
}

.sz_wrap .shizhuang .sz_info .sz_intro {
    font-size: 25.46px;
    color: #644644;
    line-height: 24px;
    word-wrap: break-word;
    margin-top: 25px;
    font-family: "FzqkBysjw";
}

.sz_wrap .shizhuang .sz_info .sz_name {
    font-size: 77px;
    color: #644644;
    font-family: "YuWeiXingShu";
    line-height: 80px;
}

.sz_wrap .shizhuang .sz_info .sz_name:first-letter {
    font-size: 110px;
}

.sz_wrap .shizhuang .sz_sexy_tab {
    height: 43px;
    position: absolute;
    top: 930px;
    left: 50%;
    margin-left: -590px;
    z-index: 6;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s .5s
}

.sz_wrap .shizhuang .sz_sexy_tab a {
    width: 95px;
    height: 43px;
    display: block;
    margin: 0 5px;
    float: left;
    position: relative;
    background-image: url(/static/image/sexy_tab.png);
    background-position: left;
    font-size: 26px;
    color: #4b2022;
    text-align: center;
    line-height: 43px;
    font-family: "楷体";
}

.sz_wrap .shizhuang .sz_sexy_tab a.cur {
    background-position: right;
    color: #fff;
}

.sz_wrap .shizhuang .sz_sexy_tab a:hover {
    background-position: right;
    color: #fff;
}


.sz_wrap .shizhuang.show {
    z-index: 5;
    pointer-events: all;
}

.sz_wrap .shizhuang.show .sz_img {
    opacity: 1;
    transform: translateX(0);
}

.sz_wrap .shizhuang.show .sz_pj {
    opacity: 1;
    transform: translateX(0);
}

.sz_wrap .shizhuang.show .sz_info {
    opacity: 1;
    transform: translateX(0);
}

.sz_wrap .shizhuang.show .sz_sexy_tab {
    opacity: 1;
    transform: translateX(0);
}

.sz_wrap .shizhuang.hide .sz_img {
    opacity: 0;
    transform: translateX(-50px);
}

.sz_wrap .shizhuang.hide .sz_pj {
    opacity: 0;
    transform: translateX(-50px);
}

.sz_wrap .shizhuang.hide .sz_info {
    opacity: 0;
    transform: translateX(-50px);
}

.sz_wrap .shizhuang.hide .sz_sexy_tab {
    opacity: 0;
    transform: translateX(-50px);
}


.sz_wrap .sz_tab {
    position: absolute;
    top: 480px;
    left: 50%;
    margin-left: -590px;
    z-index: 6;
}

.sz_wrap .sz_tab ul li {
    width: 100px;
    height: 100px;
    float: left;
    cursor: pointer;
    position: relative;
    border-radius: 100px;
    background-image: url(/static/image/sz_tab.png);
    background-position: right;
}

.sz_wrap .sz_tab ul li .avatar {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 15px;
    overflow: hidden;
    border: 1px #cdb485 solid;
}

.sz_wrap .sz_tab ul li img {
    width: 140px;
    max-width: 140px;
    margin-left: -35px;
    display: block;
}

.sz_wrap .sz_tab ul li.cur {
    background-position: left;
}

.sz_wrap .sz_tab ul li span {
    width: 100%;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-family: 'YuWeiXingShu';
}

.sz_wrap .sz_tab ul li:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    top: 50%;
    right: -6px;
}

.sz_wrap .sz_more {
    width: 126px;
    position: absolute;
    top: 487px;
    left: 50%;
    margin-left: -85px;
    z-index: 7;
}

.sz_wrap .sz_more img {
    display: block;
    transition: .5s
}

.sz_wrap .sz_more:hover img {
    transform: scale(1.05);
}


.part_7 .ap_tab {
    width: 100%;
    height: 52px;
    text-align: center;
    margin: 30px 0
}

.part_7 .ap_tab a {
    width: 167px;
    height: 52px;
    display: inline-block;
    margin: 0 5px;
    font-family: "楷体";
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background-image: url(/static/image/ap_tab.png);
    background-position: left;
}

.part_7 .ap_tab a.cur {
    background-position: right;
    color: #fff;
}

.part_7 .ap_tab a:hover {
    background-position: right;
    color: #fff;
}

.part_7 .ap_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: none;
    margin-top: 40px;
}

.part_7 .ap_box ul {
    width: 1400px;
}

.part_7 .ap_box ul li {
    width: 300px;
    height: 210px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/*.part_7 .ap_box ul li a{ display: block; }*/
.part_7 .ap_box ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    object-fit: cover;
}

.part_7 .ap_box ul li:hover img {
    transform: scale(1.05);
}

.part_7 .ap_box ul li:first-child {
    width: 634px;
    height: 440px;
}

.part_7 .ap_box ul li span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.part_7 .ap_box ul li:after {
    content: "";
    display: block;
    width: 288px;
    height: 198px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px #fff solid;
    opacity: .3;
    z-index: 1
}

.part_7 .ap_box ul li:first-child:after {
    width: 622px;
    height: 428px;
}

.part_7 .ap_box ul li:nth-child(6) {
    display: none
}

.part_7 .ap_more {
    width: 320px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 30px auto 0;
    border: 1px #d9bb7d solid;
    background-image: linear-gradient(to bottom, #f5dd9c, #fbf4dc);
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: "楷体";
}

.part_7 .ap_more:hover {
    color: #af6947
}

.part_7 .ap_box.show {
    display: block;
}


.part_8 .tr_box {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.part_8 .tr_box:before {
    content: "";
    display: block;
    width: 1338px;
    height: 643px;
    background-image: url(/static/image/soc_box.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.part_8 .tr_focus {
    width: 300px;
    height: 507px;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.part_8 .tr_focus ul li {
    width: 300px;
    height: 507px;
    overflow: hidden;
    position: relative;
}

.part_8 .tr_focus ul li a {
    display: block;
    width: 300px;
    height: 507px;
    transition: .5s;
    position: relative;
}

.part_8 .tr_focus ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part_8 .tr_focus ul li a:before {
    content: '';
    position: absolute;
    display: block;
    width: 290px;
    height: 497px;
    background-image: url(/static/image/soc_line.png);
    top: 5px;
    left: 5px;
    z-index: 2;
    pointer-events: none;
}

.part_8 .tr_focus ul li a:hover {
    transform: scale(1.03);
}

.part_8 .tr_focus .flex-control-paging {
    width: 100%;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.part_8 .tr_focus .flex-control-paging li {
    display: inline-block;
    margin: 0 4px;
    width: 14px;
    height: 14px;
}

.part_8 .tr_focus .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    border: 1px #eac3af solid;
    transform: rotate(45deg);
    border-radius: 3px;
}

.part_8 .tr_focus .flex-control-paging li a:after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #d6ab96;
    position: absolute;
    top: 1px;
    left: 1px;
    display: none
}

.part_8 .tr_focus .flex-control-paging li a.flex-active:after {
    display: block;
}

.part_8 .tr_list {
    width: 930px;
    float: right;
}

.part_8 .tr_list ul li {
    width: 290px;
    height: 244px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    float: left;
    margin: 0 0 20px 20px;
}

.part_8 .tr_list ul li a {
    width: 290px;
    height: 190px;
    display: block;
    overflow: hidden;
    position: relative;
}

.part_8 .tr_list ul li a:before {
    content: "";
    display: block;
    width: 220px;
    height: 180px;
    border: 1px #fff solid;
    opacity: .2;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}

.part_8 .tr_list ul li a img {
    width: 290px;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: .5s;
    object-fit: cover;
}

.part_8 .tr_list ul li a:hover img {
    transform: scale(1.02);
}

.part_8 .tr_list ul li .pic_info {
    padding: 4px 15px;
    overflow: hidden;
}

.part_8 .tr_list ul li .pic_info .title {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.part_8 .tr_list ul li .pic_info .user {
    width: 100%;
    font-size: 14px;
    color: #d99571;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 16px;
    position: relative;
}

.part_8 .tr_list ul li .pic_info .user:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/static/image/ico_4.png);
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.part_8 .tr_more {
    width: 320px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 30px auto 0;
    border: 1px #d9bb7d solid;
    background-image: linear-gradient(to bottom, #f5dd9c, #fbf4dc);
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: "楷体";
    clear: both;
}

.part_8 .tr_more:hover {
    color: #af6947
}


.part_9 {
    width: 100%;
    height: 700px;
    background-image: url(/static/image/bottom_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.part_9 .t_img {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}

.foot_soc {
    text-align: center;
    padding: 30px 0;
    width: 1000px;
    border-top: 1px rgba(255, 255, 255, .1) solid;
    margin: 15px auto;
    white-space: nowrap;
}

.foot_soc a {
    width: 141px;
    height: 141px;
    display: inline-block;
    background-image: url(/static/image/bottom_soc.png);
    margin: 0 10px;
    transition: .5s;
}

.foot_soc a:hover {
    transform: translateY(-5px);
}

.foot_soc a:nth-child(1) {
    background-position: 0 0;
}

.foot_soc a:nth-child(2) {
    background-position: -141px 0;
}

.foot_soc a:nth-child(3) {
    background-position: -282px 0;
}

.foot_soc a:nth-child(4) {
    background-position: -423px 0;
}

.foot_soc a:nth-child(5) {
    background-position: -564px 0;
}

.foot_soc a:nth-child(6) {
    background-position: -705px 0;
}

.part_9 #j-wishgamer-gamefoot {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.pop_video {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -400px;
    z-index: 11;
    padding: 5px;
    display: none;
}

.pop_video #pop_video {
    width: 800px;
    height: 450px;
}

.pop_video #pop_iframe {
    width: 800px;
    height: 450px;
}

.pop_video .pop_close {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0px;
    right: -39px;
    background-color: #000;
    display: block;
}

.pop_video .pop_close img {
    padding: 6px;
    transition: all ease 0.5s;
    width: 28px;
}

.pop_video .pop_close:hover img {
    transform: rotate(360deg);
}

.age_pop {
    width: 838px;
    height: 600px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -419px;
    z-index: 9;
    background-image: url(/static/picture/pop_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

.age_pop .age_close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: .5s;
}

.age_pop .age_title {
    width: 82%;
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px #e5e5e5 solid;
}

.age_pop .age_msg {
    width: 82%;
    height: 400px;
    overflow: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 20px auto;
    padding: 0 7%;
}

.pagenum_Me {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    padding: 18px 0;
    font-size: 10px;
}

.pagenum_Me ul {
    text-align: center;
    list-style: none
}

.pagenum_Me ul li {
    position: relative;
    display: inline;
    padding: 4px 0 3px;
    margin: 0px 3px;
    border: 1px solid #274858;
    color: #274858
}

.pagenum_Me ul li a {
    padding: 0 8px;
    text-decoration: none;
    color: #274858;
}

.pagenum_Me ul li a:hover {
    text-decoration: underline
}

.pagenum_Me .selected {
    position: relative;
    padding: 4px 0 3px;
    margin: 0px 3px;
    font-weight: bold;
    border: 1px solid #1297DC;
    background: #74C7F3;
}

.pagenum_Me .selected a {
    padding: 0 8px;
    text-decoration: none;
    color: #fff
}


.pop_imgview {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    _background-color: #000;
    *background-color: #000;
    overflow: auto;
    background-image: url(/static/image/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none
}

.pop_imgview .imgview_pic {
    max-width: 80%;
    display: none;
    margin: 0 auto;
    padding-bottom: 40px;
}

.pop_imgview .imgview_close {
    width: 50px;
    height: 40px;
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 2;
    background-image: url(/static/image/imgview.png);
    background-position: 0 0;
    transition: transform .5s
}

.pop_imgview .imgview_close:hover {
    transform: rotate(90deg) scale(1.1);
}

.pop_imgview .imgview_control {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 40px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 3;
}

.pop_imgview .imgview_control a {
    background-image: url(/static/image/imgview.png);
    width: 50px;
    height: 40px;
    display: block;
}

.pop_imgview .imgview_control .imgview_prev {
    float: left;
    background-position: -50px 0;
    transition: transform .5s;
    margin-left: 10px;
}

.pop_imgview .imgview_control .imgview_prev:hover {
    transform: translateX(-5px);
}

.pop_imgview .imgview_control .imgview_next {
    float: right;
    background-position: -100px 0;
    transition: transform .5s;
    margin-right: 10px;
}

.pop_imgview .imgview_control .imgview_next:hover {
    transform: translateX(5px);
}

.pop_imgview .imgview_control .imgview_text {
    width: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}




.ny_header {
    width: 100%;
    height: 100%;
    height: 504px;
    background-image: url(/static/image/ny_header.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.ny_header .logo {
    width: 256px;
    display: block;
    top: 150px;
    left: 50%;
    margin-left: -640px;
    position: absolute;
}

.ny_header .logo img {
    width: 100%;
    display: block;
}

.ny_wrapper {
    width: 100%;
    min-height: 800px;
    background-image: url(/static/image/ny_bg.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}

.ny_wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 386px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/static/image/ny_bg_bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1
}

.ny_wrapper .inner {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ny_wrapper .ny_t_box {
    width: 354px;
    height: 76px;
    background-image: url(/static/image/ny_t_bg.png);
    font-size: 42px;
    color: #384e6c;
    text-align: center;
    text-indent: 20px;
    font-family: "楷体";
    line-height: 80px;
    margin: 40px auto;
}

.ny_wrapper .ny_t_box:first-letter {
    font-size: 50px;
}

.ny_wrapper .ny_t_box span {
    background: linear-gradient(to bottom, #3a0b03, #d4c49d);
    -webkit-background-clip: text;
    color: transparent;
    height: 76px;
    line-height: 76px;
    display: block;
    width: 100%;
    text-align: center;
}

.ny_wrapper .ny_news_tab {
    width: 100%;
    height: 70px;
    border-bottom: 1px #bddcd9 solid;
    text-align: center;
    line-height: 70px;
}

.ny_wrapper .ny_news_tab ul li {
    width: 50px;
    display: inline-block;
    margin: 0 25px;
}

.ny_wrapper .ny_news_tab a {
    width: 50px;
    display: block;
    white-space: nowrap;
    font-size: 24px;
    color: #666;
    text-align: center;
    height: 66px;
}

.ny_wrapper .ny_news_tab ul li.cur a {
    color: #dc7a61;
    border-bottom: 5px #dc7a61 solid;
}

.ny_wrapper .ny_news_tab ul li:hover a {
    color: #dc7a61;
    border-bottom: 5px #dc7a61 solid;
}

.ny_wrapper .ny_news_list {
    width: 100%;
    padding: 20px 0;
}

.ny_wrapper .ny_news_list ul li {
    width: 100%;
    min-height: 60px;
    padding: 30px 0;
    border-bottom: 1px #d2ebe8 solid;
    overflow: hidden;
}

.ny_wrapper .ny_news_list ul li a {
    width: 1100px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: .5s
}

.ny_wrapper .ny_news_list ul li a .news_name {
    width: 115px;
    height: 44px;
    background-image: url(/static/image/news_name.png);
    font-size: 20px;
    color: #714910;
    text-align: center;
    line-height: 44px;
    display: block;
    float: left;
    margin: 0 30px 0;
}

.ny_wrapper .ny_news_list ul li a .news_info {
    width: 920px;
    float: right;
}

.ny_wrapper .ny_news_list ul li a .news_info h1 {
    font-size: 22px;
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 720px;
}

.ny_wrapper .ny_news_list ul li a .news_info p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    display: block;
    padding-top: 10px;
}

.ny_wrapper .ny_news_list ul li a .news_time {
    font-size: 18px;
    color: #666;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.ny_wrapper .ny_news_list ul li:hover {
    background-color: rgba(206, 226, 224, .5);
}

.ny_wrapper .ny_news_list ul li:hover .news_name {
    background-position: bottom;
}

.ny_wrapper .ny_news_list ul li:hover a {
    transform: translateX(-20px);
}

.ny_wrapper .ny_news_list ul li:hover a h1 {
    color: #714910;
}

.ny_wrapper .news_top {
    width: 100%;
    height: 120px;
    border-bottom: 1px #bddcd9 solid;
    position: relative;
}

.ny_wrapper .news_top .back {
    width: 57px;
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -640px;
    transition: .5s
}

.ny_wrapper .news_top .back:hover {
    transform: translateX(-10px);
}

.ny_wrapper .news_top .location {
    position: absolute;
    top: 54px;
    right: 50%;
    margin-right: -640px;
    font-size: 16px;
    color: #666;
}

.ny_wrapper .news_top .location a {
    color: #666;
    margin: 0 5px;
}

.ny_wrapper .news_top .location a:hover {
    color: #dc7a61;
}

.ny_wrapper .news_top .location span {
    color: #666;
    margin: 0 5px;
}

.ny_wrapper .news_head {
    width: 1280px;
    margin: 0 auto;
    padding: 60px 0 40px;
    text-align: center;
}

.ny_wrapper .news_head h1 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    display: block;
    padding-bottom: 20px;
}

.ny_wrapper .news_head span {
    font-size: 16px;
    color: #666;
    display: block;
}

.ny_wrapper .content {
    padding: 0 0 40px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    width: 1280px;
    margin: 0 auto;
}

.ny_wrapper .content * {
    font-size: 16px !important;
    line-height: 30px !important;
    max-width: 100%;
    background-color: transparent !important;
}

.ny_ap_box {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
}

.ny_ap_box ul {
    width: 1300px;
}

.ny_ap_box ul li {
    width: 300px;
    height: 210px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.ny_ap_box ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    object-fit: cover;
}

.ny_ap_box ul li:hover img {
    transform: scale(1.05);
}

.ny_ap_box ul li span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
}

.ny_ap_box ul li:after {
    content: "";
    display: block;
    width: 288px;
    height: 198px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px #fff solid;
    opacity: .3;
    z-index: 1
}

.ap_video ul li {
    margin: 0 20px 60px 0;
    background-color: #000;
    overflow: inherit;
}

/*.ap_video ul li span{ bottom:-50px; left: 0; background-color: transparent; color: #666}*/
.ap_video ul li:hover img {
    transform: none;
    opacity: .5;
}

.ap_video ul li:before {
    content: "";
    display: block;
    width: 77px;
    height: 68px;
    background-image: url(/static/image/ico_video.png);
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -38px;
    opacity: 0;
    z-index: 2;
    transition: .5s
}

.ap_video ul li:hover:before {
    opacity: 1;
}


.pop_packs {
    width: 1236px;
    height: 844px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/static/image/pop_packs.png);
    z-index: 9;
    display: none;
}

.pop_packs .pop_close {
    position: absolute;
    top: 80px;
    right: 100px;
    display: block;
}

.pop_packs .pop_close img {
    padding: 6px;
    transition: all ease 0.5s;
}

.pop_packs .pop_close:hover img {
    transform: rotate(90deg);
}

.pop_packs .user_info {
    position: absolute;
    top: 120px;
    right: 220px;
    font-size: 16px;
    color: #333;
    text-align: right;
}

.pop_packs .user_info a {
    color: #dc7a61;
}

.pop_packs .user_info a:hover {
    color: #000;
}

.pop_packs .pop_tab {
    width: 394px;
    height: 54px;
    margin: 230px auto 0;
}

.pop_packs .pop_tab a {
    width: 50%;
    height: 54px;
    line-height: 54px;
    display: block;
    background-image: url(/static/image/pop_tab.png);
    float: left;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-family: "楷体";
}

.pop_packs .pop_tab a:first-child {
    background-position: top left;
}

.pop_packs .pop_tab a:last-child {
    background-position: top right;
}

.pop_packs .pop_tab a:first-child.cur {
    background-position: bottom left;
}

.pop_packs .pop_tab a:last-child.cur {
    background-position: bottom right;
}

.pop_packs .pop_tab a:hover {
    color: #c44427;
}

.pop_packs .pop_tab a.cur {
    color: #fff;
}

.pop_packs .packs_box {
    width: 802px;
    height: 386px;
    margin: 40px 0 0 205px;
    overflow: hidden;
    display: none;
    position: relative;
}

.pop_packs .packs_box.packs_invite {
    background-image: url(/static/image/pop_invite.png);
}

.pop_packs .packs_box.packs_yuyue {
    background-image: url(/static/image/pop_yuyue.png);
}

.pop_packs .input_box {
    width: 690px;
    height: 54px;
    margin: 250px auto 0;
    border: 1px #dfc3a0 solid;
    background-color: #fff;
}

.pop_packs .input_box input {
    width: 540px;
    float: left;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    color: #333;
    text-align: center;
    outline: none;
}

.pop_packs .input_box .copy {
    width: 149px;
    height: 54px;
    line-height: 54px;
    display: block;
    border-left: 1px #dfc3a0 solid;
    background-image: linear-gradient(to bottom, #f5dd9c, #fcf4dc);
    float: left;
    text-align: center;
    font-size: 20px;
    color: #4b2022;
    font-family: "楷体";
    transition: .5s;
}

.pop_packs .input_box .copy:hover {
    filter: brightness(105%);
}

.pop_packs .packs_box .lv_box {
    width: 690px;
    height: 140px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -345px;
}

.pop_packs .packs_box .lv_box tr td {
    position: relative;
}

.pop_packs .packs_box .lv_box tr td.cur {
    background-image: url(/static/image/lv_cur.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.pop_packs .packs_box.packs_yuyue .lv_box {
    width: 720px;
    margin-left: -360px;
    top: 20px;
}

.wishgamer_foot {
    width: 100%;
    height: 113px;
    background-color: #272a2c;
}

.wishgamer_foot_inner {
    width: 1200px;
    padding-top: 28px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.wishgamer_foot_logobox {
    display: inline-block;
    vertical-align: middle;
}

.wishgamer_foot_infor {
    width: 500px;
    display: inline-block;
    font-size: 14px;
    color: #bbb;
    line-height: 20px;
    margin-left: 30px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    border-left: 1px #343738 solid;
    padding-left: 30px;
}

.wishgamer_foot_infor a {
    color: #bbb;
    text-decoration: none;
    margin-right: 10px;
    white-space: nowrap;
}