@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
  background-color: #f8f8f8;
}
ul {
  margin-bottom: 0px;
}
h3 {
  font-weight: normal;
}
nav,
nav:not(.mm-menu) {
  display: none;
}
#menu ul li {
  line-height: 30px;
}
.header_right {
  display: none;
  float: right;
  margin-right: 5px;
}
.header_right img {
  height: 44px;
  margin-top: 13px;
}
.header {
  background: #f0f0f0;
}
.header_top {
  width: 1200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.header_top:before,
.header_top:after {
  display: table;
  content: "";
}
.header_top:after {
  clear: both;
}
.header_logo {
  float: left;
  display: inline;
  height: 70px;
}
.header_links {
  float: right;
  display: inline;
}
.header_links li {
  float: left;
  display: inline;
  margin-right: 20px;
  line-height: 70px;
  font-size: 14px;
  color: #9b9b9b;
}
.header_links a {
  color: #9b9b9b;
  text-decoration: none;
}
.header_links a:hover {
  color: #2aa0da;
}
.banner img {
  width: 100%;
  height: 500px;
}
.douyin {
  position: relative;
}
.douyin:hover {
  cursor: pointer;
  color: #2aa0da;
}
.douyinPic {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  z-index: 3;
}
.weixin {
  position: relative;
}
.weixin:hover {
  cursor: pointer;
  color: #2aa0da;
}
.weixinPic {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  z-index: 3;
}
.header_nav {
  height: 60px;
  background: #f8f8f8;
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
}
.nav:after {
  clear: both;
}
.nav_list {
  float: left;
  display: inline;
}
.nav_list li {
  float: left;
  display: inline;
  width: 140px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.nav_list a {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
  line-height: 60px;
}
.nav_list .selected {
  background-color: #f2f2f2;
}
.nav_list .selected a {
  color: #2aa0da;
}
.nav_list .selected .sub_list a:hover {
  color: #2aa0da;
  text-decoration: underline;
}
.nav_sub {
  position: absolute;
  top: 60px;
  left: -1px;
  z-index: 2;
  background: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 15px 30px 30px 0;
}
.nav_li {
  padding: 15px 0 0 30px;
  text-align: left;
  font-size: 14px;
  float: left;
  display: inline;
}
.nav_li a {
  line-height: initial !important;
}
.nav_li a:hover {
  color: #2aa0da !important;
}
.nav_li .sub_title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2b2b2b !important;
  line-height: 28px;
  display: initial;
}
.nav_product {
  width: 1100px;
  left: -140px;
}
.nav_product .nav_li {
  width: 190px;
  height: 238px;
  overflow: hidden;
}
.nav_product .nav_li:nth-child(5),
.nav_product .nav_li:nth-child(6) {
  /*height: auto;*/
}
.nav_solution {
  width: 690px;
}
.nav_solution .nav_li {
  width: 200px;
}
.nav_service {
  width: 440px;
  left: -150px;
}
.nav_about {
  width: 520px;
  left: -200px;
}
.nav .sub_list a {
  color: #2b2b2b;
  margin-top: 10px;
  line-height: initial !important;
}
.nav_search {
  float: right;
  display: inline;
  margin-right: 20px;
  position: relative;
  margin-top: 14px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}
.pre_menue {
  display: none !important;
}
.search {
  width: 280px;
}
.search input[type="text"] {
  width: 250px;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  float: left;
  color: #2b2b2b !important;
  border-radius: 20px;
}
.search .submit {
  background: url(../img/all.png) no-repeat -120px -5px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
  z-index: 2;
}
.content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.content_common {
  margin-bottom: 80px;
  padding: 0 30px;
}
.column_title {
  padding-bottom: 20px;
}
.column_title .title_cn {
  font-size: 22px;
  color: #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.column_title .title_en {
  margin-left: 10px;
  font-size: 18px;
  color: #bbbbbb;
}
.zoomImg {
  overflow: hidden;
}
.zoomImg:hover img {
  transform: scale(1.2, 1.2);
  transition: all 0.8s ease;
}
.zoomImg:hover .img img {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
  transition: all 0.8s ease;
}
.zoomImg:hover .li_content img {
  transform: scale(1, 1);
}
#product,
#service,
#job,
#solve,
#honor,
#contact,
#download,
#parner,
#map {
  padding: 40px 30px 0 30px;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#product {
  padding-bottom: 40px;
}
#solve {
  padding-bottom: 80px;
}
#service {
  padding-bottom: 60px;
}
#exhibition {
  padding: 0 30px 60px 30px;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#exhibition ul {
  *zoom: 1;
  margin-right: -30px;
}
#exhibition ul:before,
#exhibition ul:after {
  display: table;
  content: "";
}
#exhibition ul:after {
  clear: both;
}
#exhibition li {
  float: left;
  display: inline;
  background: #ffffff;
  margin-right: 30px;
  margin-top: 40px;
  padding: 20px;
  width: 320px;
  height: 360px;
}
#exhibition li img {
  width: 100%;
}
#exhibition li h3 {
  font-size: 20px;
  color: #2b2b2b;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
