@charset "utf-8";

html {
  overflow-x: hidden;
}

body {
  font-family: "Microsoft YaHei";
}

/* Width Style*/
.W1000 {
  width: 1200px;
  overflow: hidden;
}

.W1198 {
  width: 1198px;
  overflow: hidden;
}

.W830 {
  width: 830px;
  overflow: hidden;
}

.W750 {
  width: 928px;
  overflow: hidden;
}

.W235 {
  width: 255px;
  overflow: hidden;
}

.W260 {
  width: 360px;
  overflow: hidden;
}

.W350 {
  width: 350px;
  overflow: hidden;
}

.W280 {
  width: 280px;
  overflow: hidden;
}

.W240 {
  width: 240px;
  overflow: hidden;
}

/**Login Style**/
.LoginBg {
  background: #fff;
  text-align: center;
  padding-bottom: 14px;
}

.LoginBtn01 {
  width: 95px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: block;
  background: #00b2ff;
  -moz-border-radius: 3px;
  /* Gecko browsers */
  -webkit-border-radius: 3px;
  /* Webkit browsers */
  border-radius: 3px;
  /* W3C syntax */
}

.LoginBg a {
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 11px 0 0px 12px;
  width: 230px;
  background: url(../images/rukou1.jpg) center center no-repeat;
  height: 48px;
  line-height: 48px;
  text-align: left;
  text-indent: 10px;
}

.LoginBg a img {
  float: left;
  margin-left: 45px;
  margin-top: 15px;


}

.LoginBg a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  line-height: 48px;
}

.LoginBg .BtnStyle01 {
  background: url(../images/rukou2.jpg) center center no-repeat;
}

.BtnStyle01 {
  background: #3C8CE2;
}

