html, body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-size: 14px;
}
body {
  font-family: "微软雅黑";
  background: #f4f4f4;
  /* background: url("../images/bg.jpg") repeat;  */
}
/* 头部logo和search */
.top_head {
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 1200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
  background: #fff; 
}
.top_head .logo {
  display: block;
  float: left;
  margin: 30px 30px; 
}
.top_head .phone {
  position: absolute;
  right: 20px;
  top: 0;
  width: 256px;
  height: 90px;
  text-align: right;
  line-height: 30px;
  padding: 40px 0 30px 30px;
  box-sizing: border-box; 
  font-size: 20px;
}

/* .top_head .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 256px;
  height: 90px;
  text-align: center;
  line-height: 30px;
  padding: 30px 0 30px 30px;
  box-sizing: border-box; 
}
.top_head .search .search_text {
  position: absolute;
  right: 60px;
  top: 31px;
  width: 0px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 28px;
  padding: 0px;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 28px;
  border: none;
  outline: none; 
}
/* .top_head .search .icon {
  position: absolute;
  right: 70px;
  top: 35px; 
} */ 

/* 导航 */
.top_menu {
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 116px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px; 
}
.top_menu ul{
  display: flex;
  justify-content: space-between;
}
.top_menu ul li {
  float: left;
  padding: 0px 42px;
  font-size: 16px;
  position: relative;
  color: #000; 
}
.top_menu ul li span {
  position: absolute;
  width: 30%;
  height: 3px;
  left: 35%;
  bottom: 0px;
  background: #FF884E;
  display: none; 
}
.top_menu ul li dl {
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px 0px;
  display: none; 
}
.top_menu ul li dl:after {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -14px;
  content: "";
  border: 7px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.8); 
}
.top_menu ul li dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: 16px; 
}
.top_menu ul li dl dd {
  color: #000;
  margin: 0;
  line-height: 40px;
  margin: 4px 0;
  cursor: pointer;
  text-align: center; 
}
.top_menu ul li dl dd:hover {
  /* background: rgba(0, 0, 0, 0.3); */
  color: #FF884E; 
}
.top_menu ul li.on, .top_menu ul li:hover {
  /* background: #e1a76a; */
  color: #FF884E; }
.top_menu ul li.on span, .top_menu ul li:hover span {
  display: block; 
}
.top_menu ul li:hover dl {
  display: block; 
}

/* banner */
.banner-wrap {
  width: 100%;
  margin: 166px auto 0 auto;
  z-index: 2; 
}
.banner-wrap .banner {
  width: 100%;
  overflow: hidden;
  position: relative; 
}
.banner-wrap .banner .ban-txt {
  width: 330px;
  position: absolute;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  padding: 30px 0;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.5); 
}
.banner-wrap .banner .ban-txt b {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px; 
}
.banner-wrap .banner .ban-txt span {
  display: block;
  font-size: 12px;
  color: #fff; 
}
.banner-wrap .banner .top-txt {
  text-align: center;
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 110px;
  z-index: 3;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* background: rgba(0, 0, 0, 0.08); */
  /* text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;  */
}
 
.banner-wrap .banner .top-txt h2 {
  font-size: 54px;
  line-height: 60px;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); 
}
.banner-wrap .banner .top-txt h2:after {
  content: "";
  background: #fff;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0; 
}
.banner-wrap .banner .top-txt p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding: 20px 0px; }
.banner-wrap .banner .top-txt .more {
  display: block;
  margin: 30px auto 30px auto;
  font-size: 18px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 200px;
  background: rgba(255, 255, 255, 0.4); }
.banner-wrap .banner img {
  vertical-align: middle;
  width: 100%;
  animation: scale_b 25s linear infinite alternate; 
}

