html,body{height:100%}
.wrap{width:100%;height:100%}
.content{width:1200px;margin:auto}
/*字体*/
/*顶部*/
.search_logo{height:50px;padding:30px 0;}
.search_logo .logo{float:left;}
.search_logo .logo img{height:50px}
.search_logo .search{float:right;}
.search_logo .search_in{float:left;}
.search_logo .search_in input{outline:none;border:2px solid #ddd;height:36px;width:390px;padding-left:6px;display:inline-block;vertical-align:top;}
.search_logo .search_in a{font-size:20px;color:white;background:#ddd;display:height:40px;line-height:40px;width:40px;text-align: center;margin-left:-5px}
.search_logo .user_cart{float:left;margin:0 10px}
.search_logo .user_cart a{height:40px;line-height:40px;width:120px;color:white;background:orange;display:inline-block;text-align:center;}
.search_logo .user{float:left;height:40px;line-height:40px}

/*登录*/
.search_logo .user .user_name{display:block;}
.search_logo .user .user_name a{padding:0 5px;font-size:12px;color:#999;}
.search_logo .user .user_name a:hover{color:#62b900}
.user_p{padding:0 15px;position:relative;padding-bottom:40px;}
.user_p>a{display:block;height:40px;width:40px}
.user_p>a img{height:40px;width:40px;border-radius:50%}
.user_p .user_info{position:absolute;width:210px;border:1px solid #e6e6e6;padding:10px 30px;top:80px;right:0;background:white;z-index:12;display:none;}
.user_p .user_info i{position:absolute;top:-9px;right:20px;border-bottom:10px solid white;border-left:10px solid transparent;border-right:10px solid transparent;z-index:22;}
.user_p .user_info em{position:absolute;top:-10px;right:20px;border-bottom:10px solid #E6E6E6;border-left:10px solid transparent;border-right:10px solid transparent}

.user_p .user_info h5{line-height:24px;text-align: center;font-size:14px;color:#333}
.user_p .user_info p{font-size:12px;text-align:center;color:#999;height:16px;line-height:16px}
.user_p .user_info .user_go{width:210px;padding-top:15px;text-align:center;}
.user_p .user_info .user_go a{display:inline-block;width:92px;height:24px;line-height:24px;border:1px solid #c8c8c8;color:#666;font-size:12px;text-align: center;}
.user_p .user_info .user_go a.mycenter:hover{background:#e6e6e6;color:#333}
.user_p .user_info .user_go a.out{color:#62b900;border-color:#62b900}
.user_p .user_info .user_go a.out:hover{color:white;background:#62b900;}
.user_p .user_info .user_nav{width:210px}
.user_p .user_info .user_nav a{display:inline-block;width:100px;height:24px;line-height:24px;text-align:center;font-size:12px;color:#666;}
.user_p .user_info .user_nav a span{color:#62b900;font-weight:600;}
.user_p:hover .user_info{display:block;}

.nav{height:60px;background:#62b900;position:relative;width:100%}
.nav .menu{height:60px;line-height:60px}
.nav .menu ul{}
.nav .menu ul li{float:left;width:120px;text-align:center;}
.nav .menu ul li a{display:block;height:60px;color:white;font-size:14px;position:relative;}
.nav .menu ul li a span{font-size:24px;position:absolute;right:0;top:16px;color:rgba(255,255,255,.4)}
.nav .menu ul li.list{padding-right:20px}
.nav .menu ul li:hover{background:orange}
.nav .menu ul li.active{background:#f5f5f5;}
.nav .menu ul li.active a{color:#62b900}
.nav .menu ul li.active a span{color:#62b900}
.nav .sev{float:right}
.nav .sev a{display:block;width:140px;color:white;text-align: center;background:orange;font-size:12px;}
.nav .menu_detail{position:absolute;top:60px;left:0;width:100%;height:0px;background:#f5f5f5;border-bottom:0px solid #62b900;overflow:hidden;z-index:99}
.nav .menu_detail .list_wrap{padding:10px 0 0 20px;}
.nav .menu_detail .list_wrap dl{height:36px;margin-top:5px}
.nav .menu_detail .list_wrap dt{float:left;width:100px;height:30px;line-height:30px;position:relative;}
.nav .menu_detail .list_wrap dd{float:left;height:30px;line-height:30px;padding-bottom: 5px;border-bottom: 1px dashed #dcdcdc;width:1030px}
.nav .menu_detail .list_wrap dt a{color:black;font-weight:600;font-size:12px;}
.nav .menu_detail .list_wrap dt a span{position:absolute;right:15px;top:2px;font-size:24px;color:#ccc}
.nav .menu_detail .list_wrap dd a{font-size:12px;color:#666;display:inline-block;margin-left:15px}
.nav .menu_detail .list_wrap dl a:hover{color:#62b900}

/*右侧导航栏*/
.hr_nav{position:fixed;width:30px;bottom:200px;background:white;right:10px;z-index:99;}
.hr_nav a{display:block;width:30px;height:30px;margin-bottom:1px;position:relative;}
.hr_nav a i{position:absolute;height:16px;width:40px;line-height:16px;border:2px solid white;border-radius:10px;background:#62b900;top:-12px;left:-16px;text-align:center;color:white}
.hr_nav a span{display:block;width:30px;height:30px;transition:0.3s;}
.hr_nav a.cart span{background:url(../img/New-sprit-icon.png) no-repeat left top;}
.hr_nav a.mycenter span{background:url(../img/New-sprit-icon.png) no-repeat left -60px;}
.hr_nav a.kf span{background:url(../img/New-sprit-icon.png) no-repeat left -120px;}
.hr_nav a.top span{background:url(../img/New-sprit-icon.png) no-repeat left -180px;}
.hr_nav a.cart:hover span{background-position-y:-30px;}
.hr_nav a.mycenter:hover span{background-position-y:-90px;}
.hr_nav a.kf:hover span{background-position-y:-150px;}
.hr_nav a.top:hover span{background-position-y:-210px;}




/*footer*/
.footer{width:100%;margin-top:20px;border-top:1px solid #e6e6e6;}
.footer .foot{width:100%;padding:40px 0;position:relative;}
.footer .foot .foot_l{float:left}
.footer .foot .foot_l p{line-height:26px;color:#999;font-size:12px;}
.footer .foot .foot_l p a{color:#999;font-size:12px;font-weight:600;}
.footer .foot .foot_l p a:hover{color:#91b821}
.footer .foot .foot_l p span{padding:0 10px}
.footer .foot .foot_l ul{margin-top:15px}
.footer .foot .foot_l ul li{float:left;margin-right:10px}
.footer .foot .foot_r{right:0;top:50%;margin-top:-35px;position:absolute;}
.footer .foot .foot_r ul{width:350px}
.footer .foot .foot_r ul li{float:left;width:70px;height:70px}
.footer .foot .foot_r ul li a{float:left;width:70px;height:70px;color:#666;}
.footer .foot .foot_r ul li a span{display:block;width:30px;height:30px;margin:0 20px;transition:0.3s}
.footer .foot .foot_r ul li a em{display:block;width:70px;height:40px;line-height:40px;text-align:center;}
.footer .foot .foot_r ul li.one a span{background:url(../img/sys-icon.png) no-repeat left top;}
.footer .foot .foot_r ul li.two a span{background:url(../img/sys-icon2.png) no-repeat left top;}
.footer .foot .foot_r ul li.thr a span{background:url(../img/sys-icon.png) no-repeat -30px top;}
.footer .foot .foot_r ul li.four a span{background:url(../img/sys-icon.png) no-repeat -60px top;}
.footer .foot .foot_r ul li.five a span{background:url(../img/sys-icon.png) no-repeat -90px top;}

.footer .foot .foot_r ul li.one a p{position:absolute;top:-150px;left:-75px;z-index:9;display:none;}
.footer .foot .foot_r ul li.two a p{position:absolute;top:-150px;left:50px;z-index:9;display:none;}
.footer .foot .foot_r ul li.thr a p{position:absolute;top:-150px;left:120px;z-index:9;display:none;}
.footer .foot .foot_r ul li.four a p{position:absolute;top:-150px;right:0;z-index:9;display:none;}
.footer .foot .foot_r ul li.five a p{position:absolute;top:-150px;right:0;z-index:9;display:none;}
.footer .foot .foot_r ul li a:hover span{background-position-y:-30px;}
.footer .foot .foot_r ul li a:hover p{display:block;}

/*登录弹窗*/

.login_bg{height:100%;width:100%;position:fixed;background:#000;opacity:0.6;filter:alpha(opacity=60);z-index:998;top:0;}
.login_wrap{position:fixed;height:360px;width:400px;top:50%;left:50%;margin-top:-180px;margin-left:-200px;background-color:white;z-index:999}
.login_wrap>a{float:right;height:60px;width:60px;background:url(../img/win_core_Icon.png) no-repeat left top;; }
.login_wrap .login_head{height:60px;background:url(../img/owl-login.png) no-repeat left bottom;background-color:#ddd;background-position-x: -30px;}
.login_wrap .login_head>a{float:right;height:40px;line-height:40px;width:40px;margin-top:10px;margin-right:10px;font-size:36px;}
.login_wrap .login_box{width:320px;padding: 0 40px;padding-bottom:10px}
.login_wrap .login_box .login_title{height:80px;line-height:80px;font-size:24px;position:relative;}
.login_wrap .login_box .login_user input{outline:none;border:1px solid #ddd;width:280px;padding-left:40px;height:38px;line-height:38px;margin-bottom:20px}
.login_wrap .login_box .login_user input:nth-child(1){background:url(../img/login_icon.png) no-repeat left top;}
.login_wrap .login_box .login_user input:nth-child(2){background:url(../img/login_icon.png) no-repeat left -40px;}
.login_wrap .login_box .login_user>a{display:block;width:320px;height:38px;line-height:38px;border:1px solid #ec490d;text-align:center;font-size:16px;color:white;background:#fd7b4d;}
.login_wrap .login_box .login_user>a:hover{background:#ec490d;}
.login_wrap .login_box .login_user p{height:50px;line-height:50px;width:320px;font-size:12px;}
.login_wrap .login_box .login_user p span{color:#666}
.login_wrap .login_box .login_user p span a{color:#ec490d;padding:0 5px}
.login_wrap .login_box .login_user p>a{float:right;}
