@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #111;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #111;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus, .form-control {
  box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
body {
  font-family: "Source Han Sans CN","noto sans","microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #111111;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*******头部********/
header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .logo {
  width: 10.0rem;
}
header .logo_text {
  width: 5.6rem;
}
/**/
#home_banner {
  background-image: url(../images/top3.png);
  height: 10.925rem;
  position: relative;
  margin-bottom: 1.75rem;
}
#header {
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
}
#header .logo {
  position: relative;
  left: -1.15rem;
}
#header .logo_text {
  position: relative;
  right: -1.15rem;
}
#menu {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  z-index: 10;
}
#menu .menu_box {
  position: relative;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
#menu .menu_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  top: 0;
  background-color: #fff;
  transform: perspective(150px) rotateX(8deg);
}
#menu ul {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
}
#menu li  {
  position: relative;
  width: 14.2857%;
  text-align: center;
}
#menu li a {
  display: block;
  font-size: 0.6rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding: 0.625rem 0;
}
#menu li a::before {
  content: '';
  background-color: #0b5db7;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.1rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#menu li a:hover::before {
  width: calc(100% - 0.55rem);
}
#menu li+li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
  background-color: #e5e5e5;
}
/*手机导航*/

.menu {
  position: absolute;
  right: 75px;
  top: 73px;
}
.menu strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}
.menu {
  cursor: pointer;
  z-index: 9999;
}
#menu_toggle1 {
  display: none;
}
.menu span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}
.menu span:after, .menu span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.menu span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}
.menu span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.menu.active {
  position: fixed;
  top: 30px;
  right: 15px;
}
.menu.active span {
  background-color: transparent !important;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.menu.active span:after, .menu.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
.menu.active span:before {
  top: 0;
  background: #38a5e5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.active span:after {
  bottom: 0;
  background: #38a5e5;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: none;
  overflow-y: auto;
  z-index: 999;
}
.menus-list {
  position: relative;
  top: 80px;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 20px;
}
.menus-list li {
  position: relative;
}
.menus-list li:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal;
  border-bottom: 1px solid #e5e5e5;
}
.menus-list li a {
  display: block;
  padding: 14px;
  color: #111;
  font-size: 16px;
  text-align: center;
}
.menudown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #ccc;
  line-height: 50px;
  font-size: 16px;
}
.menudown div.row div+div {
  border-left: 1px solid #fff;
}
@-webkit-keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
@keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
.menu-leval {
  position: relative;
  padding: 0 20px 20px;
  display: none;
  background-color: #eee;
}
.menu-leval li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 14px;
}


/*********尾部************/
footer {
  background-color: #3b4250;
  color: #ffffff;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.375rem 0;
}
footer .footer_copyright {
  max-width: 920px;
  margin: 0 auto;
}
footer .footer_copyright .img {
  float: left;
  width: 20%;
  padding: 0.175rem 0;
}
footer .footer_copyright .text {
  float: right;
  width: 75%;
}
footer .footer_copyright a {
  color: #ffffff;
}
/*****主体开始*******/
.h_title {
  font-size: 0.55rem;
  color: #34485d;
  font-weight: bold;
  padding-bottom: 0.25rem;
  position: relative;
}
#banner {
  position: relative;
}
#banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.45rem;
}
#banner .text .title {
  font-size: 0.95rem;
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
#banner .text .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  width: 1.0rem;
  height: 2px;
  background-color: #ffffff;
}
/**/
.home_symposium {
  width: 77.50%;
  margin-bottom: 1.0rem;
}
.home_symposium_box {
  width: 53.4562%;
}
.home_symposium_swiper li .img {
  display: block;
  position: relative;
}
.home_symposium_swiper li .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.home_symposium_swiper li .img .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  font-size: 0.55rem;
  padding: 0.35rem 2.0rem 0.35rem 0.35rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.home_symposium_swiper .home_symposium_prev::after,
