

body {
  background: #fbfbfb;
  padding-bottom: 0 !important;
}

.footer {
  position: static !important;
}

.wrap_border {
  width: 1164px;
}

.border-wrap {
  border: 1px solid #E3E3E3;
}

/*轮播*/
.slideBox {
  width: 100%;
  height: 427px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
}

.slideBox .hd ul li.on {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  height: 424px;
  width: 100%;
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .wrap {
  z-index: 1;
  padding-left: 210px;
  position: relative;
}

.banner .bd {
  width: 100%;
}

.banner #home-login {
  position: absolute;
  width: 260px;
  height: 355px;
  overflow: hidden;
  right: 0px;
  top: -390px;
  background: url("../image/login_bg.png") no-repeat center center;
}

.banner #home-login .login-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner #home-login .login-wrap .login-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner #home-login .login-wrap .login-content .welcome {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.banner #home-login .login-wrap .login-content .welcome .person-img {
  width: 120px;
  /* padding-left: 25px; */
  padding-top: 8px;
}

.banner #home-login .login-wrap .login-content .welcome .person-img img {
  width: 60px;
  /* height: 65px; */
  border-radius: 50%;
}

.banner #home-login .login-wrap .login-content .welcome .welcome-info {
  font-size: 18px;
  color: #50596c;
  padding-top: 10px;
  /* padding-left: 10px; */
  /* padding-right: 12px; */
  box-sizing: border-box;
}

.banner #home-login .login-wrap .login-content .welcome .welcome-info h2 {
  font-size: 18px;
  line-height: 1.5;
}

.banner #home-login .login-wrap .login-content .btn-box {
  text-align: center;
  width: 100%;
  padding: 0 0 10px 0;
  height: 60px;
  line-height: 60px;
}

.banner #home-login .login-wrap .login-content .btn-box span {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
}

.banner #home-login .login-wrap .login-content .btn-box #logout {
  background: #2A66A1 !important;
}

.banner #home-login .login-wrap .login-content .btn-box #logout:hover {
  background: #0F6ECD !important;
}

.banner #home-login .login-wrap .login-content .btn-box button {
  margin-top: 10px;
  cursor: pointer;
  width: 100px;
  height: 32px;
  line-height: 28px;
  outline: 0 none;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.banner #home-login .login-wrap .login-content .btn-box #banner-login {
  background: #02489E;
}

.banner #home-login .login-wrap .login-content .btn-box #banner-register {
  background: #CBD8EB;
  color: #004B97;
}

.banner #home-login .login-wrap .login-content .banner-notice {
  width: 100%;
  padding: 5px 20px 0;
}

.banner #home-login .login-wrap .login-content .banner-notice .hd {
  position: relative;
  top: -2px;
}

.banner #home-login .login-wrap .login-content .banner-notice .hd ul {
}

.banner #home-login .login-wrap .login-content .banner-notice .hd li {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #515151;
  float: left;
  cursor: pointer;
  width: 50%;
}

.banner #home-login .login-wrap .login-content .banner-notice .hd li.on span {
  display: inline-block;
  position: relative;
  bottom: -1px;
}

.banner #home-login .login-wrap .login-content .banner-notice .bd {
  width: 100%;
}

.banner #home-login .login-wrap .login-content .banner-notice ul {}

.banner #home-login .login-wrap .login-content .banner-notice ul li {
  font-size: 12px;
  color: #3f3f3f;
  line-height: 32px;
}

.banner #home-login .login-wrap .login-content .banner-notice ul li a {
  color: #3f3f3f;
}

.banner #home-login .login-wrap .login-content .banner-notice ul li a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777777;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.banner #home-login .login-wrap .login-content .banner-notice .my-tool {
  display: none;
  text-align: center;
  color: #3d3d3d;
  font-size: 14px;
}

.banner #home-login .login-wrap .login-content .banner-notice .my-tool .tip {
  line-height: 40px;
}

.banner #home-login .login-wrap .login-content .banner-notice .my-tool img {
  width: 160px;
}

.latest-news {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
}

.latest-news .latest-news-content {
  height: 35px;
  width: 100%;
  background: #fff;
  line-height: 35px;
}

.latest-news .latest-news-content .icon {
  width: 35px;
}

