/* - - - - - - - - - body style - - - - - - - - -*/

a {
    text-decoration: none;
}

.main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main .video-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.main .video-pop video {
    border: 2px solid #342a19;
}

.main .video-pop .close {
    position: absolute;
    right: 33%;
    top: 200px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}

.main .video-pop .close1 {
    position: absolute;
    right: 16%;
    top: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}

.main .image-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.main .image-pop img {
    width: 1500px;
    height: 800px;
    border: 2px solid #342a19;
}

.main .image-pop .imgclose {
    position: absolute;
    right: 8%;
    top: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close_d1f399b.png) no-repeat center;
}

.STYLE1 {
    font-size: 24px;
}

.topstyle a {
    text-decoration: none;
    color: #4f4f4f;
}

.box {
	width: 1920px;
	height: 940px;
	left: 50%;
	margin-left: -960px;
	z-index: 999;
	position: relative;
	background-image: url(../images/shengdaps.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* .box .mask {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/border_rim_light_6474538.png) center no-repeat;
} */

.box #Download {
    width: 1920px;
    height: 804px;
    position: absolute;
    top: -108px;
    background: url(../images/slogan1_191340a.png) no-repeat center top;
}

.box #Download a {
    display: inline-block;
    width: 200px;
    height: 64px;
    margin-right: 13px;
    cursor: pointer;
}

.box .content {
    position: absolute;
    width: 735px;
    height: 268px;
    background: url(../images/box-bg_b148dae.png) no-repeat center;
    left: 32%;
    top: 66%;
    z-index: 999;
}

.box .content a {
    display: block;
}

.box .content .sl_btn {
    position: absolute;
    left: 66px;
    top: 103px;
    width: 94px;
    height: 122px;
    /* background: url(../images/sl_btn_5040f1b.png) no-repeat; */
    background-size: 100% 100%;
}

.box .content .code {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 195px;
    top: 82px;
    width: 170px;
    height: 170px;
    /* background: url(../images/code_bg_fcc1591.png) no-repeat center; */
    background-size: 100% 100%;
}

.box .content .code img {
    width: 132px;
    height: 132px;
}

.box .content .btns {
    flex-direction: column;
    display: flex;
    position: absolute;
    left: 390px;
    top: 85px;
    height: auto;
}

.box .content .btns a {
    display: block;
    margin-top: 14px;
    width: 154px;
    height: 47px;
}

.box .content .btns .app {
    /* background: url(../images/dl_apple_4e1befc.png) no-repeat center; */
}

.box .content .btns .an {
    /* background: url(../images/dl_android_91c1652.png) no-repeat center; */
}

.box .content .btns .c {
    /* background: url(../images/dl_mumu_6781bfc.png) no-repeat center; */
}

.box .content .video-btn {
    position: absolute;
    right: 26px;
    top: 110px;
    width: 166px;
    height: 134px;
    /* background: url(../images/p1_video_fbb4304.png) no-repeat center; */
}

.btn_down_dlk {
    background: url(../images/btn1.png);
}

.btn_down_bd {
    background: url(../images/btn2.png);
}

.btn_jiechi {
    background: url(../images/btn3.png);
}

.btn_jieci {
    background: url(../images/btn4.png);
}

.box1 {
    width: 1920px;
    height: 1200px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bg2.jpg) center no-repeat;
}

.box1 .newsCon {
    display: flex;
    margin: 96px auto;
    width: 1364px;
    height: 430px;
    background: url(../images/p2_banner_bg_e051e0d.png) center no-repeat;
}

.box1 .newsCon .news-banner {
    width: 647px;
    height: 98.3%;
    margin-left: 4px;
    margin-top: 4px;
    position: relative;
    box-sizing: border-box;
}

.box1 .newsCon .news-banner .swiper {
    width: 100%;
    height: 100%;
}

.box1 .newsCon .news-banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box1 .newsCon .news-banner .swiper-slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 18px;
}

.box1 .newsCon .news-banner .swiper-slide .info .b_title {
    color: #daccae;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box1 .newsCon .news-banner .swiper-slide .info .b_date {
    color: #797262;
    font-size: 14px;
    line-height: 24px;
}

.box1 .newsCon .news-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box1 .newsCon .news-list {
    width: 730px;
    height: 100%;
    background: url(../images/gotime.png)center no-repeat;
    /* padding: 32px 10px 4px; */
}

.box1 .newsCon .news-list .newsTab {
    width: 100%;
    height: 20px;
    display: flex;
    position: relative;
    margin-left: 25px;
}

.box1 .newsCon .news-list .newsTab .more {
    position: absolute;
    top: 0;
    right: 7px;
    color: #fefdfc;
    font-size: 16px;
    line-height: 20px;
    width: 159px;
    height: 20px;
    display: block;
}

.box1 .newsCon .news-list .newsTab .tab {
    font-size: 0;
    display: block;
    margin-right: 50px;
    width: 60px;
    height: 28px;
}