.home_symposium_swiper .home_symposium_next::after {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.home_symposium_swiper .home_symposium_prev {
  left: inherit;
  right: 45px;
  bottom: 10px;
  top: inherit;
}
.home_symposium_swiper .home_symposium_next {
  right: 14px;
  bottom: 10px;
  top: inherit;
}

.home_symposium_list {
  width: 44.2396%;
}
.home_symposium_list .h_title {
  border-bottom: 1px solid #e5e5e5;
}
.home_symposium_list .h_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.1rem;
  width: 4.9rem;
  background-color: #0b5db7;
}
.home_symposium_list ul {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.2rem 0;
}
.home_symposium_list ul li {
  padding: 2px 0;
}
.home_symposium_list ul li a {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 0.75rem;
  height: 40px;
  line-height: 40px;
  display: block;
}
.home_symposium_list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #bbbbbb;
  border-radius: 100%;
}
.home_symposium_list ul li a:hover {
  background-color: #f3f3f3;
}
.home_symposium_list ul li a:hover::after {
  background-color: #0b5db7;
}

.home_schedule {
  width: 60%;
  padding-left: 0.75rem;
  margin-bottom: 1.0rem;
  position: relative;
}
.home_schedule::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: url(../images/icon07.png) no-repeat center;
  background-size: 100%;
}
.home_schedule::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 280px;
  background-color: #0b5db7;
}
.home_schedule_list {
  height: 280px;
}
.home_schedule_list ul.swiper-wrapper,
.home_schedule_list ul.swiper-wrapper li.swiper-slide {
  height: 1.50rem;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home_schedule_list li .box {}
.home_schedule_list li .box .time {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f9ecea;
  text-align: center;
  margin-right: 0.4rem;
  line-height: 1.4;
  font-size: 0.4rem;
  color: #34485d;
  font-weight: bold;
}
.home_schedule_list li .box .time div {
  width: 1.5rem;
}
.home_schedule_list li .box .text {
  font-size: 0.4rem;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_notice {
  background-color: #eeeeee;
  margin-bottom: 1.0rem;
  padding: 0.3rem;
  position: relative;
}
.home_notice::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/icon08.png) no-repeat center;
  width: 30px;
  height: 27px;
}
.home_notice .title {
  font-weight: bold;
  color: #34485d;
  font-size: 0.6rem;
  white-space: nowrap;
  margin: 0 1.0rem;
}
.home_notice_box {
  position: relative;
  padding-right: 1.75rem;
}
.home_notice_swiper li {
  width: auto;
}
.home_notice_swiper li a {
  color: #333333;
  font-size: 16px;
  padding-left: 16px;
}
.home_notice_swiper li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #bbbbbb;
  border-radius: 100%;
}
.home_notice_box .home_notice_prev::after,
.home_notice_box .home_notice_next::after {
  color: #999999;
  font-size: 0.6rem;
  font-weight: bold;
}
.home_notice_box .home_notice_prev {
  left: inherit;
  right: 26px;
}
.home_notice_box .home_notice_next {
  right: 0;
}

