/*l轮播*/
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}
.flex-control-nav .flex-active {
    background-position: 0 0;
}
.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}
	.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  -webkit-transition: width 0.2s, opacity 0.4s;
  -o-transition: width 0.2s, opacity 0.4s;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}
.nav{
  background: #fff;
}
.nav[data-v-19a49ee5] {
    height: 70px;
    width: 100%;
    line-height: 70px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px #eaeaea;
    box-shadow: 0px 0px 6px 1px #eaeaea;
}
.navbar[data-v-8102f322] {
    position: fixed;
    bottom: 42px;
    right: 42px;
    width: 60px;
    height: 240px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
*[data-v-04614279] {
    padding: 0;
    margin: 0;
}
			html {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3b8070;
  color: #3b8070;
  text-decoration: none;
  padding: 10px 30px;
}
.button--green:hover {
  color: #fff;
  background-color: #3b8070;
}
.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px;
}
.button--grey:hover {
  color: #fff;
  background-color: #35495e;
}
</style>
		<style data-vue-ssr-id="7f0b0612:0">
			*[data-v-04614279] {
  padding: 0;
  margin: 0;
}
html[data-v-04614279] {
  font-family: "KaiGenGothicSC-Light";
}
img[data-v-04614279] {
  border: none;
}
input[data-v-04614279]::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
input[data-v-04614279]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
input[data-v-04614279]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
input[data-v-04614279]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
/*清除浮动代码*/
.clearfloat[data-v-04614279]:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat[data-v-04614279] {
  zoom: 1;
}
/*轮播图*/
.playImg[data-v-04614279] {
  width: 100%;
  height: 400px;
  position: relative;
}
.playImg .playImg_wrap[data-v-04614279] {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 1000000;
}
.playImg .playImg_wrap .playImg_box[data-v-04614279] {
  width: 325px;
  height: 350px;
  background: #fff;
  margin-top: 25px;
  border-radius: 6px;
  z-index: 1000000;
}
.playImg .playImg_wrap .playImg_box .playImg_top[data-v-04614279] {
  height: 70px;
  background: #F7F8FA;
  border-radius: 6px 6px 0 0;
  padding: 15px;
}
.playImg .playImg_wrap .playImg_box .playImg_top input[data-v-04614279] {
  width: 216px;
  height: 40px;
  background: #fff;
  float: left;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  text-indent: 1em;
}
.playImg .playImg_wrap .playImg_box .playImg_top button[data-v-04614279] {
  width: 76px;
  height: 40px;
  background: #E8584F;
  float: left;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 14px;
}
.playImg .playImg_wrap .playImg_box .playImg_main dl[data-v-04614279] {
  height: 60px;
  margin-top: 20px;
  margin-left: 20px;
}
.playImg .playImg_wrap .playImg_box .playImg_main dl dt[data-v-04614279] {
  float: left;
  position: relative;
  top: 5px;
}
.playImg .playImg_wrap .playImg_box .playImg_main dl dd[data-v-04614279] {
  float: left;
  color: #333333;
  font-size: 16px;
  margin-left: 6px;
  margin-bottom: 6px;
  font-family: "KaiGenGothicSC-Light";
}
.playImg .playImg_wrap .playImg_box .playImg_main dl ul[data-v-04614279] {
  width: 100%;
  height: 40px;
  float: left;
}
.playImg .playImg_wrap .playImg_box .playImg_main dl ul li span[data-v-04614279] {
  margin-right: 14px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-family: "KaiGenGothicSC-Light";
}
.playImg .playImg_wrap .playImg_box .playImg_main dl ul li span[data-v-04614279]:hover {
  color: #E8584F;
}
/*标题-公用样式*/
.head_title[data-v-04614279] {
  width: 1200px;
  margin: 0 auto;
  height: 155px;
  text-align: center;
}
.head_title div[data-v-04614279] {
  height: 92px;
  width: 1200px;
  padding-top: 45px;
}
.head_title div i[data-v-04614279] {
  width: 486px;
}
.head_title div i img[data-v-04614279] {
  display: inline-block;
}
.head_title div .line-left[data-v-04614279] {
  float: left;
}
.head_title div .line-right[data-v-04614279] {
  float: right;
}
.head_title h2[data-v-04614279] {
  width: 228px;
  color: #333;
  font-size: 34px;
  font-weight: 600;
  float: left;
  text-align: center;
  font-family: "KaiGenGothicSC-Light";
}
.head_title h4[data-v-04614279] {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  font-family: "KaiGenGothicSC-Light";
}
/*更多-公用样式*/
.more_wrap[data-v-04614279] {
  width: 100%;
  height: 42px;
  background: #fff;
  padding-bottom: 45px;
}
.more_wrap .more_box[data-v-04614279] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #E8584F;
  border: 1px solid #E8584F;
  border-radius: 2px;
  cursor: pointer;
  font-family: "KaiGenGothicSC-Light";
}
.more_wrap .more_box span[data-v-04614279] {
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  color: #E8584F;
  font-family: "KaiGenGothicSC-Light";
}
.more_wrap[data-v-04614279] :hover {
  border: 1px solid #E8584F;
  background: #E8584F;
  color: #fff;
}
.more_wrap :hover span[data-v-04614279] {
  color: #fff;
  border: none;
}
.shoplist_addBag .more_wrap[data-v-04614279] {
  background: #F5F6FC;
  padding-bottom: 00px;
}
/*优选旺铺*/
.shoplist_addBag[data-v-04614279] {
  width: 100%;
  padding-bottom: 45px;
}
/*商铺列表-公共样式*/
.shoplist_wrap[data-v-04614279] {
  width: 1200px;
  margin: 0 auto;
}
.shoplist_wrap .shoplist_dl[data-v-04614279] {
  width: 274px;
  height: 300px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 34px;
  margin-bottom: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background: #fff;
}
.shoplist_wrap .shoplist_dl[data-v-04614279]:hover {
  width: 274px;
  height: 300px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.18);
}
.shoplist_wrap .shoplist_dl dt[data-v-04614279] {
  height: 208px;
  width: 274px;
}
.shoplist_wrap .shoplist_dl dt img[data-v-04614279] {
  height: 100%;
  width: 272px;
}
.shoplist_wrap .shoplist_dl dd h3[data-v-04614279] {
  color: #333333;
  font-size: 18px;
  margin: 10px;
}
.shoplist_wrap .shoplist_dl dd p[data-v-04614279] {
  font-size: 16px;
  margin-left: 10px;
  line-height: 22px;
}
.shoplist_wrap .shoplist_dl dd p b[data-v-04614279] {
  font-weight: 400;
  color: #888;
  font-size: 16px;
}
.shoplist_wrap .shoplist_dl dd p .span1[data-v-04614279] {
  color: #E8584F;
  font-weight: 600;
  font-size: 18px;
}
.shoplist_wrap[data-v-04614279] :nth-child(4) {
  margin-right: 0px;
}
.shoplist_wrap[data-v-04614279] :nth-child(8) {
  margin-right: 0px;
}
/*我要委托*/
.entrust_addBag[data-v-04614279] {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 45px;
  background: #fff;
}
.entrust_wrap[data-v-04614279] {
  width: 1200px;
  height: 185px;
  margin: 0 auto;
  background: url(../images/a29dc4d.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.entrust_wrap .entrust_box[data-v-04614279] {
  width: 436px;
  height: 185px;
  position: absolute;
  right: 0px;
  margin-right: 82px;
}
.entrust_wrap .entrust_box .entrust_input[data-v-04614279] {
  width: 436px;
  height: 46px;
  position: relative;
  margin-top: 23px;
  margin-bottom: 23px;
}
.entrust_wrap .entrust_box .entrust_input input[data-v-04614279] {
  width: 436px;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-indent: 2em;
  outline: none;
  color: #666;
  font-size: 16px;
}
.entrust_wrap .entrust_box .entrust_input img[data-v-04614279] {
  position: absolute;
  top: 14px;
  left: 14px;
}
.entrust_wrap .entrust_box .entrust_dl[data-v-04614279] {
  width: 436px;
  height: 72px;
  position: relative;
}
.entrust_wrap .entrust_box .entrust_dl dl[data-v-04614279] {
 /* width: 190px;*/
  height: 72px;
  cursor: pointer;
}
.entrust_wrap .entrust_box .entrust_dl dl dt[data-v-04614279] {
 /* width: 190px;*/
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}
.entrust_wrap .entrust_box .entrust_dl dl dd[data-v-04614279] {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}
.entrust_wrap .entrust_box .entrust_dl dl dd span[data-v-04614279] {
  color: #E8584F;
}
.entrust_wrap .entrust_box .entrust_dl .dl_left[data-v-04614279] {
 /* float: left;*/
}
.entrust_wrap .entrust_box .entrust_dl .dl_left dt[data-v-04614279] {
  background: #224E8F;
}
.entrust_wrap .entrust_box .entrust_dl .dl_right[data-v-04614279] {
  float: right;
}
.entrust_wrap .entrust_box .entrust_dl .dl_right dt[data-v-04614279] {
  background: #E8584F;
}
/*区域*/
.area_wrap[data-v-04614279] {
  width: 100%;
  background: #fff;
  padding-top: 45px;
}
.area_wrap .area_nav[data-v-04614279] {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  background: #fff;
}
.area_wrap .area_nav ul[data-v-04614279] {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #E8584F;
  border-bottom: 1px solid #ddd;
}
.area_wrap .area_nav ul li[data-v-04614279] {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 20px;
  float: left;
  list-style-type: none;
  cursor: pointer;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "KaiGenGothicSC-Light";
}
.area_wrap .area_nav ul li.on1[data-v-04614279] {
  background: #E8584F;
  color: #fff;
}
.area_wrap .area_nav ul .caret[data-v-04614279] {
  width: 200px;
  height: 10px;
}
.area_wrap .area_nav ul .caret p[data-v-04614279] {
  width: 0px;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px solid #E8584F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  line-height: 0px;
  margin-left: 100px;
  position: relative;
  left: -5px;
}
.area_wrap .area_nav ul[data-v-04614279] :nth-child(6) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ddd;
}
/*面积*/
.square_wrap[data-v-04614279] {
  width: 100%;
  background: #fff;
  padding-top: 45px;
}
.square_wrap .square_nav[data-v-04614279] {
  width: 100%;
  height: 108px;
}
.square_wrap .square_nav ul[data-v-04614279] {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #E8584F;
  border-bottom: 1px solid #ddd;
}
.square_wrap .square_nav ul li[data-v-04614279] {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 20px;
  float: left;
  list-style-type: none;
  cursor: pointer;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.square_wrap .square_nav ul li.on2[data-v-04614279] {
  background: #E8584F;
  color: #fff;
}
.square_wrap .square_nav ul .caret[data-v-04614279] {
  width: 200px;
  height: 10px;
}
.square_wrap .square_nav ul .caret p[data-v-04614279] {
  width: 0px;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px solid #E8584F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  line-height: 0px;
  margin-left: 100px;
  position: relative;
  left: -5px;
}
.square_wrap .square_nav ul[data-v-04614279] :nth-child(6) {
  margin-right: 0px;
}
/*投资机构*/
.investment_wrap[data-v-04614279] {
  width: 100%;
  background: #fff;
  padding-bottom: 60px;
}
.investment[data-v-04614279] {
  width: 1200px;
  height: 388px;
  background: url(../images/13f8157.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.investment ul[data-v-04614279] {
  width: 826px;
  height: 195px;
  margin: 0 auto;
}
.investment ul li[data-v-04614279] {
  margin: 40px 40px 25px 40px;
  float: left;
}
.investment div[data-v-04614279] {
  width: 1111px;
  height: 106px;
  margin: 0 auto;
}
.investment div p[data-v-04614279] {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
}
/*弹窗*/
.ballWrap[data-v-04614279] {
  height: 45px;
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -150px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  z-index: 9999999999;
}
.ballWrap p[data-v-04614279] {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  font-weight: 500;
  font-family: "KaiGenGothicSC-Light";
}
/*合作品牌*/
.co_branding[data-v-04614279] {
  width: 100%;
  background: #fff;
  /*display: none;*/
}
.co_branding ul[data-v-04614279] {
  width: 1200px;
  height: 170px;
  margin: 0 auto 40px;
}
.co_branding ul li[data-v-04614279] {
  width: 228px;
  height: 170px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  float: left;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.co_branding ul li img[data-v-04614279] {
  width: 226px;
  height: 168px;
  border-radius: 4px;
}
.co_branding ul[data-v-04614279] :nth-child(5) {
  margin-right: 0px;
}
/*大咖推荐*/
.big_caffeine[data-v-04614279] {
  width: 100%;
  background: #fff;
}
.big_caffeine_wrap[data-v-04614279] {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.big_caffeine_wrap .leftBtn[data-v-04614279] {
  float: left;
  margin-right: 30px;
  line-height: 248px;
  cursor: pointer;
}
.big_caffeine_wrap .leftBtn img[data-v-04614279] {
  width: 50px;
  height: 50px;
}
.big_caffeine_wrap .rightBtn[data-v-04614279] {
  float: right;
  line-height: 248px;
  cursor: pointer;
}
.big_caffeine_wrap .rightBtn img[data-v-04614279] {
  width: 50px;
  height: 50px;
}
.big_caffeine_wrap .big_caffeine_box[data-v-04614279] {
  width: 1070px;
  height: 254px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img[data-v-04614279] {
  width: auto;
  height: 254px;
  position: absolute;
  left: 0px;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl[data-v-04614279] {
  width: 190px;
  height: 254px;
  margin-right: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  float: left;
  position: relative;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl dt[data-v-04614279] {
  width: 190px;
  height: 254px;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl dt img[data-v-04614279] {
  width: 100%;
  height: 100%;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl dd[data-v-04614279] {
  width: 190px;
  height: 65px;
  padding: 5px;
  color: #333333;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl dd h4[data-v-04614279] {
  font-size: 16px;
}
.big_caffeine_wrap .big_caffeine_box .big_caffeine_box_img dl dd h5[data-v-04614279] {
  height: 40px;
  text-align: justify;
  font-size: 14px;
  overflow: hidden;
}
</style>
		<style data-vue-ssr-id="1378885b:0">
			.el-carousel__item h3 {
    margin: 0 auto;
    width: 100%;
    height: 400px;
}
.el-carousel__item h3>img {
    height: 400px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}
.el-carousel__button {
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
}
.el-carousel__arrow--right {
    right:  50px!important;
}
</style>
		<style data-vue-ssr-id="a104b096:0">
			.nav[data-v-19a49ee5] {
  height: 70px;
  width: 100%;
  line-height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px #eaeaea;
          box-shadow: 0px 0px 6px 1px #eaeaea;
}
.nav .nav_top[data-v-19a49ee5] {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
}
.nav .nav_top dl[data-v-19a49ee5] {
  width: 280px;
  height: 70px;
  float: left;
}
.nav .nav_top dl dt[data-v-19a49ee5] {
  width: 186px;
  height: 70px;
  float: left;
  margin-top: 23px;
}
.nav .nav_top dl dt .upImg1[data-v-19a49ee5] {

  position: relative;
  top: -14px;
}
.nav .nav_top dl dt .upImg2[data-v-19a49ee5] {
  width: 80px;
  height: 26px;
  position: relative;
  top: -1px;
}
.nav .nav_top dl dd[data-v-19a49ee5] {
  width: 80px;
  height: 70px;
  float: left;
  position: relative;
  /*.selectCity{
          position: absolute;
          top: 56px;
          left: -16px;
          width: 70px;
          background: #fff;
          background:rgba(255,255,255,1);
          border-radius:2px;
          padding-top: 14px;
          z-index: 10000000000;
          box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
          border-radius: 4px;
          p{
            margin-bottom: 14px;
            text-align: center;
            cursor: pointer;
            color: #333333;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
            line-height: 22px;
          }
          .cityNameColor{
            color: #e8584f;
          }
        }*/
}
.nav .nav_top dl dd span[data-v-19a49ee5] {
  font-size: 16px;
  color: #888;
  display: inline-block;
  cursor: pointer;
}
.nav .nav_top dl dd img[data-v-19a49ee5] {
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.nav .nav_top dl dd .selectCity[data-v-19a49ee5] {
  position: absolute;
  top: 56px;
  left: -16px;
  width: 300px;
  background: #fff;
  background: #ffffff;
  border-radius: 2px;
  padding-top: 14px;
  z-index: 10000000000;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-left: 20px;
}
.nav .nav_top dl dd .selectCity p[data-v-19a49ee5] {
  margin-right: 20px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  line-height: 22px;
  height: 40px!important;
  float: left;
}
.nav .nav_top dl dd .selectCity .cityNameColor[data-v-19a49ee5] {
  color: #e8584f;
}
.nav .nav_top ul[data-v-19a49ee5] {
  width: 580px;
  height: 70px;
  list-style-type: none;
  padding: 0;
  z-index: 100000;
  float: left;
  /*background: pink;*/
}
.nav .nav_top ul li[data-v-19a49ee5] {
  display: inline-block;
  float: left;
  margin-right: 25px;
  /*background: yellow;*/
}
.nav .nav_top ul li img[data-v-19a49ee5] {
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.nav .nav_top ul li a[data-v-19a49ee5] {
  color: #888;
  text-decoration: none;
  font-size: 16px;
  font-family: "KaiGenGothicSC-Light";
  /*设置导航动态样式*/
}
.nav .nav_top ul li a.active[data-v-19a49ee5] {
  color: #224E8F;
  font-weight: bold;
}
.nav .nav_top .user_login[data-v-19a49ee5] {
  width: 330px;
  /*background: red;*/
  float: right;
}
.nav .nav_top .user_login p[data-v-19a49ee5] {
  width: 105px;
  display: inline-block;
  float: left;
  color: #888;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
.nav .nav_top .user_login p img[data-v-19a49ee5] {
  margin-right: 4px;
  position: relative;
  top: -1.6px;
}
.nav .nav_top .user_login p i[data-v-19a49ee5] {
  width: 1px;
  height: 16px;
  background: #ddd;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.nav .nav_top .user_login .info_tel[data-v-19a49ee5] {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #888;
  font-family: "KaiGenGothicSC-Light";
  margin-left: 10px;
}
.nav .nav_top .user_login .info_tel img[data-v-19a49ee5] {
  margin-right: 4px;
  position: relative;
  top: -1.6px;
}
.nav .nav_top .user_login .info_tel i[data-v-19a49ee5] {
  width: 1px;
  height: 16px;
  background: #ddd;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.nav .nav_top .user_login .info_tel span a[data-v-19a49ee5] {
  color: #224E8F;
}
.hoverLi[data-v-19a49ee5] {
  position: relative;
}
.hoverLi .hoverBox[data-v-19a49ee5] {
  width: 188px;
  height: 350px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: 60px;
  left: -60px;
  z-index: 100000000;
  border-radius: 8px;
  text-align: center;
  /*动画*/
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
  -o-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
  transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}
.hoverLi .hoverBox .zpbLogo[data-v-19a49ee5] {
  display: block;
  margin: 26px auto 10px;
}
.hoverLi .hoverBox h3[data-v-19a49ee5] {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.hoverLi .hoverBox h4[data-v-19a49ee5] {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.hoverLi .hoverBox h5[data-v-19a49ee5] {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.hoverLi .hoverBox h5 span[data-v-19a49ee5] {
  color: #2A3E75;
}
.hoverLi .hoverBox .zpbCode[data-v-19a49ee5] {
  width: 100px;
  height: 100px;
  margin-top: 6px;
}
.hoverLi:hover .hoverBox[data-v-19a49ee5] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
</style>
		<style data-vue-ssr-id="61a91641:0">
			.navbar[data-v-8102f322] {
  position: fixed;
  bottom: 42px;
  right: 42px;
  width: 60px;
  height: 300px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.navbar ul li[data-v-8102f322] {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navbar ul li a[data-v-8102f322] {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navbar ul li[data-v-8102f322]:nth-of-type(1) {
  background: url(../images/7187b1d.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(2) {
  background: url(../images/17d4b7c.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(3) {
  background: url(../images/8834fcf.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(4) {
  background: url(../images/bf81585.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(5) {
  background: url(../images/d47035c.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(1):hover {
  background: url(../images/9944f8a.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(2):hover {
  background: url(../images/ab5efd3.png) no-repeat;
}
.navbar ul li[data-v-8102f322]:nth-of-type(3):hover {
  background: url(../images/d01f421.png) no-repeat;
}
.navbar ul li:nth-of-type(3):hover .tel-msg[data-v-8102f322] {
  display: block;
}
.navbar ul li[data-v-8102f322]:nth-of-type(4):hover {
  background: url(../images/2c236f8.png) no-repeat;
}
.navbar ul li:nth-of-type(4):hover .code-msg[data-v-8102f322] {
  display: block;
}
.navbar ul li[data-v-8102f322]:nth-of-type(5):hover {
  background: url(../images/fc5ef1a.png) no-repeat;
}
.navbar ul li .tel-msg[data-v-8102f322] {
  display: none;
  position: absolute;
  top: 0px;
  right: 60px;
  width: 111px;
  height: 60px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.navbar ul li .tel-msg p[data-v-8102f322] {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.navbar ul li .tel-msg p[data-v-8102f322]:nth-of-type(1) {
  padding-top: 8px;
}
.navbar ul li .code-msg[data-v-8102f322] {
  display: none;
  position: absolute;
  top: -20px;
  right: 60px;
  background: #fff;
  padding: 10px;
  width: 130px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.navbar ul li .code-msg p[data-v-8102f322] {
  width: 111px;
  height: 120px;
  background: url(../images/90402a6.jpg) no-repeat;
  background-size: 111px 120px;
}
</style>
		<style data-vue-ssr-id="e1f9a766:0">
			.Footer[data-v-75791dd0] {
  width: 100%;
}
.wrap[data-v-75791dd0] {
  width: 100%;
  height: 218px;
  background: #888;
  background: url(../images/7d369e9.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 400;
}
.wrap .wrap_box[data-v-75791dd0] {
  width: 1200px;
  height: 200px;
  /*background: red;*/
  margin: 0 auto;
  padding-top: 0.1px;
  position: relative;
  /*二维码*/
}
.wrap .wrap_box ul[data-v-75791dd0] {
  width: 1200px;
  height: 30px;
  margin-top: 30px;
  /*:nth-child(13){
          margin-right: 10px;
      }*/
}
.wrap .wrap_box ul li[data-v-75791dd0] {
  float: left;
  margin-right: 22px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box ul li[data-v-75791dd0] :hover {
  color: #E8584F;
}
.wrap .wrap_box .friendship_link[data-v-75791dd0] {
  color: #fff;
}
.wrap .wrap_box .friendship_link a[data-v-75791dd0] {
  margin-right: 20px;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box .about_up[data-v-75791dd0] {
  margin-top: 16px;
}
.wrap .wrap_box .about_up a[data-v-75791dd0] {
  margin-right: 40px;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box .product[data-v-75791dd0] {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box .product a[data-v-75791dd0] {
  margin-right: 40px;
  font-size: 14px;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box .copyright[data-v-75791dd0] {
  width: 865px;

  margin-top: 15px;
  border-top: 1px solid #444;
  padding-top: 14px;
}
.wrap .wrap_box .copyright p[data-v-75791dd0] {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  font-family: "KaiGenGothicSC-Light";
}
.wrap .wrap_box .youpu_code[data-v-75791dd0] {
  height: 110px;
  width: 280px;
  position: absolute;
  right: 0px;
  top: 60px;
}
.more_box a{
  color: #E8584F;
}
.more_box:hover.more_box a{
  color: #fff;
}
.wrap .wrap_box .youpu_code dl[data-v-75791dd0] {
  float: left;
  margin-right: 50px;
}
.wrap .wrap_box .youpu_code dl dd[data-v-75791dd0] {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
  color: #fff;
  font-family: "KaiGenGothicSC-Light";
}
a[data-v-75791dd0] {
  color: #fff;
  font-family: "KaiGenGothicSC-Light";
  font-weight: 400;
}
.service[data-v-75791dd0] {
  width: 100%;
  height: 220px;
  background: #F9FCFB;
  padding-top: 0.1px;
}
.service h2[data-v-75791dd0] {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service div[data-v-75791dd0] {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.service div dl[data-v-75791dd0] {
  float: left;
  width: 60px;
  height: 100px;
  /*background: red;*/
  margin-right: 168px;
}
.service div dl dt[data-v-75791dd0] {
  width: 60px;
  height: 60px;
  text-align: center;
}
.service div dl dd[data-v-75791dd0] {
  text-align: center;
  font-size: 14px;
  color: #888;
}
.service div[data-v-75791dd0] :nth-child(6) {
  margin-right: 0px;
}
a[data-v-75791dd0]:hover {
  color: #E8584F;
}

.zmianji a{
 margin-right: 14px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-family: "KaiGenGothicSC-Light";
}
.login-link em{
  margin-left: 5px;
  margin-right: 5px;
}