#exhibition li p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
#exhibition li .information {
  padding: 20px 0 20px 0;
}
.productList {
  *zoom: 1;
}
.productList:before,
.productList:after {
  display: table;
  content: "";
}
.productList:after {
  clear: both;
}
.productList li {
  *zoom: 1;
  margin-bottom: 40px;
}
.productList li:before,
.productList li:after {
  display: table;
  content: "";
}
.productList li:after {
  clear: both;
}
.productList li .pic {
  float: left;
  display: inline;
  width: 480px;
  margin-right: 90px;
}
.productList .describe {
  width: 570px;
  float: right;
  display: inline;
  padding-top: 40px;
}
.productList .describe h3 {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-size: 30px;
}
.productList .describe p {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 24px;
}
.detail {
  width: auto !important;
  margin-top: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  color: #2b2b2b;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
}
.detail img {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.detail:hover {
  color: #2aa0da;
}
.service_list {
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  margin-top: 60px;
  *zoom: 1;
}
.service_list:before,
.service_list:after {
  display: table;
  content: "";
}
.service_list:after {
  clear: both;
}
.service_list li {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.service_list h3 {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-size: 32px;
}
.service_list p {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 10px;
}
#solve .column_title {
  padding-bottom: 0 !important;
}
#solve .solve_title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
#solve .solve_content {
  *zoom: 1;
  font-size: 16px;
}
#solve .solve_content:before,
#solve .solve_content:after {
  display: table;
  content: "";
}
#solve .solve_content:after {
  clear: both;
}
#solve .solve_content p {
  padding: 0 50px;
  line-height: 26px;
}
#solve .solve_content p img {
  max-width: 1040px;
}
#solve .solve_content img {
  max-width: 1040px;
  display: block;
  margin: 0 auto;
}
#solve .time {
  text-align: center;
  margin: 20px 0;
  display: block;
  color: #9b9b9b;
}
.tagTime {
  *zoom: 1;
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 20px;
  padding: 0 50px;
}
.tagTime:before,
.tagTime:after {
  display: table;
  content: "";
}
.tagTime:after {
  clear: both;
}
.tagTime .tag {
  float: right;
  display: inline;
}
.tagTime .tag a {
  margin: 0 0 20px 10px;
  padding: 0 15px 0 10px;
  background: url(../img/all.png) no-repeat;
  background-position: 100% -519px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #2b2b2b;
}
.solve_list {
  margin-right: -30px;
  *zoom: 1;
}
.solve_list:before,
.solve_list:after {
  display: table;
  content: "";
}
.solve_list:after {
  clear: both;
}
.solve_list li {
  width: 360px;
  height: 300px;
  overflow: hidden;
  background: #ffffff;
  float: left;
  display: inline;
  margin-top: 40px;
  margin-right: 30px;
  text-align: center;
}
.solve_list li img {
  width: 100%;
}
.solve_list li p {
  font-size: 20px;
  height: 75px;
  line-height: 75px;
}
.solve_list li a {
  color: #2b2b2b;
}
.solve_list li a:hover {
  color: #2aa0da;
}
#honor {
  padding-bottom: 80px;
}
#honor .honor_desc {
  padding: 0 145px;
  margin-bottom: 80px;
}
#honor .honor_desc p {
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
  margin: 20px 0;
}
#honor ul {
  *zoom: 1;
  margin-right: -20px;
}
#honor ul:before,
#honor ul:after {
  display: table;
  content: "";
}
#honor ul:after {
  clear: both;
}
#honor li {
  width: 250px;
  background: #ffffff;
  padding: 10px;
  float: left;
  display: inline;
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
}
#honor li img {
  width: 100%;
  height: 200px;
}
#honor li span {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
}
.contact_description,
.contact_pic {
  width: 600px;
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact_description h3,
.contact_pic h3 {
  color: #2b2b2b;
  font-size: 32px;
  margin-bottom: 20px;
}
.contact_description p,
.contact_pic p {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 10px;
}
.contact_pic {
  border-bottom: none;
}
.contact_pic h3 {
  font-size: 26px;
}
.contact_pic img {
  margin: 20px 0;
}
#job {
  margin-bottom: 60px;
}
#job .column_title {
  padding-bottom: 0 !important;
}
.job_content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.job_content:before,
.job_content:after {
  display: table;
  content: "";
}
.job_content:after {
  clear: both;
}
.job_content li {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.job_content li h3 {
  color: #2b2b2b;
  font-size: 32px;
  margin-bottom: 10px;
  display: inline-block;
}
.job_content li p {
  margin-top: 10px;
  font-size: 16px;
}
.job_content .last {
  padding-bottom: 0px !important;
  border-bottom: none;
}
#download {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 60px;
}
#download:before,
#download:after {
  display: table;
  content: "";
}
#download:after {
  clear: both;
}
.download_menue {
  float: left;
  display: inline;
  width: 158px;
  margin-right: 39px;
  border: 1px solid #d8d8d8;
}
.download_menue li {
  font-size: 16px;
  background: #f2f2f2;
  text-align: center;
}
.download_menue a {
  color: #2b2b2b;
  display: block;
  padding: 10px 0;
}
.download_menue a:hover {
  color: #2aa0da !important;
}
.download_menue .on {
  color: #2aa0da !important;
}
.download_menue .submenue li {
  font-size: 14px;
  background: #ffffff;
}
.download_menue .submenue a {
  color: #9b9b9b;
}
.download_content {
  width: 940px;
  float: left;
  display: inline;
}
.download_content .column_title {
  text-align: center;
}
.download_content .title_cn {
  border-bottom: none;
  font-size: 32px;
  color: #2b2b2b;
}
.download_content li {
  border-bottom: 1px solid #d8d8d8;
  *zoom: 1;
}
.download_content li:before,
.download_content li:after {
  display: table;
  content: "";
}
.download_content li:after {
  clear: both;
}
.download_content span {
  float: left;
  display: inline;
  font-size: 15px;
}
.download_content .download_list {
  margin-top: 40px;
}
.download_content .title {
  width: 50%;
  height: 30px;
  line-height: 30px;
  background: url('../img/all.png') no-repeat 0 -139px;
  text-indent: 50px;
  margin: 20px 0;
}
.download_content .time {
  width: 46%;
  color: #time;
  line-height: 70px;
}
.download_content .button {
  width: 24px;
  height: 24px;
  background: url('../img/all.png') no-repeat -160px -479px;
  margin: 23px 0;
}
.download_content .button:hover {
  background: url('../img/all.png') no-repeat -184px -479px;
}
.download_content p {
  width: 100%;
  font-size: 18px;
}
#news {
  padding: 60px 30px 0 30px;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#news .title_cn {
  color: #9b9b9b;
  border-bottom: none;
}
#news .on {
  border-bottom: 2px solid #2b2b2b !important;
  color: #2b2b2b;
}
.hornor {
  *zoom: 1;
}
.hornor:before,
.hornor:after {
  display: table;
  content: "";
}
.hornor:after {
  clear: both;
}
.hornor_pic {
  float: left;
  display: inline;
  width: 480px;
  margin-right: 60px;
}
.hornor_pic img {
  width: 100%;
}
.hornor_list {
  float: right;
  display: inline;
  width: 600px;
}
.hornor_list h3 {
  color: #2b2b2b;
  font-size: 20px;
}
.hornor_list ul {
  *zoom: 1;
}
.hornor_list ul:before,
.hornor_list ul:after {
  display: table;
  content: "";
}
.hornor_list ul:after {
  clear: both;
}
.hornor_list li {
  margin-top: 20px;
  font-size: 16px;
}
.hornor_list li .title {
  float: left;
  display: inline;
  color: #777777;
}
.hornor_list li .time {
  float: right;
  display: inline;
  color: #bbbbbb;
}
.hornor_list a {
  width: 100%;
  display: inline-block;
}
.news_list {
  margin-bottom: 60px;
}
.news_list .item {
  margin-top: 60px;
  *zoom: 1;
}
.news_list .item:before,
.news_list .item:after {
  display: table;
  content: "";
}
.news_list .item:after {
  clear: both;
}
.news_list .news_time {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 40px;
}
.news_list .month {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 76px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  background: #2b2b2b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #2b2b2b;
}
.news_list .day {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  background: #FFFFFF;
}
.news_list .news_pic {
  float: left;
  width: 360px;
  margin-right: 60px;
}
.news_list .news_desc {
  float: left;
  width: 600px;
}
.news_list .news_title {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #2b2b2b;
}
.news_list .news_desc span {
  font-size: 16px;
  color: #bbbbbb;
}
.news_list .news_desc .news_dec {
  padding: 20px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
#parner {
  margin-bottom: 40px;
}
#parner ul {
  *zoom: 1;
  margin-right: -40px;
}
#parner ul:before,
#parner ul:after {
  display: table;
  content: "";
}
#parner ul:after {
  clear: both;
}
#parner li {
  float: left;
  display: inline;
  width: 250px;
  margin-right: 40px;
  margin-bottom: 20px;
}
#parner li img {
  width: 100%;
}
#parner span {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  color: #2b2b2b;
}
.question_content {
  width: 940px;
  float: left;
  display: inline;
}
.question_content .column_title {
  text-align: center;
  padding-bottom: 0;
}
.question_content .title_cn {
  border-bottom: none;
  font-size: 32px;
  color: #2b2b2b;
}
.question_list .subtitle {
  font-size: 18px;
  color: #2b2b2b;
  margin-top: 40px;
}
.question_list .logo {
  width: 24px;
  height: 24px;
  background: url('../img/all.png') no-repeat;
  background-position: -208px -479px;
}
.question_list .hover .logo {
  background-position: -232px -479px;
}
.question_list .m_list4 .level-1 span {
  float: right;
}
.question_list .m_list4 .level-1 {
  font-size: 16px;
  color: #2b2b2b;
  cursor: pointer;
  border-bottom: #ddd 1px dashed;
  padding: 10px 0;
  margin-top: 20px;
  height: 24px;
  line-height: 24px;
  text-indent: 10px;
}
.question_list .m_list4 .level-2 {
  display: none;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 28px;
  width: 98%;
  padding: 20px 0px;
  margin: 0 auto;
}
.contact_map {
  text-align: center;
}
#map ul {
  margin-bottom: 60px;
}
#map li {
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}
#map li a {
  color: #2b2b2b;
  display: inline;
}
#map .sub {
  display: inline;
}
#map .sub a {
  color: #9b9b9b;
  padding: 10px;
}
#map .sub a:hover {
  color: #2aa0da;
}
.highlight {
  color: red;
}
.share {
  padding: 0 50px;
}
.article_switch {
  text-align: right;
  list-style: none;
  font-size: 14px;
}
.article_switch li a {
  color: #9b9b9b;
}
.article_switch li a:hover {
  color: #2aa0da;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  color: #666;
  border: #dcdcdc 1px solid;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
}
.page a.hover {
  background: #4588db;
  border: #4588db 1px solid;
  color: #FFF;
}
.main-im {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 100;
  width: 110px;
  height: 72px;
}
.main-im .qq-a {
  display: block;
  width: 106px;
  height: 116px;
  font-size: 14px;
  color: #0484cd;
  text-align: center;
  position: relative;
}
.main-im .qq-a span {
  bottom: 5px;
  position: absolute;
  width: 90px;
  left: 10px;
}
.main-im .qq-hover-c {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  left: 18px;
  top: 10px;
  overflow: hidden;
  z-index: 9;
}
.main-im .qq-container {
  z-index: 99;
  position: absolute;
  width: 109px;
  height: 118px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dddddd;
  background: url(../img/all.png) no-repeat -205px -296px;
}
.main-im .img-qq {
  max-width: 60px;
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.im-qq:hover .img-qq {
  max-width: 70px;
  left: 1px;
  top: 8px;
  position: absolute;
}
.im_main {
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #F9FAFB;
  display: none;
}
.im-tel {
  color: #000000;
  text-align: center;
  width: 109px;
  height: 55px;
}
.im-tel div {
  font-weight: bold;
  font-size: 12px;
  margin-top: 6px;
}
.im-tel .tel-num {
  font-family: Arial;
  font-weight: bold;
  color: #e66d15;
}
.go-top {
  margin-top: 10px;
  margin-left: 55px;
  width: 63px;
  height: 63px;
  background: #f5f5f5;
  background: url(../img/all.png) no-repeat -190px -214px;
}
.go-top:hover {
  background: url(../img/all.png) no-repeat -127px -214px;
}
.go-top a {
  display: block;
  width: 63px;
  height: 63px;
}
.close-im {
  position: absolute;
  right: 10px;
  top: -12px;
  z-index: 100;
  width: 24px;
  height: 24px;
}
.close-im a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/all.png) no-repeat 0 -30px;
}
.close-im a:hover {
  text-decoration: none;
}
.open-im {
  cursor: pointer;
  margin-left: 55px;
  width: 64px;
  height: 63px;
  background: url(../img/all.png) no-repeat -63px -214px;
}
.open-im:hover {
  background: url(../img/all.png) no-repeat 0 -214px;
}
.footer {
  background: #2b2b2b;
  width: 100%;
  padding-bottom: 20px;
}
.footer_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  *zoom: 1;
}
.footer_content:before,
.footer_content:after {
  display: table;
  content: "";
}
.footer_content:after {
  clear: both;
}
.footer_top {
  padding-left: 30px;
  *zoom: 1;
}
.footer_top:before,
.footer_top:after {
  display: table;
  content: "";
}
.footer_top:after {
  clear: both;
}
.footer_list {
  float: left;
  display: inline;
  margin-right: 40px;
  width: 120px;
}
.footer_list span {
  color: #ffffff;
  font-size: 20px;
}
.footer_list li {
  width: 120px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.footer_list a {
  color: #9b9b9b;
  display: block;
}
.footer_list a:hover {
  color: #2aa0da;
}
.footer .footer_last {
  width: 0px;
  text-align: center;
  margin-right: auto;
}
.footer .footer_last .shareline {
  width: 1px;
  height: 90px;
  border-left: 1px solid #666666;
  margin: 35px 0 0 25px;
}
.footer_share {
  float: right;
  display: inline;
  width: 245px;
  margin-bottom: 10px;
}
.footer_share .bshare-custom {
  position: relative;
}
.footer_share .bshare-weixin {
  width: 40px !important;
  height: 40px !important;
  background: url(../img/all.png) no-repeat -80px -174px !important;
  margin-right: 20px;
  display: inline-block;
}
.footer_share .bshare-weixin-img {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 5;
}
.footer_share .bshare-sinaminiblog {
  width: 40px;
  height: 40px;
  background: url(../img/all.png) no-repeat -40px -174px !important;
  margin-right: 20px;
}
.footer_share .bshare-custom .bshare-qqim {
  width: 40px;
  height: 40px;
  background: url(../img/all.png) no-repeat 0px -174px !important;
  margin-right: 20px;
}
.footer_share .bshare-custom a {
  padding-left: 0 !important;
}
.footer_share .bshare-custom.icon-medium-plus a {
  height: 40px !important;
}
.footer_phone {
  color: #9b9b9b;
  font-size: 14px;
}
.footer_phone .phoneNum {
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0 40px 0;
}
.footer_memo {
  background: url("../img/all.png") no-repeat -4px -58px;
  height: 34px;
  line-height: 34px;
  text-indent: 44px;
  display: block;
}
.footer .share_memo {
  background: url("../img/all.png") no-repeat -4px -98px;
  height: 34px;
  line-height: 34px;
  text-indent: 44px;
  display: block;
  color: #9b9b9b;
  margin-bottom: 10px;
}
.footer_bottom {
  *zoom: 1;
  width: 100%;
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 30px;
}
.footer_bottom:before,
.footer_bottom:after {
  display: table;
  content: "";
}
.footer_bottom:after {
  clear: both;
}
.footer .copy_text a {
  color: #9b9b9b;
}
.swiper-container {
  height: 100px;
  width: 100%;
  display: none;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  /*   font-size: 25px;
margin-bottom: 10px; */
}
.pagination {
  position: absolute;
  z-index: 9999;
  left: 37%;
  text-align: center;
  bottom: 10px;
  /* width: 100%; */
}
.swiper-pagination-switch {
  float: left;
  margin-right: 8px;
  width: 24px;
  height: 4px;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
}
.swiper-active-switch {
  background: #007cc2;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  /* 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;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