.home_news {
  margin-bottom: 1.0rem;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.home_news .home_news_tab {
  width: 19.3549%;
  background-color: #e9eff6;
}
.home_news .home_news_tab ul {
  padding: 0.3rem 0;
}
.home_news .home_news_tab li {
  background-color: #2761a3;
  height: 1.75rem;
  line-height: 1.75rem;
  color: #fff;
  font-size: 0.5rem;
  margin: 0.25rem 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.home_news .home_news_tab li::after {
  content: 'next';
  font-family: swiper-icons;
  font-weight: bold;
  font-size: 0.45rem;
  color: #2761a3;
  position: absolute;
  top: 0;
  right: 0.35rem;
  bottom: 0;
}
.home_news .home_news_tab li.active {
  background-color: #fff;
  color: #2761a3;
}
.home_news .home_news_main {
  width: 77.90%;
  position: relative;
}
.home_news .home_news_main .home_news_main_list {
  position: relative;
  padding-right: 0.75rem;
  display: none;
  height: 100%;
}
.home_news .home_news_main .home_news_main_list.active {
  display: block;
}
.home_news .home_news_main ul {
  padding: 0.75rem 0;
}
.home_news .home_news_main ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.home_news .home_news_main ul li a .time {
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  font-size: 0.4rem;
  color: #999999;
}
.home_news .home_news_main ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #bbbbbb;
  border-radius: 100%;
}
.home_news .home_news_main ul li a:hover {
  background-color: #f3f3f3;
  color: #0b5db7;
}
.home_news .home_news_main ul li a:hover::after {
  background-color: #0b5db7;
}
.home_news .home_news_main .more {
  font-size: 0.4rem;
  position: absolute;
  bottom: 0.4rem;
  right: 1.0rem;
} 
.home_news .home_news_main .more a {
  color: #2761a3;
}
.home_news .home_news_main .change {
  position: absolute;
  top: -20px;
  right: 0.8rem;
  color: #999999;
  background-color: #fff;
  padding: 0 0.5rem;
  height: 40px;
  line-height: 40px;
} 
.home_news .home_news_main .change a {
  display: block;
  padding-right: 0.6rem;
  background: url(../images/icon10.png) no-repeat right center;
  background-size: 0.45rem;
}


.home_navigation {
  margin-bottom: 1.0rem;
  width: 20.3571%;
  position: relative;
  padding-left: 0.75rem;
}
.home_navigation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #0b5db7;
}
.home_navigation ul {
  background-color: #f2f7fb;
  padding: 0.5rem 0;
  min-height: 9.8rem;
}
.home_navigation ul li a {
  display: block;
  font-size: 0.5rem;
  height: 46px;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.home_navigation ul li a:hover {
  background-color: #0b5db7;
  color: #fff;
}
.home_link {
  background-color: #eeeeee;
  margin-bottom: 1.0rem;
  padding: 0.5rem;
}
.home_link .title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #34485d;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.home_link_box {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.home_link_box .home_link_prev,
.home_link_box .home_link_next {}
.home_link_box .home_link_prev::after,
.home_link_box .home_link_next::after {
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.home_link_box .home_link_prev {
  left: 0;
}
.home_link_box .home_link_next {
  right: 0;
}

.home_link_swiper li {
  width: auto;
}
.home_link_swiper li a {
  font-size: 0.5rem;
  color: #015085;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 0.75rem;
  font-weight: bold;
  border: 1px solid #a4b4c8;
  border-radius: 0.25rem;
}

/*登录*/
.home_head {
  position: relative;
  margin-top: -2.05rem;
  z-index: 10;
  margin-bottom: 11vh;
}
.home_head ul.row li .box {
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 0.25rem rgba(25, 23, 24, 0.4);
  padding-top: 1.0rem;
  height: 5.75rem;
  text-align: center;
  -webkit-transition: padding-top .25s ease-in-out;
     -moz-transition: padding-top .25s ease-in-out;
      -ms-transition: padding-top .25s ease-in-out;
       -o-transition: padding-top .25s ease-in-out;
          transition: padding-top .25s ease-in-out;
}
.home_head ul.row li .box:hover {
  padding-top: 0.75rem;
}
.home_head ul.row li .text {
  font-size: 0.65rem;
  font-weight: bold;
  padding-top: 0.55rem;
  color: #c50001;
}
/**/


/*内页*/
.s_content header {
  position: relative;
  padding: 0.25rem 0 0.4rem;
}
#statute_menu {
  background-color: #0c5aa8;
}
#statute_menu li a {
  color: #fff;
  font-size: 0.5rem;
  display: block;
  position: relative;
  padding: 0.375rem 0;
}
#statute_menu li a::after {
  content: '';
  position: absolute;
  bottom: 0.175rem;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .30s ease;
     -moz-transition: all .30s ease;
      -ms-transition: all .30s ease;
       -o-transition: all .30s ease;
          transition: all .30s ease;
}
#statute_menu li a:hover::after {
  width: 100%;
  left: 0;
}
/**/

