@charset "utf-8";

/* CSS Document */
body {
  margin: 0;
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
}

a:active,
a:hover {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100% !important;
  height: auto !important;
}

@-ms-viewport {
  width: device-width;
}

div,
ul,
li,
dl,
a,
dt,
dd,
button,
input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 20px;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  font-family: Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
  font-size: 14px;
  color: #333;
  background: #f3f6f9;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

hr {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  border: 0;
  border-top: 1px solid #ddd8ce;
}
em {
  font-style: normal;
}

.red {
  color: #f81c1c;
}

.dred {
  color: #790d0a;
}

.mt10 {
  margin-top: 10px;
}

.p15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pt26 {
  padding-top: 1.3rem;
}

.pt16 {
  padding-top: 0.08rem;
}

.pr10 {
  padding-right: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f20 {
  font-size: 1rem;
}

.f18 {
  font-size: 0.9rem;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f30 {
  font-size: 30px;
}

.clear {
  clear: both;
}

.gray {
  color: #737373;
}

.lgray {
  color: #acacac;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline-style: none;
}

.blue {
  color: #0d71ec;
}

.lred {
  color: #f74a12;
}

.mt20 {
  margin-top: 20px;
}

.tc {
  text-align: center;
}

.white {
  color: #fff;
}

.none {
  display: none;
}

.dblock {
  display: block;
}

i {
  font-style: normal;
}

.pl5 {
  padding-left: 5px;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w100 {
  width: 100%;
}

.yellow {
  color: #ffea00;
}

.orange {
  color: #fd630c;
}

header {
  width: 100%;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.white {
  color: #fff;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd10 {
  padding: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.red {
  color: #fa5541;
}

.brown {
  color: #905005;
}

.mt30 {
  margin-top: 30px;
}

.green {
  color: #48b43e;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pt20 {
  padding-top: 20px;
}

.green-bg {
  background: #0ad487;
  color: #fff;
}

.blue-bg {
  background: #12d0fa;
  color: #fff;
}

.orange-bg {
  background: #ff9326;
  color: #fff;
}
.banner-swiper .swiper-slide {
  height: 0;
  padding-bottom: 40%;
}
#position-text {
  float: left;
  width: calc(100% - 118px);
  overflow: hidden;
}

/*公共按钮*/
.box-btn {
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  display: inline-block;
}

.box-btn-small {
  color: #fff;
  border-radius: 2px;
  padding: 2px 6px;
  display: inline-block;
}

.box-btn .iconfont {
  margin-right: 3px;
}

.green-btn {
  background-color: #0ad487;
}

.brown-btn {
  background-color: #e5c182;
}

.line-btn-small {
  border-radius: 2px;
  padding: 2px 10px;
  display: inline-block;
}

.line-btn-orange {
  color: #f3be25;
  border: 1px solid #f3be25;
}

.lblue-btn {
  background: #e1ecff;
  color: #70c3d7;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
}

.tc {
  text-align: center;
}

/*头部*/
.top-bar {
  height: 80px;
  background: #009900;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1000;
}

.top-bar .iconfont {
  font-size: 30px;
  margin-right: 5px;
}

.nav-link {
  display: inline-block;
  height: 80px;
  width: 90px;
  line-height: 80px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0;
  text-align: center;
  font-size: 24px;
}

.nav-link .iconfont {
  position: relative;
  top: 2px;
}

.top-link {
  display: inline-block;
  height: 46px;
  width: 120px;
  line-height: 46px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
}

.top-link a {
  color: #fff;
  padding: 0 5px;
}

.top-ser {
  width: 100%;
  top: 16px;
  left: 0;
  text-align: center;
  position: absolute;
}

#searchinput {
  width: 90%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #444;
  display: inline-block;
  border: 0;
  border-radius: 100px;
  padding: 0 10px;
  font-size: 12px;
}

.top-ser .iconsousuo {
  width: 32px;
  height: 32px;
  color: #9b9b9b;
  position: absolute;
  top: 0;
  right: 24px;
  background: none;
  border: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 80px;
  float: left;
}

.after-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #ccc;
}

.news-type-line {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px !important;
}

.news-type-line .iconfont {
  font-size: 26px;
  position: relative;
  top: 3px;
}

.no-pding {
  padding: 0 !important;
}

/*公共TAB*/
.tab-link a {
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}

.tab-link a .iconfont {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.tab-cent {
  text-align: center;
  margin: 10px 0;
}

.tab-cent a {
  border: 1px solid #cdd7e1;
  height: 40px;
  line-height: 32px;
  padding: 0 8px;
  padding-bottom: 8px;
  border-radius: 6px;
}

.tab-cent a::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  margin: 0 auto;
  margin-top: 5px;
  background: url("../images/tab-c.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.tab-cent a.curr {
  background: #0ad487;
  border: 1px solid #0ad487;
  color: #fff;
}

.tab-cent a.curr::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  color: #0ad487;
  margin: 0 auto;
  margin-top: 4px;
  background: url("../images/curr1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

/*公共底部*/
footer {
  background: #009900;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  margin-top: 20px;
  line-height: 23px;
  padding-bottom: 75px;
  float: left;
  width: 100%;
}

.foot-link {
  text-align: center;
}

.foot-link a {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
}

.foot-row5 {
  text-align: left;
}

/*底部浮动*/
.foot-bar {
  width: 100%;
  background: #008a00;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.foot-bar-left {
  width: 120px;
  text-align: center;
}

.foot-bar-left a {
  display: inline-block;
  color: #fff;
}

.foot-bar-right {
  width: calc(100% - 125px);
  text-align: center;
  margin-top: 5px;
}

.foot-bar-left .iconfont {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.foot-bar-left .left-line {
  border-left: #fff 1px solid;
  margin-left: 6px;
  padding-left: 6px;
  margin-right: 6px;
}
.foot-bar-right a {
  text-align: center;

  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 8px;
  display: inline-block;
  padding: 10px 10px;
}

.foot-bar-right span {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}

.foot-bar-right .naver-index {
  display: inline-block;

  width: 33px;
  height: 41px;
  background-image: url(footer-index.png);
}
.foot-bar-right .naver-zhengshu {
  display: inline-block;

  width: 33px;
  height: 34px;
  background-image: url(footer-zhengshu.png);
}
.footer-blue {
  background: #00c0eb;
}

.footer-gray {
  background: #666;
}

.footer-red {
  background: #009900;
}

.foot-row2 a {
  color: #fff;
}

/*侧导航*/
.mSlider-main {
  height: calc(100% - 46px) !important;
  top: 46px !important;
}

.lay-tab {
  position: relative;
}

.lay-tab-link {
  width: 85px;
  height: 100%;
  float: left;
  background: #f8f3ef;
}

.lay-tab-link a {
  display: block;
  text-align: center;
  height: 34px;
  line-height: 30px;
  padding: 2px 0;
  position: relative;
}

.lay-tab-link a::before {
  width: 3px;
  height: 14px;
  content: "";
  background: #f3f6f9;
}

.lay-tab-link a.curr {
  background: #fff;
  color: #009900;
}

.lay-tab-link a.curr::before {
  background: #009900;
  position: absolute;
  top: 10px;
  left: 3px;
}

.lay-tab-link a.curr.red-item {
  color: #fa5f35;
}

.lay-tab-link a.curr.red-item::before {
  background: #fa5f35;
}

.lay-tab-link a.curr.orange-item {
  color: #fbc818;
}

.lay-tab-link a.curr.orange-item::before {
  background: #fbc818;
}

.lay-tab-link a.curr.blue-item {
  color: #35c8dd;
}

.lay-tab-link a.curr.blue-item::before {
  background: #35c8dd;
}

.lay-tab-link a.curr.pul-item {
  color: #73a8ef;
}

.lay-tab-link a.curr.pul-item::before {
  background: #73a8ef;
}

.lay-tab-main {
  width: calc(100% - 85px);
  padding: 10px;
  float: right;
  position: relative;
}

.layer-left,
.lay-tab {
  height: 100%;
}

.lay-cont-box {
  width: 100%;
}

.close-lay {
  position: absolute;
  top: 5px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 100;
}

.lay-cont-list {
  text-align: center;
  padding-top: 10px;
}

.lay-btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  margin: 0 5px;
}

.lay-btn .iconfont {
  font-size: 18px;
  margin-right: 3px;
}

.lay-btn-red {
  background: #fa5f35;
}

.lay-btn-orange {
  background: #fbc818;
}

.lay-btn-blue {
  background: #35c8dd;
}

.lay-btn-pul {
  background: #73a8ef;
}

.red-btn {
  display: inline-block;
  background: #ff6d6f;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
}

.tab-top-logo {
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  margin-bottom: 10px;
}

.tab-top-logo img {
  width: 57px;
  height: 65px;
}

.lay-tab-title {
  width: 100%;
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.lay-tab-title span {
  display: block;
  background: #009900;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  float: left;
  padding: 3px 20px;
}

.lay-tab-title span a {
  color: #fff;
}
.lay-tab-cont-wrap {
  font-size: 0;
}
.lay-tab-cont-wrap a {
  display: inline-block;
  width: calc(25% - 5px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 12px;
  margin: 5px 0;
  margin-right: 6px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}

.lay-tab-cont-wrap a:nth-child(4n) {
  margin-right: 0px;
}

.lay-tab-cont-wrap a:hover,
.lay-tab-cont-wrap a:active {
  background: #f1e8e0;
  border: 1px solid #dfc8b3;
}

/*面包屑*/
.crumbs {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 10px 0;
  overflow: hidden;
  line-height: 23px;
}

.y-date {
  width: 112px;
  float: right;
  margin-right: 5px;
  border-radius: 2px;
  border: 1px solid #009900;
}

.y-date em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 3px;
}

.y-date em:first-child {
  background: #009900;
  color: #fff;
}

/*广告类*/
.ad {
  width: 100%;
  background: #fff;
}

.ad-pd10 {
  padding: 10px;
}

/*热门标签*/
.hot-tag {
  background: #fff;
}

.list-type-left .icongou1 {
  position: relative;
  top: 3px;
  font-size: 26px;
}

.tag-right {
  font-size: 0;
  padding: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.tag-right a {
  display: inline-block;
  width: 23%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 3px;
  margin-top: 10px;
  color: #fff;
  background: #8dcd8d;
  overflow: hidden;
}

.tag-right a:nth-child(1) {
  background: #8dcd8d;
}

.tag-right a:nth-child(2) {
  background: #e48683;
}

.tag-right a:nth-child(3) {
  background: #88a4b4;
}

.tag-right a:nth-child(4) {
  background: #ca70ff;
}

.tag-right a:nth-child(5) {
  background: #4cc4c2;
}

.tag-right a:nth-child(6) {
  background: #c99d70;
}

.tag-right a:nth-child(7) {
  background: #ff944c;
}

.tag-right a:nth-child(8) {
  background: #808080;
}

.tag-right a:nth-child(9) {
  background: #7aadd9;
}

.tag-right a:nth-child(10) {
  background: #4cc4c2;
}

.tag-right a:nth-child(11) {
  background: #c99d70;
}

.tag-right a:nth-child(12) {
  background: #ff944c;
}

.tag-right a:nth-child(13) {
  background: #5c5c5c;
}

.tag-right a:nth-child(14) {
  background: #8dcd8d;
}

.tag-right a:nth-child(15) {
  background: #e48683;
}

.tag-right a:nth-child(16) {
  background: #4cc4c2;
}

.tag-right a:nth-child(17) {
  background: #c99d70;
}

.tag-right a:nth-child(18) {
  background: #ff944c;
}

.tag-right a:nth-child(19) {
  background: #7aadd9;
}

.tag-right a:nth-child(20) {
  background: #8dcd8d;
}

.tag-right a:nth-child(21) {
  background: #e48683;
}

/*登录弹窗*/
.login-art-row1 {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}

.login-art-row2 {
  width: 100%;
  margin: 10px auto;
  margin-top: 20px;
}

.login-art-row2 li input {
  width: calc(100% - 20px);
  border: 1px solid #dae2e5;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.login-art-row2 li {
  padding: 5px 0;
}

.login-art-btn {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  line-height: 40px;
}

.art-login-btn {
  border-radius: 2px;
  background: #0dc316;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  display: inline-block;
  font-size: 16px;
}

.art-login-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.login-art-row3 {
  margin: 20px auto;
  border-top: 1px solid #ecf2f5;
  border-bottom: 1px solid #ecf2f5;
  padding: 15px 0;
}

.other-login a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  color: #fff;
}

.other-login a span {
  font-size: 24px;
}

.login-art-row4 {
  padding: 10px;
  line-height: 23px;
}

.close-art {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.close-art span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #777;
  color: #fff;
  border-radius: 100px;
  text-align: center;
}
.box-line {
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  float: left;
  margin-top: 15px;
}
.box-line-type {
  width: 100%;
  float: left;
}
.shaishinews .box-line-type h2 {
  font-size: clamp(1rem, 2vw, 5rem);
  color: #333;
  float: left;
}
.shaishinews .box-line-type h2 span {
  background-repeat: no-repeat;
  width: 40px;
  height: 47px;
  background-image: url(file.png);
  float: left;
  margin-right: 10px;
}
.shaishinews .box-line-type h2 b {
  float: left;
  height: 47px;
  line-height: 47px;
}
.shaishinews .box-line-right {
  float: right;
}
.shaishinews .box-line-right a {
  float: left;
  border: #e4e4e4 1px solid;
  border-radius: 5px;
  padding: 5px 5px;
  margin-top: 10px;
  margin-left: 5px;
  background-color: #f4f6f8;
  font-weight: bold;
}
.home-news {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.home-news .first {
  width: 100%;
  float: left;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  padding: 20px 0;
}
.home-news .first img {
  width: 160px;
  height: 100px !important;
  float: left;
}
.home-news .first .right {
  width: calc(100% - 165px);
  float: left;
  padding-left: 20px;
}
.home-news .first .right h1 {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.home-news .first .right p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
}
.home-news .first .right p.title {
  font-size: 0;
  height: 30px;
  line-height: 30px;
  float: right;
}
.home-news .first .right p.title span {
  font-size: 12px;
  margin-right: 10px;
}
.home-news-ul {
  width: 100%;
  float: left;
}
.home-news-ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.home-news-ul li a {
  display: inline-block;
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news-ul li span {
  color: #999;
  float: right;
  width: 70px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.icon1 {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 20px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.news-line {
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  float: left;
  margin-top: 15px;
}
.more {
  width: 100%;
  float: left;
  text-align: center;
}
.more a {
  background-color: #dfdfdf;
  color: #666;
  font-size: 16px;
  width: 90%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: 20px;
}
.index-mingshi li {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.index-mingshi .news-title {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.index-mingshi .news-title img {
  height: 110px !important;
  width: 110px;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
}

.index-mingshi .news-title .right {
  float: left;
  padding-left: 10px;
  width: calc(100% - 125px);
}
.index-mingshi .news-title .right h1 {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.index-mingshi .news-title .right p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
}
.index-mingshi .news-line-type {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: #e5e5e5 1px solid;
  overflow: hidden;
  height: 60px;
}
.index-mingshi .news-line-type h2 {
  background-color: #009900;
  color: #fff;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  float: left;
  padding-right: 20px;
}
.index-mingshi .news-line-type h2 span {
  background-repeat: no-repeat;
  width: 40px;
  height: 47px;
  background-image: url(mingshi.png);
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  margin-left: 10px;
}
.index-mingshi .news-line-type .news-line-top {
  float: right;
  height: 60px;
  line-height: 60px;
}
.index-mingshi .news-line-type .news-line-top a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}
.index-mingshi ul {
  position: relative;
  float: left;
}
.index-mingshi ul::before {
  width: 1px;
  height: 100%;
  background: #ecf0f4;
  content: "";
  position: absolute;
  left: 0;
}
.index-ccr .news-line-type h2 span {
  background-repeat: no-repeat;
  width: 54px;
  height: 47px;
  background-image: url(ccr.png);
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  margin-left: 10px;
}
.puxi {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.puxi .all b {
  width: 18%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #d0d0d0;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  margin-top: 6px;
}
.puxi .all b.on {
  background-color: #c01220;
}
.puxi .all .tab span {
  width: 18%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #d0d0d0;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin-top: 6px;
  margin-right: 6px;
  cursor: pointer;
  overflow: hidden;
}
.puxi .all .tab span.on {
  background-color: #c01220;
}
.puxi .all .row {
  margin-left: 3%;
}
.puxi .all-show {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: #efefef 1px solid;
  font-size: 0;
}
.puxi .all-show li {
  width: 46%;
  padding: 7px;
  display: inline-block;
  float: none;
  border: #efefef 1px solid;
  border-radius: 5px;
  margin: 1%;
  padding-bottom: 15px;
}

.puxi .all-show li div {
  width: 100%;
  float: left;
}
.puxi .all-show li div .index-img {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}
.puxi .all-show li div img {
  overflow: hidden;

  max-height: 108px;
  min-height: 102px;
  width: 100%;
}
.puxi .all-show li div h3 {
  font-size: 22px;
  color: #bf121f;
  text-align-last: left;
  margin-top: 10px;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.puxi .all-show li div h3 span {
  font-size: clamp(0.4rem, 2vw, 5rem);
  color: #333;
  margin-left: 15px;
}
.puxi .all-show li div p {
  font-size: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.puxi .all-show li div p span {
  font-size: clamp(0.4rem, 2vw, 5rem);
  color: #666;
  background-color: #dfdfdf;

  border-radius: 5px;
  padding: 5px 5px;
  margin-right: 2%;
}

.puxi .all-show li div p a:hover span {
  color: #996a40;
  background-color: #e0cba1;
}

.school .school-show,
.school .school-show2 {
  display: none;
}
.school .show {
  display: block;
}
.school .news-line-type {
  float: left;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  border: #e5e5e5 1px solid;
  height: 66px;
  line-height: 66px;
}
.school .news-line-type h1 {
  width: 60%;
  float: left;
  height: 66px;
  line-height: 66px;
  color: #999;
  background-color: #dcdcdc;
}
.school .news-line-type h1.on {
  color: #fff;
  background-color: #009900;
}
.school .news-line-type h1 span {
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  background-image: url(zizhi.png);
  float: left;
  margin-right: 10px;
  margin-top: 14px;
  margin-left: 10px;
}
.school .news-line-type h1.on span {
  width: 41px;
  height: 41px;
  background-image: url(zizhi.png);
}
.school .news-line-type a {
  float: right;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.school .school-show {
  text-align: center;
  float: left;
  width: 100%;

  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.school .school-show .swiper-slide {
  width: 46%;
  margin: 2%;
  float: left;
  height: auto;
}
.school .school-show .swiper-slide div {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 10px;
}

.school .school-show div article {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 5px;
  font-size: clamp(0.6rem, 2vw, 5rem);
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  border: #efefef 1px solid;
}
.school .school-show div h3 {
  font-size: 22px;
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  text-align: left;
  background-color: #009900;
}
.school .school-show div p {
  font-size: 0;
  float: left;
  width: 100%;
  text-align: center;
}

.school .school-show div h3 span {
  font-size: clamp(0.4rem, 2vw, 5rem);
  color: #fff;
  margin-left: 10px;
}
.school .school-show div p span {
  font-size: clamp(0.4rem, 2vw, 5rem);

  display: inline-block;
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 2%;
}

.school .school-show div p .span-2 {
  cursor: pointer;
}
.school .school-show div p a:hover span {
  color: #996a40;
  background-color: #e0cba1;
}
.school .school-show div article .img-div {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  margin-left: 0;
  background-image: none;
  overflow: hidden;
  border: none;
  text-align: center;
}
.school .school-show div article img {
  width: 100%;
  transition: transform 0.3s ease-out, opacity 0.35s;
  display: inline-block;
}

.school .school-show2 {
  text-align: center;
  float: left;
  width: 100%;

  position: relative;
  border: #efefef 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.school .school-show2 .swiper-slide {
  width: 46%;
  margin: 2%;
  float: left;
  border: #efefef 1px solid;
  border-radius: 5px;
}
.school .school-show2 .swiper-slide div {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.school .school-show2 div article {
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: left;
}
.school .school-show2 div h3 {
  color: #bf121f;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: clamp(0.6rem, 2vw, 5rem);
}

.school .school-show2 div img {
  width: 262px;
  height: 127px !important;
}
.school .school-show2 div p {
  font-size: 0;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.school .school-show2 div p span {
  color: #666;
  background-color: #dfdfdf;

  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: clamp(0.4rem, 2vw, 5rem);
  padding: 5px;
  margin-right: 2%;
}
.school .school-show2 div p .span-2 {
  margin-left: 10px;
  margin-right: 10px;
}
.wuxue .news-line-type {
  float: left;
  width: 100%;
  border-radius: 5px;
  border: #e5e5e5 1px solid;
  overflow: hidden;
  height: 66px;
}
.wuxue .news-line-type h2 {
  background-color: #009900;
  color: #fff;
  font-size: 24px;
  height: 66px;
  line-height: 66px;
  float: left;
  padding-right: 20px;
}
.wuxue .news-line-type h2 span {
  background-repeat: no-repeat;
  width: 37px;
  height: 49px;
  background-image: url(qiye.png);
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  margin-left: 10px;
}
.wuxue .home-news {
  margin-top: 0;
}
.wuxue .home-news .first {
  border-top: none;
}
.wuxue .news-line-type .news-line-top {
  float: right;
  height: 66px;
  line-height: 66px;
}
.wuxue .news-line-type .news-line-top a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.wuxuevideo .home-news {
  border-top: #e5e5e5 1px solid;
}
.video-list-show {
  width: 100%;
  float: left;
  text-align: center;
}
.video-list-show li {
  width: 48%;
  border: #e5e5e5 solid 1px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 1%;
}
.video-list-show li.last {
  margin-right: 0;
}
.video-list-show li .img-div {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
.video-list-show li img {
  width: 98%;
  height: 172px;
  margin-top: 3px;
}
.video-list-show li h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-top: #e5e5e5 solid 1px;
  padding-left: 10px;
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
  padding-right: 10px;
  margin-top: 3px;
}
.video-list-show li p {
  padding-left: 10px;
  text-align: left;
  color: #8e8e8e;
  font-size: 0;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.video-list-show li p span {
  font-size: 12px;
  float: left;
  display: block;
  height: 18px;
  overflow: hidden;
}
.video-list-show li p span.icon-member {
  width: calc(100% - 55px);
}
.video-list-show li p span.icon-play {
  width: 50px;
  float: right;
}
.video-list-show li .video-play {
  font-size: 40px;
  position: absolute;
  top: 17%;
  left: 38%;
  color: #fff;
}
.wuxuevideo .box-line-type h2 span {
  background-repeat: no-repeat;
  width: 38px;
  height: 37px;
  background-image: url(wuxuevideo.png);
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.position {
  width: 100%;
  float: left;
  border-top: #d9d9d9 1px solid;
  border-bottom: #d9d9d9 1px solid;
  background: #fff;
}
.position h3 {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.position h3 .iconfont {
  float: left;
  width: 20px;
  color: #666;
}
.position h3 p {
  float: left;
  width: calc(100% - 25px);
}
.news .home-banner {
  padding-top: 20px;
  float: left;
}
.news .home-news .first .right {
  width: 100%;
  padding-left: 0;
}
.news .wuxue .news-line-type .news-line-top a {
  font-weight: normal;
  margin-right: 10px;
}

.cate {
  float: left;
  width: 100%;
}
.cate section {
  float: left;
  width: 100%;
  padding-left: 2%;
}
.cate .zimu {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 2;
  border-top: #e5e5e5 1px solid;
}
.cate .zimu a {
  padding: 0 5px;
}
.cate section.subcate {
  padding-top: 4px;
  margin-top: 10px;
  border-top: #eee 1px solid;
}
.cate section a {
  border: #d9d9d9 1px solid;
  width: 23%;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  margin-top: 6px;
}
.cate a.on {
  background-color: #009900;
  color: #fff;
  border: #009900 1px solid;
}
.news .wuxue .news-line-type h2.saishijujiao span {
  background-image: url(news01.png);
}
.news .wuxue .news-line-type h2.wulindongtai span {
  background-image: url(news02.png);
}
.news .wuxue .news-line-type h2.wushutaolu span {
  background-image: url(news03.png);
}
.news .wuxue .news-line-type h2.wushuboji span {
  background-image: url(news04.png);
}
.news .wuxue .news-line-type h2.shehuihuodong span {
  background-image: url(news05.png);
}
.news .wuxue .news-line-type h2.guojituiguang span {
  background-image: url(news06.png);
  width: 48px;
  height: 48px;
}
.news .wuxue .news-line-type h2.huodongjianguan span {
  background-image: url(news07.png);
}
.news .wuxue .news-line-type h2.wushuyanjiu span {
  background-image: url(news08.png);
  width: 47px;
  height: 52px;
}
.news .wuxue .news-line-type h2.chuantongwushu span {
  background-image: url(news09.png);
  width: 50px;
  height: 52px;
}
.news .wuxue .news-line-type h2.zhengcefagui span {
  background-image: url(news10.png);
}
.news .wuxue .news-line-type h2 {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.news .wuxue .news-line-type {
  border: none;
  border-bottom: #e5e5e5 1px solid;
  border-radius: 0;
}
.news .wuxue .news-line-type h2.saishijujiao {
  background-color: #009900;
  color: #fff;
}
.news .wuxue .news-line-type22 {
  border: #e5e5e5 1px solid;
}
.news .home-news .first .right p.title {
  line-height: 40px;
  text-align: right;
}
.news .news-list-main .first .right {
  width: calc(100% - 165px);
  padding-left: 20px;
}
.news .news-list-main .first img {
  border-radius: 5px;
}
.news .home-news-ul li a {
  width: calc(100% - 5px);
}
.page {
  float: left;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.page ul {
  display: inline-block;
}

.page a {
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 5px;

  border-radius: 2px;
  background-color: #fff;
  border: #e5e5e5 1px solid;
  display: inline-block;
}
.page a:hover,
.page a.on {
  background: #009900;
  color: #fff;
  border: #009900 1px solid;
}
article {
  float: left;
  width: 100%;
}
article h1 {
  font-size: 28px;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 1.5;
}
article p.title {
  font-size: 12px;
  color: #8e8e8e;
  margin-top: 10px;
  text-align: center;
  float: left;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 10px;
}
article p.title span {
  margin-left: 10px;
  font-size: 12px;
}
article .player {
  float: left;
  padding: 10px 0;
  width: 100%;
}
article .video-desc {
  float: left;
  height: 40px;
  line-height: 40px;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  width: 100%;
  padding-left: 10px;
}

article .video-desc b {
  font-size: 18px;
  float: left;
}
article .video-desc-show {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 10px;
  float: left;
  width: 100%;
}
article .pre-next {
  float: left;
  width: 100%;

  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  padding: 0 10px;
  overflow: hidden;
}
article .pre-next a {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  float: left;
  height: 30px;
  line-height: 30px;
}
article .content {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
  padding: 10px 10px;
}
article .content img {
  max-width: 100% !important;
  height: auto !important;
}

#qrcode {
  float: left;
  height: 110px;
  width: 110px;
}
.view .swiper-container-ccr {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.view .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  display: none;
}

.view .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  display: none;
}
.view img {
  max-width: 100% !important;
  max-height: 322px;
  height: auto !important;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.preview .swiper-container-ccr {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.preview .swiper-slide {
  width: 134px;
  height: 88px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}
.view .swiper-slide {
  position: relative;
  text-align: center;
}

.preview a {
  background: #c2c2c2;
  position: absolute;
  width: 20px;
  height: 88px;
  line-height: 88px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.preview .arrow-right {
  right: 0px;
}
.preview a span {
  font-size: 12px;
}
.preview img {
  padding: 1px;
  width: 132px;
  height: 88px;
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #49b53e;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
  background-color: #d9d9d9;
}
.top-ser .left {
  width: 200px;
  float: right;
  text-align: right;
}
.top-ser .left h3 {
  font-size: 26px;
  height: 30px;
  line-height: 30px;
}
.top-ser .right {
  width: 50px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.top-ser .phone {
  width: 46px;
  height: 46px;
  background-image: url(phone.png);
  display: block;
  float: right;
}
.top-logo img {
  float: left;
}
.product-center .news-line-type h1.on span {
  width: 50px;
  height: 41px;
  background-image: url(product-center.png);
}
.news-type {
  width: 100%;
  padding: 10px 0;
  float: left;
  margin-top: 10px;
}

.news-type dl {
  overflow: hidden;
}

.news-type dt {
  width: 48px;
  float: left;
}

.news-type dt a {
  background: #009900;
  color: #fff;
}

.news-type dd {
  width: calc(100% - 48px);
  float: left;
}

.news-type a {
  display: inline-block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #d0d0d0;
  border-radius: 2px;
  color: #fff;
}

.news-type dd a {
  margin-left: 0;
  margin-bottom: 5px;
}

.news-type dd a.on {
  background: #009900;
  color: #fff;
}
.layer-left {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 999;
  top: 80px !important;
  display: none;
}
#btnLeft {
  z-index: 111;
}
.main {
  width: 100%;
  padding: 0;
  padding-top: 0px;
  margin: 0;
  float: left;
}
.aboutus-tab {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.aboutus-tab a {
  padding: 5px 10px;
  float: left;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  background: #fff;
  color: #333;
  border-radius: 5px;
  border: #d9d9d9 1px solid;
}
.aboutus-tab a.on {
  background: #009900;
  color: #fff;
  border: #009900 1px solid;
}
.aboutus-content {
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #fff;
}
.aboutus-content .title h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.aboutus-content .title p {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  border-bottom: #f2f2f2 1px solid;
  padding-bottom: 30px;
}
.aboutus-content .title span {
  color: #333;
  font-size: 30px;
}
.aboutus-content .title span.on {
  color: #009900;
}
.solution {
  float: left;
  width: 100%;
  border-bottom: #f2f2f2 1px solid;
  padding-bottom: 20px;
}
.solution a {
  width: 35%;
  height: 170px;
  float: left;
  background-color: #f2f2f2;
  color: #666;
  border-radius: 5px;
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-right: 25px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.solution a.last {
  margin-right: 0;
}
.solution a p {
  margin-top: 10px;
  font-size: 18px;
}
.solution a .solution-arrow {
  position: absolute;
  top: 40%;
  right: -33px;
}
.solution a:hover {
  background-color: #009900;
  color: #fff;
}
.solution a .solution01 {
  background-image: url(solution01.png);
  width: 40px;
  height: 36px;
  display: inline-block;
}
.solution a:hover .solution01 {
  background-image: url(solution01i.png);
}
.solution a .solution02 {
  background-image: url(solution02.png);
  width: 44px;
  height: 44px;
  display: inline-block;
}
.solution a:hover .solution02 {
  background-image: url(solution02i.png);
}
.solution a .solution03 {
  background-image: url(solution03.png);
  width: 40px;
  height: 44px;
  display: inline-block;
}
.solution a:hover .solution03 {
  background-image: url(solution03i.png);
}
.solution a .solution04 {
  background-image: url(solution04.png);
  width: 42px;
  height: 30px;
  display: inline-block;
}
.solution a:hover .solution04 {
  background-image: url(solution04i.png);
}
.solution a .solution05 {
  background-image: url(solution05.png);
  width: 30px;
  height: 31px;
  display: inline-block;
}
.solution a:hover .solution05 {
  background-image: url(solution05i.png);
}
.solution a .solution06 {
  background-image: url(solution06.png);
  width: 44px;
  height: 44px;
  display: inline-block;
}
.solution a:hover .solution06 {
  background-image: url(solution06i.png);
}
.jiejue {
  float: left;
  margin-top: 50px;
  width: 100%;
  padding-bottom: 50px;
}
.jiejue .row {
  width: 100%;
  float: left;
  margin-top: 50px;
  overflow: hidden;
}
.jiejue .row-img {
  width: 250px;
  height: 190px;
  border: #f2f2f2 1px solid;
  text-align: center;
  overflow: hidden;
}

.jiejue .left {
  float: left;
  width: 40%;
  height: 190px;
}
.jiejue .right {
  width: 60%;
  height: 190px;
  float: right;
}
.jiejue h3 {
  font-size: 22px;
  color: #575757;
  font-weight: normal;
  margin-top: 0;
  position: relative;
  text-align: right;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.jiejue h3::after {
  position: absolute;
  width: 266px;
  height: 5px;
  background-image: url(jiejue-h3.png);
  content: "";
  bottom: 0;
  left: 0;
}
.jiejue p {
  color: #575757;
  font-size: 16px;
}
.right-article {
  padding-bottom: 40px;
  padding-top: 20px;
}
.right-article section a {
  float: left;
  margin-top: 30px;
  margin-left: 14px;
  margin-right: 14px;
  width: 42%;
}
.right-article section .list-img {
  border: #e3e3e3 1px solid;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 1px;
}
.right-article section a img {
  width: 420px;
  height: 310px;
  overflow: hidden;
  margin-top: 2px;
}
.product-center .product-tuijian a img {
  width: 420px;
  height: 310px;
}
.right-article section a p {
  text-align: center;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.news-list li {
  width: 100%;
  float: left;
  border-bottom: #d9d9d9 1px dashed;
  margin-bottom: 10px;
}
.news-list li h3,
.news-list li p {
  width: 100%;
  float: left;
}
.news-list section a {
  width: 100%;
  margin-top: 0;
}
.news-list section a p {
  text-align: left;
  height: auto;
  color: #8a8a8a;
  font-size: 16px;
}
.news-list section a p span {
  color: #b7b7b7;
  font-size: 14px;
  margin-right: 10px;
}
article .relate {
  float: left;
  margin-bottom: 160px;
}
article .relate h6 {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: #e5e5e5 1px solid;
  font-size: 18px;
}
article .relate h6 span {
  font-size: 40px;
  float: left;
  margin-right: 10px;
  color: #666;
  background-image: url(book.png);
  width: 31px;
  height: 27px;
  margin-top: 15px;
  margin-left: 10px;
}
article .relate h6 b {
  height: 60px;
  line-height: 60px;
  float: left;
}
article .relate li {
  width: 470px;
  float: left;

  margin-top: 10px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
article .relate3 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
article .relate3 li {
  width: 100%;
  border-bottom: #ccc 1px dashed;
  margin-top: 0;
  padding-left: 10px;
}
article .relate li a {
  display: inline-block;
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-article h1 {
  font-size: 28px;
  margin-top: 40px;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 1.5;
  padding: 0 10px;
}
.news-article p.title {
  font-size: 12px;
  color: #8e8e8e;
  margin-top: 25px;
  text-align: center;
  float: left;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 20px;
}
.news-article p.title span {
  margin-left: 20px;
  color: #8f8f8f;
  font-size: 12px;
}
.product-list section a {
  margin-top: 0;
}
.product-list .relate h6 {
  border-top: #e5e5e5 1px solid;
}
.ccr-info {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.ccr-info .left {
  width: 100%;
  float: left;
  border: #e5e5e5 1px solid;
  border-bottom: none;
  padding-top: 20px;
}

.ccr-info .right {
  width: 100%;
  float: left;
  border: #e5e5e5 1px solid;
  border-left: none;
}
.ccr-info .right .name {
  width: 100%;
  height: 73px;
  line-height: 73px;
  float: left;
  background-image: url(cpxq.png);
  background-repeat: no-repeat;
  background-position: right;
}
.ccr-info .right .name .p1 {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  padding-left: 25px;
}
.ccr-info .right .name .p2 {
  font-size: 12px;
  color: #aaa;
  padding-left: 25px;
  margin-top: 5px;
}
.ccr-info .right .name b {
  color: #009900;
  margin-right: 40px;
  float: left;
}
.ccr-info .right .name span {
  font-size: 12px;
  color: #bd192c;
  float: left;
}
.ccr-info .right .ccr-info-show {
  float: left;
  padding: 20px;
  padding-top: 5px;

  width: 100%;
  margin-top: 15px;
}
.ccr-info .right .ccr-info-show .p1 {
  float: left;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 5px;
  width: 100%;
}
.ccr-info .right .ccr-info-show .p1 strong {
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.ccr-info .right .ccr-info-show .p1 span {
  float: right;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  display: none;
}
.ccr-info .right .ccr-info-show .p1 button {
  font-size: 12px;
  color: #666;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #dfdfdf;
  cursor: pointer;
  float: right;
  border-radius: 5px;
}
.ccr-info .right .ccr-info-show section {
  float: left;
  width: 100%;
}
.ccr-info .right .ccr-info-show section .left {
  font-size: 16px;
  color: #666;
  border: none;
  width: 400px;
  height: 100px;
  padding-top: 0;
}
.ccr-info .right .ccr-info-show section .left p {
  height: 30px;
  line-height: 30px;
}
.ccr-show-main
  .ccr-show-left
  .ccr-info
  .right
  .ccr-info-show
  section
  .right2
  img {
  height: 110px;
  width: 110px;
}
.ccr-show-main
  .ccr-show-left
  .ccr-info
  .right
  .ccr-info-show
  section
  .right2
  p {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.ccr-show-main
  .ccr-show-left
  .ccr-info
  .right
  .ccr-info-show
  section
  .right2
  div {
  margin-top: 15px;
  width: 113px;
  height: 134px;
  float: right;
  border: #e5e5e5 1px solid;
  margin-left: 20px;
  text-align: center;
}
.ccr-info .right .ccr-info-show .p2 {
  width: 100%;
  float: left;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  height: 60px;
  font-size: 16px;
  color: #666;
  padding-top: 15px;
  padding-left: 18px;
}
.ccr-info .right .ccr-info-show .p2 b {
  float: left;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
}
.ccr-info .right .ccr-info-show .p2 span {
  background-color: #d7d7d7;
  border-radius: 5px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  float: left;
  color: #fff;
  margin-left: 10px;
}
.ccr-info .right .ccr-info-show .p3 {
  float: left;
  width: 100%;
  margin-top: 12px;
}
.ccr-info .right .ccr-info-show .p3 b {
  float: left;

  color: #996a3f;
  font-size: 28px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}
.ccr-info .right .ccr-info-show .p3 span {
  float: right;

  color: #996a3f;
  font-size: 16px;
  margin-left: 15px;
  background-color: #e0cba1;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.ccr-info .right .ccr-info-show .p3 span::before {
  margin-right: 5px;
}

.view .swiper-container-ccr {
  width: 100%;
  height: 322px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.view .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 18px;
  height: 85px;
  z-index: 10;
  display: inline-block;
}

.view .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 18px;
  height: 85px;
  z-index: 10;
  display: inline-block;
}
.view img {
  width: 438px;
  height: 300px;
}
.preview {
  width: 100%;
  margin-top: 4px;
  position: relative;
  overflow: hidden;
}

.preview .swiper-container-ccr {
  width: 483px;
  height: 90px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.preview .swiper-slide {
  width: 134px;
  height: 88px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}
.view .swiper-slide {
  position: relative;
  text-align: center;
}
.preview a {
  background: #c2c2c2;
  position: absolute;
  width: 20px;
  height: 88px;
  line-height: 88px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.preview .arrow-right {
  right: 0px;
}
.preview a span {
  font-size: 12px;
}
.preview img {
  padding: 1px;
  width: 132px;
  height: 88px;
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #49b53e;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
  background-color: #d9d9d9;
}
.ccr-info-show .more-info {
  float: left;
  width: 100%;
}
.ccr-info-show .more-info ul {
  float: left;
  width: 100%;
  line-height: 50px;
  border-bottom: #e5e5e5 1px solid;
}
.ccr-info-show .more-info li {
  float: left;
  width: 45%;
  color: #666;
  font-size: 16px;
}
.ccr-info .right .ccr-info-show section .left .hotline {
  width: 41px;
  height: 41px;
  display: block;
  background-image: url(hotline.png);
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.ccr-info .right .ccr-info-show section .left p.hotline-p1 {
  color: #575757;
  font-size: 14px;
  height: 20px;
  width: 200px;
  float: left;
}
.ccr-info .right .ccr-info-show section .left p.hotline-p2 {
  color: #575757;
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  float: left;
}
.ccr-info .right .ccr-info-show section .left {
  padding-top: 35px;
}
.ccr-info .right .ccr-info-show section .right2 {
  float: right;
  padding-top: 10px;
}
.ccr-info .right .ccr-info-show section .right2 p {
  color: #666;
  font-size: 12px;
  float: left;
  margin-top: 40px;
  margin-right: 10px;
}
.ccr-info .right .ccr-info-show section .right2 img {
  width: 110px;
  height: 110px;
  border: #e5e5e5 1px solid;
  padding: 2px;
  float: left;
}
.product-info {
  border: #e5e5e5 1px solid;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.product-info .title i {
  margin-right: 10px;
}
.product-info .title span {
  width: 150px;
  height: 54px;
  line-height: 54px;
  float: left;
  background-color: #009900;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.product-info .content {
  float: left;
  width: 100%;
  min-height: 900px;
  padding: 30px;
}
.product-info .title span::after {
  width: 8px;
  height: 4px;
  content: "";
  background-image: url(downarrow.png);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 45%;
}
.relate3 .pre-next a {
  width: 100%;
}
.product-show .pre-next {
  border-bottom: none;
}
.swiper-container-ccr a {
  background: #c2c2c2;
  position: absolute;
  width: 20px;
  height: 88px;
  line-height: 88px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.swiper-container-ccr .arrow-right {
  right: 0px;
}
.foot-search {
  display: none;
  margin-left: 10px;
}
.foot-search input {
  width: 150px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: #e2e2e2 1px solid;
  font-size: 12px;
  float: left;
  color: #7f7f7f;
}
.foot-search input.dosubmit {
  width: 40px;
  border: #e2e2e2 1px solid;

  background-color: #fff;
  float: left;
  margin-left: 5px;
  padding: 0;
  cursor: pointer;
}