.BtnStyle02 {
  background: linear-gradient(90deg, #f75c24 1%, #ed3d18 99%);
  width: 204px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
}

/* Top Style*/
.siteGroup {
  position: relative;
  FLOAT: right;
  LEFT: 0px;
  Z-INDEX: 99;
}

.siteGroup a {
  display: block;
  width: 152px;
  padding-left: 28px;
  height: 42px;
  background: url(../images/Ico.png) 15px 9px no-repeat #1170b8;
  COLOR: #fff;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.siteGroup a:hover {
  TEXT-DECORATION: none;
  BACKGROUND: url(../images/Ico.png) 15px 9px no-repeat #DA2138;
}

.siteGroup_menu {
  WIDTH: 180px;
  POSITION: absolute;
  FLOAT: right;
  Z-INDEX: 100;
  DISPLAY: none;
  TOP: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

/* Form Style*/
.TxtInput {
  border: #015293 2px solid;
  border-right: none;
  width: 360px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  /* text-indent: 10px; */
  font-size: 14px;
  outline: none;
}

.SeachBtn {
  height: 42px;
  width: 100px;
  background: #015293;
  border: #015293 2px solid;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: hand;
}

/*Banner Style*/
.slide {
  position: relative;
  width: 928px;
  /* height: 400px; */
  background-color: #fff;
}

.slide .m-hd ul {
  position: absolute;
  /* top: 730px; */
  left: 50%;
  z-index: 5;
  display: block;
  width: 260px;
  height: 26px;
  margin-left: -130px;
  text-align: center;
}

.slide .m-hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  font-size: 0px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.slide .m-hd ul li.on {
  background: #fff;
}

.slide .m-hd a {
  display: none;
  position: absolute;
  top: 40%;
  z-index: 4;
  width: 34px;
  height: 60px;
  font-size: 0px;
  margin-top: -30px;
  margin: 0 5px;
  background: url(../images/Sprites.png);
}

.slide:hover .m-hd a {
  display: block;
}

.slide .m-hd a.prev {
  left: 0px;
  background-position: 0 0;
}

.slide .m-hd a.prev:hover {
  background-position: -80px 0;
}

.slide .m-hd a.next {
  right: 0px;
  background-position: -40px 0;
}

.slide .m-hd a.next:hover {
  background-position: -120px 0;
}

.slide .m-bd .element {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-size: 100%; */
  /* background-position: center; */
  background-repeat: no-repeat;
}

.slide .m-bd .element img {
  position: absolute;
  top: 0px;
  left: 0px;
}


/* Title Style*/
.Title01 {
  color: white;
  font-size: 14px !important;
  font-weight: bold;
  height: 44px;
  line-height: 46px;
  text-indent: 22px;
  background: linear-gradient(to right, #035294, #4085be);
  background: -moz-linear-gradient(to right, #035294, #4085be);
  background: -ms-linear-gradient(to right, #035294, #4085be);
  background: -o-linear-gradient(to right, #035294, #4085be);
  background: linear-gradient(to right, #035294, #4085be);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294', endColorStr='#4085be', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294',endColorStr='#4085be',gradientType='0')";
  margin-top: 1px;
}

.Title02 {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0px 15px;
  background: #f0f3f4;
}

/*.Ico01{ background:url(../images/Ico.png) 20px -64px no-repeat;}
.Ico02{ background:url(../images/Ico.png) 20px -104px no-repeat;}
.Ico03{ background:url(../images/Ico.png) 20px -143px no-repeat;}*/
.Title03 {
  height: 38px;
  line-height: 35px;
  background: url(../images/Ico.png) 20px -255px no-repeat;
  padding: 0 0px 0 50px;
}

/** List Style**/
.List1 ul {
  margin: 0;
  padding: 0;
}

/*公告文字列表样式background:url(../images/Ico.png) 20px -215px no-repeat;.List1 li:hover{background:url(../images/Ico.png) 20px -185px no-repeat #F4F8FF;} */
.List1 li {
  /* padding: 8px 20px 3px 35px; */
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  /* border-bottom: 1px solid #F3F3F3; */
}


.List2 ul {
  margin: 0;
  padding: 0;
}

/*侧边文字列表*/
/*.List2 li{padding:5px 0px 5px 13px;display:block; height:18px; background:url(../images/Ico.png) 0 -190px no-repeat; overflow:hidden;}*/

.List3 {
  background: #F4F8FF;
}

.List3 ul {
  margin: 0;
  padding: 0;
}

/*服务大厅*/
.List3 li {
  width: 95px;
  height: 24px;
  display: block;
  background: url(../images/Ico.png) 8px -172px no-repeat;
  float: left;
  margin: 8px 5px 0px 12px;
  padding-left: 20px;
}

.List3 li:hover {
  background: url(../images/Ico.png) 8px -172px no-repeat #F4F8FF;
}

/*会员单位*/
.agency {
  position: relative;
  width: 1000px;
  border: none;
  background-color: transparent;
}

.agency .m-hd ul {
  position: absolute;
  left: 50%;
  top: 250px;
  display: block;
  width: 200px;
  height: 32px;
  margin-left: -100px;
  text-align: center;
}

.agency .m-hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  font-size: 0px;
  color: #fff;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 10px;
  border: 1px solid #277EFF;
}

.agency .m-hd ul li.on {
  background: #277EFF;
}

.agency .m-hd .more {
  margin-right: 0px;
  margin-left: 20px;
}

.agency .m-bd ul {
  display: block;
  margin-right: -20px;
  overflow: hidden;
}

.agency .m-bd ul+ul {
  margin-top: -1px;
}

.agency .m-bd ul li {
  float: left;
  width: 248px;
  height: 94px;
  border: #e5e5e5 1px solid;
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

.agency .m-bd ul li+li {}

.agency .m-bd ul li:hover {
  position: relative;
  border-color: #ddd;
  transition: border-color 1.5s ease 0s;
}

.agency .m-bd ul li a {
  display: block;
  height: 84px;
  border: #fff 5px solid;
  background-color: #fff;
}

.agency .m-bd ul li a:hover {
  position: relative;
  padding: 0px;
  border: #f5f5f5 5px solid;
}

.agency .m-bd ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.agency .m-bd ul li span.ag-img {
  margin-top: 12px;
  height: 60px;
}

.agency .m-bd ul li span.ag-img img {
  margin: 0px auto;
  width: 180px;
  height: 60px;
  border-radius: 5px;
}

.agency .m-bd ul li span.ag-text {
  width: 190px;
  padding: 0px 15px;
  margin: 0px auto;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/** WebSite Bottom Style**/
.SiteBottom {
  padding: 10px 0;
  border-top: 2px solid #3787FE;
  min-height: 60px;
}

/** Two Columns Style **/
.BanneBg {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 250px;
  margin-top: -8px;
}

.Weizhi {
  text-indent: 15px;
  height: 30px;
  line-height: 30px;
}

.LmTitleBg {
  height: 46px;
  background: url(../images/Sprites.png) 0 -240px no-repeat;
  display: block;
}

.LmDh ul {
  marign: 0;
  padding: 0;
}

.LmDh li {
  height: 38px;
  padding: 12px 0 0 25px;
  border-bottom: #eee 1px solid;
  background: url(../images/Ico.png) 190px -210px no-repeat;
}

.LmDh li:hover {
  border-bottom: #C0D1E3 1px solid;
  background: url(../images/Ico.png) 190px -180px no-repeat #F4F8FF;
}

.LmDh a {
  font-size: 16px;
}

.Content {
  padding: 20px 40px;
  line-height: 200%;
  font-size: 16px;
}

.Content p {
  line-height: 200%;
  font-size: 16px;
  margin: 8px 0;
}


/*头部添加*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * 只针对ie6、7
 * 下面的命令会触发hasLayout，从而包含浮动
 */
.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.SearchType {
  width: 462px;
  text-align: left;
}

.SearchType a {
  float: left;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #094986;
  font-size: 14px;
}

.SearchType .aonit {
  background: #015293;
  color: white;
}

.SearchWrap {
  position: relative;
}

.DayTime {
  position: absolute;
  right: 0px;
  top: 45px;
  width: 210px;
}

.DayTime p {
  float: left;
  width: 50%;
  color: #a9a9a9;
}

.DayTime p span {
  display: block;
  color: #a9a9a9;
  height: 20px;
}

/*通知样式*/
.containers {
  width: 1200px;
  margin: 20px auto;
}

.notice {
  background: #f6f6f6 url(../images/notice-bg.png) left center no-repeat;
  position: relative;
}

.notice .txt_tz {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  left: 40px;
  top: 13px;
}

.notice #scrollWrap {
  width: 1060px;
  height: 44px;
  overflow: hidden;
  margin-left: 80px;
}

.notice #scrollWrap li {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 10px;
  float: left;
  width: 510px;
}

.notice #scrollWrap li a {
  float: left;
}

.notice #scrollWrap li a p {
  float: left;
  height: 44px;
  line-height: 44px;
  width: 420px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice #scrollWrap li a p img {
  margin-left: 3px;
}

.notice #scrollWrap li a span {
  float: right;
  height: 44px;
  line-height: 44px;
  width: 90px;
}

.notice .notice-more {
  float: right;
  border-left: 1px solid #ddd;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

/*通知样式*/
.EnterpriseMin {
  background: url(../images/d30.jpg) 0 0 no-repeat;
  width: 255px;
  height: 48px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 48px;
  border-radius: 1px;
}

.EnterpriseMin:hover {
  line-height: 48px;
  text-decoration: none;
  color: white;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.EnterpriseMin img {
  float: left;
  margin-top: 11px;
  margin-left: 25px;
}

.NumberAnmation li {
  width: 222px;
  height: 102px;
  margin-right: 13px;
  background: url(../images/numberBg.jpg) 0 0 no-repeat;
  border-radius: 3px;
}

.NumberAnmation li>img {
  float: left;
  margin-top: 36px;
  margin-left: 50px;
}

.NumberAnmation li:last-child {
  margin-right: 0px;
}

.NumberAnmation li>div {
  color: white;
  float: left;
  margin-top: 28px;
  margin-left: 10px;
}

.NumberAnmation li>div p em {
  font-size: 20px;
  font-style: normal;
}

.ChangeTab,
.ChangeTab2 {
  border-bottom: 1px solid #D30D2B;
  /* background: #f0f3f4; */
  /* height: 50px; */
}

.ChangeTab span,
.ChangeTab2 span {
  font-size: 16px;
  line-height: 40px;
  float: left;
  /* padding-left: 15px;
  padding-right: 15px; */
  padding: 0 23px;
  cursor: pointer;
  font-weight: bold;
}

.ChangeTab #TenderAnnounCement .ico-zb {
  background: url(../images/zhaobiao_bg.png) no-repeat;
  padding: 2px 9px;
  margin-right: 5px;
}

.ChangeTab .OnitActive,
.ChangeTab span:hover,
.ChangeTab2 .OnitActive,
.ChangeTab2 span:hover {
  color: #fff !important;
  font-weight: 700;
  /* color: #fff !important;
  border-color: #fff; */
  /* background: linear-gradient(to right, #035294, #4085be);
  background: -moz-linear-gradient(to right, #035294, #4085be);
  background: -ms-linear-gradient(to right, #035294, #4085be);
  background: -o-linear-gradient(to right, #035294, #4085be);
  background: linear-gradient(to right, #035294, #4085be); */
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294', endColorStr='#4085be', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294',endColorStr='#4085be',gradientType='0')";
}

.ChangeTab .OnitActive:first-child .ico-zb,
.ChangeTab #TenderAnnounCement:hover .ico-zb {
  background: url(../images/zhaobiao_active_bg.png) center no-repeat !important;
  padding: 2px 9px;
  margin-right: 5px;
}

.ChangeTab #ChangeAnnounCement .ico-zb {
  background: url(../images/biangeng_bg.png) no-repeat;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab .OnitActive:last-child .ico-zb,
.ChangeTab #ChangeAnnounCement:hover .ico-zb {
  background: url(../images/biangeng_active_bg.png) center no-repeat !important;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 #Ico03 .ico-zb {
  background: url(../images/gongshi_bg.png) no-repeat;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 .OnitActive:first-child .ico-zb,
.ChangeTab2 #Ico03:hover .ico-zb {
  background: url(../images/gongshi_active_bg.png) center no-repeat !important;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 #Ico04 .ico-zb {
  background: url(../images/gongshi_bg.png) no-repeat;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 .OnitActive:nth-child(2) .ico-zb,
.ChangeTab2 #Ico04:hover .ico-zb {
  background: url(../images/gongshi_active_bg.png) center no-repeat !important;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 #Ico05 .ico-zb {
  background: url(../images/end_bg.png) no-repeat;
  padding: 2px 11px;
  margin-right: 5px;
}

.ChangeTab2 .OnitActive:nth-child(3) .ico-zb,
.ChangeTab2 #Ico05:hover .ico-zb {
  background: url(../images/end_active_bg.png) center no-repeat !important;
  padding: 2px 11px;
  margin-right: 5px;
}


.ListUl_Wrap li .Gray {
  /* margin-right: 30px; */
  color: #999 !important;
}

.ListUl_Wrap li span em {
  font-style: normal;
}

.ListUl_Wrap li .InformationLink,
.ListUl_Wrap li .InformationLink:hover {
  float: right;
  height: 32px;
  width: 85px;
  color: white;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  margin-top: 5px;
  background: linear-gradient(to right, #ff9900, #ffb13d);
  background: -moz-linear-gradient(to right, #ff9900, #ffb13d);
  background: -ms-linear-gradient(to right, #ff9900, #ffb13d);
  background: -o-linear-gradient(to right, #ff9900, #ffb13d);
  background: linear-gradient(to right, #ff9900, #ffb13d);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900', endColorStr='#ffb13d', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900',endColorStr='#ffb13d',gradientType='0')";
}

.TitIco {
  padding-left: 0px;
}

.TitIco h2 {
  font-size: 14px !important;
  color: white;
  width: 160px;
  background: linear-gradient(to right, #035294, #4085be);
  background: -moz-linear-gradient(to right, #035294, #4085be);
  background: -ms-linear-gradient(to right, #035294, #4085be);
  background: -o-linear-gradient(to right, #035294, #4085be);
  background: linear-gradient(to right, #035294, #4085be);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294', endColorStr='#4085be', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294',endColorStr='#4085be',gradientType='0')";
}

.TitIco h2 i {
  float: left;
  margin-left: 10px;
  background: url(../images/io.png) -20px -10px no-repeat;
  width: 20px;
  height: 32px;
  margin-top: 5px;
}

.TitIco h2 .UserVoice {
  background: url(../images/io.png) -14px -55px no-repeat;
  width: 38px;
}

.TitIco h2 .hezuo {
  background: url(../images/io.png) -14px -155px no-repeat;
  width: 38px;
  margin-top: 17px;
}

.TitIco h2 .friends {
  background: url(../images/io.png) -99px -166px no-repeat;
  width: 38px;
  margin-top: 8px;
}

/*开/评标室预定轮播*/
.msn-focus {
  width: 320px;
  position: relative;
}

.msn-focus img {
  width: 320px;
  height: 280px;
  display: block
}

.msn-focus .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3
}

.msn-focus .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: white;
  margin-left: 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease
}

.msn-focus .hd .on {
  background: #ff3c45;
  filter: alpha(opacity=100);
  opacity: 1;
}

.msn-focus .bd {
  width: 320px;
  height: 280px;
  position: relative;
  overflow: hidden
}

.msn-focus .bd ul {
  height: 280px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 28px
}

.msn-focus .bd li {
  width: 320px;
  height: 280px;
  background-color: #fff;
  position: relative
}

.msn-focus .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 35px;
  height: 35px;
  width: 320px;
  white-space: nowrap;
  overflow: hidden
}

.msn-focus .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 320px;
  height: 35px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50)
}

.msn-focus .bd li p a,
.msn-focus .bd li p a:visited {
  line-height: 38px;
  position: relative;
  color: #fff !important;
  margin-left: 20px
}

.msn-focus .bd li p a:hover {
  color: #f60
}

.msn-focus .prev,
.msn-focus .next {
  position: absolute;
  bottom: 105px;
  width: 29px;
  height: 64px;
  opacity: .6;
  filter: alpha(opacity=60);
  overflow: hidden;
  display: none;
  text-indent: -999px;
  border: none;
  background: url(../images/io.png) no-repeat;
}

.msn-focus .prev: hover,
.msn-focus .next: hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.msn-focus .prev {
  left: 0;
  background-position: -20px -235px;
}

.msn-focus .next {
  right: 0;
  background-position: -20px -285px;
}

.msn-focus .bdOn .prev,
.msn-focus .bdOn .next {
  display: block;
}

/*开/评标室预定轮播*/

/*用户心声轮播*/
.msn-focus-user {
  width: 308px;
  height: 365px;
  position: relative;
}

.msn-focus-user img {
  width: 308px;
  height: 163px;
  display: block
}

.msn-focus-user .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3
}

.msn-focus-user .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: #d2d2d2;
  margin-left: 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease
}

.msn-focus-user .hd .on {
  background: #ff3c45;
  filter: alpha(opacity=100);
  opacity: 1;
}

.msn-focus-user .bd2 {
  width: 308px;
  position: relative;
  overflow: hidden
}

.msn-focus-user .bd2 ul {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 28px
}

.msn-focus-user .bd2 li {
  width: 308px;
  background-color: #fff;
  position: relative
}

.msn-focus-user .bd2 li h5 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.msn-focus-user .bd2 li p {
  line-height: 22px;
  margin-top: 4px;
  width: 308px;
  color: black;
}

.msn-focus-user .bd2 li p a,
.msn-focus-user .bd2 li p a:visited {
  line-height: 22px;
  position: relative;
  font-size: 12px;
}

.msn-focus-user .bd2 li p a span {
  font-weight: bold;
  color: #368dda;
}

.msn-focus-user .bd2 li p a:hover {
  text-decoration: none;
}

.msn-focus-user .prev,
.msn-focus-user .next {
  position: absolute;
  bottom: 75px;
  width: 29px;
  height: 64px;
  opacity: .6;
  filter: alpha(opacity=60);
  overflow: hidden;
  display: none;
  text-indent: -999px;
  border: none;
  background: url(../images/io.png) no-repeat;
}

.msn-focus-user .prev: hover,
.msn-focus-user .next: hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.msn-focus-user .prev {
  left: 0;
  background-position: -20px -235px;
}

.msn-focus-user .next {
  right: 0;
  background-position: -20px -285px;
}

.msn-focus-user .bdOn2 .prev,
.msn-focus-user .bdOn2 .next {
  display: block;
}

/*用户心声轮播*/

/*业务领域招标采购轮播*/
.msn-focus-zbcg,
.msn-focus-qycg,
.msn-focus-jrfw,
.msn-focus-zzxy {
  width: 340px;
  height: 212px;
  position: relative;
  margin: 25px auto;
}

.msn-focus-zbcg img,
.msn-focus-qycg img,
.msn-focus-jrfw img,
.msn-focus-zzxy img {
  width: 340px;
  height: 212px;
  display: block
}

.msn-focus-zbcg .hd,
.msn-focus-qycg .hd,
.msn-focus-jrfw .hd,
.msn-focus-zzxy .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3
}

.msn-focus-zbcg .hd li,
.msn-focus-qycg .hd li,
.msn-focus-jrfw .hd li,
.msn-focus-zzxy .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: #d2d2d2;
  margin-left: 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease
}

.msn-focus-zbcg .hd .on,
.msn-focus-qycg .hd .on,
.msn-focus-jrfw .hd .on,
.msn-focus-zzxy .hd .on {
  background: #ff3c45;
  filter: alpha(opacity=100);
  opacity: 1;
}

.msn-focus-zbcg .bd3,
.msn-focus-qycg .bd4,
.msn-focus-jrfw .bd5,
.msn-focus-zzxy .bd6 {
  width: 340px;
  position: relative;
  overflow: hidden
}

.msn-focus-zbcg .bd3 ul,
.msn-focus-qycg .bd4 ul,
.msn-focus-jrfw .bd5 ul,
.msn-focus-zzxy .bd6 ul {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 28px
}

.msn-focus-zbcg .bd3 li,
.msn-focus-qycg .bd4 li,
.msn-focus-jrfw .bd5 li,
.msn-focus-zzxy .bd6 li {
  width: 340px;
  background-color: #fff;
  position: relative
}

.msn-focus-zbcg .bd3 h5,
.msn-focus-qycg .bd4 h5,
.msn-focus-jrfw .bd5 h5,
.msn-focus-zzxy .bd6 h5,
.h5s {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 16px;
}

/*业务领域招标采购轮播*/

/*合作单位轮播*/
.multipleColumn {
  position: relative;
  /* width: 1157px; */
  width: 100%;
}

.multipleColumn .hd {
  overflow: hidden;
  background: #f4f4f4;
  padding: 0 10px;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
  position: absolute;
  display: block;
  float: left;
  overflow: hidden;
  z-index: ;
  cursor: pointer;
  background: #000 url(../images/io.png) -23px -235px no-repeat;
  opacity: 0.3 !important;
  width: 19px;
  height: 54px;
}

.multipleColumn .hd .prev {
  left: -20px;
  top: 88px;
}

.multipleColumn .hd .next {
  right: -20px;
  top: 88px;
  background: #000 url(../images/io.png) -20px -285px no-repeat;
  opacity: 0.3 !important;
  float: right;
}

.multipleColumn .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.multipleColumn .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
}

.multipleColumn .hd ul li.on {
  background-position: 0 0;
}

.multipleColumn .bd {
  padding: 10px;
  overflow: hidden;
}

.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  /* width: 429px; */
  width: 100%;
  float: left;
  _display: inline;
}