.breadcrumb {
  padding: 0;
  margin: 0.625rem 0 1.25rem;
  background-color: #eeeeee;
  color: #333333;
  border-radius: 0;
  padding: 0.2rem 0.65rem;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item a {
  color: #333333;
}
.breadcrumb .breadcrumb-item a img {
  position: relative;
  top: -2px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: 'next';
  font-family: swiper-icons;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: relative;
  top: 3px;
}
.breadcrumb .breadcrumb-item.active {
  color: #333333;
}
.breadcrumb_relative {
  position: relative;
}
/*分页*/
.pagination {
  margin: 0;
}
.pagination li.page-item .page-link {
  margin: 0 0.1rem;
  background-color: transparent;
  color: #333333;
  padding: 0;
  width:1.0rem;
  height:1.0rem;
  line-height:1.0rem;
  font-size: 14px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #999999;
}
.pagination li.page-item i {
  float: left;
  width: 0.5rem;
  border: 1px solid #fff;
}
.pagination li.page-item.active .page-link {
  color: #ffffff;
  background-color: #0e4c96;
  border: 1px solid #0e4c96;
}
.pagination>li.page-item:first-child .page-link,
.pagination>li.page-item:last-child .page-link {
  width: auto;
  padding: 0 0.25rem;
}
.goTo {
  padding-left: 0.4rem;
}
.goTo .pageText {
  font-size: 14px;
  color: #333333;
  height: 1.0rem;
  line-height: 1.0rem;
  float: left;
}
.goTo .pageTxtBox {
  background-color: transparent;
  color: #333333;
  padding: 0;
  width: 1.0rem;
  height: 1.0rem;
  line-height: 1.0rem;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #999999;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0 0.1rem;
}
.goTo .pageOkBtn {
  background-color: transparent;
  color: #333333;
  padding: 0;
  width: 1.25rem;
  height: 1.0rem;
  line-height: 1.0rem;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #999999;
  float: left;
}
.goTo .pageOkBtn:hover {
  background-color: #0e4c96;
  color: #ffffff;
  border: 1px solid #0e4c96;
}

/**/
.statute {
  padding-bottom: 1.5rem;
}
.statute .statute_title {
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 0.65rem;
  position: relative;
  color: #0c5aa8;
}
.statute .statute_title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.125rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  background-color: #0c5aa8;
}
.statute_tab {
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  padding: 0.625rem 0 0.375rem;
  margin-top: 0.35rem;
}
.statute_tab li {
  font-size: 0.5rem;
  padding: 0 0.65rem 0.25rem;
}
.statute_tab li a:hover,
.statute_tab li.active a {
  color: #0c5aa8;
}
.statute_list {
  padding: 0.4rem 0 0.9rem;
  border-bottom: 1px solid #111;
  margin-bottom: 1.25rem;
}
.statute_list li a {
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 0.75rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.statute_list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #bbbbbb;
  border-radius: 100%;
}
.statute_list li a:hover {
  background-color: #f3f3f3;
  color: #0b5db7;
}
.statute_list li a:hover::after {
  background-color: #0b5db7;
}
/**/

.statute_details {
  padding-bottom: 0.75rem;
}
.statute_details .title {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #0c5aa8;
  font-weight: bold;
}
.statute_details .execute {
  border-top: 1px solid #0c5aa8;
  background-color: #eff2f7;
  padding: 0.5rem;
  line-height: 1.7;
  margin: 0.25rem 0 0.75rem;
}

