* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Microsoft Yahei','微软雅黑',Arial;
    color: #000;
    background-color: #fff;
}
h3,ul,p {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a{
    display: block;
    color: #000;
    text-decoration: none;
}
a:active, a:focus{
    text-decoration: none;
}
img{
    display: block;
    width: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
.hidden{
    display: none;
}
.bg_img{
    background-repeat: no-repeat;
    background-size: 100%;
}
.centerX{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mark{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    z-index: 9999;
}
.mark>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 459px;
}

.page_container{
    position: relative;
    width: 100%;
    height: 3305px;
    padding-top: 1020px;
    background: url('../images/bg.jpg') center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.page_container.home{
    min-width: 1280px;
}
.container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 10;
}
.header .container{
    position: relative;
    max-width: 1200px;
}
.header .menu{
    text-align: center;
}
.header .menu>li{
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
}
.header .menu>li+li{
    margin-left: 70px;
}
.header .menu>li>a{
    display: inline;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.header .menu>li.active>a{
    color: #bee042;
}

.txt_logo{
    position: absolute;
    top: 115px;
    left: 75px;
    z-index: 11;
}
.slogan{
    position: absolute;
    top: 270px;
    z-index: 3;
}
.btn_play{
    position: absolute;
    left: 170px;
    bottom: -10px;
    cursor: pointer;
    animation: heartbeat 2s infinite;
	-webkit-animation: heartbeat 2s infinite;
    -moz-animation: heartbeat 2s infinite;
}
@keyframes heartbeat {
	0% {
        transform: scale(0.8,0.8);
    }
    25% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.8,0.8);
    }
}

.download_box{
    position: absolute;
    top: 595px;
}
.download_box .down_btn,
.download_box .qrcode{
    display: inline-block;
    vertical-align: middle;
}
.download_box .qrcode{
    position: relative;
    width: 157px;
    height: 142px;
    padding: 24px 0 0 25px;
    background-image: url('../images/code_box.png');
}
.download_box .qrcode>img{
    width: 100px;
}
.download_box .down_btn{
    margin-left: 30px;
}
.download_box .btn+.btn{
    margin-top: 15px;
}

.conwrap{
    position: relative;
    width: 1272px;
    height: 502px;
    margin: 0 auto 160px;
    padding: 50px 100px 0 200px;
    background-image: url('../images/base.png');
    z-index: 3;
}
.conwrap .title,
.conwrap .more{
    position: absolute;
}
.conwrap .title{
    top: -40px;
    left: 55px;
}
.conwrap .more{
    top: -15px;
    right: 60px;
}

.news_wrap .nav_tab{
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.news_wrap .nav_tab>li{
    float: left;
    margin-bottom: -1px;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.news_wrap .nav_tab>li.active{
    color: #bee042;
    border-color: #bee042;
}
.newslist .item{
    position: relative;
    float: left;
    width: 294px;
    height: 294px;
    padding: 25px 25px 20px;
    background-color: #fff;
}
.newslist .item+.item{
    margin-left: 40px;
}
.newslist .tit h2{
    font-size: 18px;
}
.newslist .content{
    margin-top: 20px;
    color: #666;
}
.newslist .more{
    top: auto;
    right: 30px;
    bottom: 20px;
    color: #8db90a;
}

.strategy_wrap{
    padding: 55px 0 0 200px;
}
.strategy_wrap .nav_tab>li{
    cursor: pointer;
}
.strategy_wrap .item{
    float: left;
    margin-right: 25px;
}
.strategy_wrap .nav_tab>li.active{
    box-shadow: 0px 0px 15px #bee042;
}
.datalist{
    height: 210px;
}
.datalist .item{
    width: 318px;
    margin-top: 20px;
    color: #fff;
}
.datalist .tit{
    max-width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.datalist .date{
    line-height: 28px;
}
.datalist .content{
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
    color: #ccc;
}

.contact_wrap{
    width: 100%;
    height: 424px;
    padding: 100px 0 0 80px;
    background: url('../images/contact_bg.png') center no-repeat;
    background-size: cover;
}
.contact_wrap .container{
    position: relative;
    width: 1272px;
    margin: 0 auto;
}
.contact_wrap .title{
    top: -160px;
}
.contact_wrap .contacts{
    text-align: center;
}
.contact_wrap .item{
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.contact_wrap .imgbox{
    width: 192px;
    height: 191px;
    margin-bottom: 10px;
    padding: 22px 0 0 2px;
    background-image: url('../images/box.png');
}
.contact_wrap .imgbox img{
    width: 145px;
    height: 145px;
    margin: 0 auto;
}

.back-top{
    position: absolute;
    right: 115px;
    bottom: 342px;
    cursor: pointer;
}

.page_container.news{
    height: auto;
    padding-top: 0;
    background: none;
    background-color: #fffaec;
}
.banner_wrap{
    height: 592px;
    background: url('../images/banner.jpg') center no-repeat;
    background-size: cover;
}
.news .menu{
    text-align: right;
}
.news .txt_logo{
    top: 25px;
}
.news .news_wrap{
    padding-bottom: 50px;
}
.news .news_wrap .title{
    width: 297px;
    margin: -58px auto 0;
}
.news .news_wrap .nav_tab{
    width: 1176px;
    height: 64px;
    margin: 30px auto 0;
    padding-top: 22px;
    text-align: center;
    background-image: url('../images/line_02.png');
    border: none;
}
.news .news_wrap .nav_tab>li{
    float: none;
    display: inline-block;
    padding: 5px 0;
    font-size: 20px;
    font-weight: normal;
    color: #a38d64;
    border: none;
}
.news .news_wrap .nav_tab>li+li{
    margin-left: 175px;
}
.news .news_wrap .nav_tab>li.active{
    font-weight: bold;
}
.news .newslist{
    width: 880px;
    min-height: 595px;
    margin: 40px auto 80px;
}
.news .newslist>li{
    padding: 5px 0;
    font-size: 20px;
    color: #554c47;
    border-bottom: 1px dashed #ada79b;
}
.news .newslist>li+li{
    margin-top: 25px;
}
.news .newslist .tit{
    max-width: 80%;
    font-weight: normal;
    color: #554c47;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .location a{
    display: inline-block;
}
.detail_wrap{
    min-height: 500px;
    padding: 50px 0;
    color: #38302e;
    background-color: #fffaec;
}
.detail_wrap .container{
    width: 1108px;
}
.detail_wrap .navigation,
.detail_wrap .content{
    padding: 0 120px;
}
.detail_wrap .title{
    margin-top: 55px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.detail_wrap .date{
    margin-top: 10px;
    padding-bottom: 10px;
    color: #7c6e61;
    text-align: center;
}
.detail_wrap .line{
    width: 1108px;
    height: 23px;
    margin: 15px auto;
    background: url('../images/line_01.png') no-repeat;
}
.detail_wrap .content{
    min-height: 300px;
}
.detail_wrap .content a{
    display: inline-block;
}
.detail_wrap .content img{
    display: inline-block;
    max-width: 100%;
}
.page_turn{
    margin-top: 45px;
    padding-right: 60px;
    text-align: right;
}
.page_turn>a{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 20px;
    color: #5c4e4b;
    border: 1px solid #d5cebe;
    border-radius: 5px;
    cursor: pointer;
}
.page_turn>a+a{
    margin-left: 15px;
}
.page_turn>a:hover{
    color: #fff;
    background-color: #5c4e4b;
}

.pagination{
    text-align: center;
}
.pagination>li{
    display: inline-block;
}
.pagination>li+li{
    margin-left: 15px;
}
.pagination>li>a{
    padding: 5px 18px;
    color: #5c4e4b;
    border: 1px solid #d5cebe;
    border-radius: 3px;
    cursor: pointer;
}
.pagination>li>a:hover,
.pagination>li.active>a{
    color: #fff;
    background-color: #5c4e4b;
}
/*悬浮窗*/
.float_box{
    position: absolute;
    top: 640px;
    right: 100px;
    width: 220px;
    height: 693px;
    padding-top: 148px;
    background-image: url('../images/float.png');
}
.float_box.fixed{
    position: fixed;
    top: 70px;
    z-index: 9;
}
.latest_news{
    height: 212px;
    padding-top: 8px;
}
.latest_news .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #764e3a;
}
.latest_news .list{
    margin-top: 10px;
    padding: 0 25px;
}
.latest_news .list>li+li{
    margin-top: 8px;
}
.latest_news .list>li>a{
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.latest_news .list>li>a::before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url('../images/spot.png') no-repeat;
    content: '';
}
.float_box .qrcode{
    position: relative;
    width: 142px;
    height: 142px;
    margin: 10px auto 40px;
    padding: 18px 0 0 7px;
}
.float_box .qrcode>img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.qrcode .line{
    position: absolute;
    top: 15px;
    left: 10px;
    animation: myScan 1.5s infinite alternate; 
    -webkit-animation: myScan 1.5s infinite alternate; 
}
.float_box .download_btn{
    width: 175px;
    margin: 0 auto;
}
.float_box .download_btn.pc{
    width: 167px;
}
@keyframes myScan{
    from { top: 15px; }
    to { top: 120px; }
}
@-webkit-keyframes myScan{
    from { top: 15px; }
    to { top: 120px; }
}
.home .float_box{
    top: 360px;
    right: 30px;
    height: 448px;
    padding-top: 115px;
    background-image: url('../images/base01.png');
}
.home .gifbox{
    width: 152px;
    margin: 0 auto 15px;
}
.home .float_box .download_btn{
    width: 175px;
    margin: 0 auto;
}
/*底部信息*/
.footer{
    height: 380px;
    padding-top: 70px;
    color: #fff;
    text-align: center;
    background: url('../images/footer.png') center no-repeat;
    background-size: cover;
}
.footer .menulist>li{
    display: inline-block;
    padding: 0 35px;
}
.footer .menulist>li+li{
    position: relative;
}
.footer .menulist>li+li::before{
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 30px;
    border-left: 1px solid #fff;
    content: '';
}
.footer .menulist>li>a{
    font-size: 22px;
}
.footer .about{
    margin: 30px 0;
}
.footer .about>div{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer .about>div+div{
    margin-left: 50px;
}
.footer .about p{
    margin-top: 5px;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #f40;
}
.footer .links>div{
    display: inline-block;
}
.footer .links>div+div{
    margin-left: 20px;
}
.footer .links a{
    color: #5bbfed;
}
.footer .service{
    margin: 15px 0;
}
.footer .service>a{
    display: inline-block;
}
.footer_des{
    color: #ccc;
}
/*弹窗*/
.win_modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 99;
}
.win_modal .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    cursor: pointer;
    z-index: 101;
}
.win_modal .modal{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.win_modal .txt{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
.win_play{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 90;
}
.win_play .modal{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1280px;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.win_play .close{
    position: absolute;
    top: -60px;
    right: -100px;
    z-index: 100;
}
.win_play video{
    width: 100%;
}


.bee .banner_wrap{
    background-image: url('../images/banner.jpg');
}
.bee .news_wrap .title{
    margin-top: -28px;
}
.bee .float_box{
    height: 480px;
    padding-top: 40px;
    background-image: url('../images/base02.png');
}
.bee .float_box>div{
    width: 152px;
    margin: 0 auto;
}
.bee .float_box .qrcode{
    width: 152px;
    height: 152px;
    margin-top: 15px;
    padding: 0;
}
.bee .float_box .qrcode>img{
    width: 100%;
    height: 100%;
}
.bee .qrcode .line{
    left: -8px;
    animation-name: myScan2;
    -webkit-animation-name: myScan2;
}
.bee .float_box .download_btn{
    width: 175px;
    margin-top: 25px;
}
.bee .download_btn img{
    width: 100%;
}
@keyframes myScan2{
    from { top: 0px; }
    to { top: 143px; }
}
@-webkit-keyframes myScan2{
    from { top: 0px; }
    to { top: 143px; }
}

@media screen and (max-width: 1700px) {
    .float_box{
        right: 30px;
    }
}
@media screen and (max-width: 1600px) {
    .float_box{
        right: 10px;
    }
}
@media screen and (max-width: 1366px) {
    .float_box{
        display: none;
    }
    .home .float_box{
        display: block;
    }
}
@media screen and (max-width: 1280px) {
    .news .menu{
        padding-right: 20px;
    }
    .win_play .modal{
        width: 80%;
    }
    .home .float_box{
        display: none;
    }
}