*{font-family: "微软雅黑"}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,span,div,label,legend,input,textarea,select{margin:0;padding:0} 
body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
a:hover{text-decoration:none}
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.wrap{
	width: 100%;
	background-image: url(../images/newIndex/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.main{
  background: #ffffff;
}
.js-slide-list3{
  overflow: hidden;
  height: 22px;
}
.headtop{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f9f9f9;
}
.headcontain{
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
	vertical-align: middle;
}
.welcome label{
	color: #2d76a2;
	font-weight: bold;
}
.wechat{
	position: relative;
}
.wechat a{
	padding-right: 10px;
}
.wechatCheck img{
	width: 28px;
	height: 28px;
	vertical-align: top;
}
.wechatCheck .bigImg{
	position: absolute;
  right: 0;
  top: 33px;
  z-index: 9;
  width: 162px;
  height: 162px;
  padding: 5px;
  border: 1px solid #e2e2e2;
  transform: scale(0);
  opacity: 0;
  transition: all .2s ease;
  background: #fff;
}
.luntan {
  display: inline-block;
  width: 20px;
  height: 30px;
}
.luntan img{
	width: 18px;
	height: 14px;
}
.blue{
	color: #014099;
	padding: 0px;
	margin-right: 10px;
	text-decoration: underline;
}
.blue:first-child{
	border-right: 1px solid #dcdcdc;
}
.contain{
	width: 1200px;
	margin: 0 auto;
}
.head{
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchlist{
	width: 388px;
	margin-left: 50px;
	margin-right: 35px;
	margin-top: 15px;
}
.search{
	display: inline-block;
  vertical-align: top;
  width:350px;
  position: relative;
  border: 2px solid #a0b5c0;
}
.search-select {
  width: 80px;
  height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
}
.search-select .origin {
  font-size: 14px;
  display: block;
  color: #666;
  line-height: 32px;
}
.search-select .origin i {
  font-size: 1.2rem;
  color: #666;
}
.search-select .value-list {
  width: 120px;
  border-radius: 0;
  left: 0;
}
.search-select .value-list option {
  padding: 5px 20px;
}
.search input {
  width: 265px;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  border: none;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.5);
}
.search-btn{
	position: absolute;
  top: 10px;
  right: 5px;
  z-index: 4;
  color: #337ab7;
}
.head .list {
  width: 350px;
  font-size: 0;
  margin-top: 10px;
}
.head .list li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.head .list li:last-child{
	float: right;
}
.list li a {
  color: #666;
  padding-right: 10px;
}
.fp{
	position: relative;
	width: 300px;
	height: 76px;
	text-align: center;
	background-size: cover;
}
.fp img{
	display: inline-block;
	margin-top: 5px;
}
.fp span{
	display: inline-block;
	padding-top: 30px;
	font-size: 18px;
	color: #2d76a2;
	font-weight: bold;
}
.fp hr{
	width: 300px;
	height: 0px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #ffffff;
	position: absolute;
	top:24px;
}
.logo {
	margin-top: 15px;
}
.bigImg img{
	width: 200px;
	height: 200px;
}
.wechatCheck{
	position: relative;
}
.wechatCheck .bigImg:after, .wechatCheck .bigImg:before {
  position: absolute;
  right: 5px;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
.wechatCheck .bigImg:after {
  top: -16px;
  z-index: 8;
  border-bottom-color: #fff;
}
.wechatCheck .bigImg:before {
  top: -17px;
  z-index: 7;
  border-bottom-color: #e2e2e2;
}
.wechatCheck .bigImg img {
  width: 150px;
  height: 150px;
}
.wechatCheck:hover .bigImg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.nav{
  width: 1200px;
  min-height: 53px;
  margin: 0 auto;
  background-image: url(../images/newIndex/nvabg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 5px;
  padding-left: 40px;
}
.nav ul li{
  float: left;
  padding: 16px 0px;
}
.nav ul li a{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding:0 23px;
  border-right: 1px solid #1c6dd6;
  border-left: 1px solid #67b9e6;
  height: 22px;
  font-weight: bold;
}
.nav ul li:first-child a{
 border-left: 0px;
}
.nav ul li:last-child a{
 border-right: 0px;
}
.nav ul li:hover{
  background-image: url(../images/newIndex/navselectbg.png);
}
.nav .action{
  background-image: url(../images/newIndex/navselectbg.png);
  background-repeat: repeat;
}
.wrindex{
  width: 1200px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px 15px;
  margin-bottom: 20px;				  
}
.indexleft{
  margin-right: 10px;
}
.indexleft ul li a{
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #2d76a2;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  background-image: url(../images/newIndex/indexleftbg.png);
}
.indexleft ul li a:hover{
  text-decoration: underline;
  color: red;
}
.indexleft ul li img{
  width: 129px;
  height: 77px;
}
.banner1{
  width: 510px;
  height: 240px;
  overflow: hidden;
}
.banner2{
  width: 510px;
  height: 240px;
  display: none;
  overflow: hidden;
}
.bannerunder{
  width: 510px;
  height: 38px;
}
.bannerunder .lunbobg{
  color: #ffffff;
  background-image: url(../images/newIndex/navselectbg.png);
}

.voidenews{
  text-align: center;
  width: 252px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  color:#2d76a2; 
  background-image: url(../images/newIndex/nornalbg.png);
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.imgnews{
  text-align: center;
  width: 252px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
   color:#2d76a2; 
  background-image: url(../images/newIndex/nornalbg.png);
}
.luara-left{position:relative;padding:0;overflow: hidden;}
.luara-left ul{position: relative;padding: inherit;margin: 0;}
.luara-left ul li{float: left;padding: inherit;margin: inherit;list-style: none;position: relative;}
.luara-left ul li img{width: inherit;height: inherit;}
.example2{}
.example2 li span{
  position: absolute;
  display: inline-block;
  width: 510px;
  height: 35px;
  line-height: 35px;
  background-image: url(../images/newIndex/lunbobg.png);
  color: #ffffff;
  bottom: 0px;
  left: 0px;
  padding-left: 5px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;border-radius: 5px;}
.example2 ol li.seleted{background: #1AA4CA;}
.indexright{
  width: 499px;
  margin-left: 10px;
}
.indexnav{
 background-image: url(../images/newIndex/nornalbg.png);
}
.indexrightcont p span{
  font-size: 12px;
}
.indexnav ul li{
  float: left;
  height: 35px;
  line-height: 35px;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  padding: 0 23px;
  cursor: pointer;
}
.indexnav ul li a{
  color: #2d76a2;
}
.indexnav .action{
 background-image: url(../images/newIndex/navselectbg.png);
 background-repeat: repeat;
 color: #ffffff;
}
.news-list-item .item a {
  width: 395px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-item .item i {
  width: 13px;
  line-height: 18px;
  font-size: 12px;
  color: #3498DB;
  vertical-align: 1px;
}
.ggzhuanti i {
  width: 13px;
  line-height: 18px;
  font-size: 12px;
  color: #3498DB;
  vertical-align: 1px;
}
.indexrightcont{
  height: 244px;
  padding: 10px;
  padding-right: 5px;
  background-color: #f2f2f2;
}
.ggzhuantititle {
  color: #f7534c;
  padding-bottom: 10px;
}
.ggzhuantititle .left {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 260px;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
  color: #676767;
  font-size: 14px;
}
.ggzhuantititle a {
  color: #676767;
}
.ggzhuantititle .right {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
}
.blue{
  font-size: 12px;
  color: #2d76a2;
  text-decoration: none;
}
.indexrightcont li{
  margin-bottom:23px;
}
.id2, .id3, .id4{
  display: none;
}
.ad{
  background: #ffffff;
  margin:10px 0;
  clear: both;			  
}
.ad img {
  height: 100px;
   width: 1160px;			
}
.xiangshu{
  width: 325px;
  height: 105px;
  background-color: #eeeeee;
  text-align: center;
}
.xiangshu span{
  display: inline-block;
  font-size: 14px;
  color: #525252;
  width: 150px;
  margin-top: 25px;
}
.xiangshu span label{
  color: #4285f4;
}
.fabu{
  border: 2px solid #d0d0d0;
  width: 253px;
  height: 105px;
  background-color: #ffffff;
  text-align: center;
}
.fabu span{
  display: inline-block;
  width: 100px;
  margin-top: 15px;
}
.fabu span img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.link{
  width: 580px;
  height: 105px;
  background-color: #eeeeee;
  text-align: center;
}
.link a{
  display: inline-block;
  width: 112px;
  margin-top: 20px;
}
.link span{
  margin-top: 5px;
  display: block;
}
.title{
  margin:10px 0;
  font-size: 16px;
  line-height: 40px;
  width: 1160px;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-image: url(../images/newIndex/navselectbg.png);
}
.achievementwrap{
  border:1px solid #dcdcdc;
  border-top: 2px solid #5db8ff;
  width: 380px;
  height: 335px;
  margin-right: 10px;
  overflow: hidden;
}
.achbg{
  width: 100%;
  background-image: url(../images/newIndex/achbg.png);
  background-repeat: no-repeat;
  height: 40px;
  line-height: 35px;
}
.achbg img{
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.achbg span{
  padding: 0 10px;
  font-size: 14px;
  color: #525252;
}
.achbg a{
  font-size: 14px;
  margin-right: 10px;
}
.border-r{
  border-right: 1px solid #525252;
}
.achcontent{
  margin-right: 10px;
  position: relative;
  padding: 10px;
}
.achievementwrap:last-child{
  margin-right: 0px;
}
.achitem {
  margin-bottom: 10px;
}
.achitem img{
  width: 110px;
  height: 72px;
}
.achword {
  width: 235px;
  margin-left: 10px;
}
.achword p {
  color: #2d76a2;
  border-bottom: 1px solid #dcdcdc;
  line-height: 25px;
  height: 48px;
}
.achword p a{
  display: inline-block;
  font-size: 14px;
  vertical-align: -10px;
  color: #2d76a2;
}
.achword i{
 color: #2d76a2;
 width: 13px;
 font-size: 12px;
 margin-top: 6px;
}
.achword span{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 17px;
}
.zltj{
  width: 100%;
  height: 93px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.zltj a{
  font-size: 14px;
  color: #2d76a2;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zltj span{
  display: inline;
  margin-top: 5px;
  font-size: 12px;
  color: #676767;
  line-height: 25px;
}
.zltj label a{
  font-size: 12px;
  color: #2d76a2;
  display: inline;
  width: auto;

}
.zltj:nth-child(3){
  border-bottom: 0px;
}
.zltj:nth-child(6){
  border-bottom: 0px;
}
.zltj:nth-child(9){
  border-bottom: 0px;
}
#b01 ul li {
  float: left;
  height: 300px;
}
#b01 { 
  width: 390px;
}
#b01 .dots { position: absolute;  left: 42%; bottom: 5px;}

#b01 .dots li { 

  display: inline-block; 

  width: 12px; 

  height: 12px; 

  margin: 0 4px; 

  text-indent: -999em; 

  border: 2px solid #fff; 

  border-radius: 6px; 

  cursor: pointer; 
  background: #000;
  opacity: .2;
  

}

#b01 .dots li.active {

  background: #2d76a2;

  opacity: 1;

}

#b02 ul li {
  float: left;
  height: 300px;

}
#b02 { 
  width: 390px;
}
#b02 .dots { position: absolute;  left: 42%; bottom: 5px;}

#b02 .dots li { 

  display: inline-block; 

  width: 12px; 

  height: 12px; 

  margin: 0 4px; 

  text-indent: -999em; 

  border: 2px solid #fff; 

  border-radius: 6px; 

  cursor: pointer; 
  background: #000;
  opacity: .2;
  

}

#b02 .dots li.active {

  background: #2d76a2;

  opacity: 1;

}
#b03 ul li {
  float: left;
  height: 236px;
   position: relative;
}
#b03 { 
  width: 510px;
  position: relative;
}
#b03 .dots { position: absolute;  right: 10px; bottom: 10px;}