.statute_share {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.statute_share::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(12, 90, 168, 0.2);
}
.statute_share .statute_share_title {
  width: 40px;
  height: 40px;
  background: url(../images/icon18.png) no-repeat center;
  background-size: 20px;
  cursor: pointer;
}
.statute_share .addthis_toolbox {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  margin-top: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.statute_share.active .addthis_toolbox {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.statute_share .addthis_toolbox a {
  display: block;
  width: 1.0rem !important;
  height: 1.0rem;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  margin-top: 2px;
}
.statute_share .addthis_toolbox a.bshare-sinaminiblog {
    background-image: url(../images/icon12.png);
}
.statute_share .addthis_toolbox a.bshare-qqim {
    background-image: url(../images/icon13.png);
}
.statute_share .addthis_toolbox a.bshare-weixin {
    background-image: url(../images/icon14.png);
}
.bsBox {
  box-sizing: content-box;
}
.statute_details .con {
  color: #333333;
  line-height: 1.7;
  text-align: justify;
}
.statute_details .con p {
  text-indent: 2em;
}
.statute_details .con h1 {
  font-size: 0.9rem;
}
.statute_details .con h2 {
  font-size: 0.75rem;
}
.statute_details .con h3 {
  font-size: 0.7rem;
}
.statute_details .con h5 {
  font-size: 0.55rem;
}
.statute_details .con h6 {
  font-size: 0.5rem;
}
.statute_details .con h4 {
  font-size: 0.6rem;
}
.statute_details .news_page {
  margin-top: 1.5rem;
  border-top: 1px solid #111;
  padding: 1.5rem 0;
  position: relative;
}
.statute_details .news_page li {
  width: 32%;
}
.statute_details .news_page li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: 1.6;
  text-align: left;
  padding-left: 1.0rem;
  background: url(../images/icon16.png) no-repeat left center;
  background-size: 0.4rem auto;
}
.statute_details .news_page li a:hover {
  background: url(../images/icon16_.png) no-repeat left center;
  background-size: 0.4rem auto;
}
.statute_details .news_page li a:hover span {
  color: #0c5aa8;
}
.statute_details .news_page li.pull-right a {
  text-align: right;
  padding-left: 0;
  padding-right: 1.0rem;
  background: url(../images/icon17.png) no-repeat right center;
  background-size: 0.4rem auto;
}
.statute_details .news_page li.pull-right a:hover {
  text-align: right;
  background: url(../images/icon17_.png) no-repeat right center;
  background-size: 0.4rem auto;
}
.statute_details .news_page .news_page_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.0rem;
  height: 1.5rem;
  line-height: 1.45rem;
  text-align: center;
  margin-left: -2rem;
  margin-top: -0.75rem;
  border: 2px solid #e5e5e5;
}
.statute_details .news_page .news_page_list a {
  padding-right: 21px;
  background: url(../images/icon15.png) no-repeat right center;
}
.statute_details .news_page .news_page_list a:hover {
  color: #0c5aa8;
}
/*商城*/
#product_head {
  background-color: #0e4c96;
}
#product_head .product_head_box {
  height: 50px;
  line-height: 50px;
}
#product_head .product_head_box .product_head_school select.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
  border: none;
  background-color: #0e4c96;
  color: #fff;
  padding-right: 0.75rem;
  background-image: url(../images/icon19.png);
  background-size: 16px 9px;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#product_head .product_head_box .product_head_register div+div {
  margin-left: 0.35rem;
  padding-left: 0.35rem;
  position: relative;
}
#product_head .product_head_box .product_head_register div+div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 16px;
  margin-top: -8px;
}
#product_head .product_head_box .product_head_register div a {
  font-size: 16px;
  color: #fff;
}

#product_header {
  padding: 1.0rem 0;
}
#product_header .search {
  width: 41.4286%;
  position: relative;
}
#product_header .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1.55rem;
  background: url(../images/icon21.png) no-repeat center;
  background-size: 0.6rem;
}
#product_header .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: #e5e5e5;
}
#product_header .search .form-control {
  border: 2px solid #0c68ad;
  border-radius: 0.25rem;
  padding: 0 2.25rem 0 1.625rem;
  height: 52px;
  font-size: 0.45rem;
}
#product_header .search .btn {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  font-size: 0.45rem;
  border-radius: 0.25rem;
  background-color: #0c68ad;
  color: #fff;
  width: 2.3rem;
  text-align: center;
}

