.images_box{
    width: 100%;
    background: url(../img/beijing.png)no-repeat center;
    background-size: 100%;
    background-position: top;
}
.head_box{
    width: 100%;
    position: fixed;
    background: url(../img/top_images.png)no-repeat center;
    height: 10vw;
    background-size: 100%;
    top: 0px;
    z-index: 10;
}
.head_con{
    width: 62%;
    margin: 0 auto;
    height: 4.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.head_con .head_menu{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    /* padding: 0 3vw; */
    flex: 1;
}
.head_con .head_menu li {
    width: 33.33333%;
}
.head_con .head_menu li a{
    color: #fff;
    font-size: 0.9vw;
    text-shadow: 1px 1px 1px #501b92;
    font-weight: bold;
}

.head_con .head_menu li a>p{
    letter-spacing: 2px;
}
.head_con .head_menu li a>span{
    font-size: 0.5vw;
}
.banner_img{
    width: 100%;
    position: relative;
    z-index: 9;
}
.banner_img img{
    width: 100%;
}
.text_box{
    width: 60%;
    margin: 0 auto;
    padding-top: 5vw;
}
.zixun_box{
    width: 100%;
    position: relative;
    padding-top: 5%;
}
.zixun_box .zixun_con{
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}
.zixun_box .zixun_con .zixun_left{
    width: 43vw;
    overflow: hidden;
}
.zixun_box .zixun_con .zixun_right{
    width: 30vw;
    overflow: hidden;
    height: 26vw;
    background: url(../img/right_kuang.png)no-repeat center;
    background-size: 92.5%;
    margin-right: 10px;
}
.nr-right{
    padding: 3vw;
}
.tab-num ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tab-con>ul>li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-con>ul>li>a {
    line-height: 2.5vw;
    color: #fff;
    font-size: 0.9vw;
    width: 85%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-con>ul>li>.time {
    text-align: right;
    color: #fff;
    font-size: 0.9vw;
    float: right;
    line-height: 2.5vw;
}
.tab-con ul{
    padding-top: 15px;
}
.renwu_box{
    width: 100%;
    position: relative;
}
.renwu_box .renwu_con{
    width: 70%;
    position: relative;
    margin: 0 auto;
}
.renwu_box .renwu_con .renwu_ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.renwu_box .renwu_con .renwu_ul li{
    width: 33.33333%;
}
.renwu_box .renwu_con .renwu_ul li a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.renwu_box .renwu_con .renwu_ul li:hover a img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.none_images{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
.renwu_box .renwu_con .renwu_ul .none_images_li.active img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
ul.none_images_ul{
    position: relative;
}
li.product_click{
    width: 70%;
    margin: 0 auto;
}
.banner_img_box{
    width: 70%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
}
.banner_img_con{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
/* footer */
.foot{background:#333; text-align:center; min-width:100%;margin-top: 5vw;}
.foot_nav{background:#2e2e2e; font-size:14px; color:#acacac; line-height:30px; padding:10px 0}
.foot_nav .line{display:inline-block; color:#484848; padding:0 20px}
.foot_nav a{display:inline-block; color:#acacac}
.foot_nav a:hover{color:#ffdb01}
.foot_copy{font-size:12px; color:#858585; line-height:25px; padding:30px 0}
.foot_copy a:hover{color:#ffdb01}
.foot_copy .choice{font-size:14px; padding-bottom:10px}
.foot_copy .choice .line{color:#5c5c5c; padding:0 15px}
.foot_copy a{
    color: #858585;
}
/* footer */

.news_box_a{
    width: 100%;
    position: relative;
}
.news_box_a .news_box_b{
    width: 70vw;
    height: 55vw;
    padding-top: 3vw;
    margin: 0 auto;
    position: relative;
    background: url(../images/newskuang.png)no-repeat center;
    background-size: 100%;
}

/* 内页 */
.nr-big-box .nr-big-con{
    width: 1180px;
    margin: 0 auto;
}
.nr-header{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
}
.nr-header .left-span-nr{
    flex: 1;
    float: left;
    text-align: left;
    padding-left: 5rem;
}
.nr-header .left-span-nr span{
    line-height: 3;
    color: #ffffff;
    font-size: 25px;
}
.nr-header .right-span-nr{
    flex: 1;
    float: right;
    text-align: right;
    padding-right: 5rem;
}
.nr-header .right-span-nr span,.nr-header .right-span-nr span a{
    color: #ffffff;
    font-size: 13px;
}
.nr-lower{
    width: 100%;
    position: relative;
    display: block;
    padding: 2.5vw 5vw;
}
.nr-lower .nr-btxz{
    position: relative;
}
.nr-lower .nr-btxz ul{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 65%;
    margin: 0 auto;
}
.nr-lower .nr-btxz ul li{
    /* margin: 0 auto; */
    cursor: pointer;
}
.nr-lower .nr-btxz ul li p{
    border: 1px solid #ffffff;
    line-height: 2;
    color: #4264c2;
    padding: 0 3vw;
    background-color: #ffffff;
    border-left: 1px solid #4264c2;
    border-right: 1px solid #4264c2;
}
.nr-lower .nr-btxz ul li.active p{
    color: #ffffff;
    background-color: #4264c2;
    border: 1px solid #4264c2;
}
.part.active .animate-left, .part.active .animate-right, .part.active .animate-bottom{
    transform: translate(0,0);
    opacity: 1;
}
.nr-bt-con{
    width: 100%;
    position: relative;
    display: block;
    padding:  1vw 11.5vw;

}
.nr-bt-con ul li{
    border-bottom: 1px solid #ffffffbb;
    margin: 0.5vw 0vw;
}
.nr-bt-con ul li a{
    display: flex;
    justify-content: left;
    text-align: left;
    align-items: center;
    transition: all 0.3s ease-out;
}
.nr-bt-con ul li a p{
    line-height: 2.6vw;
    color: #ffffff;
    font-size: 0.5vw;
    font-family: monospace;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nr-bt-con ul li a span{
    flex: 1;
    float: right;
    text-align: right;
    color: #ffffff;
    font-size: 13px;
}

.nr-bt-con ul li a:hover{color: #ffffffbb;transform:translateX(10px);}
/* 翻页 */
.page{text-align:center; line-height:40px; height:40px; margin:0 auto; display:table;padding-top: 2vw;}
.page a, .page span{display:inline-block; font-size:1vw;background-color: #fff; color:#4264c2; width:4vw; margin-left: -1px; transition:all 0.3s linear; box-sizing:border-box; border:1px #4264c2 solid;}
.page a.prev{margin-right:20px;}
.page a.next{margin-left:20px;}
.page a:hover{background-color:#ededed;}
.page .dot{background:rgba(0, 0, 0, 0); border:medium none;}
.page .on{background-color:#ededed;}


.news_list li .time{float:right; font-family:Arial; color:#b0b0b0;}
.news_list .arrow{display:inline-block; border-left:5px solid #b0b0b0; border-top:5px solid transparent; border-bottom:5px solid transparent; line-height:0; height:0; margin-right:10px; position:relative}
.news_list .arrow em{display:inline-block; border-left:5px solid #f9f9f9; border-top:5px solid transparent; border-bottom:5px solid transparent; line-height:0; height:0; margin:-5px 0 0 -7px; position:absolute; top:0; left:0; transition:0.3s;}
.news_list li a:hover .arrow{border-left-color:#ffffff;}
.detit{border-bottom:1px dotted #ffffff; text-align:center; margin-bottom:20px;}
.detit h1{font-size:25px; font-family:"微软雅黑"; font-weight:100; color:#ffffff; line-height:30px; padding:20px 0 20px;}
.detit p{display:block; font-size:14px; color:#ffffff; padding-bottom:20px;}
.page_updown{border-top:1px dotted #ffffff; font-size:14px; color:#ffffff; line-height:45px; padding:0 20px; margin-top:30px;}
.page_updown a{display:inline-block; color:#ffffff;}
.page_updown a:hover{color:#ffffff;}
.gift_list li{height:80px; padding-top:35px; padding-left:130px; display:block; position:relative; transition:all 0.2s linear 0s;}
.gift_list li:after{content:''; position:absolute; bottom:0; right:0; width:2000px; height:1px; background:#e0e0e0;}
.gift_list .gift_con{float:left; width:85%;}
.gift_list .gift_con .name{display:block; font-size:16px; font-weight:bold; color:#ffffff; padding-bottom:5px;}
.gift_list .gift_con .name h3{display:inline-block; width:280px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gift_list .gift_con .text{font-size:14px; color:#ffffff; line-height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gift_list .gift_con .progre{height:12px; line-height:12px; padding-bottom:3px; position:relative; top:-4px;}
.gift_list .gift_con .progre .surplus{font-size:14px; font-weight:100; color:#ffffff; padding-left:10px;}
.gift_list .btn{position:absolute; top:40px; right:120px;}
.gift_list .btn_collar{float:right; border-radius:5px; border:1px solid #ffffff; font-size:14px; color:#ffffff; text-align:center; line-height:32px; height:32px; padding:0 30px; transition:all 0.4s linear;}
.gift_list .btn_collar:hover{background:#ffffff; color:#4264c2;}
.progre_slider{background:#ccc; display:inline-block; border-radius:3px; line-height:6px; height:6px; width:120px; margin-left:10px; vertical-align:middle; overflow:hidden;}
.progre_slider .goso{background:#ffffff; display:inline-block; border-radius:3px; line-height:6px; height:6px; vertical-align:top;}
.page{text-align:center; line-height:30px; height:30px; margin:0 auto; display:table;}
.page a.prev{margin-right:20px;}
.page a.next{margin-left:20px;}
.page a:hover{
    background-color:#ffffff;
    color: #4264c2;
}
.page .dot{background:rgba(0, 0, 0, 0); border:medium none;}
.page .on{background-color:#ededed;}
.m_text{
    color: #ffffff;
    line-height: 2vw;
}

.max-part{width:100%;}
.min-part{position:absolute; right:-200px; top:0;}
.inside_content .m1200:after{width:2000px; height:1px; background:#e0e0e0; content:''; position:absolute; left:50%; margin-left:-1000px; bottom:0;}
.inside_tit{padding:40px 0 35px 0;text-align:center;}
.inside_tit h2{display:table; margin:0 auto; font-size:30px; font-weight:bold; color:#ffffff; line-height:1em; position:relative;  position:relative;}
.inside_tit p{font-size:14px;color:#ffffff;margin-top:5px; display:none;}
.location{position:absolute; right:0; bottom:0;}
.location,.location a{font-size:14px; color:#999; line-height:40px;}
.location a:hover{color:#ffffff;}
.location .arrow{font-family:"宋体"; color:#999; padding:0 5px;}


.pqimg{background:url(../images/pqimg.png) no-repeat;}
ul:after{content:""; display:block; clear:both; height:0;}
.m1200{width:1200px; margin:0 auto; position:relative;}
.m1200:after{content:""; display:block; clear:both; height:0;}
.m-bg{position:relative;}
.m-bg2{position:relative; background:#fff url(../images/bg_05.jpg) no-repeat center top;}
.inside-banner{height:693px;}
.inner-box{min-height:650px; padding-bottom:70px;}

.news_list li{font-size:16px; line-height:115px; height:115px; display:block; transition:background 0.2s linear 0s; position:relative;}
.news_list li:hover:before{width:100%; height:114px; content:''; position:absolute; top:0; right:1px; z-index:2;}
.news_list li:after{content:''; position:absolute; bottom:0; right:0; width: 100%; height:1px; background:#ffffff;}
.news_list li span,.news_list li a{position:relative; z-index:4;}
.news_list li a{float:left; font-size:18px; color:#ffffff; transition:all 0.3s linear;width:700px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 75%;}
.news_list li a:hover{color:#ffffff; margin-left:10px;}

.news_list li .type{float:left; font-size:18px; color:#4264c2; margin-right:15px; padding:0 15px; text-align:center; line-height:34px; background:#ffffff; margin-top:40px; transition:all 0.3s linear; position:relative;}
.news_list li:hover .type{background:#ffffff;}
.news_list li .type:before,.news_list li .type:after{content:''; position:absolute; border-style:solid; border-width:17px 10px; top:0; transition:all 0.3s linear;}
.news_list li .type:before{border-color:transparent #ffffff transparent transparent; left:-20px;}
.news_list li .type:after{border-color:transparent transparent transparent #ffffff; right:-20px;}

.news_list li:hover .type{background-color:#4264c2;color: #ffffff}
.news_list li:hover .type:before{border-right-color:#4264c2;}
.news_list li:hover .type:after{border-left-color:#4264c2;}

.news_list li .time{float:right; font-family:Arial; color:#ffffff;}
.news_list .arrow{display:inline-block; border-left:5px solid #b0b0b0; border-top:5px solid transparent; border-bottom:5px solid transparent; line-height:0; height:0; margin-right:10px; position:relative}
.news_list .arrow em{display:inline-block; border-left:5px solid #f9f9f9; border-top:5px solid transparent; border-bottom:5px solid transparent; line-height:0; height:0; margin:-5px 0 0 -7px; position:absolute; top:0; left:0; transition:0.3s;}
.news_list li a:hover .arrow{border-left-color:#ffffff;}

.max-part{width:100%;}
.min-part{position:absolute; right:-200px; top:0;}
.inside_content .m1200:after{width:2000px; height:1px; background:#e0e0e0; content:''; position:absolute; left:50%; margin-left:-1000px; bottom:0;}
.inside_tit{padding:40px 0 35px 0;text-align:center;}
.inside_tit h2{display:table; margin:0 auto; font-size:30px; font-weight:bold; color:#791705; line-height:1em; position:relative;  position:relative;}
.inside_tit p{font-size:14px;color:#791705;margin-top:5px; display:none;}
.location{position:absolute; right:0; bottom:0;}
.location,.location a{font-size:14px; color:#999; line-height:40px;}
.location a:hover{color:#791705;}
.location .arrow{font-family:"宋体"; color:#999; padding:0 5px;}

.popup_box{background:#fff; position:fixed; top:50%; left:50%; _position:absolute; z-index:998}
.popup_box .popup_title{background:#333; height:50px; z-index:1; position:relative}
.popup_box .popup_title .title{float:left; font-size:18px; color:#e0e0e0; line-height:50px; padding-left:30px}
.popup_box .popup_close{display:block; background:url(../images/icon_close.png) no-repeat; width:50px; height:50px; position:absolute; top:0; right:0; z-index:2; transition:all 0.2s linear}
.popup_box .popup_close:hover{transform:rotate(180deg)}
.popup_bg{background:rgba(0,0,0,0.5); width:100%; height:100vh; position:fixed; _position:absolute; z-index:997}
.login_box{width:400px; margin:-120px 0 0 -200px; _top:expression(documentElement.scrollTop + 160 + "px");}
.login_top{line-height:30px; height:30px; padding-top:10px}
.login_top h2{display:block; background-position:0 -50px; font-size:16px; font-weight:100; color:#FFF; text-align:center; width:124px; margin-left:-10px}
.login_m{padding:40px 50px}
.login_m .input_box{background:#F8F8F8; border:1px solid #ededed; height:30px; width:100%; padding:4px 0; margin-top:-1px}
.login_m .input_box label{float:left; display:block; width:30px; height:30px; margin-right:10px}
.login_m .input_box .user{background-position:0 -55px}
.login_m .input_box .cipher{background-position:0 -85px}
.login_m .text{background:none; border:none; font-size:14px; font-family:"微软雅黑"; color:#999; line-height:30px; height:30px; width:250px; margin:0}
.login_m .btn_go{display:block; background:#029d1e; border:none; font-size:20px; font-family:"微软雅黑"; color:rgba(255, 255, 255, 0.8)!important; color:#FFF; text-align:center; width:100%; line-height:40px; height:40px; cursor:pointer; transition:background 0.2s linear 0s}
.login_m .btn_go:hover{background:#028918}
.popup_gift_box{width:600px; min-height:300px; margin:-150px 0 0 -300px;}
.popup_gift_info{padding:20px;}
.popup_gift_info li{font-size:14px; line-height:35px; position:relative;}
.popup_gift_info label{display:block; float:left; font-size:14px; color:#999; text-align:right; line-height:35px; width:150px; padding-right:10px;}
.popup_gift_info .rc{padding-left:160px;}
.popup_gift_info .rc input{color:#ffffff; border:none; line-height:35px;}
.popup_gift_box .btn{display:inline-block; background:#4264c2; border-radius:5px; font-size:16px; font-family:"微软雅黑"; color:rgba(255,255,255,0.8); text-align:center; line-height:45px; height:45px; padding:0 40px; cursor:pointer; transition:all 0.3s linear;}
.popup_gift_box .btn:hover{opacity:0.9;}

/* wechat */
.scan-box{
    width: 180px;
    height: 480px;
    position: fixed;
    display: inline-block;
    top: 20%;
    right: 0;
    background: url(../images/wechat.png)no-repeat center center;
    z-index: 999;
    background-size: 100%;
}
.scan-box .code{
    width: 100%;
    position: relative;
    display: block;
    padding: 30px 20px 15px;
}
.scan-box .code img{
    width: 100%;
}
.scan-box .btn-box{
    text-align: center;
    padding-bottom: 15px;
}
.scan-box .btn-box a img{
    width: 100%;
    padding: 0 15px;
}
.scan-box .gift{
    position:relative;
    width: 170px;
    margin: 0px auto;
    height: 145px;
    background-position:-126px -90px;animation: anim2 3s ease-in-out infinite alternate; display:block;background: url("../images/libao.png")no-repeat center;
}
.scan-box .gift:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;right:0;bottom:0;margin:auto;background: url("../images/libao.png")no-repeat center;opacity:0;}
.scan-box .gift:hover:after{animation:anim4 0.6s ease-in-out;}
@keyframes anim4

{
    from{transform:scale(1,1); opacity:0.5;}
    to{transform:scale(1.8,1.8); opacity:0;}
}
@-webkit-keyframes anim4
{
    from{transform:scale(1,1); opacity:0.5;}
    to{transform:scale(1.8,1.8); opacity:0;}
}