/* 快捷导航 */
.flow-box {
  position: fixed;
  width: 80px;
  background: rgba(0, 0, 0, 0.4);
  /* right: calc((100% - 1200px)/2); */
  right: 0;
  border-radius: 5px;
  top: 30%;
  z-index: 99; 
}
.flow-box ul li {
  text-align: center;
  padding: 10px 0;
  cursor: pointer; 
}
.flow-box ul li:hover {
  background: rgba(0, 0, 0, 0.4); 
}
.flow-box ul li:hover .lb {
  display: block; 
}
.flow-box ul li img {
  padding: 6px 0; 
}
.flow-box ul li p {
  color: #eaeaea;
  font-size: 15px; 
}
.flow-box ul li .lb {
  display: none;
  position: absolute;
  right: 95px;
  top: 0px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px; 
}
.flow-box ul li .lb:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 35px;
  border: 7px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.4); 
}
.flow-box ul li .lb:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  width: 15px;
  height: 100%; 
}
.flow-box ul li .lb .case {
  width: 125px;
  padding: 10px 0px 5px 0px; 
}
.flow-box ul li .lb .case:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2); 
}
.flow-box ul li .lb .case + .case {
  border-top: 1px solid #eee; 
}
.flow-box ul li .lb .case img {
  padding: 0px; 
}
.flow-box ul li .lb .case p {
  color: #eaeaea;
  padding: 5px 0px;
  font-size: 15px; 
}
.flow-box .top {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 14px;
  color: #eaeaea;
  cursor: pointer;
  padding: 12px 0; 
}
.flow-box .top img {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 4px; 
}


/* 内容 */
.main_box{
  box-sizing: border-box;
  background-color: #fff;
}