#product_header .tle {
  color: #666666;
  background-size: 0.95rem;
  padding-left: 1.5rem;
  background: url(../images/icon22.png) no-repeat left center;
}
#product_header .tle div {
  color: #c50001;
  font-size: 0.55rem;
}
#product_menu {
  border-bottom: 5px solid #0e4c96;
}
.product_menu_dropDown {
  position: relative;
  bottom: -5px;
}
.product_menu_dropDown_two .two_item:hover .three_con,
.product_menu_dropDown_two .two_item:hover .two_item_click::after {
  opacity: 1;
  visibility: visible;
}
.product_menu_dropDown_two .two_item:hover .two_item_click {
  color: #333;
}
.product_menu_dropDown_active .product_menu_dropDown_two {
  opacity: 0;
  visibility: hidden;
}
.product_menu_dropDown_active:hover .product_menu_dropDown_two {
  opacity: 1;
  visibility: visible;
}

.product_menu_dropDown_two {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #1878be;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.product_menu_dropDown_two .two_list {
  position: relative;
}
.product_menu_dropDown_two .two_item+.two_item {
  border-top: 1px solid rgba(221, 221, 221, 0.4);
}
.product_menu_dropDown_two .two_item .two_item_click {
  font-size: 0.55rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0.475rem 0 0.475rem 1.5rem;
}
.product_menu_dropDown_two .two_item .two_item_click::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.product_menu_dropDown_two .two_item .two_item_click span {
  position: relative;
  z-index: 1;
}
.product_menu_dropDown_two .two_list .three_con {
  position: absolute;
  top: 0;
  left: 100%;
  min-height: 100%;
  width: 12.25rem;
  padding: 0.65rem 1.0rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.product_menu_dropDown_two .two_list .three_con div {
  padding-bottom: 0.65rem;
}
.product_menu_dropDown_two .two_list .three_con a {
  font-size: 0.55rem;
  border-bottom: 1px solid #fff;
}
.product_menu_dropDown_two .two_list .three_con a:hover {
  border-bottom-color: #1878be;
  color: #1878be;
}
.product_menu_title {
  font-size: 0.55rem;
  text-align: center;
  width: 7.0rem;
  height: 1.55rem;
  line-height: 1.55rem;
  color: #fff;
  font-weight: bold;
  background-color: #0e4c96;
  cursor: pointer;
}
.product_menu_title span {
  padding: 0 0.75rem 0 1.0rem;
  position: relative;
  background: url(../images/icon20.png) no-repeat left center;
}
.product_menu_dropDown_active .product_menu_title span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  background: url(../images/icon23.png) no-repeat center;
}
.product_menu_box {
  width: 72%;
  font-size: 0.5rem;
}
.product_menu_box li {}
.product_menu_box li a {
  position: relative;
  display: block;
  height: 1.55rem;
  line-height: 1.675rem;
}
.product_menu_box li a:hover {
  color: #0c68ad;
}
.product_menu_box li a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product_menu_box li a::after {
  content: '';
  position: absolute;
  bottom: -0.175rem;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  margin-left: -0.175rem;
  border-left: 0.175rem solid transparent;
  border-right: 0.175rem solid transparent;
  border-bottom: 0.175rem solid #0e4c96;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.product {
  background-color: #f4f4f4;
}
.product .breadcrumb {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0.75rem 0 0.5rem;
}
.product_title {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.product_title .product_title_box {
  font-size: 0.65rem;
  color: #0e4c96;
  position: relative;
}
.product_title .product_title_box span {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 100%;
  background-color: #0e4c96;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  margin-right: 0.25rem;
}
.product_title .product_title_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  width: calc(100% - 1.25rem);
  height: 1px;
  background-color: #0e4c96;
}