#b03 .dots li { 

  display: inline-block; 

  width: 12px; 

  height: 12px; 

  margin: 0 4px; 

  text-indent: -999em; 



  border-radius: 6px; 

  cursor: pointer; 
  background: #ffffff;
  

}

#b03 .dots li.active {

  background: #2d76a2;

  opacity: 1;

}

#b04 ul li {
  float: left;
  height: 265px;
  position: relative;
}
#b04 { 
  width: 340px;
  position: relative;
}
#b04 img{
  width: 360px;
  height: 238px;
}
#b04 .dots { position: absolute;  right: 10px; bottom: 30px;}

#b04 .dots li { 

  display: inline-block; 

  width: 8px; 

  height: 8px; 

  margin: 0 4px; 

  text-indent: -999em; 

  border-radius: 6px; 

  cursor: pointer; 
  background: #ffffff;
  

}

#b04 .dots li.active {

  background: #2d76a2;

  opacity: 1;

}
.hotimg ul li a span{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.source ul li{
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 margin:10px 0;
}
.source ul li a{
  font-size: 14px;
  color: #626262;
}
.source ul li:before{
  content: "•";
  color:#2d76a2;
  margin-right: 5px;
}
.source img{
  width: 358px;
  height: 144px;
}
.severwrap{
 border:1px solid #dcdcdc;
 border-top: 2px solid #5db8ff;
 margin-right: 10px;
 overflow: hidden;
 width: 724px;
 height: 245px;
}
.severbg{
  width: 100%;
  background-image: url(../images/newIndex/severbg.png);
  height: 40px;
  line-height: 35px;
}
.severbg img{
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.severbg span{
  padding: 0 10px;
  font-size: 14px;
  color: #525252;
}
.severbg a{
  font-size: 14px;
  margin-right: 10px;
}
.severcon{
  padding: 10px;
}
.severitem{
  width: 338px;
  height: 80px;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 5px;
}
.severitem a img{
  width: 100px;
  height: 80px;
}
.severright{
  margin-left: 10px;
  width: 220px;
  height: 80px;
}
.severright a{
  font-size: 14px;
  color: #8a8989;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.severright label{
  padding-top: 10px;
  display: inline;
  font-size: 12px;
  color: #676767;
  line-height: 15px;
}
.severright .blue{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  color: #2d76a2;
}
.expert{
  width: 425px;
  border:1px solid #dcdcdc;
  border-top: 2px solid #5db8ff;
  margin-right: 0px;
  overflow: hidden;
  height: 245px;
}
.expertcon{
  width: 100%;
  padding: 10px;

}
.expertitem{
 border-bottom: 1px solid #dcdcdc;
 height: 50px;
 margin-top: 10px;
}
.expertitem:last-child{
  border-bottom: 0px;
}
.expertitem a{
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color:#2d76a2;
  font-size: 14px;
}
.expertitem p{
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top:5px;
  font-size: 14px;
  color: #8a8989;
}
.demandwrap{
 border:1px solid #dcdcdc;
 border-top: 2px solid #5db8ff;
 margin-right: 10px;
 margin-top: 10px;
 overflow: hidden;
 width: 724px;
 height: 250px;
}
.demandwrap table{
  text-align: center;
}
.datatd td{background-color:#FFFFFF;height:34px;padding-left:2px;}
.demandwrap table table tr:nth-child(even){
  background-color: #f9f9f9;
}
.slide-title{
  width: 724px;
  background-color: #d2d2d2;
  color: #3498db;
  height: 35px;
  line-height: 35px;
  font-size: 14px;

}
.slide-title span{
  display: inline-block;
  text-align: center;
  width: 172px;
}
.slide-container{
  position: relative;
  overflow: hidden;
   height:175px;
}
.slide-list{
  position:absolute;
  width:100%;
  left:0;
  top:0;
  color:#000;
   margin:0;
    padding:0;
}
.slide-list li {
  height:35px;
  line-height:35px;
  list-style:none;
   margin:0;
   padding:0 10px;
}
.slide-list li:nth-child(even){
  background-color: #f9f9f9;
}
.slide-list li span {
  width: 170px;
  text-align: center;
  display:inline-block;
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.severlist{
  width: 425px;
  border:1px solid #dcdcdc;
  border-top: 2px solid #5db8ff;
  margin-right: 0px;
  overflow: hidden;
  height: 250px;
  margin-top: 10px;
}
.severcase ul li{
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 margin:13px 0;
 padding:0px;
}
.severcase ul li a{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #626262;
}
.severcase ul li:before{
  content: "•";
  color:#2d76a2;
  margin-right: 5px;
}
.severcase img{
  width: 358px;
  height: 144px;
}
.keji{
  width: 725px;
  height: 275px;
  margin-right: 10px;
  overflow: hidden;
}
.kejilist{
  width: 160px;
  height: 275px;
}
.kejilist li{
  position: relative;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.kejilist li img{
  display: none;
  vertical-align: middle;
  position: absolute;
  right: -10px;
  top: 18px;
  z-index: 1000;
}
.kejilist li:nth-child(odd){
  background-color: #b9d0de;
}
.kejilist li:nth-child(even){
  background-color: #dde9ef;
}
.kejilist li a{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  font-size: 14px;
  color: #4c4c4c;
}
.meiyong{
   width: 565px;
  height: 275px;
}
.kejiimg{
  width: 565px;
  height: 275px;
  display: none;
  overflow: hidden;
}
.kejiimg img{
  width: 565px;
  height: 275px;
}
#kejiimg01{
  display: block;
}
.zhuanti{
  width: 425px;
  border:1px solid #dcdcdc;
  border-top: 2px solid #5db8ff;
  margin-right: 0px;
  overflow: hidden;
  height: 275px;
}
.severcase{
  padding: 10px 20px;
  overflow: hidden;
}
.severcase img{
  width: 372px;
  height: 115px;
}
.severcase span{
  font-size: 14px;
  color: #626262;
  padding: 3px 0;
  display: block;
}
.tushuleft{
  width: 555px;
  height: 358px;
  overflow: hidden;
}
.tushuleft a{
  float: left;
}
.tushuleft a:nth-child(1) img{
  width: 275px;
  height: 210px;
}
.tushuleft a:nth-child(2) img{
  width: 275px;
  height: 210px;
  padding-left: 10px;
}
.tushuleft a:nth-child(3) img{
  width: 184px;
  height: 145px;
   padding-top: 10px;
}
.tushuleft a:nth-child(4) img{
  padding-top: 10px;
  padding-left: 10px;
  width: 184px;
  height: 145px;
}
.tushuleft a:nth-child(5) img{
  padding-top: 10px;
  padding-left: 10px;
  width: 184px;
  height: 145px;
}
.tushu{
  width: 1160px;
  height: 283px;
  padding: 10px 15px;
  background: #eeeeee;
}
.tushuright{
  width: 565px;
  height: 358px;
  overflow: hidden;
  padding-left: 10px;
  margin-left: 10px;
}
.tushuright a{
  float: left;
}
.tushuright a:nth-child(1) img{
  width: 182px;
  height: 145px;
 
}
.tushuright a:nth-child(2) img{
  padding-left: 10px;
  width: 182px;
  height: 145px;
}
.tushuright a:nth-child(3) img{
  padding-left: 10px;
  width: 182px;
  height: 145px;
}
.tushuright a:nth-child(4) img{
  width: 273px;
  height: 210px;
  padding-top: 10px;
}
.tushuright a:nth-child(5) img{
   padding-top: 10px;
  width: 273px;
  height: 210px;
  padding-left: 10px;
}
.chanpin{
width: 570px;
height: 208px;
overflow: hidden;
border:1px solid #dcdcdc;
border-top: 1px solid #5db8ff;
}
.chanpinwrap{
  padding: 15px 10px;
}
.chanpinitem{
  margin-bottom: 10px;
  margin-right: 10px;
}
.chanpinitem img{
  width: 74px;
  height: 60px;
}
.chanpinright{
  margin-left: 20px;
  width: 160px;
  height: 60px;
}
.chanpinright a{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #5d5d5d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chanpinright label{
  padding-top: 10px;
  display: inline;
  font-size: 12px;
  color: #878787;
  line-height: 12px;
}
.chanpinright .orange{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  color: #ec6941;
}
.ma-5{
  padding-top: 5px;
}
.device{
  padding: 10px 20px;
}
.device a{
  margin-right: 10px;
}
.device a:nth-child(2){
  margin-right: 0px;
}
.device a img{
  width: 258px;
  height: 148px;
}
.link-list{
  border:1px solid #dcdcdc;
  padding: 10px 15px;
  width: 1160px;
}
.link-list select{
  height: 30px;
  width: 153px;
  margin-right: 5px;
}
.link-list select:last-child{
   margin-right: 0px;
}
.qiyescorll{
  width: 1160px;
  overflow: hidden;
}
.qiye a {
   text-align: center;
   display: inline-block;
   width: 185px;
   margin-left: 10px;
}
.qiye a img{
  border:1px solid #dcdcdc;
  width: 185px;
  height: 76px;
}
.qiye label{
  display: block;
   width: 185px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #414141;
  margin-top: 5px;
}
.str_wrap {
  overflow:hidden;
  //zoom:1;
  width:1160px;
  font-size:12px;
  line-height:16px;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;  
  background:#f6f6f6;
  white-space:nowrap;
}

.str_wrap.str_active {
  background:#f1f1f1;
}
.str_move { 
  white-space:nowrap;
  position:absolute; 
  top:0; 
  left:0;
  cursor:move;
}
.str_move_clone {
  display:inline-block;
  //display:inline;
  //zoom:1;
  vertical-align:top;
  position:absolute; 
  left:100%;
  top:0;
}
.str_vertical .str_move_clone {
  left:0;
  top:100%;
}
.str_down .str_move_clone {
  left:0;
  bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space:normal;
  width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
  cursor:inherit;
}
.str_wrap img {
  max-width:none !important;  
}
.str4 .str_item {
      font-size:0;
      line-height:0
    }
.str4 img { opacity:0.8}
.str4 img:hover { opacity:1}
.str4.str_wrap.str_active {
      background:#fff;
    }
.carousel-item {
  position: relative;
}
.carousel-item span{
   position: absolute;
  display: inline-block;
  width: 510px;
  height: 35px;
  line-height: 35px;
  background-image: url(../images/newIndex/lunbobg.png);
  color: #ffffff;
  bottom: 0px;
  left: 0px;
  padding-left: 5px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}
.footer{
  background-image: url(../images/newIndex/footer.png);
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footerleft{
  width: 580px;
}
.footercontent{
  width: 1170px;
  padding: 10px 0;
  margin: 0 auto;
}
.zhinan{
  margin-top: 10px;
  margin-left: 50px;
}
.zhinan li{
  color: #ffffff;
  margin-top: 10px;
}
.zhinan li:nth-child(1){
  font-size: 16px;
}
.zhinan li a{
  color: #ffffff;
  font-size: 12px;
}
.footerimg{
  padding-top: 15px;
  clear:both;
}
.footerimg img{
  margin-right: 5px;
}
.tel{
  padding-left: 15px;
}
.footertel{
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 40px;
  width: 205px;
}
.chatlink img{
  margin-top: 20px;
  margin-right: 15px;
}
.footervode{
  padding-top: 20px;
}
.footervode img{
  margin-left: 27px;
  width: 100px;
  height: 100px;
}
.jishu{
  clear: both;
  padding-top:20px;
}
.jishu p{
  margin-bottom: 5px;
font-size: 12px;
color: #ffffff;
}
.beian {
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
}
.news{
  background-image: url(../images/newIndex/newsbg.png);
  background-repeat:no-repeat;
  background-size: 100%;
  height: 40px;
  line-height: 40px;
  width: 1170px;
  padding: 0 10px 0 20px;
}
.c-menu {
  height:40px;
  overflow:hidden;
  width:915px;
}
.news span{
  font-size: 16px;
  font-weight: bold;
  color: #2d76a2;
}
.news ul li{
  width: 56px;
  height: 39px;
  position: relative;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #525252;
}
.news ul li img{
  position: absolute;
  top: 2px;
  right: -22px;
}
.news ul li:hover{
  border-bottom: 3px solid #5db8ff
}
.news ul li:hover a{
  color: #2d76a2;
}
.news ul li.active{
  border-bottom: 3px solid #5db8ff
}
.news ul li.active a{
  color: #2d76a2;
}
.recommend{
  margin-top: 15px;
}
.recommendleft{
  position: relative;
  width: 769px;
  height: 225px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
}
.recommendbg{
  width: 100%;
  height: 40px;
  background-image: url(../images/newIndex/recommendbg.png);
  line-height: 35px;
}
.recommendbg span{
  padding: 0 10px;
  font-size: 14px;
  color: #525252;
  font-weight: bold;
}
.recommendbg a{
  font-size: 14px;
  margin-right: 10px;
}
.recommendlist{
  padding: 15px 10px;
  width: 360px;
  height: 80px;
  overflow: hidden;
}
.recommendlist img{
  width: 100px;
  height: 70px;
}
.recommendcot a{
  font-size: 14px;
  font-weight: bold;
  color: #2d76a2;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.recommendcot{
  width: 230px;
  margin-left: 10px;
}
.recommendcot label{
  padding-top: 10px;
  display: inline;
  font-size: 12px;
  color: #878787;
  line-height: 12px;
}
.recommendcot label a{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  color: #2d76a2;
}
.recommendcon .recommendact span{
  color:#2d76a2;
}
.iconlt{
  position: absolute;
  top: 100px;
  right: -14px;
  background-color: #ffffff;
}
.icongt{
  position: absolute;
  top: 100px;
  left: -1px;
  background-color: #ffffff;
}
.toutiao{
  position: relative;
  width: 382px;
  height: 225px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  margin-left: 10px;
}
.r0bg{
  width: 100%;
  height: 40px;
  background-image: url(../images/newIndex/severbg.png);
  background-repeat: no-repeat;
  line-height: 35px;
}
.r0bg span{
  padding: 0 10px;
  font-size: 14px;
  color: #525252;
  font-weight: bold;
}
.r0bg a{
  font-size: 14px;
  margin-right: 10px;
}
.toutiao ul li {
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.toutiao ul li a{
  font-size: 14px;
  color: #626262;
}
.toutiao ul li a:hover{
  font-size: 14px;
  color: #4285f4;
}
.toutiao ul li:before{
  content: "•";
  color:#4285f4;
  margin-right: 5px;
}
.r02, .r03, .r04{
  display: none;
}
.js-slide-list3{
  overflow: hidden;
  height: 35px;
}
.recommendbg{
  background-repeat: no-repeat;
}
.otherrec{
  width: 1170px;
  height: 115px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  margin-top: 10px;
}
.otherrec ul li{
  width: 365px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  padding: 10px 10px 5px 10px;
}
.otherrec ul li:before{
  content: "•";
  color:#4285f4;
  margin-right: 5px;
}
.otherrec ul li a{
  font-size: 14px;
}
.hotinfo{
  width: 383px;
  height: 323px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-right: 10px;
}
.hotimg{
  padding: 10px;
  height: 265px;
  width: 370px;
}
.blod{
  font-weight: bold;
}
.research ul li:before{
  content: "•";
  color:#4285f4;
  margin-right: 5px;
}
.research ul li{
  padding: 10px 10px 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.research ul li a{
  font-size: 14px;
  color: #626262;
}
.research ul li a:hover{
  color: #4285f4;
}
.research ul li a img{
  margin-right: 5px;
}
.technology .recommendlist{
  padding: 0px;
  margin: 10px 5px 0px 5px;
  width: 370px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.expertinfo .technology .recommendlist{
  padding: 0px;
  margin: 10px 5px 0px 5px;
  width: 370px;
  height: 102px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.expertinfo .technology .recommendlist img{
  width: 125px;
  height: 94px;
}
.expertinfo .technology .recommendlist .recommendcot{
  width: 230px;
}
.technology .recommendlist:last-child{
  border-bottom: 0px;
}
.expertinfo .tecimg{
  display: inline-block;
  position: relative;
  width: 125px;
  height: 90px;
}
.tecimg{
  display: inline-block;
  position: relative;
  width: 100px;
  height: 70px;
}
.technology .recommendlist img{
  width: 100px;
  height: 70px;
}
.technology .recommendlist .recommendcot{
  width: 240px;
}
#technologyimg{
  position: absolute;
  width: auto;
  height: auto;
  top: 11px;
  left: 30px;
  z-index: 1000;
}
.fenzhan{
  width: 383px;
  height: 175px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-right: 10px;
}
.secondleft{
  width: 777px;
  height: 395px;
  margin-right: 10px;
}
.explore{
  width: 383px;
  height: 200px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-right: 10px;
}
.explorecon{
  padding: 5px 10px;
}
.explorecon label{
  margin-left: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #676767;
  width: 162px;
}
.explorecon p{
  margin-top: 5px;
}
.explorecon h3{
  font-size: 0px;
  padding-bottom: 5px;
}
.explorecon h3 a{
  font-weight: bold;
  font-size: 14px;
  color: #2d76a2;
}
.explorecon label a{
  color: #4285f4;
  font-size: 12px;
}
.science a{
  text-align: center;
  margin-top: 10px;
  margin-left: 18px;
  display: inline-block;
  width: 160px;
  height: 138px;
}
.science img{
  width: 160px;
  height: 115px;
}
.science a span{
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size:14px;
  color: #626262;
}
.expertinfo{
  width: 383px;
  height: 385px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-right: 10px;
}
.entreship{
  width: 777px;
  height: 272px;
  margin-right: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
}
.entreshipcon a{
  margin-top: 10px;
  display: inline-block;
  width: 232px;
  margin-left: 18px;
  height: 205px;
}
.entreshipcon a img{
  width: 232px;
  height: 165px;
}
.entreshipcon a span{
  font-size: 14px;
  color: #626262;
  display: block;
  line-height: 20px;
  margin-top: 5px;
}
.hotactive{
  width: 378px;
  height: 272px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
}

/* 左右点击的按钮样式 */
#demo1 .toLeft,#demo1 .toRight{
  display: none;
  position: absolute;
  width: 20px;
  height: 30px;

}

/* 图片对应的说明*/
.img_intro{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}
.img_intro .img_intro_bg,.img_intro .text{
  position: absolute;
  left: 32px;
  top: 0;
  width: 294px;
  height: 100%;
}
.img_intro .img_intro_bg{
  background: #000;
  opacity: .3;
  z-index: 999;
}
.img_intro .text{
  text-align: left;
  padding: 5px 10px;
  z-index: 1000;
  color: #fff;
}
.img_intro .text a{
  color: #ffffff;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#demo1 .toLeft{
  top:95px;
  background: url(../images/newIndex/toleft.png) no-repeat;
}
#demo1 .toRight{
  right: 0px;
  top:95px;
  background: url(../images/newIndex/toright.png) no-repeat;
}
#demo1{
  position: relative;
  margin: 10px auto;
  width: 358px;
  text-align: center;
}
#demo1 .img_list{overflow: hidden; position: relative; height: 205px;}
.case{
  width: 383px;
  height: 222px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
}
.law{
  width: 383px;
  height: 222px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
}
.award{
  width: 380px;
  height: 222px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
}
.case .technology .recommendlist .recommendcot a{
  margin-bottom: 0px;
}
.law .technology .recommendlist .recommendcot a{
  margin-bottom: 5px;
}
.case .technology .recommendlist{
  border: 0px;
}
.law .technology .recommendlist .recommendcot{
  width: 355px;
}
.law .technology .recommendlist{
  border: 0px;
}
.awardcontent{
    /*background-image: url(../images/newIndex/awardbg.png);*/
  background-position: 0 100px;
  background-repeat: no-repeat;
  height: 184px;
  padding: 10px 10px;
}
.awardcontent p{
  font-size: 12px;
  line-height: 18px;
  color: #676767;
  text-indent: 20px;
}
.awardcontent table{
  margin-top: 5px;
}
.awardcontent table tr td{
  color: #676767;
  vertical-align: top;

}
.survey{
  line-height: 70px;
  height: 60px;
  margin-top: -15px;
  text-align: center;
  font-size: 14px;
  color: #2d76a2;
  background-image: url(../images/newIndex/surveyimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.survey a{
  font-size: 14px;
  color: #2d76a2;
  font-weight: bold;
}
.policy{
  width: 1160px;
  height: 274px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
}
.policy_space{
  width: 1160px;
  height: 298px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
}
.policy_space .entreshipcon a{
  margin-top: 10px;
  display: inline-block;
  width: 266px;
  margin-left: 18px;
  height: 234px;
}
.policy_space .entreshipcon a img{
  width: 266px;
  height: 194px;
}
.itemhead{
  width: 100%;
  padding-left: 10px;
  background-image: url(../images/newIndex/policyimg.png);
  background-repeat: no-repeat;
  height: 40px;
  line-height: 35px;
}
.itemhead .item_select{
  border-bottom: 2px solid #5db8ff;
}
.itemhead span{
  padding: 0 10px;
  font-size: 14px;
  color: #525252;
}
.itemhead a{
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.itemhead a:hover{
  border-bottom: 2px solid #5db8ff;
}
.policycontent{
  padding: 10px;
}
.policeitem .recommendlist{
  padding: 0px;
  height: 102px;
  width: 369px;
}
.policeitem .recommendlist .tecimg{
  width: 130px;
  height: 90px;
}
.policeitem .recommendlist .tecimg img{
  width: 130px;
  height: 90px;
}
.policeitem .recommendcot{
  margin-left: 15px;
  width: 222px;
}
.policeitem .recommendcot a{
  margin-bottom: 5px;
}
.policeitem{
  margin-right: 10px;
}
.policytop{
  border-bottom: 1px solid #dcdcdc;
}
.policytop .policeitem:last-child{
  margin-right: 0px;
}
.policydown{
  margin-top: 15px;
}
.policydown .policeitem:last-child{
  margin-right: 0px;
}
.oldcontent{
  width: 780px;
  height: 272px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px;
}
.knowledge{
  width: 780px;
  height: 274px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;

}
.oldcontent .oldthing{
  padding: 10px 15px;
}
.oldcontent .oldthing .policeitem{
  margin-right: 5px;
}
.hotinfo .recommendlist{
  width: 392px;
  height: 110px;
}
.hotinfo .recommendlist .tecimg{
  width: 130px;
  height: 88px;
}
.hotinfo .recommendlist .tecimg img{
  width: 130px;
  height: 88px;
}
.hotinfo .recommendlist .recommendcot a{
  margin-bottom: 5px;
}
.society{
  clear: both;
  margin-top: 10px;
}
.society a{
  display: inline-block;
  height: 100px;
  width: 578px;
  margin-right: 10px;
}
.society a:last-child{
  margin-right: 0px;
}
.society a img{
  height: 100px;
  width: 576px;
}
.forum{
  width: 580px;
  height: 230px;
  border: 1px solid #dcdcdc;
  border-top:2px solid #5db8ff;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
}
.forumitem{
  padding: 10px;
}
.forum .forumitem .recommendlist{
  padding-top: 0px;
  width: 550px;
  height: 100px;
  border-bottom: 1px solid #dcdcdc;
}
.forum .forumitem .recommendlist .recommendcot{
  width: 390px;
}
.forum .forumitem .recommendlist .tecimg{
  width: 130px;
  height: 90px;
}
.forum .forumitem .recommendlist .tecimg img{
  width: 130px;
  height: 93px;
}
.forumitem ul{
  margin-top: 5px;
}
.forumitem ul li{
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  width: 250px;
}
.forumitem ul li:before{
  content: "•";
  color:#2d76a2;
  margin-right: 5px;
}

.tushu2 a{
  float: left;
  display: inline-block;
}
.tushu2 a:nth-child(1){
  width: 557px;
  height: 263px;
  margin-right: 10px;
}
.tushu2 a:nth-child(2){
  width: 273px;
  height: 126px;
  margin-right: 10px;
}
.tushu2 a:nth-child(3){
  width: 273px;
  height: 126px;
}
.tushu2 a:nth-child(4){
  width: 273px;
  height: 126px;
  margin-right: 10px;
  margin-top: 10px;
}
.tushu2 a:nth-child(5){
  width: 273px;
  height: 126px;
  margin-top: 10px;
}
.tushu2 a:nth-child(1) img{
  width: 557px;
  height: 263px;
  margin-right: 10px;
}
.tushu2 a:nth-child(2) img{
  width: 273px;
  height: 126px;
  margin-right: 10px;
}
.tushu2 a:nth-child(3) img{
  width: 273px;
  height: 126px;
}
.tushu2 a:nth-child(4) img{
  width: 273px;
  height: 126px;
  margin-right: 10px;
}
.tushu2 a:nth-child(5) img{
  width: 273px;
  height: 126px;
}
#noticeList span{
  margin-right: 10px;
}
.chat{
    width: 1170px;
    height: 540px;
    border:1px solid #dcdcdc;
    position: relative;
}
.chatleft{
    width: 281px;
    height: 538px;
    border-right:1px solid #dcdcdc;
    background-color: #eeeeee;
}
.chatme{
    width: 280px;
    height: 70px;
    padding: 15px 20px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.chatme img{
    width: 40px;
    height: 40px;
}
.chatme span{
    width: 180px;
    line-height: 40px;
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #014099;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.searchuesr{
    height: 40px;
    padding: 10px 15px;
    width: 280px;
    border-bottom:1px solid #dcdcdc;
}
.searchuesr input{
    text-indent: 5px;
    font-size: 14px;
    height: 20px;
    background-color: #eeeeee;
    border: 0px;
    width: 228px;
}
.chatlist{
    height: 428px;
    overflow: auto;
}
.chatperson{
    width: 280px;
    height: 70px;
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.chatperson:last-child{
    border-bottom: 0px;
}
.chatperson img{

    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.jigou{
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.liebie{
    display: none;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    width: 40px;
    height: 40px;
    padding:0 5px;
    line-height: 18px;
    border-radius: 20px;
    text-align: center;
    left: 0px;
}
.xinnews label{
    color: red;
    font-size: 33px;
    position: absolute;
    top: -20px;
    right: -2px;


}
.chatperson .chatname{
    width: 180px;
    margin-left: 20px;
}
.chatperson .chatname p{
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chatperson .chatname p span{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chatperson .chatname p label{
    font-size: 12px;
    color: #999999;
}
.chatright{
    width: 887px;
    height: 538px;
}
.nochat{
    width: 885px;
    height: 536px;
    font-size: 14px;
    color: #999999;
    line-height: 536px;
    text-align: center;
    vertical-align: middle;
}
.personname{
    width: 888px;
    height: 50px;
    line-height: 50px;
    background-image:url("../images/newIndex/personbg.png");
    text-align: center;
    padding: 0px 15px;
}
.personname span{
    font-size: 18px;
    color: #014099;
}
.personname img{
    cursor: pointer;
    margin-top: 22px;
}
.chatcontent{
    padding: 30px;
    height: 400px;
    overflow: auto;
    border-bottom: 1px solid #dcdcdc;
}
.personleft{
    width: 410px;
    clear: both;
    margin-bottom: 10px;
}
.personleft img{
    width: 40px;
    height: 40px;
}
.personleft .talk{
    margin-left: 20px;
    position:relative;
}
.personleft .talk p{
    padding: 10px;
    border-radius: 5px;
    border:1px solid #dcdcdc;
}
.personleft .talk p{
    clear: both;
    padding: 10px;
    max-width:340px;
    border:2px solid #dcdcdc;
    position:relative;
    background-color:#FFF;
    font-size: 14px;
    color: #666666;
    /*设置圆角*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 2px 2px 1px #999999;
}
.personleft .talk p:before, .personleft .talk p:after{
    content:"";
    display:block;
    border-width:6px;
    position:absolute;
    left:-14px;
    top:4px;
    border-style:dashed solid solid dashed;
    border-color:transparent #dcdcdc transparent  transparent;
    font-size:0;
    line-height:0;
}
.personleft .talk p:after{
    left:-12px;
    border-color:transparent #FFF transparent transparent;
}
.personleft .talk label{
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}
.personright{
    width: 410px;
    clear: both;
    margin-bottom: 10px;
}
.personright img{
    width: 40px;
    height: 40px;
}
.personright .talk{
    margin-right: 20px;
    position:relative;
}
.personright .talk p{
    padding: 10px;
    border-radius: 5px;
    border:1px solid #dcdcdc;
}
.personright .talk p{
    clear: both;
    padding: 10px;
    max-width:340px;
    font-size: 14px;
    color: #666666;
    border:2px solid #dcdcdc;
    position:relative;
    background-color:#eaf0f4;
    /*设置圆角*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow:0px 2px 1px #999999;
}
.personright .talk p:before,.personright .talk p:after{
    content:"";
    display:block;
    border-width:9px;
    position:absolute;
    right:-18px;
    top:2px;
    border-style:dashed solid solid dashed;
    border-color:transparent transparent transparent #dcdcdc;
    font-size:0;
    line-height:0;
}
.personright .talk p:after{
    right:-15px;
    border-color:transparent transparent  transparent #eaf0f4 ;
}
.personright .talk label{
    color: #999999;
    float: right;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}
.chatinput{
    height: 90px;
}
.chatinput textarea{
    height: 65px;
    width: 100%;
    resize: none;
    padding: 10px;
    border:0px;
}
.chatinput span{
    color: #999999;
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.chatadd{
    display: none;
    width: 250px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top:50px;
    right: 0px;
    background-color: #eeeeee;
    z-index: 10;
}
.chataddmember{
    display: none;
    width: 250px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top:50px;
    right: 0px;
    background-color: #eeeeee;
    z-index: 12;
}
.chatadd p{
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.chatadd input{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border:0px;
    padding:0 10px;
    color: #999999;
    font-size: 14px;
    background: #eeeeee;
}
.chatadd p img{
    margin-top: 10px;
    cursor: pointer;
}
.qunmember{
    clear: both;
    padding:5px 10px;
    height: 38px;
    line-height: 25px;
}
.qunmember img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 0px;

}
.qunmember span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qunmember label{
    width: 40px;
    height: 20px;
    display: inline-block;
    background-color: #afc4d4;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    line-height: 20px;

}
.memberlist{
    height: 242px;
    width: 250px;
    overflow: auto;
}
.chatadd a{
    display: block;
    height: 40px;
    width: 250px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-color: #2d76a2;
    font-size: 14px;
}
.searchmember{
    background-color:#eeeeee;
    height: 40px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.searchmember input{
    height: 20px;
    border: 0px;
    margin-left: 10px;
    width: 180px;
    font-size: 14px;
    background-color:#eeeeee;
}
.memberhead{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 0px;
}
.addmemberlist p{
    height: 40px;
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.addmember{
    clear: both;
    padding:5px 10px;
    height: 38px;
    line-height: 25px;
}
.memberhead{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 0px;

}
.unselect, .select{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    cursor: pointer;
}
.addmember span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.addmemberlist{
    width: 250px;
    height: 320px;
    overflow: auto;
}
.addsure span{
    display: inline-block;
    width: 123px;
    height: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-color: #2d76a2;
    font-size: 14px;
    cursor: pointer;

}
.qunming, .qunname{

}
.xingming{
    margin-bottom: 5px;
}
.jiaqun{
    font-size: 12px;
    margin: 5px auto;
    clear: both;
    text-align: center;
    padding: 5px;
    background: #eeeeee;
    border-radius: 10px;
}
.editqunname{
    position: absolute;
    right: 2px;
    display: block;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #2d76a2;
    top: 44px;
    color: #ffffff;
    cursor: pointer;
}
.editqun{
    display: none;
    position: fixed;
    top: 45%;
    left:45%;
    width:300px;
    height: 150px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #eeeeee;
}
.editqun p{
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: bold;
}
.editqun input{
    height: 30px;
    width: 280px;
    margin: 10px;
    border-radius: 5px;
}
.editqun span{
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #2d76a2;
    margin-left: 70px;
    color: #ffffff;
    cursor: pointer;
}
.voteative{
    width: 770px;
    height: 290px;
    overflow: hidden;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
}
.votelist{
    position: relative;
    margin-left: 18px;
    margin-top: 15px;
    width: 232px;
    height: 218px;
}
.votelink{
    display: block;
    width: 230px;
    height: 165px;
}
.votelist img{
    width: 230px;
    height: 165px;
}
.votelist p{
    padding: 10px 15px;
    background: #dbeaf7;
    font-size: 14px;
    color: #626262;
    width: 230px;
    height: 55px;
    overflow: hidden;
}
.voteing{
    position: absolute;
    display: block;
    bottom:45px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height:40px;
    border-radius: 20px;
    background-color: #88abda;
}
.voteing a{
    font-size: 14px;
    color: #ffffff;
}
.voteed{
    position: absolute;
    display: block;
    bottom:45px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height:40px;
    border-radius: 20px;
    background-color: #ffffff;
}
.voteed a{
    font-size: 14px;
    color: #999999;
}
.voterule{
    width: 379px;
    height: 289px;
    margin-left: 20px;
    overflow: hidden;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
}
.voterulecontent{
    padding: 15px 20px;
}
.voterulecontent img{
    width: 340px;
    height: 105px;
}
.voterulecontent p{
    font-size: 14px;
    line-height: 20px;
    color: #626262;
}
.votedescription{
    width: 1170px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
}
.votedescription p{
    padding: 15px;
    font-size: 14px;
    color: #626262;
    line-height: 20px;
}
.voteselect{
    width: 770px;
    height: 355px;
    margin-top: 10px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.voteselectcon{
    height: 316px;
    overflow-y: auto;
}
.voteselectcon p{
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #2d76a2;
}
.voteselectcon table{
    font-size: 14px;
    width: 100%;
}
.voteselectcon table span{
    width: 540px;

}
.voteselectcon table tr td{
    padding:10px 0px;
}
.voteselectcon table tr:nth-child(odd){
    background-color: #ebf5fa;
}
.voteselectcon table tr:nth-child(even){
    background-color: #ffffff;
}
.voteselectcon table label{
    font-weight: normal;
    color:#4285f4;
}
.votesumbit{
    display: block;
    width: 340px;
    height: 40px;
    color: #ffffff;
    background-color: #2d76a2;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
    border-radius: 5px;
}
.votead{
    margin-left: 20px;
    margin-top: 10px;
    height: 118px;
    width: 378px;
}
.voteresult{
    width: 770px;
    height: 390px;
    margin-top: 10px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.votetongji{
    width: 770px;
    height: 350px;
    overflow: auto;
}
.votemessage{
    width: 380px;
    height: 390px;
    margin-top: 10px;
    margin-left: 20px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.votemessagecon{
    padding: 10px 20px;
}
.votemessagecon textarea{
    width: 340px;
    height: 265px;
    color: #dcdcdc;
    border: 1px solid #dcdcdc;
    padding: 5px;
}
.votemessagecon a{
    width: 340px;
    height: 35px;
    text-align: center;
    display: block;
    line-height: 35px;
    color: #ffffff;
    background: #2d76a2;
    margin-top: 15px;
    border-radius: 5px;
}
.votetitle{
    width: 1170px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.votelitm{
    width: 265px;
    height: 280px;
    margin:10px 0px 0px 20px;
    position: relative;
}
.votetitlelist{
    padding: 0px 0px 10px 0px;
}
.votelitm img{
    width: 265px;
    height: 190px;
}
.votelitm p{
    background: #dbeaf7;
    padding: 10px;
}
.votelitm p i{
    font-style: normal;
    font-size: 14px;
    color: #626262;
}
.votelitm p span{
    height: 30px;
    width: 230px;
    line-height: 30px;
    background: #ffffff;
    color: #525252;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
}
.votelitm p span label{
    color: #4285f4;
}
.votelitm input{
    position: absolute;
    top:5px;
    left: 5px;
}
.votetijiao{
    margin-top: 20px;
}
.votetijiao a{
    margin:0 auto;
    display: block;
    width: 340px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #2d76a2;
    text-align: center;
    border-radius:5px;
}
.votecontent{
    width: 1170px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.votecon{
    padding: 10px;
}
.votecon h2{
    text-align: center;
    font-size: 18px;
    color: #525252;
    font-weight: bold;
    margin-bottom: 20px;
}
.votecon img{
    width: 100%;
}
.votecon p{
    font-size:14px;
    color: #626262;
    line-height: 24px;
}
.votecon a{
    display: block;
    height: 35px;
    width: 340px;
    line-height: 35px;
    background: #2d76a2;
    color: #ffffff;
    text-align: center;
    margin: 10px auto;
    border-radius: 5px;
}
.itemhead span i{
    font-size: 14px;
    color: #2d76a2;
    font-weight: bold;
    font-style: normal;
}
.searchresult{
    margin-top: 10px;
    width: 1170px;
    border:1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
    overflow: hidden;
}
.searchlist1{
    padding: 0 5px;
}
.searchitem{
    padding: 10px;
    height: 110px;
    border-bottom: 1px solid #dcdcdc;
}
.searchimg{
    width: 128px;
    height: 85px;
}
.searchimg img{
    width: 128px;
    height: 85px;
}
.searchright{
    width: 970px;
    margin-left: 20px;
}
.searchright a{
    text-decoration: none;
    font-style: 14px;
    display: block;
    color: #2d76a2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.searchright span{
    margin:10px 0px;
    display: inline-block;
    font-size: 12px;
    font-style: #525252;
}
.searchright span label{
    color: #4285f4;
}
.searchright p{
    font-size: 12px;
    color: #626262;
}
.search-lenovo{
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 265px;
    max-height:110px;
    left: 82px;
    border:1px solid #dcdcdc;
}
.search-lenovo ul li{
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-lenovo ul li:hover{
    background: #dcdcdc;
}
.zixunlist{
    width: 770px;
    border: 1px solid #dcdcdc;
    margin:10px 10px 0px 0px;
}
.zixunimg {
    display: block;
    margin:5px auto;
}
.zixuntitle{
    width: 100%;
    text-indent: 20px;
    padding: 5px 0px;
    background-color: #ebf5fa;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    color: #2d76a2;
}
.zixuntitle a{
    font-size: 14px;
    color: #2d76a2;
}
.neirong{
    padding: 10px;
}
.neirong span{
    font-size: 12px;
    margin-right: 10px;

}
.meiyongimg{
    width: 125px;
    height: 100px;
}
.neirong label{
    color: #4285f4;
    margin-right: 10px;
}
.neirong p{
    font-size: 14px;
}
.zixunright{
    margin-top: 10px;
    width: 380px;
    border: 1px solid #dcdcdc;
    border-top: 2px solid #5db8ff;
}
.tuijianitem{
    padding: 5px;
    border-bottom: 1px solid #dcdcdc;
}

.tuijianitem img{
    margin-top: 5px;
    width: 100px; height: 70px;
}
/*小齐:右侧浮动 2019.7.18*/
.float-service{width:80px;height:160px;position:fixed;text-align:center;font-size:16px;border-top-left-radius:4px;border-bottom-left-radius:4px;right:20px;top:150px;background:#12b7f5}
.float-service a{display:block;text-align:center;position:relative;width:100%;height:80px;top:17px;cursor:pointer;color:#fff}
.float-service-spliter{display:inline-block;width:100%;height:1px;background:#fff;position:absolute;top:50%;left:0}
.service_message{width:350px;height:243px;position:fixed;font-size:16px;border-radius:4px;right:20px;bottom:10px;background:#12b7f5;display:none}
.service_message table{border:0;width:100%;font-size:14px;margin-top:5px}.service_message span{font-size:12px;color:#F00}
.service_message input{width:98%;height:28px;font-size:12px}.service_message table tr{height:30px}
.service_message_title{width:90px;text-align:right;color:#fff}.service_message_content{width:98%;height:60px;font-size:12px}
.service_message_control{text-align:left}.service_message_control input{width:60px}
.float-service_close{ position:fixed; margin-left:340px; margin-top:-249px; cursor:pointer;}