.box1 .newsCon .news-list .newsTab .tab.tab1 {
    background: url(../images/p2_tab1_1ddc53b.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab1.active {
    background: url(../images/p2_tab1_on_370dbad.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab2 {
    background: url(../images/p2_tab2_eed90c4.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab2.active {
    background: url(../images/p2_tab2_on_a735bac.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab3 {
    background: url(../images/p2_tab3_5e484c6.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab3.active {
    background: url(../images/p2_tab3_on_3aa26a1.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab4 {
    background: url(../images/p2_tab4_0844e01.png) no-repeat center;
}

.box1 .newsCon .news-list .newsTab .tab.tab4.active {
    background: url(../images/p2_tab4_on_bd61d23.png) no-repeat center;
}

.box1 .newsCon .news-list .listBox {
    width: 100%;
    height: 320px;
    margin-top: 30px;
    display: none;
}

.box1 .newsCon .news-list .listBox.on {
    display: block;
}

.box1 .newsCon .news-list .listBox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
    text-decoration: none;
}

.box1 .newsCon .news-list .listBox .newsLi {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.box1 .newsCon .news-list .listBox .newsLi .newsItemCon {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.box1 .newsCon .news-list .listBox .newsLi .newsItemCon .news_type {
    color: #daccae;
    width: 87px;
    margin-left: 15px;
}

.box1 .newsCon .news-list .listBox .newsLi .newsItemCon .news_title {
    color: #9d8e6d;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box1 .newsCon .news-list .listBox .newsLi .newsItemCon .news_title:hover {
    color: #b57338;
}

.box1 .newsCon .news-list .listBox .newsLi .newsItemCon .news_date {
    color: #797262;
}

.box1 .newsCon .news-list .listBox .firstLi {
    margin-bottom: 10px;
}

.box1 .newsCon .news-list .listBox .firstLi p {
    width: 100%;
    height: 32px;
    font-size: 22px;
    color: #daccae;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box1 .funbox {
    width: 1550px;
    margin: -105px auto;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box1 .funbox .sw-con {
    width: 1550px;
    margin: 0 auto;
    height: 300px;
}

.box1 .funbox .sw-con .swiper {
    width: 1278px;
    height: 100%;
    overflow: hidden;
}

.box1 .funbox .sw-con .swiper-button-prev {
    width: 71px;
    height: 86px;
    left: -62px;
    top: 38%;
    background: url(../images/prev_3ce9f5f.png) no-repeat center;
}

.box1 .funbox .sw-con .swiper-button-prev::after {
    content: '';
}

.box1 .funbox .sw-con .swiper-button-next {
    width: 71px;
    height: 86px;
    right: -62px;
    top: 38%;
    background: url(../images/next_08e0663.png) no-repeat center;
}

.box1 .funbox .sw-con .swiper-button-next::after {
    content: '';
}

.box1 .funbox .sw-con .swiper-slide {
    width: 255px !important;
    height: 218px !important;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.box1 .funbox .guide {
    width: 255px !important;
    height: 218px !important;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.guide01 {
    background: url(../images/guide/1.png)center no-repeat;
    background-size: 100% 100%;
}

.guide01:hover {
    background: url(../images/guide/01.png)center no-repeat;
    background-size: 100% 100%;
}

.guide02 {
    background: url(../images/guide/2.png)center no-repeat;
    background-size: 100% 100%;
}

.guide02:hover {
    background: url(../images/guide/02.png)center no-repeat;
    background-size: 100% 100%;
}

.guide03 {
    background: url(../images/guide/3.png)center no-repeat;
    background-size: 100% 100%;
}

.guide03:hover {
    background: url(../images/guide/03.png)center no-repeat;
    background-size: 100% 100%;
}

.guide04 {
    background: url(../images/guide/4.png)center no-repeat;
    background-size: 100% 100%;
}

.guide04:hover {
    background: url(../images/guide/04.png)center no-repeat;
    background-size: 100% 100%;
}

.guide05 {
    background: url(../images/guide/5.png)center no-repeat;
    background-size: 100% 100%;
}

.guide05:hover {
    background: url(../images/guide/05.png)center no-repeat;
    background-size: 100% 100%;
}

.guide06 {
    background: url(../images/guide/6.png)center no-repeat;
    background-size: 100% 100%;
}

.guide06:hover {
    background: url(../images/guide/06.png)center no-repeat;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(1) {
    background: url(../images/slide1_0b27b6b.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(1):hover {
    background: url(../images/slide1_on_10ec3ac.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(2) {
    background: url(../images/slide2_279d206.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(2):hover {
    background: url(../images/slide2_on_48f9820.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(3) {
    background: url(../images/slide3_f1a044b.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(3):hover {
    background: url(../images/slide3_on_cc9ef6a.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(4) {
    background: url(../images/slide4_815dba7.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(4):hover {
    background: url(../images/slide4_on_eb00f9b.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(5) {
    background: url(../images/slide5_853022c.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(5):hover {
    background: url(../images/slide5_on_2f8c8fb.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(6) {
    background: url(../images/slide6_04dad63.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(6):hover {
    background: url(../images/slide6_on_52710fa.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(7) {
    background: url(../images/slide7_80a7681.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(7):hover {
    background: url(../images/slide7_on_0b168ad.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(8) {
    background: url(../images/slide8_0c3084b.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide:nth-child(8):hover {
    background: url(../images/slide8_on_0836874.png) no-repeat center;
    background-size: 100% 100%;
}

.box1 .funbox .sw-con .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box2 {
    width: 1920px;
    height: 916px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/bg3.jpg) center no-repeat;
}

.box3 {
    width: 1920px;
    height: 10000px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/bg4.jpg) center no-repeat;
}

.box3 .swcon {
    position: absolute;
    left: 1097px;
    top: 180px;
    width: 392px;
    height: 413px;
    /* background-color: pink; */
}

.box3 .swcon .swiper {
    width: 100%;
    height: 100%;
}

.box3 .swcon .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box3 .swcon .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.box4 {
    width: 1920px;
    height: 899px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/bg5.jpg) center no-repeat;
}

.box4_t1 {
    position: absolute;
    left: 296px;
    top: 103px;
    width: 1231px;
    height: 579px;
    background: url(../images/con-bg_f7845d8.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.box4 .swcon {
    position: absolute;
    left: 310px;
    top: 140px;
    width: 1200px;
    height: 500px;
    /* background-color: pink; */
}

.box5 {
    width: 1920px;
    height: 941px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/bg6.jpg) center no-repeat;
}

.box5 .btnbox {
    position: absolute;
    right: 200px;
    top: 45%;
    display: flex;
    width: 630px;
    height: 113px;
}

.box5 .btnbox a {
    width: 307px;
    height: 113px;
    display: block;
}

.tszy {
    background: url(../images/tsl.png)center no-repeat;
}

.tszy:hover {
    background: url(../images/tsa.png)center no-repeat;
}

.emzy {
    background: url(../images/eml.png)center no-repeat;
}

.emzy:hover {
    background: url(../images/ema.png)center no-repeat;
}

.box6 {
    width: 1920px;
    height: 945px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/bg7.jpg) center no-repeat;
}

.box7 {
    width: 1920px;
    height: 755px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    overflow: hidden;
    background: url(../images/bg8.jpg) top no-repeat;
}

.box7 .col-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 99px;
}

.box7 .col-box .pic-col {
    width: 786px;
}

.box7 .col-box .pic-list {
    width: 100%;
    margin-top: 18px;
    height: 342px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.box7 .col-box .pic-list .pic-item {
    position: relative;
    width: 252px;
    height: 162px;
    box-sizing: border-box;
    box-shadow: 10px 5px 29px 0 rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(-90deg, #333029, #3d3129);
    padding: 2px;
    cursor: pointer;
}

.box7 .col-box .pic-list .pic-item:hover .showBig {
    display: block;
}

.box7 .col-box .pic-list .pic-item .showBig {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.box7 .col-box .pic-list .pic-item .showBig img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
    width: 36px;
    height: 36px;
}

.box7 .col-box .pic-list .pic-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box7 .col-box .video-col {
    width: 520px;
    margin-right: 58px;
}

.box7 .col-box .video-col .tit {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.box7 .col-box .pic-col .tit {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.box7 .col-box .video-col .video-list {
    width: 100%;
    margin-top: 18px;
    height: 342px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.box7 .col-box .video-col .video-list .video-item {
    position: relative;
    width: 252px;
    height: 162px;
    box-sizing: border-box;
    box-shadow: 10px 5px 29px 0 rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(-90deg, #333029, #3d3129);
    padding: 2px;
    cursor: pointer;
}

.box7 .col-box .video-col .video-list .video-item:hover {
    border: 2px solid #b57338;
}

.box7 .col-box .video-col .video-list .video-item .btn-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
    width: 51px;
    height: 50px;
    background: url(../images/btn_video_bd1b5d5.png) center no-repeat;
    background-size: contain;
}

.box7 .col-box .video-col .video-list .video-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerdown {
    display: block;
    width: 372px;
    height: 113px;
    background: url(../images/footerdown.png) center no-repeat;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    margin: 75px auto 0;
}

.footerdown:hover {
    background: url(../images/footerdown1.png) center no-repeat;
}

.footer {
    width: 1920px;
    height: 132px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    background: url(../images/footer.jpg) center no-repeat;
}

.footleft {
    width: 250px;
    height: 90px;
    position: absolute;
    margin-left: 340px;
    margin-top: 25px;
}

.footleft a {
    width: 250px;
    height: 90px;
    display: block;
}

.footbox {
    width: 680px;
    height: 90px;
    position: absolute;
    margin-left: 615px;
    margin-top: 25px;
}

.footbox p {
    font-size: 12px;
    color: #ffffff;
}

.footright {
    width: 250px;
    height: 90px;
    position: absolute;
    margin-left: 1340px;
    margin-top: 25px;
}

.footright a {
    width: 250px;
    height: 90px;
    display: block;
}