.product_list .box {
  display: block;
  padding: 5px;
  position: relative;
  background-color: #fff;
}
.product_list .box::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 3px solid #0e4c96;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}
.product_list .box .img {}
.product_list .box .text {
  font-size: 0.5rem;
  height: 100px;
}
.product_list .box .text .title {
  padding: 0.40rem 0 0.1rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.product_list .box .text .sou {
  color: #c50001;
}
.product_list .box:hover::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.product {
  padding-bottom: 1.5rem;
}
.product .product_list {
  padding-bottom: 0.95rem;
}
.product .product_list ul {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.product .product_list li {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-bottom: 0.3rem;
}
/**/
#product_banner {
  padding-bottom: 0.5rem;
}
#product_banner .product_banner_swiper {
  margin-left: 7.0rem;
}
#product_banner .product_banner_swiper li.swiper-slide {
  height: 12.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mall {
  padding-bottom: 0.5rem;
  background-color: #f4f4f4;
}
.stationery {
  float: left;
  width: 77.8571%;
  margin-bottom: 0.5rem;
}
.stationery .product_list .box {
  padding: 0.375rem;
}
.stationery .product_list .box .text {
  height: auto;
}
.stationery .product_list .stationery_prev,
.stationery .product_list .stationery_next {
  background-color: rgba(0, 0, 0, 0.4);
  width: 0.85rem;
  height: 1.3rem;
  margin-top: -0.65rem;
}
.stationery .product_list .stationery_prev::after,
.stationery .product_list .stationery_next::after {
  font-size: 0.5rem;
  color: #fff;
}
.stationery .product_list .stationery_prev {
  left: 0;
}
.stationery .product_list .stationery_next {
  right: 0;
}
.supplier {
  float: right;
  width: 20.7143%;
  margin-bottom: 0.5rem;
}
.supplier .supplier_title {
  font-size: 0.6rem;
  background: url(../images/icon24.png) no-repeat left center;
  padding: 0.425rem 0 0.4rem 0.9rem;
  background-size: 0.65rem auto;
  border-bottom: 1px solid #0e4c96;
}
.supplier_main {
  background-color: #fff;
  height: 9.5rem;
  padding: 0.35rem 0.5rem 0.35rem 0.175rem;
}
.supplier_main ul {}
.supplier_main ul li {
  border-bottom: 1px solid #dddddd;
}
.supplier_main ul li .box {
  padding: 0.25rem 0;
  cursor: pointer;
}
.supplier_main ul li .img {
  width: 2.25rem;
  margin-right: 0.25rem;
  display: none;
}
.supplier_main ul li .img_box {
  width: 2.25rem;
  height: 2.75rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.supplier_main ul li .title {
  font-size: 0.4rem;
}
.supplier_main ul li .title span {
  font-weight: bold;
  font-size: 0.45rem;
  color: #c50001;
  padding: 0 0.25rem;
}
.supplier_main ul li .text_box {
  margin-top: 4px;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.supplier_main ul li.active .box .img,
.supplier_main ul li.active .box .img {
  display: block;
}
.supplier_main ul li.active .box .title span,
.supplier_main ul li.active .box .title span {
  display: none;
}
.supplier_main ul li.active .box .text_box {
  display: -webkit-box;
}
.supplier_main_swiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.supplier_main_swiper .swiper-scrollbar {
  right: 0;
  border-radius: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #ececec;
}
.supplier_main_swiper .swiper-scrollbar-drag {
  background-color: #0e4c96;
  border-radius: 0;
}
/**/
.mall_swiper {
  margin-bottom: 1.0rem;
  padding-top: 2.0rem;
  margin-top: -2.0rem;
}
.mall_swiper .mall_prev,
.mall_swiper .mall_next {
  background-color: #fff;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0;
  border-radius: 100%;
  top: 0;
}
.mall_swiper .mall_prev::after,
.mall_swiper .mall_next::after {
  font-size: 0.5rem;
  color: #0e4c96;
  font-weight: bold;
}
.mall_swiper .mall_prev {
  left: inherit;
  right: 1.1rem;
}
.mall_swiper .mall_next {
  right: 0;
}
/**/
.productD {
  position: relative;
  padding-right: 5.8rem;
}
.productD_head {
  padding-bottom: 1.05rem;
  position: relative;
}
.gallery-top {
  width: 100%;
  height: 9.2rem;
  margin-bottom: 7px;
}
.gallery-thumbs {
  width: 100%;
  height: 1.75rem;
}
.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.gallery-thumbs .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #0e4c96;
}
.gallery-thumbs .gallery_prev,
.gallery-thumbs .gallery_next {
  background-color: rgba(0, 0, 0, 0.6);
  width: 0.55rem;
  height: 0.9rem;
  margin-top: -0.45rem;
}
.gallery-thumbs .gallery_prev::after,
.gallery-thumbs .gallery_next::after {
  font-size: 14px;
  font-weight: bold;
}
.gallery-thumbs .gallery_prev {
  left: 0;
}
.gallery-thumbs .gallery_next {
  right: 0;
}

.productD_head .productD_head_img {
  width: 48.0342%;
  float: left;
}
.productD_head .productD_head_text {
  width: 49.2308%;
  float: right;
}
.productD_head .productD_head_text .title {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}
.price_main {
  background-color: #e4e4e4;
  margin: 0.50rem 0;
  padding: 0.65rem;
  font-size: 0.5rem;
  color: #666666;
}
.price span {
  font-size: 0.85rem;
  color: #c50001;
  padding: 0 0.35rem;
  font-weight: bold;
}
.price-strike {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: line-through;
}
.productD_head .productD_head_text .text {
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e4e4e4;
}
.score {
  position: relative;
  width: 98px;
  height: 16px;
}
.score .score_icon {
  width: 98px;
  height: 16px;
  background: url(../images/icon30.png) no-repeat center;
}
.score .score_icon_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: url(../images/icon31.png) no-repeat left center;
}
.score02 .score_icon_ {
  width: 40%;
}
.score03 .score_icon_ {
  width: 60%;
}
.score04 .score_icon_ {
  width: 80%;
}
.score05 .score_icon_ {
  width: 100%;
}
.productD_shart {
  padding-top: 0.35rem;
}
.productD_shart {}
.productD_shart .addthis_toolbox a {
  display: inline-block;
  width: 0.85rem !important;
  height: 0.85rem;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-size: 0.85rem;
  margin-left: 0.15rem;
}
.productD_shart .addthis_toolbox a.bshare-sinaminiblog {
    background-image: url(../images/icon25.png);
}
.productD_shart .addthis_toolbox a.bshare-qqim {
    background-image: url(../images/icon27.png);
}
.productD_shart .addthis_toolbox a.bshare-weixin {
    background-image: url(../images/icon26.png);
}

