@charset "utf-8";
/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
/*img{display: block;}*/
ul,
ol {
  list-style: none;
}
select,
input {
  padding-top: 0;
  padding-bottom: 0;
  border: 0px;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  color: #666;
  text-decoration: none;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  width: 100%;
  font-family: "微软雅黑";
  overflow-x: hidden;
}
@font-face {
  font-family: 'iconfont';
  src: url('/fonts/mallv3/SourceHanSans-Regular.otf');
}
.yellow {
  background-color: #FFC312;
  text-shadow: 0 2px 4px #FF7C6E;
}
.purple {
  background-color: #354ca3;
}
.redbg {
  background: #FF5967;
  text-shadow: 0 2px 4px #DE1D5A;
}
.greenbg {
  background: #66D86A;
  text-shadow: 0 2px 4px #269221;
}
.bluebg {
  background: #63B7FC;
  text-shadow: 0 2px 4px #1F74BB;
}
.gray {
  color: #a6a6a6;
}
.red {
  color: #ff2020;
}
.green {
  color: #66d86a;
}
.font-style {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
}
.lab-org {
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  color: #fff;
  text-shadow: 0 4px 8px #D70110;
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
}
.lab-blue {
  background: #7281BA;
  box-shadow: 0 8px 20px 0 rgba(45, 40, 140, 0.25);
  color: #fff;
  text-shadow: 0 4px 8px #415396;
}
.wh {
  width: auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
  font-size: 12px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.gradual-orange {
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
}
:root .gradual-orange {
  filter: none;
}
.gradual-blue {
  background: #67a3f0;
  background: -moz-linear-gradient(-45deg, #67a3f0 0%, #354ca3 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #67a3f0), color-stop(100%, #354ca3));
  background: -webkit-linear-gradient(-45deg, #67a2f0 0%, #354ca3 100%);
  background: -o-linear-gradient(-45deg, #67a3f0 0%, #354ca3 100%);
  background: -ms-linear-gradient(-45deg, #67a3f0 0%, #354ca3 100%);
  background: linear-gradient(to -45deg, #67a3f0 0%, #354ca3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a3f0', endColorstr='#354ca3', GradientType=0);
}
:root .gradual-blue {
  filter: none;
}
.gradual-green {
  background: #7bf067;
  background: -moz-linear-gradient(-45deg, #7bf067 0%, #35a36f 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #7bf067), color-stop(100%, #35a36f));
  background: -webkit-linear-gradient(-45deg, #7bf067 0%, #35a36f 100%);
  background: -o-linear-gradient(-45deg, #7bf067 0%, #35a36f 100%);
  background: -ms-linear-gradient(-45deg, #7bf067 0%, #35a36f 100%);
  background: linear-gradient(to -45deg, #7bf067 0%, #35a36f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bf067', endColorstr='#35a36f', GradientType=0);
}
:root .gradual-green {
  filter: none;
}
.gradual-yellow {
  background: #ffca0c;
  background: -moz-linear-gradient(-45deg, #ffca0c 0%, #ff9300 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #ffca0c), color-stop(100%, #ff9300));
  background: -webkit-linear-gradient(-45deg, #ffca0c 0%, #ff9300 100%);
  background: -o-linear-gradient(-45deg, #ffca0c 0%, #ff9300 100%);
  background: -ms-linear-gradient(-45deg, #ffca0c 0%, #ff9300 100%);
  background: linear-gradient(to -45deg, #ffca0c 0%, #ff9300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca0c', endColorstr='#ff9300', GradientType=0);
}
:root .gradual-yellow {
  filter: none;
}
.gradual-lightorange {
  background: #ff9b58;
  background: -moz-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #ff9b58), color-stop(100%, #fd3345));
  background: -webkit-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -o-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -ms-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: linear-gradient(to -45deg, #ff9b58 0%, #fd3345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b58', endColorstr='#fd3345', GradientType=0);
}
:root .gradual-lightorange {
  filter: none;
}
.font01 {
  font-family: "webfont";
  font-weight: normal;
  font-size: 16px;
}
/*面包屑导航*/
.mall-breadcrumbs {
  width: 100%;
  height: 68px;
  line-heigth: 68px;
}
.mall-breadcrumbs span {
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #333333;
  font-family: "微软雅黑";
}
.mall-breadcrumbs span a {
  text-decoration: none;
}
.mall-breadcrumbs span:hover {
  color: #354ca3;
}
/*面包屑导航 end*/
/*云化资讯*/
.information-box {
  width: 100%;
  height: auto;
  zoom: 1;
  /*数据统计样式*/
}
.information-box .wrap {
  position: relative;
}
.information-box ul.yun-ulnav {
  width: 80px;
  height: auto;
  position: absolute;
  left: -120px;
  top: -8px;
}
.information-box ul.yun-ulnav li {
  line-height: 44px;
  font-size: 14px;
  text-align: right;
  font-family: "微软雅黑";
  font-weight: 700;
  cursor: pointer;
}
.information-box ul.yun-ulnav li .arrow-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.information-box ul.yun-ulnav li:hover {
  color: #354ca3;
}
.information-box ul.yun-ulnav li:hover .arrow-icon {
  color: #354ca3;
}
.information-box ul.yun-ulnav .current {
  color: #354ca3;
}
.information-box ul.yun-ulnav .current .arrow-icon {
  color: #354ca3;
}
.information-box .information-left {
  width: 65.7%;
  height: auto;
  float: left;
  zoom: 1;
}
.information-box .information-left .yun-inforbox {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 32px;
}
.information-box .information-left .yun-inforbox ol.posi-ol {
  position: absolute;
  left: auto!important;
  right: 24px!important;
  bottom: 8px;
  width: auto!important;
  margin-left: 0;
}
.information-box .information-left .yun-inforbox ol.posi-ol li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  filter: alpha(opacity=60);
  background-color: rgba(255, 255, 255, 0.6);
  _background: #fff;
  _filter: alpha(opacity=60);
  border: 0;
  margin: 0;
  margin: 0 2px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  /* Safari */
}
.information-box .information-left .yun-inforbox ol.posi-ol li.active {
  width: 16px;
  background-color: #fff;
  margin: 0;
}
.information-box .information-left .yun-inforbox .carousel-inner .item {
  heigth: 400px!important;
  overflow: hidden;
}
.information-box .information-left .yun-inforbox .carousel-inner .item img {
  width: 100%;
  height: 400px;
}
.information-box .information-left .yun-inforbox .carousel-inner .item .title {
  width: 100%;
  height: 60px;
  background: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  _background: #000;
  _filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 24px;
  font-size: 16px;
}
.information-box .information-left .yun-infortab {
  width: 100%;
  height: auto;
  position: relative;
}
.information-box .information-left .yun-infortab .yun-tab-box {
  width: 100%;
  height: auto;
  display: none;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav {
  border-top: 2px solid #354ca3;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  background-color: #fff;
  z-index: 999;
  width: 100%;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li {
  padding: 0;
  margin: 0 16px;
  border: 0;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li a {
  display: inline-block;
  width: auto;
  height: 52px;
  line-height: 52px;
  padding: 0;
  margin-right: 0;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  border: 0;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li a:hover {
  background-color: #fff;
  color: #354ca3;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li.active {
  padding: 0;
  margin: 0 16px;
  border: 0;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li.active a {
  color: #354ca3;
  border: 0;
  padding: 0;
  margin: 0;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li:hover {
  background-color: #fff;
  padding: 0;
  border: 0;
  margin: 0 16px;
}
.information-box .information-left .yun-infortab .yun-tab-box ul.yun-infor-tabnav li:hover a {
  border: 0;
  padding: 0;
  margin: 0;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .keyword-box {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #fff;
  z-index: 999;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .keyword-box span {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 0 16px;
  margin-right: 8px;
  background-color: #eee;
  color: #666;
  font-family: "微软雅黑";
  text-decoration: none;
  cursor: pointer;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .keyword-box span:hover {
  background-color: #354ca3;
  color: #fff;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .keyword-box span.current {
  background-color: #354ca3;
  color: #fff;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box {
  width: 100%;
  height: auto;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li {
  width: 100%;
  height: 248px;
  border-bottom: 1px solid #eee;
  zoom: 1;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li:hover {
  background-color: #f8f8f8;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-left {
  width: 35.6%;
  height: 248px;
  padding: 24px 0;
  overflow: hidden;
  float: left;
  position: relative;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-left span {
  position: absolute;
  left: 16px;
  top: 40px;
  background: #000;
  filter: alpha(opacity=75);
  background-color: rgba(0, 0, 0, 0.75);
  _background: #000;
  _filter: alpha(opacity=75);
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-left img {
  width: 300px;
  height: 200px;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-right {
  width: 62.4%;
  height: 248px;
  float: right;
  position: relative;
  overflow: hidden;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-right h3 {
  line-height: 40px;
  font-size: 24px;
  font-family: "微软雅黑";
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-right h3 a {
  color: #333;
  text-decoration: none;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-right p {
  line-height: 26px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #656565;
  margin: 16px 0;
  padding-right: 8px;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .yun-inforlist-box li .list-right span {
  line-height: 26px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #a6a6a6;
  position: absolute;
  bottom: 24px;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .upload-box {
  width: 100%;
  height: 46px;
  margin: 24px 0;
  text-align: center;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .upload-box a {
  display: inline-block;
  width: 128px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #354ca3;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #354ca3;
  font-size: 16px;
  font-family: "微软雅黑";
  text-decoration: none;
}
.information-box .information-left .yun-infortab .yun-tab-box .tab-pane .upload-box a:hover {
  background-color: #354ca3;
  color: #fff;
}
.information-box .information-left .yun-infortab .dpb {
  display: block;
}
.information-box .information-left .yun-text-box {
  width: 100%;
  height: auto;
}
.information-box .information-left .yun-text-box h1 {
  font-family: "微软雅黑";
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 32px;
  margin-top: 16px;
}
.information-box .information-left .yun-text-box .text-message {
  width: 100%;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.information-box .information-left .yun-text-box .text-message span {
  margin-right: 16px;
}
.information-box .information-left .yun-text-box .text-message span a {
  text-decoration: none;
}
.information-box .information-left .yun-text-box .text-message p {
  margin-top: 56px;
  font-family: "微软雅黑";
  font-size: 16px;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 0;
}
.information-box .information-left .yun-text-box .text-message p b {
  display: inline-block;
  width: 150px;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.information-box .information-left .yun-text-box .text-cell {
  width: 100%;
  height: auto;
  padding-top: 56px;
}
.information-box .information-left .yun-text-box .text-cell img {
  margin: 0 auto;
  margin-bottom: 16px;
}
.information-box .information-left .yun-text-box .text-cell p {
  font-size: 16px;
  line-height: 32px;
  padding: 16px 0;
  font-family: "微软雅黑";
  margin-bottom: 0;
}
.information-box .information-left .yun-text-box .text-cell p span {
  font-weight: 700;
}
.information-box .information-left .yun-text-box .text-cell h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 0;
  font-family: "微软雅黑";
  margin: 0;
}
.information-box .information-left .yun-text-box .text-cell .chart-box {
  width: 100%;
  height: 26px;
  margin-bottom: 64px;
}
.information-box .information-left .yun-text-box .text-cell .chart-box a {
  float: right;
  color: #4f63ae;
  font-size: 16px;
  font-family: "微软雅黑";
}
.information-box .information-left .yun-text-box .declaration-box {
  width: 100%;
  height: 200px;
  border: 1px solid #eee;
  margin: 56px 0;
  padding: 24px;
  font-family: "微软雅黑";
  color: #ccc;
}
.information-box .information-left .yun-text-box .declaration-box h4 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.information-box .information-left .yun-text-box .declaration-box p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.information-box .information-right {
  width: 29.2%;
  height: auto;
  float: right;
}
.information-box .information-right .right-box {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 32px;
  position: relative;
}
.information-box .information-right .right-box .more-icon-box {
  position: absolute;
  right: 16px;
  top: 20px;
  width: 50px;
  height: 40px;
  display: inline-block;
}
.information-box .information-right .right-box .more-icon-box .more-icon {
  width: 3em;
  height: 3em;
  color: #354ca3;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.information-box .information-right .right-box h3 {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #354ca3;
  line-height: 26px;
  text-align: left;
  padding-left: 24px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.information-box .information-right .right-box ul.hot-box {
  width: 88%;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
}
.information-box .information-right .right-box ul.hot-box li {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eee;
}
.information-box .information-right .right-box ul.hot-box li b {
  width: 4px;
  height: 4px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #354ca3;
  position: absolute;
  top: 28px;
  left: -16px;
}
.information-box .information-right .right-box ul.hot-box li a {
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  font-family: "微软雅黑";
}
.information-box .information-right .right-box ul.hot-box li a:hover {
  color: #354ca3;
}
.information-box .information-right .right-box ul.hot-box li:last-of-type {
  margin-bottom: 0;
  border: 0;
}
.information-box .information-right .right-box .word {
  width: 100%;
  margin: 32px 0;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.information-box .information-right .right-box .word p {
  margin-bottom: 0;
}
.information-box .information-right .right-box a.btn-sy {
  width: 160px;
  height: 42px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: 1px solid #354ca3;
  color: #354ca3;
  font-family: "微软雅黑";
  line-height: 42px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.information-box .information-right .right-box a.btn-sy:hover {
  background-color: #354ca3;
  color: #fff;
}
.information-box .information-right .right-box .wx-box {
  margin: 24px 24px 0px 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
.information-box .information-right .right-box .wx-box p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
}
.information-box .information-right .right-box .wx-box img {
  margin-bottom: 8px;
}
.information-box .information-right .right-box .weibo-box p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 24px;
}
.information-box .information-right .right-box .weibo-box p a {
  background: url(/images/weibo.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 62px;
  height: 22px;
  margin-left: 8px;
  float: left;
}
.information-box .information-right .right-box .weibo-box p font {
  font-size: 24px;
  color: #354ca3;
  font-weight: 700;
  margin-left: 8px;
}
.information-box .information-right .right-box .yun-chart-nav {
  padding-top: 24px;
  padding-left: 24px;
  border: 0;
  margin-bottom: 16px;
}
.information-box .information-right .right-box .yun-chart-nav li {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 8px;
}
.information-box .information-right .right-box .yun-chart-nav li a {
  border: 1px solid #eee;
  color: #333333;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #eee;
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  font-family: "微软雅黑";
  text-align: center;
}
.information-box .information-right .right-box .yun-chart-nav li a:hover {
  background-color: #354ca3;
  color: #fff;
}
.information-box .information-right .right-box .yun-chart-nav li.active a {
  background-color: #354ca3;
  color: #fff;
  border: 1px solid #354ca3;
}
.information-box .information-right .right-box .yun-chart {
  width: 100%;
  height: 303px;
  padding: 0 8px;
  overflow: hidden;
}
.information-box .information-right .right-box .yun-chart .yun-chartcell {
  width: 100%;
  height: 303px;
  overflow: hidden;
}
.information-box .yun-chart-box {
  width: 100%;
  height: auto;
  margin-bottom: 56px;
}
.information-box .yun-chart-box .yun-chart-nav {
  padding-top: 24px;
  border: 0;
  margin-bottom: 16px;
}
.information-box .yun-chart-box .yun-chart-nav li {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 8px;
}
.information-box .yun-chart-box .yun-chart-nav li a {
  border: 1px solid #eee;
  color: #333333;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #eee;
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  font-family: "微软雅黑";
  text-align: center;
}
.information-box .yun-chart-box .yun-chart-nav li a:hover {
  background-color: #354ca3;
  color: #fff;
}
.information-box .yun-chart-box .yun-chart-nav li.active a {
  background-color: #354ca3;
  color: #fff;
  border: 1px solid #354ca3;
}
.information-box .yun-chart-box .yun-chart {
  width: 100%;
  height: 732px;
}
.information-box .yun-chart-box .yun-chart .yun-chartcell {
  width: 100%;
  height: 732px;
}
/*云化资讯 end*/
/* banner */
.banner {
  width: 100%;
  height: 400px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.banner .wrap-box {
  width: 1280px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -640px;
  z-index: 99;
}
.banner .wrap-box .fr {
  width: 224px;
  height: 336px;
  background-color: #fff;
  margin-top: 32px;
  overflow: hidden;
}
.banner .wrap-box .fr .img-box {
  width: 100%;
  height: 126px;
  overflow: hidden;
}
.banner .wrap-box .fr .img-box img {
  width: 100%;
  height: 126px;
}
.banner .wrap-box .fr ul.news {
  padding: 6px 6px;
  width: 100%;
  height: 208px;
  background-color: #fff;
  margin-bottom: 0;
  overflow: hidden;
}
.banner .wrap-box .fr ul.news li {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.banner .wrap-box .fr ul.news li a {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
}
.banner .wrap-box .fr ul.news li a:hover {
  color: #354ca3;
}
.banner ol.posi-ol {
  position: absolute;
  left: auto!important;
  right: 248px!important;
  bottom: 16px;
  width: auto!important;
  margin-left: 0;
}
.banner ol.posi-ol li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  filter: alpha(opacity=60);
  background-color: rgba(255, 255, 255, 0.6);
  _background: #fff;
  _filter: alpha(opacity=60);
  border: 0;
  margin: 0;
  margin: 0 2px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  /* Safari */
}
.banner ol.posi-ol li.active {
  width: 16px;
  background-color: #fff;
  margin: 0;
}
.banner .carousel-inner .item {
  heigth: 400px!important;
  width: 100%;
}
.banner .carousel-inner .item img {
  width: 3000px;
  height: 400px!important;
  margin: 0 auto;
  position:relative;
  left:50%;
  margin-left:-1500px;
}
.banner .carousel-inner .item .title {
  width: 100%;
  height: 60px;
  background: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  _background: #000;
  _filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 24px;
  font-size: 16px;
}
/* banner end */


/*table公共样式*/
table {
  text-align: center;
  border-color: #eee!important;
  margin-top: 16px;
  /* margin-bottom: 32px!important; */
  font-family: "微软雅黑";
}
table thead th {
  vertical-align: middle!important;
  text-align: center;
  background-color: #f7f9fc;
  height: 50px;
  border-bottom: 0!important;
  border-color: #eee!important;
  color: #333333;
  font-size: 14px;
}
table tbody td {
  vertical-align: middle!important;
  text-align: center;
  height: 54px;
  border-color: #eee!important;
  font-size: 14px;
  position: relative;
}
table tbody td:nth-of-type(1){
	padding-left:34px;
}
table tbody td a.view-btn {
  display: inline-block;
  width: 88px;
  height: 36px;
  color: #354ca3;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
table tbody td a.view-btn:hover {
  background-color: #354ca3;
  color: #fff;
}
table tbody td span.lab-tb {
  position: absolute;
  padding: 4px 7px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  left: 2px;
  top: 15px;
}
table thead.bdn th {
  height: 54px;
}
table tbody.bdn td {
  border: 0!important;
  height: 54px;
}
.table-hover tbody tr:hover {
  background: #F7F9FC;
  box-shadow: 0 1px 0 0 #EEEEEE;
}
.table-hover tbody tr:hover a.view-btn {
  display: inline-block;
  width: 88px;
  height: 36px;
  background-color: #354ca3;
  color: #fff;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff!important;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9!important;
}
/* 分页样式 css */
.pages {
  width: 100%;
  height: auto;
  line-height: 30px;
  overflow: hidden;
  text-align: right;
  margin: 0 auto;
  padding-bottom: 56px;
}
.pages span.omit {
  width: 24px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  margin-right: 5px;
  color: #333;
}
.pages span.omit b {
  width: 2px;
  height: 2px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #333333;
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 4px;
}
.pages span.amount {
  margin-left: 16px;
  font-family: "微软雅黑";
}
.pages a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  margin-left: -1px;
  color: #333;
  font-family: "微软雅黑";
}
.pages a:hover {
  background: #354ca3;
  color: #fff;
  text-decoration: none!important;
}
.pages a.current {
  background: #eee;
  color: #333;
  text-decoration: none!important;
}
.pages .previous-page,
.pages .next-page {
  width: 90px;
  height: 48px;
}
.pages .apostrophe {
   /*  float: left;
    line-height: 14px;
    padding: 14px 15px;
    width: 48px;
    height: 48px; */
    
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #fff;
  /*   border: 1px solid #dedede; */
    text-align: center;
    line-height: 48px;
    font-size: 14px;
   
    color: #333;
    font-family: "微软雅黑"
}
/*table公共样式end*/
/* 弹窗*/
.popup-box {
  width: 540px;
  height: auto;
  margin: 0 auto;
}
.popup-box ul {
  padding: 30px 10px;
  height: auto;
}
.popup-box ul li {
  width: 100%;
  height: 60px;
  font-family: "微软雅黑";
}
.popup-box ul li label {
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 14px;
  font-family: "微软雅黑";
  padding-right: 8px;
}
.popup-box ul li input {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada;
}
.popup-box ul li a.btn-yzm {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #354ca3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 10px;
}
.popup-box ul li a.btn-yzm:hover {
  background-color: #4f63ae;
}
.popup-box .btn-box {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "微软雅黑";
}
.popup-box .btn-box a {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #354ca3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 10px;
}
.popup-box .btn-box a:hover {
  background-color: #4f63ae;
}
.popup-box .btn-box p {
  line-height: 40px;
}
/* 弹窗 end */
/* 信息筛选栏 */
.sort-box {
  width: 100%;
  padding-bottom: 16px;
}
.sort-box .sort-cell {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.sort-box .sort-cell span {
  width: 8%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: left;
}
.sort-box .sort-cell ul {
  width: 86%;
  height: auto;
  float: left;
}
.sort-box .sort-cell ul li {
  float: left;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: auto;
  color: #dedede;
}
.sort-box .sort-cell ul li a {
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
  margin: 0 20px;
}
.sort-box .sort-cell ul li a:hover {
  background-color: #f8f8f8;
}
.sort-box .sort-cell ul li a.current {
  background-color: #354ca3;
  color: #fff;
}
.sort-box .sort-cell a.more {
  color: #354ca3;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
}
.sort-box .sort-cell a.more:hover {
  background-color: #fff;
}
.sort-box .sort-cell a.more .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.sort-box .sort-cell a.more .icon02 {
  display: none;
}
.sort-box .sort-inpbox{
	width:100%;
	height:68px;
	line-height:78px;
	border-top:1px dashed #eee;
}
.sort-box .sort-inpbox input{
	width:200px;
	height:32px;
	border-radius:4px;
	border:1px solid #eee;
	margin-right:24px;
	padding:0 8px;
}
.sort-box .sort-inpbox a{
	margin: 0;
    padding: 0;
    background: #354ca3;
    border-radius: 4px;
    width: 60px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration:none;
}
.sort-box .sort-inpbox a:hover {
  background-color: #2a3c90;
}
/* 信息筛选栏 end*/
/* 供应 求购 */
.maincontent-box {
  background-color: #f7f9fc;
  width: 100%;
  height: auto;
  padding: 1px;
}
.maincontent-box .tab-box {
  width: 100%;
  height: 92px;
  line-height: 92px;
}
.maincontent-box .tab-box a {
  display: inline-block;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  margin-right: 32px;
  text-decoration: none;
  font-weight: 700;
}
.maincontent-box .tab-box a:hover {
  color: #354ca3;
}
.maincontent-box .tab-box a.current {
  color: #354ca3;
}
.maincontent-box .tab-box a.btn-box {
  display: inline-block;
  width: 120px;
  height: 46px;
  font-size: 18px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #cff;
  line-height: 46px;
  text-align: center;
  float: right;
  color: #fff;
  background: #ff9b58;
  background: -moz-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #ff9b58), color-stop(100%, #fd3345));
  background: -webkit-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -o-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -ms-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: linear-gradient(to -45deg, #ff9b58 0%, #fd3345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b58', endColorstr='#fd3345', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  margin-top: 24px;
  text-shadow: 0 4px 8px #D70110;
  margin-right: 0;
}
.maincontent-box .tab-box a.btn-box:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.maincontent-box ul.maincontent-ul {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
}
.maincontent-box ul.maincontent-ul li {
  float: left;
  width: 23.5%;
  height: auto;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.maincontent-box ul.maincontent-ul li b.b01 {
  position: absolute;
  top: 218px;
  left: -7px;
  width: 14px;
  height: 14px;
  background-color: #F7F9FC;
  border-radius: 50%;
}
.maincontent-box ul.maincontent-ul li b.b02 {
  position: absolute;
  top: 218px;
  right: -7px;
  width: 14px;
  height: 14px;
  background-color: #F7F9FC;
  border-radius: 50%;
}
.maincontent-box ul.maincontent-ul li:hover {
  box-shadow: 0 10px 20px 0 rgba(53, 76, 163, 0.1);
}
.maincontent-box ul.maincontent-ul li .main-cell-top {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #dedede;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .lab-box {
  width: 100%;
  height: auto;
  line-height: 24px;
  padding: 16px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .lab-box span.lab {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  margin-right: 4px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .lab-box span.lab-border {
  border: 1px solid #dedede;
  color: #999;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .lab-box p {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-align: left;
  color: #333;
  line-height: 48px;
  height: 48px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top h2 {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  padding-top: 24px;
  font-weight: bold;
}
.maincontent-box ul.maincontent-ul li .main-cell-top p {
  text-align: center;
  line-height: 32px;
  height: 32px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top p.font-red {
  color: #FF2020;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-bottom: 36px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top p.font-red span {
  font-size: 14px;
  font-weight: normal;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box {
  width: 100%;
  height: 202px;
  background: #777 ;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box .posi-ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 202px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box h2 {
  padding-top: 36px;
  font-weight: normal;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box p {
  height: 24px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box p.font-l {
  font-size: 24px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box p.font-l span {
  font-size: 14px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box p.font-s {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  height: 36px;
}
.maincontent-box ul.maincontent-ul li .main-cell-top .dim-box img {
  width: 100%;
  height: 202px;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom {
  width: 100%;
  height: auto;
  padding: 8px 16px;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom p {
  line-height: 40px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom p .icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #b3bbdc;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom a {
  width: 122px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  text-shadow: 0 4px 8px #D70110;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #ff9b58;
  background: -moz-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #ff9b58), color-stop(100%, #fd3345));
  background: -webkit-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -o-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -ms-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: linear-gradient(to -45deg, #ff9b58 0%, #fd3345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b58', endColorstr='#fd3345', GradientType=0);
  text-decoration: none;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom a:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom a.stop-btn {
  box-shadow: 0 8px 20px 0 rgba(45, 40, 140, 0.25);
  background: #7281BA;
  text-shadow: 0 4px 8px #415396;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul {
  width: 100%;
  height: 76px;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul li {
  width: 33%;
  height: 60px;
  float: left;
  margin: 0;
  text-align: left;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul li:hover {
  box-shadow: none;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul li p {
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 12px;
  color: #999;
  font-weight: bold;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul li p span.font-s {
  font-size: 12px;
}
.maincontent-box ul.maincontent-ul li .main-cell-bottom ul.sun-ul li p.font-l {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.maincontent-box ul.maincontent-ul li.stop {
  opacity: 0.6;
  cursor: auto;
}
.maincontent-box ul.maincontent-ul li.stop:hover {
  box-shadow: none;
}
/* 供应 求购 end*/
/* 云市场-列表 */
.maincontent-box .yun-mark-list {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 56px;
  padding: 24px;
}
.maincontent-box .yun-mark-list .select-box {
  width: 100%;
  height: 56px;
  color: #dedede;
  background-color: #f8f8f8;
}
.maincontent-box .yun-mark-list .select-box input {
  margin: 0 16px;
  width: 108px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 8px;
  color: #333;
}
.maincontent-box .yun-mark-list .select-box a.btn-qd {
  margin: 0;
  padding: 0;
  background: #354ca3;
  border-radius: 4px;
  width: 60px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.maincontent-box .yun-mark-list .select-box a.btn-qd:hover {
  background-color: #2a3c90;
}
.maincontent-box .yun-mark-list .select-box a {
  padding: 10px;
  line-height: 56px;
  margin: 0 24px;
  text-decoration: none;
}
.maincontent-box .yun-mark-list .select-box a.btn-box {
  width: 160px;
  height: 56px;
  margin: 2px;
  padding: 0;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  background: #ff9b58;
  background: -moz-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #ff9b58), color-stop(100%, #fd3345));
  background: -webkit-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -o-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: -ms-linear-gradient(-45deg, #ff9b58 0%, #fd3345 100%);
  background: linear-gradient(to -45deg, #ff9b58 0%, #fd3345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b58', endColorstr='#fd3345', GradientType=0);
  font-size: 18px;
  color: #fff;
  text-shadow: 0 4px 8px #D70110;
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
}
.maincontent-box .yun-mark-list .select-box a.btn-box:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
/* 云市场-列表 end*/
/* 团购-列表 */
.maincontent-box ul.tangou-ul {
  width: 100%;
  height: auto;
  padding-top: 72px;
  margin-bottom: 56px ;
  /* overflow: hidden; */
}
.maincontent-box ul.tangou-ul li {
  width: 100%;
  height: 225px;
  background: #fff;
  margin-top: 32px;
}
.maincontent-box ul.tangou-ul li:hover {
  box-shadow: 0 10px 20px 0 rgba(53, 76, 163, 0.1);
}
.maincontent-box ul.tangou-ul li .fl {
  width: 77%;
  height: 225px;
  background-color: #fff;
  overflow: hidden;
}
.maincontent-box ul.tangou-ul li .fl h1 {
  font-size: 24px;
  line-height: 56px;
  padding: 20px 0 30px 20px;
}
.maincontent-box ul.tangou-ul li .fl h1 span {
  margin-left: 16px;
}
.maincontent-box ul.tangou-ul li .fl h1 span.lab {
  float: right;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 100px 0 0 100px;
  margin-top: 8px;
}
.maincontent-box ul.tangou-ul li .fl ul.fl-ul {
  width: 100%;
  height: auto;
  padding-left: 40px;
  overflow: hidden;
}
 .maincontent-box ul.tangou-ul li .fl ul.fl-ul li {
  float: left;
  width: auto;
  height: 60px;
  margin-right: 60px;
} 
.maincontent-box ul.tangou-ul li .fl ul.fl-ul li:hover {
  box-shadow: none;
}
.maincontent-box ul.tangou-ul li .fl ul.fl-ul li p {
  line-heigh: 36px;
  height: 36px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.maincontent-box ul.tangou-ul li .fl ul.fl-ul li span {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #999;
}
.maincontent-box ul.tangou-ul li .fr {
  width: 23%;
  height: 225px;
  background-color: #F8F8F8;
  text-align: center;
}
.maincontent-box ul.tangou-ul li .fr span.line-through {
  text-decoration: line-through;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
}
.maincontent-box ul.tangou-ul li .fr span.red {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 24px;
}
.maincontent-box ul.tangou-ul li .fr span.red span.font-s {
  font-size: 14px;
}
.maincontent-box ul.tangou-ul li .fr span.renshu {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #999;
}
.maincontent-box ul.tangou-ul li .fr a {
  display: inline-block;
  width: 170px;
  height: 50px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  color: #fff;
  text-shadow: 0 4px 8px #D70110;
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 14px 0 0 0;
  text-decoration: none;
}
.maincontent-box ul.tangou-ul li .fr a:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.maincontent-box ul.tangou-ul li .fr a.opacity-type {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  /*alan.pan 对团购 已经结束 立即抢购按钮a标签 加上 手型 */
  cursor:pointer;
  /* cursor: default; */
}
/* 团购-列表 */
/* 阳光采购banner */
.sun-banner {
  width: 100%;
  height: 400px;
  background-image: linear-gradient(-140deg, #fc6060 0%, #ffb086 42%, #ffb588 45%, #ff6c54 100%);
}
.sun-banner .wrap {
  position: relative;
}
.sun-banner .sun-ban {
  width: 100%;
  height: 400px;
  margin-top: 56px;
  background-color: #000;
  z-index: 999;
  position: absolute;
  box-shadow: 0 10px 20px 0 rgba(53, 76, 163, 0.1);
}
.sun-banner .sun-ban .item img {
  height: 400px;
  width: 1280px;
}
.sun-banner .sun-ban ol.posi-ol {
  position: absolute;
  left: auto!important;
  right: 16px!important;
  bottom: 16px;
  width: auto!important;
  margin-left: 0;
}
.sun-banner .sun-ban ol.posi-ol li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  filter: alpha(opacity=60);
  background-color: rgba(255, 255, 255, 0.6);
  _background: #fff;
  _filter: alpha(opacity=60);
  border: 0;
  margin: 0;
  margin: 0 2px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  /* Safari */
}
.sun-banner .sun-ban ol.posi-ol li.active {
  width: 16px;
  background-color: #fff;
  margin: 0;
}
.sun-banners {
  background-image: linear-gradient(140deg, #84fab0 0%, #3194fc 48%, #4d98e6 100%);
}
/* 阳光采购banner end*/
/*首页 */
.section-box {
  width: 100%;
  height: auto;
  margin-top: 48px;
}
.section-box .wrap {
  position: relative;
}
.section-box ul.yun-ulnav {
  width: 80px;
  height: auto;
  position:absolute;
  left:50%;
  top:0;
  margin-left: -780px;
  z-index: 999;
}
.section-box ul.yun-ulnav li {
  line-height: 44px;
  font-size: 14px;
  text-align: right;
  font-family: "微软雅黑";
  font-weight: 700;
  cursor: pointer;
}
.section-box ul.yun-ulnav li .arrow-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  opacity:0;
  cursor: pointer;
}
.section-box ul.yun-ulnav li:hover {
  color: #354ca3;
}
.section-box ul.yun-ulnav li:hover .arrow-icon {
  color: #354ca3;
  opacity:1;
}
.section-box ul.yun-ulnav .current {
  color: #354ca3;
}
.section-box ul.yun-ulnav .current .arrow-icon {
  color: #354ca3;
  opacity:1;
}
.section-box .section {
  width: 100%;
  height: 489px;
  margin: 48px 0;
}
.section-box .section .section-left {
  width: 17.5%;
  height: 489px;
  float: left;
  position: relative;
  z-index: 9;
}
.section-box .section .section-left .section-top {
  width: 100%;
  height: auto;
}
.section-box .section .section-left .section-top h1 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  line-height: 48px;
  padding-left: 24px;
  font-size: 34px;
  color: #fff;
}
.section-box .section .section-left .section-top p {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  padding-left: 24px;
  font-size: 16px;
}
.section-box .section .section-left .section-top a {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  padding-left: 26px;
  text-decoration: none;
}
.section-box .section .section-left .section-top span {
  width: 76%;
  height: 1px;
  display: block;
  margin: 24px auto;
  position: relative;
}
.section-box .section .section-left .section-top span b {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -2px;
}
.section-box .section .section-left .section-top span.one {
  background-image: linear-gradient(90deg, #ffffff 1%, #5583d4 100%);
}
.section-box .section .section-left .section-top span.two {
  background-image: linear-gradient(90deg, #ffffff 1%, #55d479 100%);
}
.section-box .section .section-left .section-top span.three {
  background-image: linear-gradient(90deg, #ffffff 1%, #ffbb08 100%);
}
.section-box .section .section-left .section-top span.four {
  background-image: linear-gradient(90deg, #ffffff 1%, #fa6d49 100%);
}
.section-box .section .section-left .section-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 14px;
}
.section-box .section .section-left .section-bottom p {
  padding-left: 22px;
  margin:0;
}
.section-box .section .section-left .section-bottom p span {
  display: inline-block;
  padding: 4px 12px;
  background: #000;
  filter: alpha(opacity=10);
  background-color: rgba(0, 0, 0, 0.1);
  _background: #000;
  _filter: alpha(opacity=10);
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin:4px 0;
  margin-right: 8px;
}
.section-box .section .section-left .section-bottom p span a {
  text-decoration: none;
  color: #fff;
}
.section-box .section .section-right {
  width: 82.5%;
  height: 489px;
  border: 1px solid #eee;
  border-top: 1px solid #66A0EE;
  float: left;
  border-left: 0;
}
.section-box .section .section-right .section-top {
  width: 100%;
  height: 55px;
  background-color: #f8f8f8;
}
.section-box .section .section-right .section-top ul {
  width: 100%;
  height: 55px;
  margin-left: -1px;
}
.section-box .section .section-right .section-top ul li {
  width: 130px;
  height: 55px;
  line-height: 55px;
  float: left;
}
.section-box .section .section-right .section-top ul li a {
  display: inline-block;
  width: 130px;
  text-align: center;
  height: 14px;
  line-height: 14px;
  border-left: 1px solid #dedede;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.section-box .section .section-right .section-top ul li a span {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 56px;
  display: none;
}
.section-box .section .section-right .section-top ul li:hover a {
  color: #354ca3;
}
.section-box .section .section-right .section-top ul li:hover a span {
  display: block;
}
.section-box .section .section-right .section-top ul li.current a {
  color: #354ca3;
}
.section-box .section .section-right .section-top ul li.current a span {
  display: block;
}
.section-box .section .section-right .section-top ul.two li:hover a {
  color: #36A26D;
}
.section-box .section .section-right .section-top ul.two li.current a {
  color: #36A26D;
}
.section-box .section .section-right .section-top ul.three li:hover a {
  color: #FF9400;
}
.section-box .section .section-right .section-top ul.three li.current a {
  color: #FF9400;
}
.section-box .section .section-right ul.ul-one {
  width: 100%;
  height: auto;
}
.section-box .section .section-right ul.ul-one li {
  width: 50%;
  height: 217px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
}
.section-box .section .section-right ul.ul-one li .fl {
  width: 60%;
  height: 217px;
}
.section-box .section .section-right ul.ul-one li .fl h2 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  line-height: 48px;
  padding-left: 32px;
  font-weight: bold;
}
.section-box .section .section-right ul.ul-one li .fl h2 span {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  margin-left: 8px;
}
.section-box .section .section-right ul.ul-one li .fl p {
  padding-left: 32px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  line-height: 32px;
}
.section-box .section .section-right ul.ul-one li .fl p .icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.section-box .section .section-right ul.ul-one li .fl p.gray {
  line-height: 56px;
  color: #999;
}
.section-box .section .section-right ul.ul-one li .fr {
  width: 40%;
  height: 217px;
  padding-right:32px;
}
.section-box .section .section-right ul.ul-one li .fr p {
  height: 90px;
  padding-top:26px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: red;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.section-box .section .section-right ul.ul-one li .fr p span {
  font-size: 14px;
  font-weight: normal;
}
.section-box .section .section-right ul.ul-one li .fr a {
  display: block;
  width: 122px;
  height: 46px;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  line-height: 46px;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 40px;
  text-shadow: 0 4px 8px #D70110;
  float:right;
}
.section-box .section .section-right ul.ul-one li .fr a:hover {
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.35);
}
.section-box .section .section-right ul.ul-one li .fr a.stop {
  background: #7281BA;
  box-shadow: 0 8px 20px 0 rgba(45, 40, 140, 0.25);
  color: #fff;
  text-shadow: 0 4px 8px #415396;
}
.section-box .section .section-right ul.ul-two {
  width: 100%;
  height: auto;
}
.section-box .section .section-right ul.ul-two li {
  width: 25%;
  height: 244px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  position: relative;
  cursor: pointer;
}
.section-box .section .section-right ul.ul-two li:hover {
  box-shadow: 0 10px 20px 0 rgba(53, 76, 163, 0.1);
}
.section-box .section .section-right ul.ul-two li span.lab {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  border-radius: 100px 0 0 100px;
  display: inline-block;
  width: 72px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 26px;
}
.section-box .section .section-right ul.ul-two li h2 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  line-height: 32px;
  min-height: 90px;
}
.section-box .section .section-right ul.ul-two li h2.blue {
  color: #354ca3;
}
.section-box .section .section-right ul.ul-two li p {
  padding-left: 20px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
}
.section-box .section .section-right ul.ul-two li p span {
  font-size: 14px;
}
.section-box .section .section-right ul.ul-two li p.red {
/*   margin-top: 30px; */
  color: red;
  font-size: 24px;
  font-weight: bold;
}
.section-box .section .section-right ul.ul-two li p.gray {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.section-box .section .section-right ul.ul-two li .time {
  margin: 16px 20px 0 20px;
  border-top: 1px solid #eee;
  height: 34px;
  line-height: 34px;
  padding-top: 10px;
}
.section-box .section .section-right ul.ul-two li .time span {
  float: right;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.section-box .section .section-right ul.ul-two li .time span .icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #999;
  margin-right: 4px;
}
.section-box .section .section-right ul.ul-two li .time span small {
  color: red;
  margin: 0 2px;
}
.news-box {
  width: 100%;
  height: 394px;
  padding: 48px 0;
  background-color: #f8f8f8;
}
.news-box .news {
  width: 100%;
  height: 298px;
  background-color: #fff;
  overflow: hidden;
}
.news-box .news .fl {
  width: 60%;
  height: 298px;
  border-right: 2px solid #f8f8f8;
  padding: 24px;
}
.news-box .news .fl .tab {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
.news-box .news .fl .tab a {
  displau: inline-block;
  margin-right: 48px;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
}
.news-box .news .fl .tab a:hover {
  color: #354ca3;
}
.news-box .news .fl .tab a.current {
  color: #354ca3;
}
.news-box .news .fl .news-cell {
  width: 100%;
  height: 200px;
}
.news-box .news .fl .news-cell .news-img {
  width: 40%;
  height: 200px;
  overflow: hidden;
  float: left;
}
.news-box .news .fl .news-cell .news-img img {
  width: 300px;
  height: 200px;
}
.news-box .news .fl .news-cell .news-text {
  width: 60%;
  height: 200px;
  float: left;
  overflow:hidden;
}
.news-box .news .fl .news-cell .news-text h2 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 18px;
  margin: 0;
  padding-left: 24px;
}
.news-box .news .fl .news-cell .news-text h2 a {
  color: #333;
  text-decoration: none;
}
.news-box .news .fl .news-cell .news-text h2 a:hover {
  color: #354ca3;
}
.news-box .news .fl .news-cell .news-text h3 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 14px;
  margin: 0;
  padding-left: 24px;
  color: #999;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.news-box .news .fl .news-cell .news-text p {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  padding-left: 24px;
  line-height: 27px;
}
.news-box .news .fl .news-cell .news-text p a {
  color: #333;
  text-decoration: none;
}
.news-box .news .fl .news-cell .news-text p a:hover {
  color: #354ca3;
}
.news-box .news .fr {
  width: 40%;
  height: 274px;
  padding-bottom: 24px;
  overflow: hidden;
}
.news-box .news .fr h2 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  padding: 24px;
  margin: 0;
}
.news-box .news .fr p {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  line-height: 22px;
  padding: 4px 24px;
  width:100%;
  height:24px;
  margin-bottom:6px;
  overflow:hidden;
}
.news-box .news .fr p a {
  color: #333;
  text-decoration: none;
}
.news-box .news .fr p a:hover {
  color: #354ca3;
}
/*首页 end*/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: none!important;
  height: auto;
}
/*资讯搜索页*/
.info-search {
  width: 100%;
  height: 200px;
  background-color: #f7f9fc;
  margin-bottom: 48px;
  padding: 60px 0;
}
.info-search .search-box {
  width: 80%;
  height: 80px;
  margin: 0px auto;
}
.info-search .search-box input {
  width: 86%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #eee;
  padding: 16px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  float: left;
  border-right: 0;
}
.info-search .search-box input:focus {
  border: 1px solid #354ca3;
  border-right: 0;
}
.info-search .search-box span {
  display: inline-block;
  width: 12%;
  height: 48px;
  background: #354ca3;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 2px 4px 4px 2px;
}
.info-search .search-box span .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.info-search .tips {
  width: 80%;
  height: 30px;
  text-align: right;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  margin: 0 auto;
}
.info-search .tips span {
  color: #354ca3;
}
/*资讯搜索页 end*/
/*搜索结果页*/
.wrap-boxs{
	width:100%;
	height:auto;
	margin-bottom:56px;
	padding:124px 0;
}
.search-result {
  width: 100%;
  height: auto;
  background-size: 40%;
  text-align: center;
  padding: 48px 0;

}
.search-result img {
  display: inline-block;
  width: 46%;
}
.search-result p {
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
  margin-top: 48px;
}
/*搜索结果页 end*/
























.wrap {
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .wrap {
    width: 1280px;
  }
  .head-two .nav li a {
    padding: 0px 24px;
  }
  .head-two .nav {
    width: 58%;
  }
  .information-box ul.yun-ulnav{
  	margin-left: -780px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .wrap {
    width: 1280px;
  }
  .head-two .nav li a {
    padding: 0px 12px;
  }
  .head-two .nav {
    width: 54%;
  }
  .section-box .section .section-right ul.ul-two li h2 {
    font-size: 14px;
  }
  .information-box ul.yun-ulnav{
  	margin-left: -640px;
  }
}
@media (max-width: 1439px) {
  .wrap {
    width: 1124px;
  }
  .head-two .nav li a {
    padding: 0px 8px;
  }
  .head-two .nav {
    width: 52%;
  }
  .section-box .section .section-right ul.ul-two li h2 {
    font-size: 14px;
  }
  .information-box ul.yun-ulnav{
  	margin-left: -460px;
  }
  .section-box .section .section-right ul.ul-one li .fr p{
  	font-size:20px;
  }
}




.gradual-violet {
  background: #ff9b58;
  background: -moz-linear-gradient(-45deg, #bc88ff 0%, #8654ef 100%);
  background: -webkit-gradient(linear, -45deg, left bottom, color-stop(0%, #bc88ff), color-stop(100%, #8654ef));
  background: -webkit-linear-gradient(-45deg, #bc88ff 0%, #8654ef 100%);
  background: -o-linear-gradient(-45deg, #bc88ff 0%, #8654ef 100%);
  background: -ms-linear-gradient(-45deg, #bc88ff 0%, #8654ef 100%);
  background: linear-gradient(to -45deg, #bc88ff 0%, #8654ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc88ff', endColorstr='#8654ef', GradientType=0);
}
:root .gradual-violet {
  filter: none;
}
.section .section-right .news-div {
  width: 100%;
  height: 486px;
}
.section .section-right .news-div .news-cell {
  width: 33%;
  float: left;
  height: 486px;
  overflow: hidden;
  border-right: 1px solid #eee;
}
.section .section-right .news-div .news-cell h3 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  padding: 0 16px;
  width: 100%;
  font-size: 18px;
  margin: 0;
  height: 66px;
  line-height: 66px;
}
.section .section-right .news-div .news-cell .pic-box {
  width: 100%;
  height: 210px;
  padding: 0 16px;
  overflow: hidden;
}
.section .section-right .news-div .news-cell .pic-box img {
  width: 100%;
  max-height: 210px;
}
.section .section-right .news-div .news-cell ul.news-headline {
  width: 100%;
  height: 208px;
  margin: 0;
  overflow: hidden;
  padding: 4px 16px;
}
.section .section-right .news-div .news-cell ul.news-headline li {
  width: 100%;
  height: 32px;
  overflow: hidden;
}
.section .section-right .news-div .news-cell ul.news-headline li a {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  text-decoration: none;
}
.section .section-right .news-div .news-cell ul.news-headline li a:hover {
  color: #354ca3;
}
.section .section-right .news-div .news-cell .news {
  width: 100%%;
  height: 242px;
}
.section .section-right .news-div .news-cell .news h3 {
  display: inline-block;
  width: 93%;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding: 0;
  margin: 0 16px;
}
.section .section-right .news-div .news-cell .news ul.news-headline {
  padding-right: 8px;
}
.section .section-right .news-div .news-cell .news ul.news-headline li a {
  width: 64%;
}
.section .section-right .news-div .news-cell .news ul.news-headline li span {
  float: right;
  line-height: 32px;
}

.section-box .section .section-left .section-top span.five {
  background-image: linear-gradient(90deg, #ffffff 1%, #a673f9 100%);
}