.multipleColumn .bd ul li {
  margin: 8px 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 23%;
}

.multipleColumn .bd ul li .pic {
  text-align: center;
}

.multipleColumn .bd ul li .pic img {
  /* width: 120px;
  height: 86px; */
  width: 100%;
  height: 100%;
  display: block;
  padding: 2px;
}

.multipleColumn .bd ul li .pic p {
  margin-top: 10px;
}

.multipleColumn .bd ul li .pic a:hover img {
  border-color: #999;
}

.multipleColumn .bd ul li .title {
  line-height: 24px;
}

/*合作单位轮播*/


.MoreLitle,
.MoreLitle:hover {
  /* width: 480px; */
  /* width: 83% !important; */
  height: 30px;
  line-height: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.Black12 .NowReservations,
.Black12 .NowReservations:hover {
  margin: 15px auto;
  border-radius: 4px;
  color: white !important;
  font-size: 14px;
  display: block;
  height: 50px;
  width: 320px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #ff9900, #ffb13d);
  background: -moz-linear-gradient(to right, #ff9900, #ffb13d);
  background: -ms-linear-gradient(to right, #ff9900, #ffb13d);
  background: -o-linear-gradient(to right, #ff9900, #ffb13d);
  background: linear-gradient(to right, #ff9900, #ffb13d);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900', endColorStr='#ffb13d', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900',endColorStr='#ffb13d',gradientType='0')";
}

/*业务领域*/
.BusinessAreas>li {
  border-right: 1px solid #E5E5E5;
  height: 290px;
  width: 398px;
  float: left;
  border-bottom: 1px solid #E5E5E5;
}

.BusinessAreas>li:nth-child(3n) {
  border-right: none;
}

/*业务领域*/

.links-content {
  padding-bottom: 20px;
  line-height: 28px;
}

.links-content>div {
  width: 1200px;
  margin: 0 auto;
}

.links-content>div a {
  float: left;
  width: 206px;
  margin: 20px 0px 20px 25px;
}

.links-content>div a>img {
  display: block;
  width: 100%;
  margin: 0px;
  height: 35px;
}

.partner_all {
  padding: 0px 30px;
}

.partner_all a {
  float: left;
  line-height: 28px;
}

.partner_all span {
  float: left;
  margin: 0px 18px;
  line-height: 28px;
}

/*通知公告弹框*/
.announcementBounced {
  background: url(../images/fankui_bg.png) 0 0 repeat;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1031;
  display: none;
}

.amentBounced_tk {
  width: 800px;
  height: 500px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
}

.closeBtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}

.amentBounced_tk h5 {
  font-size: 20px;
  color: white;
  height: 50px;
  width: 100%;
  background: #015293;
  text-align: center;
  line-height: 50px;
  margin: 0px;
}

.amentBounced_tk p {
  width: 90%;
  line-height: 24px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 10px;
  text-indent: 30px;
}

.tkScroll {
  height: 430px;
  overflow: hidden;
}

.tkScroov {
  height: 430px;
  overflow-y: scroll;
  width: 102%;
}

.tkScroov::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  background-color: #dfdfdf;
}

.tkScroov::-moz-scrollbar {
  width: 4px;
  height: 2px;
  background-color: #dfdfdf;
}

/*定义滑块 内阴影+圆角*/
.tkScroov::-webkit-scrollbar-thumb {
  background-color: #ababab;
}

.tkScroov::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #dfdfdf;
}

/*定义滑块 内阴影+圆角*/
.tkScroov::-webkit-scrollbar-track {
  height: 20px;
}

.tkScroov::-webkit-scrollbar-thumb {
  background-color: #ababab;
}

/*通知公告弹框*/