.productD_tab {
  border-top: 2px solid #0e4c96;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.productD_tab li {
  margin-left: 1.4rem;
}
.productD_tab li a {
  padding: 0.65rem 0 0.5rem;
  display: block;
}
.productD_tab li.active a,
.productD_tab li a:hover {
  color: #0e4c96;
}
.productD_tab_pane {
  background-color: #fff;
  padding: 1.0rem 1.0rem 1.5rem;
}
.productD_tab_item {
  display: none;
}
.productD_tab_item.active {
  display: block;
}
/**/
.productD_contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.productD_contact .productD_contact_box {
  position: relative;
  top: 0;
  right: 0;
}
.productD_contact .productD_contact_btn {
  margin-bottom: 0.25rem;
}
.productD_contact .productD_contact_btn a {
  border: 1px solid #0e4c96;
  display: block;
  font-size: 0.55rem;
  text-align: center;
  background-color: #f8f8f8;
  height: 1.5rem;
  line-height: 1.45rem;
}
.productD_contact .productD_contact_btn a img {
  position: relative;
  top: -2px;
  max-width: 0.6rem;
  margin-right: 0.4rem;
}
.productD_contact .wechat {
  padding-top: 0.15rem;
}
.productD_contact .wechat .box {
  border: 2px solid #eeeeee;
}
.productD_contact .wechat .text {
  font-size: 0.4rem;
  padding: 0.25rem 0;
}