﻿@charset "utf-8";
/* CSS Document */

/* head */
p{
  text-transform : uppercase;
}

.webhead {
  width: 100%;
  height: 100px;
  z-index: 9999;
  position:fixed;/*固定作用*/
  top:0px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #dddddd;
}
.top {
  height: 100%;
}
.logo {
  margin-top: 30px;
}
.nav ul li {
  float: left;
}
.nav ul li .navname {
  display: block;
  font-size: 16px;
  color: #333333;
  margin: 0 22px;
  line-height: 100px;
}
.active , .nav ul li .navname:hover {
  color:#0068b7 !important;
  display: block;
  font-size: 16px;
  margin: 0 22px;
  line-height: 100px;
}
.language {
  margin-top: 35px;
}
	/* 本例子css */
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.navBar{  position:relative; z-index:99;    }
	.nav1{ position:relative;  font-family:"Microsoft YaHei",SimSun,SimHei; font-size:14px; }
	.nav1 a{ color:#333;  }
	.nav1 .m{ float:left;  position:relative; z-index:1; }
	.nav1 .sub{ display:none; /*默认隐藏*/  position:absolute; left:0px; top:70px; z-index:1; padding: 0 5px; height: auto;  border-top:0;  background:#fff; }
	.nav1 .sub li{ text-align:center; padding:0 8px; width: 100%; }
	.nav1 .sub li a{ display:block;  line-height:38px; color:#666; font-size: 14px;  }
	.nav1 .sub li a:hover{ color: #0068b7;   }

/* banner */
.banner {
  width: 100%;
  z-index: 0;
  margin-top: 100px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


/* 产品展示 */
.pro {
  width: 100%;
  height: 160px;
  margin-top: 20px;
}
.prosort {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
  text-align: center;
}
.line {
  width: 200px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
.lineleft {
  width: 25px;
  height: 1px;
  margin-top: 15px;
  background-color: #0068b7;
}
.subpro {
  display: inline-block;
  font-size: 20px;
  color: #999999;
}
.index_prolist {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
}


	/* 本例子css */
	.scrollBox{ width:100%; height: 100%;  position:relative; }
	.scrollBox .piclist{  zoom:1;  height: 100%; padding-top: 10px !important;}
  .scrollBox .ohbox{overflow:hidden; position:relative;width:100%; height: 100%;left:0px}
  .tempWrap {height: 100%; }
  .scrollBox {position:relative; zoom:1;}
  .scrollBox .piclist li{float:left;display:inline; width:285px !important;background:#fff; margin-right:17px;  height: 255px; box-shadow: 1px 1px 15px #dddddd; }
  .scrollBox .piclist li a img {width: 100%; height: 183px;}
	.scrollBox .piclist li span{height:75px;line-height:75px;display:block;text-align:center;  font-size: 16px;
    color: #333333;   border-top: 1px solid #dddddd; }
	.scrollBox .pageBtn span{ background:url(../images/pro_next.png) no-repeat; display:block;width:70px;height:59px;position:absolute;top:95px;cursor:pointer;text-indent:-999em;}
	.scrollBox .pageBtn .prev{left:-80px;background-position:11px 0px ; background-image: url(../images/pro_prev.png)}
	.scrollBox .pageBtn .next{right:-80px;background-position:10px 0px ;}


/* 解决方案 */
.solution {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
}
	/* 本例子css */
	.ladyScroll{width:1200px;margin:0px auto;position:relative;}
	.ladyScroll .prev,.ladyScroll .next{width:70px;height:60px;position:absolute;top:210px;left:0;z-index:100; cursor:pointer; }
  .ladyScroll .next{ left:auto; right:-90px; background-position:0px 5px;background-image:url(../images/pro_next.png);background-repeat: no-repeat;}
  .ladyScroll .prev{  left:-70px; background-position:0px 0px;background-image:url(../images/pro_prev.png);background-repeat: no-repeat;}


	.ladyScroll .scrollWrap{width:1200px;height:390px ;padding-top:0px;overflow:hidden;position:absolute;}
	.ladyScroll dl{float:left;width:230px;text-align:center;position:relative;height:390px ;margin-right:15px;}
	.ladyScroll  span{display:block;width:100%;height:80px;position:absolute;left:0px;bottom:0px;background:#5f626b;filter:alpha(opacity=50);opacity:0.50;}
	.ladyScroll  dt{margin:0 auto;width:100%;overflow:hidden;}
	.ladyScroll  img{display:block;width:230px;height:390px;}
	.ladyScroll  dd{width:100%;height:80px;line-height:80px;font-size:20px;color:#fff;text-align:center;overflow:hidden;position:absolute;left:5px;bottom:5px;}
	.ladyScroll  dd a{ color:#fff; font-size: 18px; font-weight: bold; display: block; }
	.ladyScroll  dd a:hover{ text-decoration:none;  }
  .ladyScroll dl:hover span{height: 100%; transition:height 1s;-webkit-transition:height 1s; /* Safari */}
  .ladyScroll dl:hover dd {line-height: 390px; height: 100%; transition:height 0.8s;-webkit-transition:height 0.8s; /* Safari */}

  /* 关于我们 */
  .about {
    width: 100%;
    height: 760px;
    background-image: url(../images/pic1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .aboutus {
    margin-top: 30px;
  }
  .aboutpart {
    width: 1200px;
    height: 520px;
    margin: 10px auto 0px;
    position: relative;
  }
  	/* 本例子css */
  .tabBar{ width:100%; font-family:"Microsoft YaHei"; }
  .tabBar .hd {position: absolute;bottom: 10px;right: 0px;width: 570px;}
  .con {height: 100%; position: relative;}
	.tabBar .hd ul{ z-index:5; position:relative;  zoom:1;}
	.tabBar .hd li:first-child {margin-left: 20px;}
	.tabBar .hd li.on{overflow:hidden; margin-top:0px; position:relative; top:0px;}
	.tabBar .hd li.on span{ font-weight:bold; color:#c00;  }
	.tabBar .bd{  padding:10px 0px 0 0px; clear:both; position:relative; height:512px; overflow:hidden;   }
	.tabBar .bd .conWrap{ width:100%; height: 100%; }
	.tabBar .prev,.tabBar .next{ position:absolute; left:10px; top:80px; }
	.tabBar .next{ left:auto; right:10px; }
	.tabBar .prevStop,.tabBar .nextStop{ display:none;  }
  .tabBar .bd p{ padding-bottom:10px;text-transform: none;  }
  .tabBar .bd p img {width:550px; height: 465px;}

  .aboutico{
    width:550px; 
    height: 465px;
    background-color: #ededed;
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .aboutico_img {
    position: absolute;
    left: 40px;
    top: -40px;
  }
  .abouttitle {
    width: 570px;
    height: 320px;
  }
  
  .abouttitle h2 {
    font-size: 24px;
    color: #333333;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .abouttitle p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-left: 20px;
  }
  .aboutmore{
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 30px;
    width: 150px;
    height: 50px;
    line-height: 35px;
    border: 1px solid #0068b7;
    background-color:rgba( 0,0,0,0);
    color: #0068b7;
  }
.aboutmore_ico {
  width: 40px;
  height: 10px;
  margin-right: 10px;
}
.aboutmore_ico span {
  font-size: 14px;
  color:#0068b7;
}
.aboutmore:hover .aboutmore_ico span {
  color:#ffffff;
}

.aboutpart .hd ul li {
  width: 85px;
  height: 155px;
  float: left;
  margin-left: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.profile p, .indexdeve p, .indexleader p,.indexwork p,.indexbusiness p {
  font-size: 14px;
  padding-top: 110px;
  padding-left: 17px;
}
.profile:hover {
  background-image: url(../images/haboutico.png) !important;
}
.indexdeve:hover {
  background-image: url(../images/hdeveico.png) !important;
}
.indexleader:hover {
  background-image: url(../images/hldzz.png) !important;
}
.indexwork:hover {
  background-image: url(../images/hqyll.png) !important;
} 
.indexbusiness:hover {
  background-image: url(../images/hjyfz.png) !important;
}

/* 新闻中心 */
.news {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}
.subnews {
  margin-left: 0px;
}
.newsnav {
  width: 650px;
  height: 50px;
  margin: 0 auto;
}
.newsnav ul li {
  width: 150px;
  height: 40px;
  border: 1px solid #0068b7;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin-left: 50px;
}
.newsnav ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}
.newsnav ul li:hover {
  background-color: #0068b7;
}
.newsnav ul li:hover  a {
  color: #ffffff;
}
.newshomelist {
  width: 100%;
  margin-top: 45px;
}
.newspart {
  height: 535px;
  width: 375px;
  border: 1px solid #dddddd;
  border-top: 5px solid #dddddd;
  padding: 0px;
}
.newspart:nth-child(2){
  margin: 0 20px;
}
.newspart ul li {
  border-bottom: 1px dashed #dddddd;
  height: 105px;
}
.indexnews_date {
  width: 113px;
}
.newsdate {
  width: 80px;
  height: 71px;
  background-color: #0068b7;
  margin: 15px 0px 0px 20px;
  text-align: center;
}
.index_day {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 7px;
}
.index_ym {
  font-size: 14px;
  color: #ffffff;
}
.indexnews_part {
  width: 260px;
}
.newsinfo {
  width: 100%;
  height: 91px;
  padding-top: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.newsinfo:hover {
  transform: scale(1.05);
}
.newsinfo:hover .index_newstitle {
  color: #0068b7;
}
.index_newstitle {
  font-size: 14px;
  color: #333333;
}
.index_newsdesc {
  font-size: 14px;
  color: #999999;
}
.indexnews_ico1 {
  width: 100%;
}
.indexnews_ico1 img {
  width: 100%;
  height: 204px;
}

/* 联系我们 */
.contact {
  width: 100%;
  height: 502px;
  background-image: url(../images/indexcontact.png);
  background-position:center;
  background-size: cover;
}
.bdmap {
  width: 1200px;
  height: 405px;
  margin: 0 auto;
  position: relative;
}
.map_part {
  width: 710px;
  height: 100%;
  border: 2px solid #dddddd;
  position: absolute;
  top: 50px;
}
.map_custom {
  width: 540px;
  height: 340px;
  position: absolute;
  right: 0px;
  top: 80px;
  background-color:rgba(204, 204, 204, 0.5);
}
.map_form {
  width: 365px;
  height: 300px;
  margin: 20px 0px 0px 108px;
  opacity: 1;
}
.contact_page {
  height: 410px !important;
}

/* Basic Grey */
.basic-grey {
  margin-left:auto;
  margin-right:auto;
  max-width: 500px;
  padding: 15px 15px 25px 10px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #888;
  text-shadow: 1px 1px 1px #FFF;
  border:1px solid #E4E4E4;
  }
  .basic-grey h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom:1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;;
  color: #888;
  }
  .basic-grey h1>span {
  display: block;
  font-size: 11px;
  }
  .basic-grey label {
  display: block;
  margin: 0px;
  }
  .basic-grey label>span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 0px;
  color: #888;
  }
  .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
  border: 1px solid #DADADA;
  color: #888;
  height: 40px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 10px;
  width: 100%;
  font-size: 12px;
  line-height:15px;
  font-weight: normal;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
  }
  .basic-grey textarea{
  padding: 10px 3px 3px 10px;
  }
  .basic-grey select {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 70%;
  height: 35px;
  line-height: 25px;
  }
  .basic-grey textarea{
  height:100px;
  }
  .basic-grey .button {
  background: #0068b7;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #0068b7;
  cursor: pointer;
  width: 160px;
  }

/* 代理品牌 */
.brand {
  width: 100%;
  height: 420px;
  background-color: #ffffff;
}
.subbrand {
  margin-left: 0px;
}
.brandlist {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.brandlist ul li {
  width: 220px;
  height: 60px;
  border: 1px solid #dddddd;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.brandlist ul li:nth-child(5n+1) {
  margin-left: 0px;
}
.brandlist ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.brandlist ul li a img {
  width: 100%;
  height: 100%;
}

/* foot */
.foot {
  width: 100%;
  background-color: #333333;
}
.footpart {
  height: 360px;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.footnav {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 18px;
}
.footernav {
  font-size: 14px;
  color:#ffffff;
}
.foot_nav {
  width: 185px;
  height: 280px;
  float: left;
  margin-top: 30px;
}
.foot_nav dd a {
  line-height: 45px;
}
.foot_contact {
  width:400px ;
}
.foot_info {
  padding-left: 20px;
}
.foot_copy {
  width: 100%;
  height: 60px;
  text-align: center;
}
.foot_copy p {
  font-size: 14px;
  line-height: 48px;
  color: #ffffff;
}

/* 内页 */
/* 公司简介 */
.navpos {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.navpos p,.navpos p a {
  font-size: 14px;
  line-height: 80px;
  color: #666666;
}
.navpos p a:hover {
  color: #0068b7;
}
.about_us {
  width: 100%;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.about_us p {
  text-transform:none;
}
.about_part {
  width: 1200px;
  margin: 0 auto 50px;
}
.about_part_ico {
  padding-top:25px;
}
.about_part_ico img {
  width: 100%;
  height: 100%;
}
.about_part_info p img  {
  height: auto;
  max-width: 100%;
}
.about_part_info h2 {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.about_part_info p {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}

/* 新闻列表 */
.newspage , .produclistpage {
  background-color: #fafafa;
}
.news_ernav {
  width: 100%;
  height: 60px;
  box-shadow: 5px 5px 5px #dddddd;
}
.news_ernav_list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.news_ernav_list ul li {
  float: left;
  margin-left: 20px;
}
.news_ernav_list ul li:first {
  margin-left: 0px;
}
.news_ernav_list ul li a  {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  padding: 0 25px;
  border-radius: 5px;
}
.news_ernav_list ul li .on_nav, .news_ernav_list ul li a:hover{
  background: #0068b7;
    box-shadow: 4px 5px 13px rgba(0,135,237,.28);
    color: #fff;
}
.newslist {
  width: 100%;
  height: auto;
  background-color: #fafafa;
}
.newlist_part {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.newlist_part ul li {
  width: 100%;
  height: 340px;
  padding: 48px 0;
  background: #fff;
  transition: all 500ms;
  margin-bottom: 30px;
}
.newlist_part ul li .news_pics {
  width: 400px;
  height: 244px;
  padding-left: 50px;

}
.newlist_part ul li .news_pics img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
.newlist_part ul li .newcons {
  padding-right: 40px;
  width: 750px;
  height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ntime {
  font-size: 14px;
  color: #999;
}
.ntitle{
  font-size: 20px;
    color: #333;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ncon {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin: 10px 0 20px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nmore {
  width: 120px;
  height: 34px;
  border: 1px solid #dadada;
  font-size: 14px;
  color: #888;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  margin-top: 20px;
}
.newlist_part ul li:hover {
  box-shadow: 0 0 24px rgba(52,14,5,.1);
}
.newlist_part ul li:hover .newcons .nmore {
  border: 1px solid #0068b7;
  background: #0068b7;
  box-shadow: 4px 5px 13px rgba(0,135,237,.28);
  color: #fff;
}
.newlist_part ul li:hover .news_pics img {
  transform: scale(1.11);
}
.newlist_part ul li:hover .ntitle {
  font-weight: bold;
}
.pagelist{
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top:50px;
}
.pagelist a, .page-status {
  padding: 2px 10px;
  margin: 0 2px;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
}
.page-status {
  display: none;
}
 .pagelist a:hover {
  background-color: #0068b7;
  color: #ffffff;
}
.page-num-current {
  background-color: #0068b7;
  color: #ffffff !important;
}


/* 新闻详情 */
.newsinfo_page{
  width: 1200px;
  height: auto;
  margin: 50px auto 0px;
}
.Titleinfo {
  color: #666;
  padding: 10px 0px 24px 0px;
  line-height: 20px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.Titleinfo .newsinfodate {
  margin-top: 20px;
}
.Titleinfo .newsinfodate span {
  margin: 0px 12px;
  display: inline-block;
  font-size:14px;
  color: #999999;
}
.Shares1, .Shares {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.Shares1 span {
  font-size:14px;
  color: #999999;
}
.SinglePage p {
  word-wrap: break-word;
  font-size: 16px;
  color: #656565;
}
.SinglePage p img {
  max-width: 100%;
}
.PrevNextBox {
  margin: 30px 0 10px 0;
  position: relative;
  color: #656565;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.PrevNextBox dl a {
  color: #666666;
  font-size: 16px;
}
.PrevNextBox dl a:hover {
  color: #0068b7;
}

/* 解决方案*/
.solutionlist {
  height: 370px !important;
}
.solutionlist .cptext {
  margin-top: 26px !important ;
}
.pro_page ul .solutionlist:hover .cptext {
  margin-top: 20px !important;
}

/* 代理品牌 */
.brandlist_page{
  height: 150px !important;
}
.brandlist_page .cpimg {
  padding: 10px;
}
.brandlist_page a .cpimg img {
  width: 98% !important; 
  height: 54% !important;
}

/* 产品中心 */
.pro_page {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.pro_page ul li {
  width: 31%;
  height: 430px;
  overflow: hidden;
  background: #fff;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 45px;
  position: relative;
  transition: all 500ms ease;
}
.pro_page ul li:nth-child(3n){
  margin-right: 0px;
}
.pro_page ul li:hover {
  box-shadow: 0px 0px 50px rgba(52,14,5,.1);
}
.pro_page ul li .cpimg {
  text-align: center;
  height: 260px;
  transition: all 500ms ease;
}
.pro_page ul li .cpimg img {
  width: 100%;
  height: 260px;
}
.pro_page ul li .cptext {
  text-align: center;
  margin-top: 48px;
  transition: all 500ms ease;
}
.pro_page ul li:hover .cptext {
  margin-top: 15px;
}
.pro_page ul li .cpt1 {
  font-size: 22px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_page ul li .cpt2 {
  font-size: 16px;
  color: #c0c0c0;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpt2 a {
  display: inline-block;
  margin: 0px 10px;
  color: #999999;
}
.cpt2 a:hover {
  color: #0068b7;
} 
.pro_page ul li .cpbtn {
  width: 80%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 0px 30px rgba(0,135,237,.28);
  background: #0068b7;
  border-radius: 5px;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 500ms ease;
}
.pro_page ul li:hover .cpbtn {
  bottom: 5px;
}
.productsList_brand {
  height: 400px;
  padding-top: 30px;
}
.productsList_brand a {
  width: 25%;
  float: left;
  color: #666666;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 0px;
  padding-left: 10px;
  border-bottom: dotted 1px #C4B5B6;
  background-image: url(../images/icojt3.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
}
.productsList_brand a:hover {
  color:#0068b7;
}
.produclistpage {
  width: 100%;
  height: auto;
  background-color: #ffffff !important;
}

/* 在线客服 */
.jdc-side { display: none; position: fixed; right: 20px; bottom: 20px; z-index: 300; width: 60px }
.mod_hang_qrcode { position: relative }
.mod-qr-tips { height: 10px; background-size: 100% }
.mod_hang_qrcode_show { display: none; position: absolute; right: 70px; top: -65px; width: 138px; min-height: 166px; border: 0 none; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_show p { margin-top: 5px; line-height: 16px; color: #666; font-size: 12px; text-align: center }
.mod_hang_qrcode_show_bg { width: 124px; height: 124px; margin: 8px auto 0; background-position: 0 0; background-repeat: no-repeat; -moz-background-size: 124px auto; background-size: 124px auto; background-image: url(../images/qrcode.png) }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode.jpg) }
.jdc_hang_qrcode p { padding-bottom: 5px }
.mod_hang_qrcode_btn { display: block; width: 60px; height: 60px; color: #0989c5; font-size: 40px; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease }
.mod_hang_top { display: block; width: 60px; height: 60px; margin: 5px 0 0; text-align: center; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; background-color: transparent }
.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 60px; height: 60px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}


.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 60px; height: 60px; line-height: 60px; font-size: 40px; color: #0989c5; background-color: #fff }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { opacity: 0; z-index:-9; right:-500px; position: absolute; right: 70px; bottom: 0; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); width: 300px }
.mod_hang_appeal_show li {
*zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background: #f3f5fb }
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height: 90px; cursor: pointer }
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box h5 { margin-top: 10px; font-size: 16px; color: #0989c5; line-height: 24px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show { min-height: 170px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none }
@media (max-width:768px) {
.jdc-rwd .jdc-side { display: none!important }
}
.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode-en.jpg) }
.jdc-lang-en .mod-qr-tips { position: relative }
.jdc-lang-en .mod-qr-tips:after { content: "Search"; position: absolute; left: 41px; top: 8px; width: 85px; height: 30px; line-height: 30px; background: #fff; color: #666; font-size: 16px }

.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #007aff;
}