
/* CSS Document */
html,body{font-size:14px; font-family:"Microsoft YaHei",Verdana,Geneva,sans-serif,\5b8b\4f53;}
/*css-reset*/
html,body,div,ul,ol,li,dl,dt,dd,p,span,em,strong,b,i,h1,h2,h3,h4,form,input,button,textarea,select,option,img,a{ margin:0; padding:0}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%;}
html{_filter:expression(document.execCommand("BackgroundImageCache",false,true));}
ul,li,div,dl,dt,dd{list-style:none;}
/*
body table{border-collapse:separate; border-spacing:2px;}
*/
input{outline: none;font-size:14px; font-family:"Microsoft YaHei"}
input::-ms-clear{display:none;}
h1.wm-public{height:0px; line-height:0px; font-size:0px;}
a{text-decoration:none; cursor: pointer;}
a{blr:expression(this.onFocus=this.blur());outline:none;}
a:hover{text-decoration:none;}
img{border:0;}
font,em{font-style:normal; font-family:\5b8b\4f53;}
label{vertical-align:middle; font-family:tahoma;}
textarea,input{resize:none; outline:none;}
textarea{overflow:auto;}
ins{float:right; text-decoration:none; font-weight:normal;}
.pub_wsp{word-wrap:break-word; word-break:break-all;}
.pub_abso{vertical-align:middle;}
.pub_clr{clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}
.pub_yh{font-family:"Microsoft YaHei";}
.none{display:none;}
/*公用浮动*/
.f_left{ float: left}
.f_right{ float: right}
/*浮动清理*/
.cf:before,.cf:after{content:".";display:block;height:0;visibility:hidden}
.cf:after{clear:both}
.cf{zoom:1}

body{max-width: 1920px; position: relative; margin: 0 auto;}
.wrap{ position: relative; width: 1200px; margin: 0 auto;}
.logo{ position: absolute; top: 90px; left: 32px; width: 256px; height: 80px; z-index: 100;}
.fixed_right_box{ position: absolute; top: 0; right: 0; height: 100%; }
.fixed_right{ position: fixed; top: 50%; margin: -105px 0 0 -204px; width: 204px; height: 211px; background: url(../image/fixed_right.png) no-repeat 0 0; z-index: 2; }

/* box1 */
.box1{background: url(../image/bg1.jpg) no-repeat center top; height: 1030px; width: 100%; overflow: hidden;}
.box1 .wrap{height: 1030px;}
.box1 .box1Video{display: block; width: 1920px; height: 1030px; left: 50%; position: absolute; top: 0; margin-left: -960px; z-index: 1;}
.box1 .box1Video video{width: 1920px; height: 1030px;}

