 /* 头部导航 */
.topNav{width: 100%; height: 70px; position: fixed; left: 0; top: 0; right: 0; z-index: 20;}
.topNav.fixed{background-color: #fff; box-shadow:0 3px 6px #eee;}
.topNav .logo{display: block; height: 70px; line-height: 70px; overflow: hidden;}
.topNav .logo img{vertical-align: middle;}
.topNav .nav li{float: left; padding:24px 25px 0; height: 70px; box-sizing: border-box; position: relative;}
.topNav .nav li a{font-size: 18px; color: #4c4c4c; line-height: 20px;}
.topNav .nav li a.on{color: #28aaf7;}
.topNav .nav .appDwon{position: relative;}
.topNav .nav .appDwon:hover .codeBox{display: block;}
.topNav .nav .codeBox{position: absolute; left: 50%; bottom: 0; transform: translate(-50%,calc(100% - 10px)); -webkit-transform: translate(-50%,calc(100% - 10px)); background: #fff; border-radius: 5px; border: 1px solid #eee; display: block; white-space:nowrap; padding: 20px; display: none;}
.topNav .nav .codeBox:after{content: ''; width: 12px; height: 12px; border-left: 1px solid #eee; border-top: 1px solid #eee; position: absolute; left: 50%; top: 0; transform: translate(-50%,-7px) rotate(45deg); -webkit-transform: translate(-50%,-7px) rotate(45deg);background: #fff;}
.topNav .nav .codeBox .list{display: inline-block; margin: 0 15px; text-align: center;}
.topNav .nav .codeBox .list img{width: 138px; height: 138px;}
.topNav .nav .codeBox .list p{font-size: 14px; margin-top: 8px;}
.topNav .language:hover ul{display: block;}
.topNav .language{position: relative; padding-top: 24px; height: 70px; box-sizing: border-box; cursor: pointer; margin-left: 35px;}
.topNav .language h4{ font-size: 16px; color: #666;}
.topNav .language h4 .ico{display: inline-block; width: 6px; height: 6px; border-right: 1px solid #7d7d7d; border-bottom: 1px solid #7d7d7d; transform: rotate(45deg); -webkit-transform: rotate(45deg); vertical-align: middle; margin-top: -4px; margin-left: 4px;}
.topNav .language ul{position: absolute; left: 50%; bottom: 0; transform: translate(-50%,calc(100% - 10px)); -webkit-transform: translate(-50%,calc(100% - 10px)); background: #fff; border-radius: 5px; border: 1px solid #eee; min-width: 120px; display: none;}
.topNav .language:hover ul{display: block;}
.topNav .language ul:after{content: ''; width: 12px; height: 12px; border-left: 1px solid #eee; border-top: 1px solid #eee; position: absolute; left: 50%; top: 0; transform: translate(-50%,-7px) rotate(45deg); -webkit-transform: translate(-50%,-7px) rotate(45deg);background: #fff;}
.topNav .language ul li{text-align: center; padding: 8px 12px; line-height: 20px; font-size: 14px; color: #666; border-bottom: 1px solid #eee; white-space:nowrap;}
.topNav .language ul li:last-child{border:0;}

/* 底部 */
.footer{background-color: #26282e; padding: 80px 0 100px; overflow: hidden;}
.footer .pagewd{min-width: 1100px; width: 1000px;}
.footer .link_box{ width: 340px; padding-left: 20px; position: relative; text-align: center;}
.footer .link_box:after{content: ''; width: 1px; background-color: #656a76; height: 134px; position: absolute; right: 0; top: 30px;}
.footer .link_box:last-child:after{display: none;}
.footer .link_box .tit{ font-size: 18px; line-height: 30px;color: #fff;}
.footer .link_box a{ display: block; font-size: 14px; line-height: 28px; color: #dedcdc;}
.footer .link_box a:hover{opacity: 0.8;}
/* 底部end */

/*首页-开始*/
.idxBanner{background: url(../images/index_banner.jpg) no-repeat center top; background-attachment: fixed; width: 100%; height: 670px; position: relative;}
.banner_h1{position: absolute;top: 214px;text-align: center;width: 100%;font-size: 42px;}
.idxBanner .inpBox{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 700px; height: 50px; border-radius: 5px; background-color: #fff;}
.idxBanner .inpBox .city{float: left; width: 80px; text-align: center; height: 50px; line-height: 50px; cursor: pointer; position: relative;}
.idxBanner .inpBox .city:after{position: absolute; right: 0; top: 50%; transform: translate(0,-50%); content: ''; width: 1px; height: 24px; background-color: #eee;}
.idxBanner .inpBox .city span{max-width: 48px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 15px; line-height: 50px; padding-left: 12px; display: inline-block;}
.idxBanner .inpBox .city i{border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #999;vertical-align: middle; margin-left: 4px; margin-top: -40px; display: inline-block;}
.idxBanner .inpBox .inp{width: 482px; height: 50px; vertical-align: middle; border:0; font-size: 15px; margin-left: 15px;}
.idxBanner .inpBox .submit{width: 120px; height: 50px; vertical-align: middle; border:0; font-size: 18px; background:#28aaf7; color: #fff; cursor: pointer; border-radius: 0 5px 5px 0;}
.idxBanner .cityBox{position: absolute; left: 0; top: 70px; right: 0; background-color: #fff; border-radius: 3px; border:1px solid #eee;  box-shadow: 0 3px 20px #ccc; padding: 20px; display: none;}
.idxBanner .cityBox:after{content: ''; width: 12px; height: 12px; border-left: 1px solid #eee; border-top: 1px solid #eee; position: absolute; left: 42px; top: 0; transform: translate(-50%,-7px) rotate(45deg); -webkit-transform: translate(-50%,-7px) rotate(45deg);background: #fff;}
.idxBanner .cityBox .top{border-bottom: 1px dashed #ccc; padding-bottom: 20px; overflow: hidden; margin-left: 60px; font-size: 16px; line-height: 30px;}
.idxBanner .cityBox .top .current{padding: 0 12px; line-height: 30px; background-color: #eaf7ff; color: #28aaf7; display: inline-block; border-radius: 2px; vertical-align: middle; margin-left: 12px;}
.idxBanner .cityBox .top input.txt{width: 200px; height: 28px; border: 1px solid #efefef; border-radius: 2px; line-height: 28px; vertical-align: middle; background:#f9f9f9; text-indent: 10px;}
.idxBanner .cityBox .top input.btn{width: 48px; height: 30px; border: 0; border-radius: 2px; line-height: 30px; vertical-align: middle; color: #fff; background:#28aaf7; cursor: pointer;}
.idxBanner .cityBox .top .line{background-color: #efefef;display: inline-block; vertical-align: middle; width: 1px; height: 30px; margin: 0 15px;}
.idxBanner .cityBox .list_box{max-height: 448px; overflow: auto; width: 100%;}
.idxBanner .cityBox .list{padding: 0 12px; overflow: hidden;}
.idxBanner .cityBox .list .left{width: 22px; height: 22px; line-height: 22px; border-radius: 100%; background-color: #fff; font-size: 18px;  color: #28aaf7; text-align: center; box-shadow: 0 0px 6px #a2ddff; margin: 20px 0; float: left;}
.idxBanner .cityBox .list ul{display: block;border-bottom: 1px dashed #ccc; padding: 20px 0; margin-left: 48px; overflow: hidden;}
.idxBanner .cityBox .list ul li{float: left; font-size: 14px; margin: 0 15px 15px; width: calc(12.5% - 15px); cursor: pointer; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; display: block;}
.idxBanner .cityBox .list ul li:hover{color: #28aaf7;}

.idxShow{padding: 80px 0;}
.idxShow .list_box{overflow: hidden;}
.idxShow .list_box li{width: 20%; float: left; text-align: center;}
.idxShow .list_box li p{font-size: 16px; color: #444; margin-top: 25px;}
.idxShow .pic_box{padding: 80px 0 0; position: relative; text-align: center;}
.idxShow .pic_box .code{position: absolute; right: 40px; bottom: 20px;}
.idxShow .pic_box .code p{font-size: 16px; color: #666; margin-top: 10px;}

.idxCount{background-color: #f6fcff; padding: 80px 0; overflow: hidden;}
.idxCount ul{width: 1250px;}
.idxCount ul li{float: left; text-align: center; width: 350px; height: 200px; margin-right: 50px; border-radius: 10px; box-shadow: 0 2px 6px #eee; background-color: #fff;}
.idxCount ul li h3{font-size: 18px; margin: 16px 0;}
.idxCount ul li big{font-size: 36px;}
.idxCount ul li img{margin-top: -32px;}

.idxNews{ background-color: #f2f4f5;padding: 50px 0 30px;}
.idxNews .tab{overflow: hidden; padding-bottom: 30px;}
.idxNews .tab a{display: block; float: left; margin: 0 80px; font-size: 15px; font-weight: bold;}
.idxNews .tab a.on{color: #28aaf7;}
.idxNews .list_box .more_foot{font-size: 16px;color:#999;float: right;margin-top:-40px;}
.idxNews .list_box ul{overflow: hidden;display: none;}
.idxNews .list_box ul li{float: left; width: 550px; margin-right: 50px; margin-bottom: 20px;}
.idxNews .list_box ul li a{font-size: 16px; color: #666;}
.idxNews .list_box ul li .line{display: inline-block; margin: 0 15px; width: 1px; height: 18px; background-color: #999; vertical-align: middle;}

.topSearch{overflow: hidden;padding: 20px 0;}
.topSearch .fl{font-size: 14px; color: #666; line-height: 36px;}
.topSearch .fl a{color: #28aaf7;}
.topSearch .fr{background-color: #fff; border-radius: 4px; width: 500px; height: 36px; padding-left: 15px;}
.topSearch .fr input[type='text']{height: 36px; width: 424px; background:none; font-size: 16px; vertical-align: middle; line-height: 36px; border: 0; outline: 0; float: left;}
.topSearch .fr input[type='submit']{height: 36px; width: 74px; background:url(../images/search_ico.png) no-repeat center; vertical-align: middle; border: 0; outline: 0; float: left; cursor: pointer;}
.catesSearch{background-color: #fff; border-radius: 2px; padding: 10px 12px; overflow: hidden; margin: 10px 0 0;}
.catesSearch .bt{font-size: 16px; line-height: 20px; width: 100px; margin: 10px 0;}
.catesSearch .right{margin-left:110px; overflow: hidden;}
.catesSearch .right a{float: left; display: block; font-size: 16px; line-height: 20px; color: #666; margin: 10px 30px 10px 0;}
.catesSearch .right a.on{color: #28aaf7;}
.shopLists{overflow: hidden;}
.shopLists ul{width: 1220px; padding-top: 32px;}
.shopLists ul li{float: left; display: block; width: 285px; height: 214px; padding-top: 30px; margin-right: 20px; overflow: hidden; position: relative; cursor: pointer; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out;}
.shopLists ul li .cont{display: block; width: 285px; height: 214px; background-color: #fff; border-radius: 3px; position: relative; cursor: pointer; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out;}
.shopLists ul li .pic{width: 100%; height: 110px; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #eee; border-radius: 3px 3px 0 0;}
.shopLists ul li .box{padding: 18px 12px 0;}
.shopLists ul li h3{font-size: 18px; line-height: 20px;}
.shopLists ul li .txt{font-size: 14px; line-height: 20px; color: #999; overflow: hidden;}
.shopLists ul li .star_bg{width: 72px; height: 12px; overflow: hidden; background:url(../images/shop_star.png) no-repeat left bottom; position: relative; margin: 10px 0;}
.shopLists ul li .star{height: 12px; overflow: hidden; background:url(../images/shop_star.png) no-repeat left top; position: absolute; left: 0; top: 0;}
.shopLists ul li .code{position: absolute; left: 0; bottom: 0; width: 100%; height: calc(100% - 30px); background:rgba(0,0,0,0.4); text-align: center; border-radius: 3px; transform: translate(0,150%); -webkit-transform: translate(0,150%);}
.shopLists ul li:hover .code{transform: translate(0,0); -webkit-transform: translate(0,0);}
.shopLists ul li .code .nr{background-color: #fff; width: 190px; height: 204px; padding-top: 20px; border-radius: 8px; box-shadow: 0 2px 20px #777; margin: -20px auto;}
.shopLists ul li .code .nr img{width:150px; height: 150px;}
.shopLists ul li .code .nr p{font-size: 15px; margin-top: 15px;}

/*商家入驻*/
.enterPage .banner{background: url(../images/enter_banner.jpg) no-repeat center top; background-attachment: fixed; width: 100%; height: 500px; position: relative;}
.enterPage .banner .txt{text-align:center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-60%); -webkit-transform: translate(-50%,-60%);}
.enterPage .banner .txt h1{font-size: 40px; margin-bottom: 40px;}
.enterPage .banner .txt .btn{display: inline-block; width: 210px; height: 46px; border-radius: 50px; font-size: 18px; color: #fff; line-height: 46px; background-color: #28aaf7; box-shadow: 0 3px 18px #28aaf7;}
.enterPage .company{height: 435px; background: url(../images/company_bg.png) no-repeat center top;width: 100%; padding: 80px 0;}
.enterPage .company h1{text-align:center; font-size: 26px; margin-bottom: 40px;}
.enterPage .company ul{overflow: hidden;}
.enterPage .company ul li{float: left; width: 16.66%; text-align: center; cursor: pointer; margin: 30px 0;}
.enterPage .company ul li img{transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; width: 115px; height: 115px;}
.enterPage .company ul li img:hover{box-shadow: 0 3px 20px #ccc;}
.enterPage .online{background: url(../images/online_bg.jpg) no-repeat center top; width: 100%; height: 174px;}

/*关于我们*/
.aboutPage .banner{background: url(../images/about_banner.jpg) no-repeat center top; width: 100%; height: 420px; position: relative;}
.aboutPage .title{text-align: center; margin-bottom: 50px;}
.aboutPage .title h1{font-size: 30px; margin-bottom: 20px;}
.aboutPage .title hr{width: 60px; height: 2px; background-color: #cccccc; border: 0;}
.aboutPage .intro{padding: 80px 80px;}
.aboutPage .intro p{text-align: center; font-size: 18px; line-height: 30px;}
.aboutPage .map{background-color: #fafafa; padding: 80px 0;}
.aboutPage .map .pagewd{height: 508px;background: url(../images/about_map.png) no-repeat center bottom; position: relative;}
.aboutPage .map .box{position: absolute; right: 220px; bottom: 198px;}
.aboutPage .map .box .txt{position: absolute; left: -60px; top: -103px; width: 352px; height: 77px; background: url(../images/about_map_pic2.png) no-repeat center top; padding: 36px 40px 0 34px;}
.aboutPage .map .box .txt p{font-size: 16px; line-height: 24px;}
.aboutPage .join{padding: 80px 0;}
.aboutPage .join ul{width: 1240px;}
.aboutPage .join ul li{width: 270px; margin-right: 40px; height: 230px; padding: 30px 0 0;  border-radius: 10px; box-shadow: 0 3px 16px #ccc; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out; cursor: pointer; text-align: center; float: left; display: block; overflow: hidden;}
.aboutPage .join ul li:hover{height: 310px;}
.aboutPage .join ul li .pic{width: 150px;height: 150px; border-radius: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-color: #eee; margin: 0 auto;}
.aboutPage .join ul li h3{font-size: 22px; margin-top: 20px;}
.aboutPage .join ul li .btn{display: inline-block; width: 118px; height: 34px; line-height: 34px; border: 1px solid #28aaf7; border-radius: 3px; font-size: 15px; color: #28aaf7; margin-top: 36px;}

/*代理加盟*/
.joinPage{margin: 40px auto 100px; width: 1200px; border-radius: 10px; box-shadow: 0 3px 16px #ccc; background-color: #fff; height: 800px;}
.joinPage .banner{width: 100%;}
.joinPage .banner img{width: 100%;}
.joinPage form{display: block; margin: 50px auto; width: 480px;}
.joinPage h4{font-size: 16px; line-height: 24px; color: #666; margin-bottom: 8px;}
.joinPage .inp{font-size: 16px; width:100%; border: 1px solid #eee; border-radius: 4px; height: 34px; vertical-align: middle; line-height: 34px; margin-bottom: 25px; text-indent: 10px;}
.joinPage .inp:focus{border-color: #28aaf7;}
.joinPage .btn{font-size: 16px; width:260px; border: 0; border-radius: 4px; height: 40px; vertical-align: middle; line-height: 40px; background:#28aaf7; color: #fff; margin: 40px auto 0; display: block; cursor: pointer;}


/*新闻*/
.zx_concent{width:1200px;margin:100px auto;}
.zx_left{float: left;margin-right:50px;width:180px;background: #fafafa;}
.zx_left li a{height: 50px;line-height: 50px;text-align: center;font-size: 16px;color:#000;display: block;}
.zx_left li.on a{color:#fff;background: #1983fc;}
.zx_right{float: left;width:970px;padding-top:50px;}
.zx_r_list li{padding:30px;}
.zx_r_list li:hover{background: #fff;box-shadow: 0 0 5px #ccc;}
.zx_r_list li a{display: flex;}
.zx_img{float: left;margin-right:24px;width:260px;}
.zx_txt{float: left;flex: 1;padding-top:18px;}
.zx_txt h2{font-size:18px ;color:#333;font-weight: bold;}
.zx_txt span{font-size: 14px;color:#999;margin-top: 10px;display: block;}
.zx_txt p{font-size: 14px;color:#666;line-height:24px ;margin-top: 20px;}
.xq_title{padding-bottom:36px;}
.xq_title h1{font-size: 26px;color:#333;font-weight: bold;text-align: center;}
.xq_title p{font-size: 14px;color:#999;margin-top:18px;text-align: center;}