/* 通知 */
.noticeTittle{
  display: flex;
  align-items:center;
  height: 32px;
  color: #FF884E;
  font-size: 16px;
  line-height: 32px
}
.noticeTittle img{
  margin-right: 10px;
}
.noticeContent{
  margin-left: 20px;
  width: 720px;
  line-height: 32px;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
  color: #000;
}
.noticeTittle li{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.noticeTittle li:hover{
  color: #FF884E; 
}
/* 板块标题 */
.sectionTittle{
  padding-top: 10px;
  display: flex;
  align-content:flex-end;
  justify-content: space-between;
}
.sectionTittle>span{
  font-size: 21px;
  color: #FF884E;
  border-left: 4px solid #FF884E;
  line-height: 21px;
  padding-left: 8px;
}
.sectionMore{
  font-size: 14px;
  padding-right: 25px;
  height: 20px;
  line-height: 20px;
  color: #aaaaaa;
  background: url(../images/more.png) right center no-repeat;
  cursor: pointer;
}

/* 市场动态板块左图 */
.slideBox {
  width: 600px;
  height: 416px;
  overflow: hidden;
  position: relative;
  float: left; 
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  bottom: 50px;
  z-index: 1; 
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left; 
}
.slideBox .hd ul li {
  float: left;
  margin-right: 4px;
  color: #FFFFFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  line-height: 14px;
  text-align: center;
  cursor: pointer; 
}
.slideBox .hd ul li.on {
  background: #e10b0b; 
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0; }
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative; }
.slideBox .bd img {
  width: 600px;
  height: 416px;
  display: block; 
}
.slideBox .bd span {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 40px;
  width: calc(100% - 95px);
  padding-left: 15px;
  padding-right: 80px;
  line-height: 40px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.slideBox .bd small {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 40px;
  width: 70px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF; 
  }

/* 市场动态板块右文 */
.txt_box {
  float: right;
  width: 550px;
  /* padding-left: 20px; */
  position: relative; 
}
.txt_box .top {
  padding: 25px 0; 
}
.txt_box .top h3 {
  color: #000;
  font-size: 24px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
}
.txt_box .top p {
  /* text-indent: 2em; */
  line-height: 22px;
  color: #aaaaaa;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}
.txt_box ul {
  width: 100%;
  margin: 8px 0px 0px 0px;
  overflow: hidden; 
}
.txt_box ul li {
  width: 100%;
  position: relative;
  height: 30px;
  line-height: 30px;
  position: relative;
  float: left;
  padding: 0 100px 0 20px;
  font-size: 14px;
  box-sizing: border-box; 
}
.txt_box ul li:hover, .txt_box .top h3:hover, .txt_box ul li:hover a {
  color: #FF884E; 
}
.txt_box ul li a {
  width: 100%;
  display: inline-block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.txt_box ul li a:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #aaaaaa;
  position: absolute;
  content: "";
  top: 16px;
  left: 10px; }
.txt_box ul li a:after:hover:after {
  color: #FF884E; 
}
.txt_box ul li span {
  position: absolute;
  right: 10px;
  color: #aaaaaa;
  top: 0px; 
}
.txt_box ul li {
  height: 35px;
  line-height: 35px; 
}

/* 左图右文 */
.sec_box{
  width: 1200px;
  /* padding: 10px 0px 0px 10px; */
  min-height: 270px;
  position: relative;
  float: left;
}
.img_sec_left{
  position: absolute;
  top: 0;
  left: 10px;
  width: 590px;
  min-height: 270px;
  border-right: 1px solid #e1e1e1;
  padding-top: 18px;
}
.img_sec_left ul li{
  float: left;
  width: 100%;
  height: 110px;
  margin: 0px 0px 27px 0px;
  position: relative;
}
.img_sec_left ul li:last-child{
  margin-bottom: 0;
}
.sec_img{
  width: 90px;
  height: 90px;
  float: left;
}
.sec_title{
  width: 436px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sec_title:hover a {
  color: #FF884E; 
}
.sec_date{
  display: block;
  font-size: 14px;
  color: #b5bbc6;
  width: 436px;
  position: relative;
  float: left;
  margin: 8px 0px 8px 30px;
  height: 14px;
  line-height: 14px;
}
.sec_content{
  width: 436px;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  float: left;
  margin-left: 30px;
  color: #5f677b;
  font-size: 14px;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.sec_right{
  float: right;
  width: 550px;
  /* padding-left: 20px; */
  position: relative;
}
.sec_right ul, .sec_left ul{
  width: 100%;
  margin: 8px 0px 0px 0px;
  overflow: hidden;
}
.sec_right ul li, .sec_left ul li{
  height: 35px;
  line-height: 35px;
  width: 100%;
  position: relative;
  float: left;
  padding: 0 100px 0 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.sec_right ul li a, .sec_left ul li a{
  width: 100%;
  display: inline-block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec_right li:hover,.sec_right ul li:hover a, .sec_left li:hover,.sec_left ul li:hover a {
  color: #FF884E; 
}
.sec_right ul li a:after,.sec_left ul li a:after{
  content: "";
  width: 3px;
  height: 3px;
  background: #aaaaaa;
  position: absolute;
  content: "";
  top: 16px;
  left: 10px;
}
.sec_right ul li span,.sec_left ul li span{
  position: absolute;
  right: 10px;
  color: #aaaaaa;
  top: 0px;
}
.sec_left{
  position: absolute;
  top: 0;
  left: 10px;
  width: 590px;
  min-height: 270px;
  border-right: 1px solid #e1e1e1;
}
.sec_left ul li{
  padding-right: 140px;
}
.sec_left ul li span{
  right: 40px;
}


.footer{
  background-color: #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer_box{
  padding:30px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 30px;
}
.footer_box h1{
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}
.footer_box hr{
  height: 1px;
  width: 30px;
  background-color: #838383;
  border: none;
  margin: 5px 0 30px 0;
}
.footer_nav{
  width: 200px;
  padding-left: 20px;
}
.footer_about{
  width: 640px;
  padding-left: 20px;
  padding-right: 40px;
}
.footer_about .footer_xq{
  margin-top: 20px;
  width: 72px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #4f4f4f;
  display: inline-block;
  background-color: none;
}
.footer_contact{
  width: 300px;
  padding-left: 20px;
}
.footer_qrcode{
  margin-top: 20px;
  width: 148px;
  height: 148px;
}
.copy{
  padding:10px 30px;
  font-size: 14px;
  line-height: 14px;
}
.footer_copy{
  background-color: #d9d9d9;
}
.footer a:hover,.copy a:hover{
  color: #FF884E; 
}

/* 市场概况 */
.about_box{
  padding: 0 10px;
}
.about_box_ul{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
}
.about_box_ul li{
  width: 120px;
  padding: 20px 80px;
  background-color: #EDEDED;
  font-size: 16px;
  margin-top: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

/* 首页tab切换 */
.rela_position{
  position: relative;
}
.tab_title{
  position: absolute;
  top: -30px;
  left: 105px;
  font-size:16px
}
.tab_title ul li{
  cursor: pointer;
  float: left;
  padding: 0px 15px;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #969696;
}
.tab_title ul li:nth-child(1){
  border-left: 0px;
}
.pagination {
  margin: 8px 0
}

.pagination .controls a {
  border: 0
}

.pagination .controls input {
  border: 0;
  color: #999;
  width: 30px;
  padding: 0;
  margin: -3px 0 0 0;
  text-align: center
}
.pagination {
  margin: 20px 0
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul > li {
  display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999;
  cursor: default
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #999;
  cursor: default;
  background-color: transparent
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px
}