/*登录登出*/
.login_box{ position: absolute; width: 380px; height: 39px; right: 62px; top: 38px; z-index:1; }
.login_box p{ font: normal 16px/39px "Microsoft YaHei"; color: #fff; text-align: right; }
.login_box p a{ color: #fff; }
.logout{ display: none; }
.slogan{ position: absolute; top: 620px; left: 50%; transform: translate(-50%,0); width: 723px;height: 150px;background: url(../image/slogan.png) no-repeat center; z-index: 100;}
.btn_video_box{ width: 118px; height: 118px; background: url(../image/circle01.png) no-repeat; position: absolute; top: 616px; right: 180px; display:none;}
.btn_video_box .circle{ width: 81px; height: 81px; background: url(../image/circle02.png) no-repeat; position: absolute; top: 20px; left: 50%; margin-left: -40px; animation: roate 10s infinite linear; }
.btn_video_box .btn_video{ width: 118px; height: 118px; background: url(../image/btn_video.png) no-repeat; position: absolute; top: 2px; left: 4px; }
@keyframes roate{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}
.yuyue_btn01{ position: absolute; top: 816px; left: 453px; width: 290px; height: 84px; background: url(../image/yy_btn.png) no-repeat 0 0; }
.link_get{display: none; position: absolute; top: 800px; right: 308px; width: 123px; height: 115px; background: url(../image/btn_get.png) no-repeat 0 0; }
.down_wrap{ position: absolute; top: 800px; left: 360px;  z-index: 100;}
.ewm_down{ position: absolute; top: 0; left: 0; width: 131px; height: 131px; }
.btn_down_ios{ position: absolute; top: 0; left: 143px; width: 191px; height: 62px; background: url(../image/btn_down_ios.png) no-repeat 0 0; }
.btn_down_android{ position: absolute; top: 70px; left: 143px; width: 191px; height: 62px; background: url(../image/btn_down_android.png) no-repeat 0 0; }
.btn_down_window{ position: absolute; top: 0; left: 343px; width: 131px; height: 132px; background: url(../image/btn_down_window.png) no-repeat 0 0; }
.btn_website{ position: absolute; top: 0; left: 342px; width: 138px; height: 132px; background: url(../image/btn_website.png) no-repeat 0 0; }
.mouse_tip{ position: absolute; bottom: 40px; left: 50%; margin-left: -6px; }

/* box2 */
.box2{ height:820px; background: url(../image/bg2.jpg) no-repeat center top; }

/* 新闻板块样式 - 白色明亮风格 */
.c-box-news {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.c-box-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e6e6e6, #f0f0f0, #e6e6e6);
}

.c-box-news .wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.c-box-news .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.c-box-news .tab::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #333333;
    transition: all 0.5s ease;
}

.c-box-news .switchMod-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.c-box-news .switchMod-menu li {
    margin-right: 50px;
    padding: 10px 20px;
    cursor: pointer;
    color: #666666;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.c-box-news .switchMod-menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s ease;
}

.c-box-news .switchMod-menu li.cur {
    color: #333333;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transform: translateY(-2px);
}

.c-box-news .switchMod-menu li:hover {
    color: #333333;
    transform: translateY(-2px);
}

.c-box-news .switchMod-menu li:hover::before {
    left: 0;
}

.c-box-news .tab span {
    color: #333333;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.c-box-news .tab span:hover {
    transform: rotate(90deg) scale(1.2);
    color: #666666;
}

.c-box-news .list {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.c-box-news .list::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 200px;
    height: 20px;
    background: linear-gradient(90deg, rgba(200, 200, 200, 0.3), transparent);
    border-radius: 10px;
    filter: blur(10px);
}

.c-box-news .switchMod-cont {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-box-news .switchMod-cont li {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.c-box-news .switchMod-cont li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    transition: all 0.6s ease;
}

.c-box-news .switchMod-cont li:last-child {
    border-bottom: none;
}

.c-box-news .switchMod-cont li:hover {
    background-color: rgba(0, 0, 0, 0.02);
    padding-left: 30px;
    transform: translateX(5px);
}

.c-box-news .switchMod-cont li:hover::before {
    left: 100%;
}

.c-box-news .switchMod-cont li .fl {
    float: left;
    width: 85%;
}

.c-box-news .switchMod-cont li .fr {
    float: right;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2px 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.c-box-news .switchMod-cont li:hover .fr {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333333;
    transform: scale(1.1);
}

.c-box-news .switchMod-cont li .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333333;
}

.c-box-news .switchMod-cont li a {
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    padding: 2px 0;
}

.c-box-news .switchMod-cont li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333333;
    transition: all 0.3s ease;
}

.c-box-news .switchMod-cont li a:hover {
    color: #000000;
    letter-spacing: 0.5px;
}

.c-box-news .switchMod-cont li a:hover::after {
    width: 100%;
}

/* 标签样式优化 */
.c-box-news .switchMod-cont li .ellipsis span:first-child {
    color: #333333;
    font-weight: bold;
    margin-right: 8px;
    padding: 2px 8px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 13px;
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.c-box-news .switchMod-cont li {
    animation: fadeInUp 0.5s ease-out forwards;
}

.c-box-news .switchMod-cont li:nth-child(1) { animation-delay: 0.1s; }
.c-box-news .switchMod-cont li:nth-child(2) { animation-delay: 0.2s; }
.c-box-news .switchMod-cont li:nth-child(3) { animation-delay: 0.3s; }
.c-box-news .switchMod-cont li:nth-child(4) { animation-delay: 0.4s; }
.c-box-news .switchMod-cont li:nth-child(5) { animation-delay: 0.5s; }


/* box3 */
.box3{ max-width: 1920px; overflow: hidden; background: url(../image/box3.jpg) no-repeat center top; }
.box3 .wrap{ height: 897px; }
.box3_tit{ position: absolute; top: 58px; left: 50%; margin-left: -240px; z-index: 2; }
.zhiye_swiper{ position:absolute; width:1920px; height:1084px; left:50%; margin-left:-960px; top:0;}
.zhiye_swiper .swiper-slide{ position:relative;width:1920px; height:897px;}
.zhiye_cont{ position:absolute; width:1920px; height:585px; left:0; top:201px;}
.mp_video{ position:absolute; width:1090px; height:585px; right:0; top:0; overflow: hidden;}
.mp_video video{ min-width: 100%; min-height: 585px; }
.video_gai{ position:absolute; width:1202px; height:787px; left:0; bottom: 0;background:url(../image/zhiye_bg.png) no-repeat left bottom; z-index:1;}
.zy_gongneng{ position:absolute; left:265px; top:145px; z-index:3;}
.zy_info{ position:absolute; left:878px; top:278px; z-index:3;}
.zy_img{ position:absolute; z-index:1;}
.zy_moshi_img{ left:51px; top:-110px;}
.zy_zhanshi_img{ left:305px; top:120px;}
.zy_xuemo_img{ left:420px; top:136px;}
.zy_fashi_img{ left:178px; top:150px;}
.zy_xuexi_img{ left:182px; top:0px;}
.zy_cike_img{ left:182px; top:205px;}
.zy_huoqiang_img{ left:290px; top:145px;}
.zy_youxia_img{ left:200px; top:30px;}
.zy_opa_box{ position:absolute; width:628px; height:88px; right:60px; top:796px; z-index:4;}
.zy_prev,.zy_next{ position:absolute; width:35px; height:45px; top:8px; cursor:pointer;}
.zy_prev{ left:0;background:url(../image/zy_prev.png) center center no-repeat;}
.zy_next{ right:0;background:url(../image/zy_next.png) center center no-repeat;}
.zhiye_tab{position:absolute; width:544px; height:88px; left:40px; top:0px;}
.zhiye_tab li{ float:left; width:60px; height:60px; margin-left:8px; cursor:pointer;}
#zy_tab_xuemo{ background:url(../image/zy_tab_xuemo.png);}
#zy_tab_xuemo.on{ background:url(../image/zy_tab_xuemo_on.png);}
#zy_tab_zhanshi{ background:url(../image/zy_tab_zhanshi.png);}
#zy_tab_zhanshi.on{ background:url(../image/zy_tab_zhanshi_on.png);}
#zy_tab_moshi{ background:url(../image/zy_tab_moshi.png);}
#zy_tab_moshi.on{ background:url(../image/zy_tab_moshi_on.png);}
#zy_tab_cike{ background:url(../image/zy_tab_cike.png);}
#zy_tab_cike.on{ background:url(../image/zy_tab_cike_on.png);}
#zy_tab_huoqiang{ background:url(../image/zy_tab_huoqiang.png);}
#zy_tab_huoqiang.on{ background:url(../image/zy_tab_huoqiang_on.png);}
#zy_tab_fashi{ background:url(../image/zy_tab_fashi.png);}
#zy_tab_fashi.on{ background:url(../image/zy_tab_fashi_on.png);}
#zy_tab_youxia{ background:url(../image/zy_tab_youxia.png);}
#zy_tab_youxia.on{ background:url(../image/zy_tab_youxia_on.png);}
#zy_tab_xuexi{ background:url(../image/zy_tab_xuexi.png);}
#zy_tab_xuexi.on{ background:url(../image/zy_tab_xuexi_on.png);}

/* box4 */
.box4{ background: url(../image/bg4.jpg) no-repeat center top; }
.box4 .wrap{ height: 741px; padding-top: 202px; }
.box4 .swiper-container{ width: 1200px; height: 611px; }
.box4 .swiper-pagination{ width: 100%; text-align: center; top: 870px; }
.box4 .swiper-pagination-bullet{ width: 17px; height: 17px; margin: 0 10px; background: url(../image/box4_bullet.png) no-repeat 0 0; opacity: 1; }
.box4 .swiper-pagination-bullet-active{ background-position: 0 -17px; }
.box4 .swiper-button-prev, .box4 .swiper-button-next{ width: 35px; height: 56px; margin-top: 0; top: 847px; }
.box4 .swiper-button-prev{ left: 400px; background: url(../image/box4_prev.png) no-repeat 0 0; }
.box4 .swiper-button-next{ right: 400px; background: url(../image/box4_next.png) no-repeat 0 0; }

/* box5 */
.box5{ background: #000; }
.box5 .wrap{ height: 287px; }
.codes{ position: absolute; top: 22px; left: 50%; margin-left: -477px; width: 954px; height: 193px; background: url(../image/codes.png) no-repeat 0 0; }
.code_pic{ position: absolute; top: 41px; width: 95px; height: 95px; }
.code1{ left: 40px; }
.code2{ left: 233px; }
.code3{ left: 428px; }
.code4{ left: 622px; }
.code5{ left: 816px; }
.wb_link, .qq_add{ position: absolute; top: 200px; width: 74px; height: 20px; line-height: 20px; text-align: center; border: 1px solid #514c43; font-size: 12px; color: #d3c5a8; }
.wb_link:hover, .qq_add:hover{ background-color: #bfab95; border-color: #bfab95; color: #FFF; }
.wb_link{ left: 243px; }
.qq_add{ left: 438px; }

/* pop_video */
.pop_fixed{ display:none; position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.7); z-index:200;}
.pop_video_cont{ position:absolute; width:820px; height:460px; left:50%; top:50%; margin-left:-410px; margin-top:-230px;}
.pop_video_cont video{ width:100%; max-height: 460px; }
.pop_video_cont.nvshenv video{width:820px; height:460px;}
.close_video{position: absolute; top: 0px; right: -60px; width: 56px; height: 56px; background: url(../image/close.png) no-repeat 0 0;-webkit-transform: rotate3d(0,0,1,0deg);transform: rotate3d(0,0,1,0deg);-webkit-transition: transform 0.5s;transition: transform 0.5s; cursor:pointer;}
.close_video:hover{-webkit-transform: rotate3d(0,0,1,180deg);transform: rotate3d(0,0,1,180deg);}
/* pop_yy */
.f_left{ float: left}
.f_right{ float: right}
.pop_cont_bg{ position: absolute; width:350px; height:551px; left:50%;  top:50%; margin-left:-175px; margin-top:-265px;padding-top:43px; background-color:#fff; border-radius:20px;}
.pop_cont_bg .close{ position:absolute; width:30px; height:30px; right:21px; top:19px; background:url(../image/close_yuyue.png); cursor:pointer;}
.system{ width:250px; height:42px; margin:0 auto; border-radius:8px; overflow:hidden;}
.system a{ width:125px; height:42px; font:normal 16px/42px "Microsoft Yahei"; color:#565555; text-align:center; background-color:#ebebeb;}
.system a.on{ color: #fff;background-color:#90783d; }
.sub_ul{ width:250px; height:302px; margin:0 auto; padding-top:28px;}
.sub_ul li{ height:42px; margin-top:10px; overflow:hidden;}
.sub_ul li input{ display:block; width:218px; height:40px; padding:0 15px;font:normal 16px/40px "Microsoft Yahei"; color:#8e8e8e; border:1px solid #bfbfbf;border-radius:8px;}
.sub_ul li input.num_yan{ float:left; width:80px;}
.sub_ul li input::-webkit-input-placeholder{ color: #8e8e8e;}
.sub_ul li input::-moz-placeholder{ color: #8e8e8e;}
.sub_ul li input:-moz-placeholder{ color: #8e8e8e;}
.sub_ul li input:-ms-input-placeholder{ color: #8e8e8e;}
.yzm_pic{ width: 287px;}
.get_yzm_pic{ float:left; width:98px; height:42px; margin-left:10px;border-radius:8px;}
.btn_refresh{ float:right; width:24px; height:42px; background:url(../image/btn_refresh.png) right center no-repeat; cursor:pointer;}
.get_yzm_tel{ display:block; width:250px; height:42px;font:normal 16px/42px "Microsoft Yahei"; color:#fff; text-align:center; background-color:#90783d; border-radius:8px;}
.sub_ul li.yaoqing_li{margin-top: 0;}
.sub_ul li.error_msg{ height: 20px; margin-top: 0; color: #b74f4f;}
.submit,.close_succ{ display:block; width:90px; height:90px; margin:0 auto; font:normal 22px/90px "Microsoft Yahei"; color:#fff; text-align:center; background-color:#90783d; border-radius:90px;}

#wanmeiCaptcha_0{ max-width: 250px!important; height:42px!important;}
#wanmeiCaptcha_0 .tester-doneicon,#wanmeiCaptcha_0 .tester-failicon{ top:9px!important;}
.tester-ringicon{ top:6px!important;}
#wanmeiCaptcha_0 p{ line-height:35px!important;}

/* yy_succ */
.pop_sub_succ{ display:none;}
.succ_t{ display:block; width:116px; margin:26px auto 0;}
.gift_tit{ padding-left: 50px; font-size: 18px; color: #8e8e8e; margin-top: 15px; }
.gift_code{ font-size: 18px; color: #90783d; text-align: center; width: 250px; height: 38px; line-height: 38px; margin: 8px auto 0; border: 1px solid #8e8e8e; }
.btn_copy3,.link_ios{ display:block; width:250px; height:42px; margin:25px auto 0; background:url(../image/btn_copy.png); cursor:pointer; }
.link_ios{ margin-top:14px;background:url(../image/link_ios.png);}
.succ_ma{ display:block; width:158px; height:158px; margin:15px auto 0;}
.succ_txt{ margin-top:10px;font:normal 16px/30px "Microsoft Yahei"; color:#90783d; text-align:center;}
.close_succ{ margin-top: 35px; cursor:pointer;}
/* pop_share */
#pop_share{display: none;}
.share_tit{ padding-left: 50px; font-size: 20px;color: #8e8e8e;}
.share_url { display: block; width: 250px; height: 38px; margin: 8px auto 0; font: normal 18px/38px "Microsoft YaHei"; color: #90783d; text-align: center; background: none; border: 1px solid #8e8e8e; outline: 0; }
.btn_copy{display:block; width:250px; height:42px; margin:25px auto 0; background:url(../image/btn_copy.png); cursor:pointer}
.share_tip{ margin-top:10px;font:normal 16px/30px "微软雅黑"; color:#90783d; text-align:center;}

/* pop_get */
#pop_prizecode{ display:none;}
.prizecode_t{ display:block; width:116px; margin:26px auto 0;}
.friend_tit{ padding-left: 50px; font-size: 20px; color: #8e8e8e; margin-top: 15px; }
.prize_code{ font-size: 18px; color: #90783d; text-align: center; width: 250px; height: 38px; line-height: 38px; margin: 8px auto 0; border: 1px solid #8e8e8e; }
.btn_copy2{ display:block; width:250px; height:42px; margin:25px auto 0; background:url(../image/btn_copy.png); cursor:pointer; }

/* pop_down */
.pop_down_ios_cont,.pop_down_android_cont{ position:absolute; width:350px; height:244px; left:50%; top:50%; margin-left:-175px; margin-top:-122px; background-color:#fff; border-radius:26px;}
.pop_down_ios_cont .close,.pop_down_android_cont .close{ position:absolute; width:30px; height:30px; right:21px; top:19px; background:url(../image/close_yuyue.png); cursor:pointer;}
.down_ios_txt{ padding-top:104px; font:normal 22px/22px "Microsoft Yahei"; color:#90783d; text-align:center;}
.pop_down_android_cont{ height:424px;}
.down_android_t{padding-top:68px; font:normal 24px/24px "Microsoft Yahei"; color:#4e4e4e; text-align:center;}
.down_android_list{ width:290px; height:90px; padding:14px 0 0 5px; margin:36px auto 0; border:1px solid #b5b5b5; border-radius:26px;}
.down_android_list li{ float:left; width:70px; margin:0 13px;}
.down_android_list li img{ display:block; width:70px; height:70px;}
.down_android_tip{padding-top:35px; font:normal 16px/30px "Microsoft Yahei"; color:#90783d; text-align:center;}



.code3{cursor: pointer;}
.pop_info_main{width: 417px; height: 358px; position: fixed; left: 50%; top: 50%; margin: -179px 0 0 -208px; background: url(../image/infopopbg.png) no-repeat 0 0;}
.pop_info_close{display: block; width: 53px; height: 53px; background: url(../image/infoClose.png) no-repeat 0 0; cursor: pointer; position: absolute; right: -25px; bottom: -25px; z-index: 2; -webkit-transition: 0.5s;transition: 0.5s;}
.pop_info_close:hover{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.pop_info_list{padding-top: 15px;}
.pop_info_list div{height: 34px; line-height: 34px; padding: 23px 24px 23px 38px; background: url(../image/infoqqline.png) no-repeat center bottom;}
.pop_info_list div.last{background: none;}
.pop_info_list div span{font-size: 20px; color: #FFF;}
.pop_info_list div a{float: right; width: 112px; height: 32px; line-height: 32px; text-align: center; background: #423b2f; font-size: 18px; color: #d3c5a8; border: 1px solid #5b5344;}
.pop_info_list div a:hover{background: #695b46;}



.copyright { width:100%;height:108px;overflow:hidden;background-color:#000; }
.foot{  width:1000px;margin:0 auto;padding-top:30px;}
.foot:after{content:""; display:block; clear:both;} 
.foot .bot-logo{float:left; margin:0 35px 0 20px;}
.regard { text-align:center;;vertical-align:top; }
.regard p{font-size:14px; color:#bcbcbc;line-height:24px;}
.regard p img{vertical-align:middle;}