.latest-news .latest-news-content .icon img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 7px auto;
  position: relative;
  top: 2px;
}

.latest-news .latest-news-content .txtMarqueeSlide {
  width: 1125px;
  height: 35px;
  overflow: hidden;
}

.latest-news .latest-news-content .txtMarqueeSlide .bd ul {
  height: 35px;
  width: 100%;
}

.latest-news .latest-news-content .txtMarqueeSlide .bd ul li {
  width: auto;
  text-align: left;
}

.home-title {
  margin: 0 5px;
  height: 38px;
  line-height: 38px;
  color: #515151;
}

.home-title span {
  float: left;
}

.home-title .title-icon {
  width: 38px;
  height: 38px;
  display: block;
  background: url("../image/home_con.png");
}

.home-title .icon1 {
  background-position: 0 2px;
}

.home-title .icon2 {
  background-position: 0 -38px;
}

.home-title .icon3 {
  background-position: 0 -75px;
}

.home-title .icon4 {
  background-position: 0 -116px;
}

.home-title .icon7 {
  background: url(http://cai.365ind.com/source/css/shop/home/images/index_news_icon.png) no-repeat center;
  background-position: 0 0;
}

.home-title .icon8 {
  background: url(http://cai.365ind.com/source/css/shop/home/images/index_news_icon.png) no-repeat center;
  background-position: 0 -38px;
}

.home-title .icon9 {
  background: url(http://cai.365ind.com/source/css/shop/home/images/index_news_icon.png) no-repeat center;
  background-position: 0 -76px;
}

.home-title .name {
  display: block;
  font-size: 18px;
  padding-right: 12px;
  color: #3d3d3d !important;
}

.home-title .blue {
  color: #0cbffa;
}

.home-title a {
  float: right;
  color: #515151;
  font-size: 18px;
  line-height: 38px;
  margin-right: 10px;
}
.home-title i {
  font-style: normal; 
}
.home-title .text-blue {
  color: #00a0e9;
}
.home-title .text-darkblue {
  color: #034B97;
}
.home-title .text-orange {
  color: #d9b078;
}

.home-title .img {
  display: block;
  height: 38px;
  background: url("../image/title_xs.png") no-repeat left center;
}

.home-title .img1 {
  width: 420px;
}

.home-title .img2 {
  width: 165px;
}

.home-title .img3 {
  width: 80px;
}

.home-title .img-zjs {
  width: 300px;
}

.home-title .add-name {
  font-size: 12px;
  color: #FF5F08;
  padding-right: 15px;
  float: right;
}

.today-price {
  width: 100%;
}

.today-price .today-price-container {
  width: 690px;
  min-height: 338px;
  background: #ffffff;
}

.today-price .today-price-container .today-price-content {
  width: 100%;
}

.today-price .today-price-container .today-price-content .same-quote {
  padding-top: 10px;
  width: 344px;
  float: left;
  height: 180px;
}

.today-price .today-price-container .today-price-content .same-quote:hover {
  background: #f1f1f1;
}

.today-price .today-price-container .today-price-content .same-quote a {
  display: block;
  width: 100%;
  height: 100%;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left {
  width: 120px;
  height: 100%;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left .company-logo {
  width: 100%;
  text-align: center;
  padding: 11px 0 0;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left .company-logo img {
  width: 90px;
  height: 90px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left .time {
  padding: 20px 10px 0 5px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left .time i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-left .time span {
  color: #289cff;
  font-size: 12px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-center {
  width: 100px;
  height: 100%;
  padding-left: 5px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-center .name {
  font-size: 18px;
  color: #515151;
  line-height: 40px;
  font-weight: bold;
}

.today-price .today-price-container .today-price-content .same-quote .quote-center .info {
  color: #515151;
  font-size: 12px;
  line-height: 28px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right {
  width: 122px;
  height: 100%;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .top-info {
  color: #515151;
  font-size: 13px;
  line-height: 40px;
  text-align: right;
  padding-right: 8px;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .bottom-arrow {
  padding-top: 15px;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  color: #0E994C;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .bottom-arrow span {
  position: relative;
  top: 3px;
  left: 8px;
  width: 16px;
  height: 36px;
  display: inline-block;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .bottom-arrow .reduce {
  background: url("../image/num_down1.png") no-repeat center;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .bottom-arrow .pluse {
  background: url("../image/num_up1.png") no-repeat center;
}

.today-price .today-price-container .today-price-content .same-quote .quote-right .time {
  color: #289cff;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  margin-top: 12px;
}

.today-price .today-price-container .today-price-content .quote1,
.today-price .today-price-container .today-price-content .quote3 {
  border-right: 1px dashed #D9E1E9;
}

.today-price .today-price-container .today-price-content .quote1,
.today-price .today-price-container .today-price-content .quote2 {
  border-bottom: 1px dashed #D9E1E9;
}

.today-price .chart-box {
  width: 467px;
  border-left: 1px solid #e3e3e3;
}

.today-price .chart-box .home-title {
  width: 40%;
  margin: 0;
}

.today-price .chart-box .hd {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.today-price .chart-box .hd ul {
  width: 60%;
  float: right;
  text-align: right;
}

.today-price .chart-box .hd ul li {
  display: inline-block;
}

.today-price .chart-box .hd ul li.main {
  padding: 0 5px;
  cursor: pointer;
  color: #515151;
  font-size: 12px;
  line-height: 25px;
  margin: 0 5px;
}

.today-price .chart-box .hd ul li.fg {
  display: none;
  width: 10px;
  color: #8C8C8C;
  line-height: 23px;
  font-size: 12px;
}

.today-price .chart-box .hd ul li.main.on,
.today-price .chart-box .hd ul li.main:hover {
  color: #515151;
  font-weight: bold;
  border-bottom: 3px solid #515151;
}

.today-price .chart-box .hd .view-more {
  float: right;
  font-size: 12px;
  line-height: 30px;
}

.today-price .chart-box .hd .view-more a {
  color: #515151;
}

.today-price .chart-box .price-index-chart {
  background: #fff;
  height: 218px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.today-price .chart-box .price-index-chart .price-charts-content {
  padding: 0 5px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd {
  width: 100%;
  height: 170px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area {
  width: 100%;
  height: 170px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .left-chart-box {
  width: 325px;
  height: 170px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info {
  padding-top: 5px;
  margin-left: 10px;
  width: 115px;
  height: 140px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .title {
  background: #5E6982;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .index-info {
  width: 100%;
  height: 134px;
  border: 1px solid #BDCAD5;
  padding-top: 5px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .index-info .same-info {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  padding-left: 10px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .index-info .same-info .name {
  color: #BDCAD5;
  margin-right: 5px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .index-info .same-info .info-detail {
  color: #515151;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .index-info .same-info .number-detail {
  color: #EA3D00;
  font-size: 20px;
  font-weight: bold;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip {
  width: 100%;
  font-size: 12px;
  color: #515151;
  line-height: 24px;
  padding-top: 5px;
  padding-left: 15px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip i {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  border-radius: 50%;
  margin-right: 5px;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip i.red {
  background: #FF494A;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip i.blue {
  background: #289cff;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip i.yellow {
  background: #FF8502;
}

.today-price .chart-box .price-index-chart .price-charts-content .bd .chart-area .right-chart-info .chart-tip i.green {
  background: #05C166;
}

.today-price .chart-box .emotion-index-chart {
  background: #fff;
  height: 180px;
  width: 100%;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content {
  width: 100%;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-left {
  width: 360px;
  height: 180px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-left #emotion-left {
  padding-top: 10px;
  width: 360px;
  height: 150px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-left #emotion-right {
  width: 360px;
  height: 150px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-left #emotion-right #emotion-chart-left {
  width: 240px;
  height: 150px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-left #emotion-right #emotion-chart-right {
  width: 120px;
  height: 150px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-right {
  width: 105px;
  height: 180px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-right p {
  font-size: 12px;
  color: #515151;
  line-height: 23px;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-right p span {
  color: #ff494a;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-right .vote-box {
  width: 100%;
}

.today-price .chart-box .emotion-index-chart .emotion-index-content .emotion-right .vote-box a {
  display: block;
  width: 95px;
  height: 30px;
  margin: 10px auto 0;
}

.today-price .optimization {
  width: 358px;
  border-left: 1px solid #e3e3e3;
  height: 430px;
  background: #ffffff;
  text-align: center;
}

.today-price .optimization .optimization-list {
  width: 100%;
}

.today-price .optimization .optimization-list ul {
  width: 100%;
  padding: 2px 12px 0;
}

.today-price .optimization .optimization-list ul li {
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #f4f6f8;
}

.today-price .optimization .optimization-list ul li:last-child {
  border-bottom: 0 none;
}

.today-price .optimization .optimization-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.today-price .optimization .optimization-list ul li a .img {
  width: 50px;
  text-align: center;
}

.today-price .optimization .optimization-list ul li a .img img {
  width: 25px;
  height: 30px;
  margin-top: 24px;
}

.today-price .optimization .optimization-list ul li a .title {
  width: 175px;
  color: #515151;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
  text-align: left;
}

.today-price .optimization .optimization-list ul li a .title span {
  display: block;
}

.today-price .optimization .optimization-list ul li a .number {
  width: 100px;
  color: #FF3C00;
  font-size: 30px;
  line-height: 78px;
  text-align: center;
  font-weight: bold;
}

.market {
  margin-top: 5px;
  width: 100%;
}

.market .market-container {
  overflow: hidden;
  width: 800px;
  height: 430px;
  background: #ffffff;
}

.market .market-container .market-content {
  width: 100%;
}

.market .market-container .market-content .hd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #CBD6E3;
}

.market .market-container .market-content .hd ul {
  width: 60%;
}

.market .market-container .market-content .hd ul li.main {
  margin: -3px 10px 0;
  padding: 0 10px;
  float: left;
  cursor: pointer;
  color: #515151;
  font-size: 14px;
  line-height: 30px;
}

.market .market-container .market-content .hd ul li.fg {
  float: left;
  color: #8C8C8C;
  line-height: 23px;
  font-size: 12px;
}

.market .market-container .market-content .hd ul li.main.on,
.market .market-container .market-content .hd ul li.main:hover {
  color: #515151;
  font-weight: bold;
  border-bottom: 3px solid #515151;
}

.market .market-container .market-content .hd .tip {
  width: 40%;
  font-size: 12px;
  color: #fe5c14;
  line-height: 24px;
  text-align: right;
  padding-right: 15px;
}

.market .market-container .market-content .bd {
  width: 100%;
  overflow: hidden;
}

.market .market-container .market-content .bd .items {
  width: 801px;
  height: 360px;
}

.market .market-container .market-content .bd .items .item {
  width: 267px;
  height: 121px;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  font-size: 12px;
  color: #5e6982;
}

.market .market-container .market-content .bd .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #5e6982;
}

.market .market-container .market-content .bd .items .item a:hover {
  color: #5e6982 !important;
  background: #F4F4F4;
}

.market .market-container .market-content .bd .items .item .top {
  width: 100%;
  padding-top: 10px;
  line-height: 24px;
}

.market .market-container .market-content .bd .items .item .top .left {
  width: 110px;
  padding-left: 15px;
}

.market .market-container .market-content .bd .items .item .top .center {
  width: 70px;
  text-align: center;
}

.market .market-container .market-content .bd .items .item .top .right {
  width: 70px;
  text-align: center;
}

.market .market-container .market-content .bd .items .item .bottom .info {
  padding-left: 15px;
  width: 55%;
  line-height: 24px;
}

.market .market-container .market-content .bd .items .item .bottom .info span {
  font-size: 12px;
  color: #5e6982;
}

.market .market-container .market-content .bd .items .item .bottom .num {
  width: 45%;
  text-align: center;
  color: #515151;
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
}

/*广告位*/
.advertisement {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 5px;
}

.advertisement .wrap a {
  display: block;
  width: 100%;
}

.advertisement .wrap a img {
  width: 100%;
}

/*图表*/
.home-charts .home-title {
  border-bottom: 0 none;
}

.home-charts .home-title .name {
  color: #515151;
}

.home-charts .home-title .icon5 {
  background-position: 0 -152px;
}

.home-charts .home-title .icon6 {
  background-position: 0 -228px;
}

.home-charts .home-title .icon9 {
  background-position: 0 -191px;
}

.home-charts .home-title .right-info {
  font-size: 12px;
  padding-right: 10px;
  color: #FF5F08;
  float: right;
}

.hide {
  display: none;
}

.home-big-title {
  width: 100%;
  padding: 10px 0;

}

.home-big-title .wrap {
  text-align: center;

  position: relative;
}

.home-big-title .wrap .img {
  height: 40px;
  top: -1px;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  padding: 0 5px;
  position: relative;
  width: 322px;
  font-size: 24px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #000000;
  width: 136px;
}

.home-big-title .wrap .line {
  height: 2px;
  width: 30%;
  background: #425274;
  position: relative;
  top: 20px;
  left: 35%;
  z-index: 1;
}

.intelligence {
  width: 100%;
}

.intelligence .intelligence-content {
  width: 100%;
  height: 175px;
  overflow: hidden;
  background: #fff url("../image/stq_bg.png") no-repeat right bottom;
}

.intelligence .intelligence-content ul {
  width: 100%;
  padding-left: 16px;
  padding-top: 15px;
}

.intelligence .intelligence-content ul li {
  width: 150px;
  height: 50px;
  float: left;
  margin: 10px 13px 10px 0;
}

.intelligence .intelligence-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/home_hezuo_total.jpg);
}

.intelligence .intelligence-content ul li a.hz01 {
  background-position: 0 0;
}

.intelligence .intelligence-content ul li a.hz02 {
  background-position: 0 -50px;
}

.intelligence .intelligence-content ul li a.hz03 {
  background-position: 0 -100px;
}

.intelligence .intelligence-content ul li a.hz04 {
  background-position: 0 -150px;
}

.intelligence .intelligence-content ul li a.hz05 {
  background-position: 0 -200px;
}

.intelligence .intelligence-content ul li a.hz06 {
  background-position: 0 -250px;
}

.intelligence .intelligence-content ul li a.hz07 {
  background-position: 0 -300px;
}

.intelligence .intelligence-content ul li a.hz08 {
  background-position: 0 -350px;
}

.intelligence .intelligence-content ul li a.hz09 {
  background-position: 0 -400px;
}

.intelligence .intelligence-content ul li a.hz10 {
  background-position: 0 -450px;
}

.intelligence .intelligence-content ul li a.hz11 {
  background-position: 0 -500px;
}

.intelligence .intelligence-content ul li a.hz12 {
  background-position: 0 -550px;
}

.intelligence .intelligence-content ul li a.hz13 {
  background-position: 0 -600px;
}

.intelligence .intelligence-content ul li a.hz14 {
  background-position: 0 -650px;
}

.intelligence .intelligence-content ul li:hover {
  border: 1px solid #D6D6D6;
  box-shadow: 0 0 8px #d0d0d4;
}

.partner-content .wrap {
  padding: 15px;
  background: #fff;
}

.partner-content .same-box {
  width: 50%;
  padding: 0 5px;
}

.partner-content .same-box .title {
  height: 45px;
  color: #425274;
  text-align: center;
}

.partner-content .same-box .title h5 {
  display: inline-block;
  padding: 5px 8px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 10px;
  height: 45px;
}

.partner-content .same-box .top-border {
  width: 26px;
  margin: -3px auto;
  height: 25px;
  border: 3px solid #425274;
  border-bottom: 0 none;
  border-right: 0 none;
  float: left;
}

.partner-content .same-box .bottom-border {
  width: 26px;
  margin: 0 auto;
  height: 25px;
  border: 3px solid #425274;
  border-top: 0 none;
  border-left: 0 none;
  float: right;
}

.partner-content .same-box .same-content {
  width: 530px;
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
}

.partner-content .same-box .same-content ul {
  width: 585px;
  height: 150px;
  overflow: hidden;
}

.partner-content .same-box .same-content ul li {
  width: 168px;
  margin-right: 10px;
  float: left;
}

.partner-content .same-box .same-content ul li .same-item {
  margin: 10px 0;
  width: 168px;
  height: 60px;
  border: 1px solid #aaa;
}

.partner-content .same-box .same-content ul li .same-item a {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.partner-content .same-box .same-content ul li .same-item a .img {
  width: 100%;
  height: 100%;
  background: #fff url(../image/pt_total.jpg) no-repeat;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt01 {
  background-position: 0 0;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt02 {
  background-position: 0 -58px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt03 {
  background-position: 0 -116px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt04 {
  background-position: 0 -174px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt05 {
  background-position: 0 -232px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt06 {
  background-position: 0 -290px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt07 {
  background-position: 0 -348px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt08 {
  background-position: 0 -406px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt09 {
  background-position: 0 -464px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt10 {
  background-position: 0 -522px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt11 {
  background-position: 0 -580px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt12 {
  background-position: 0 -638px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt13 {
  background-position: 0 -696px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt14 {
  background-position: 0 -754px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt15 {
  background-position: 0 -812px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt16 {
  background-position: 0 -870px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt17 {
  background-position: 0 -928px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt18 {
  background-position: 0 -986px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt19 {
  background-position: 0 -1044px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt20 {
  background-position: 0 -1102px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt21 {
  background-position: 0 -1160px;
}

.partner-content .same-box .same-content ul li .same-item a .img.pt22 {
  background-position: 0 -1218px;
}

.partner-content .same-box .same-content ul li .same-item a .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  background: #626262;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.partner-content .same-box .same-content ul li .same-item a .info span {
  display: block;
}

.partner-content .same-box .same-content ul li .same-item a .info span:first-child {
  height: 32px;
}

.partner-content .same-box .same-content ul li .same-item a:hover .info {
  display: block;
}

.supply-content .wrap {
  padding: 15px 17px;
  background: #fff;
}

.supply-content .wrap .supply-inner {
  border: 1px solid #D9D9D9;
}

.supply-content .wrap .supply-inner ul {
  width: 100%;
}

.supply-content .wrap .supply-inner ul li {
  width: 374px;
  height: 185px;
  float: left;
  z-index: 1;
  position: relative;
}

.supply-content .wrap .supply-inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.supply-content .wrap .supply-inner ul li a>img {
  width: 100%;
  height: 100%;
  display: block;
}

.supply-content .wrap .supply-inner ul li .img {
  width: 100%;
  text-align: center;
  padding: 13px 0 8px;
}

.supply-content .wrap .supply-inner ul li .img img {
  width: 50px;
}

.supply-content .wrap .supply-inner ul li h4 {
  text-align: center;
  font-size: 26px;
  color: #262424;
  padding-bottom: 10px;
  line-height: 30px;
}

.supply-content .wrap .supply-inner ul li h4 span {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
}

.supply-content .wrap .supply-inner ul li .detail-info {
  padding: 0 35px;
}

.supply-content .wrap .supply-inner ul li .detail-info .same-detail-info {

  float: left;
  border-right: 1px solid #CBCBCB;
  color: #211c1c;
  font-size: 14px;
  line-height: 22px;
  padding: 0 8px;
  text-align: center;

}

.supply-content .wrap .supply-inner ul li .detail-info .same-detail-info:last-child {
  border-right: 0 none;

}

.supply-content .wrap .supply-inner ul li p {
  padding: 0 50px;
  color: #211c1c;
  font-size: 14px;
  line-height: 24px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99 !important;
  background: #fff;
  box-shadow: 0 0 15px #716c6c;
}

.news-content {
  width: 100%;
}

.news-content .wrap {
  background: #fff;
}
#articleList {
  width: 386px;
  border-right: 1px solid #D2D2D2;
}
.news-content .same-news-wrap {
  width: 772px;
  height: 250px;
  padding: 0 17px 10px;
}
.news-content .same-news-wrap .home-title {
  margin: 0;
  padding-top: 6px;
}

.news-content .same-news-wrap .news-img {
  width: 100%;
  height: 162px;
  overflow: hidden;
}

.news-content .same-news-wrap .news-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-content .same-news-wrap .news-img img {
  display: block;
  width: 100%;
}

.news-content .same-news-wrap .news-detail {
  width: 100%;
}

.news-content .same-news-wrap .news-detail h5 {
  font-size: 18px;
  color: #515151;
  line-height: 30px;
}

.news-content .same-news-wrap .news-detail h5 a {
  font-size: 18px;
  color: #515151;
  line-height: 30px;
}

.news-content .same-news-wrap .news-detail p {
  color: #515151;
  font-size: 12px;
  line-height: 22px;
}

.news-content .same-news-wrap .news-detail p a {
  color: #515151;
}

.news-content .same-news-wrap .news-detail p span {
  color: #1c67ef;
  float: right;
}

.news-content .same-news-wrap .news-list {
  width: 100%;
  clear: both;
}

.news-content .same-news-wrap .news-list ul {
  width: 50%;
  float: left;
}

.news-content .same-news-wrap .news-list ul li {
  width: 100%;
}

.news-content .same-news-wrap .news-list ul li a {
  display: block;
  width: 100%;
  line-height: 28px;
}

.news-content .same-news-wrap .news-list ul li a .time {
  font-size: 12px;
  color: #426bd0;
  margin-right: 5px;
  float: left;
  /* width: 46px; */
}

.news-content .same-news-wrap .news-list ul li a .title {
  font-size: 12px;
  color: #454545;
  /* width: 300px; */
}

.news-content .same-news-wrap .news-list ul li a:hover .title {
  color: #289cff;
}

.news-content .same-news-wrap .activi-list {
  width: 100%;
}

.news-content .same-news-wrap .activi-list ul {
  width: 100%;
}

.news-content .same-news-wrap .activi-list ul li {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 5px 0;
}

.news-content .same-news-wrap .activi-list ul li a {
  display: block;
  width: 100%;
}

.news-content .same-news-wrap .activi-list ul li a img {
  width: 100%;
}

.border-right-none {
  border-right: 0 none !important;
}

.pull-left {
  float: left !important;
}

.no-news {
  width: 100%;
  height: 220px;
}

.no-news img {
  display: block;
  margin: 20px auto;
  width: 330px;
  height: 180px;
}

/*11.13*/
.new-market .wrap {
  background: #fff;
  height: 380px;
  overflow: hidden;
}

.new-market .box-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  font-size: 18px;
  color: #3d3d3d;
}
.new-market .box-title img {
  padding: 10px;
}
.new-market .box-title span {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
}

.new-market .xh-box {
  width: 300px;
  height: 365px;
}

.new-market .xh-box .box-title span {
  background: url("../image/xhzy_ico.png") no-repeat center center;
}

.new-market .xh-box .xh-content {
  height: 325px;
  border-right: 1px solid #e2e2e2;
}

.new-market .xh-box .xh-content h3 {
  padding: 0 15px;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 42px;
  font-weight: bold;
}

.new-market .xh-box .xh-content h3 span {
  color: #ff3c00;
}

.new-market .xh-box .xh-content ul {
  width: 100%;
  padding-bottom: 10px;
}

.new-market .xh-box .xh-content ul li {
  margin: 0 15px;
  height: 40px;
  border-bottom: 1px solid #e2e2e2; 
}

.new-market .xh-box .xh-content ul li span {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
}

.new-market .xh-box .xh-content ul li .name {
  width: 66px;
  color: #211c1c;
  font-weight: bold;
}

.new-market .xh-box .xh-content ul li .info {
  width: 77px;
  color: #919191;
}

.new-market .xh-box .xh-content ul li .num {
  width: 106px;
  color: #ff4040;
  font-size: 14px;
  font-weight: bold;
}

.new-market .xh-box .xh-content ul li .ton {
  width: 20px;
  color: #919191;
}

.new-market .xh-box .xh-content .enter-market .tip {
  font-size: 14px;
  color: #FF3C00;
  line-height: 48px;
  text-align: center;
}

.new-market .xh-box .xh-content .enter-market a {
  display: block;
  margin: 0 auto;
  width: 185px;
  height: 46px;
  border: 1px solid #1556A6;
  text-align: center;
  line-height: 44px;
  color: #1556A6;
  font-size: 18px;
}

.new-market .xh-box .xh-content .enter-market a:hover {
  color: #fff !important;
  background-color: #1556A6;
}

.new-market .yx-box {
  width: 340px;
  height: 365px;
}

.new-market .yx-box .box-title span {
  background: url("../image/zyx_ico.png") no-repeat center center;
}

.new-market .yx-box .yx-content {
  height: 325px;
  padding: 17px 15px 0;
  border-right: 1px solid #e2e2e2;
}

.new-market .yx-box .yx-content ul {
  width: 100%;
}

.new-market .yx-box .yx-content ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 17px;
  background: #f7f7f7;
}

.new-market .yx-box .yx-content ul li .price {
  width: 90px;
  height: 60px;
  background: #F0831E;
  color: #fff;
}

.new-market .yx-box .yx-content ul li .price .num {

  font-size: 26px;
  text-align: center;
  line-height: 60px;
}

.new-market .yx-box .yx-content ul li .price .unit {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  line-height: 12px;
}

.new-market .yx-box .yx-content ul li .info {
  padding-left: 10px;
  width: 219px;
  color: #515151;
  font-size: 12px;
  line-height: 30px;
}

.new-market .js-box {
  width: 518px;
  height: 365px;
  overflow: hidden;
}

.new-market .js-box .box-title span {
  background: url("../image/zjs_ico.png") no-repeat center center;
}

.new-market .js-box .hd {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 60px;
}

.new-market .js-box .hd ul {
  width: 100%;
}

.new-market .js-box .hd ul li {
  float: left;
  padding: 3px 8px 0 0;
  margin-right: 10px;
  font-size: 14px;
  color: #515151;
  line-height: 54px;
  cursor: pointer;
}

.new-market .js-box .hd ul li i {
  display: inline-block;
  width: 34px;
  height: 34px;
  float: left;
}

.new-market .js-box .hd ul li .rejuan {
  background: url("../image/rezha.png") no-repeat center center;
}

.new-market .js-box .hd ul li .lengzha {
  background: url("../image/lengzha.png") no-repeat center center;
}

.new-market .js-box .hd ul li .zhonghouban {
  background: url("../image/zhonghouban.png") no-repeat center center;
}

.new-market .js-box .hd ul li .jianzugangcai {
  background: url("../image/jzgc.png") no-repeat center center;
}

.new-market .js-box .hd ul li.on {
  border-bottom: 3px solid #50596C;
}

.new-market .js-box .js-content {
  width: 100%;
}

.new-market .js-box .js-content ul {
  width: 100%;
  overflow: hidden;
}

.new-market .js-box .js-content ul li {
  width: 259px;
  float: left;
  border-right: 1px solid #f1f1f1;
  height: 81px;
  border-bottom: 1px solid #f1f1f1;
}

.new-market .js-box .js-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.new-market .js-box .js-content ul li a .left-info {
  padding: 10px 15px;
  width: 165px;
  height: 100%;
  font-size: 12px;
  color: #5e6982;
  line-height: 30px;
}

.new-market .js-box .js-content ul li a .left-info span {
  font-weight: bold;
}

.new-market .js-box .js-content ul li a .right-num {
  width: 92px;
  height: 100%;
  padding: 10px 15px 10px 0;
}

.new-market .js-box .js-content ul li a .right-num .price {
  color: #1556A6;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
}

.new-market .js-box .js-content ul li a .right-num .time {
  color: #5e6982;
  font-size: 12px;
  text-align: right;
  line-height: 30px;
}

.new-market .js-box .js-content ul li a:hover {
  background: #E9E9E9;
}

.new-market .js-box .js-content ul li:nth-child(even) {
  border-right: 0 none !important;
}

.home-small-title-01 {
  padding-top: 5px !important;
}

.home-small-title-02 {
  padding-top: 8px !important;
}

.home-small-title-03 {
  padding-left: 5px !important;
  padding-top: 4px !important;
}

.home-small-title-04 {
  padding-top: 7px !important;
  padding-left: 5px;
}

.home-small-title-05 {
  padding-top: 5px !important;
  padding-left: 5px;
}

.home-small-title-06 {
  padding-top: 7px !important;
  padding-left: 5px;
}

.fixed-market {
  position: fixed;
  bottom: 390px;
  width: 120px;
  height: 120px;
  right: calc(50% - 720px);
  z-index: 1039;
  border-radius: 8px;
  overflow: hidden;
}

.fixed-market1 {
  position: fixed;
  bottom: 260px !important;
  width: 120px;
  height: 120px;
  right: calc(50% - 720px);
  z-index: 1039;
  border-radius: 8px;
  overflow: hidden;
}

.fixed-market .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-market .inner .close {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  padding-top: 23px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  
  border-radius: 50%;
  color: #4E2AFF;
  cursor: pointer;
}

.fixed-market a {
  display: block;
  width: 100%;
}

.fixed-market a img {
  width: 100%;
  display: block;
}

/*# sourceMappingURL=index_new.css.map */
