body {
  /* background: #f6f6f6; */
}
.whitebg {
	background:#fff;
}
.fs16 {
font-size:16px;}
a:hover {
text-decoration:none;}
.color666 {
color:#666}
a.btn{  
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #e5e5e5;
color:#666;
border-radius:2px;
}
a.btn-hover{
  color: white;
  border-color: white;
}
#user_icon{width:52px;height:52px;}
#zsdtadCtrl .carousel-control {
    border:0;
    border-radius:0;
    margin: -20px 5px 0;
    top: 48%;
}
#adCtrl .carousel-control {
    border:0;
    border-radius:0;
    margin: -20px 5px 0;
    top: 180px;
    margin-right:9px;
}
.iBox{
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    display: inline-block;
    color: #fff;
    margin-right: 2px;
}
.spacer4{
  height: 4px;
}
.bgGreen{
  background: #31B093;
}
.bgRed{
  background: rgb(229,56,60);
}
.logo{
  width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #31B093;
    background: url(images/logo_03.png) no-repeat center;
    background-position: 1px -1px;
    position: relative;
    top: 3px;
}
.levelLogo{
  width: 20px;
    height: 20px;
    display: inline-block;
    background: url(images/levelLogo_01.png) no-repeat center;
    position: relative;
    left: 10px;
    top: 2px;
}
.levelLogo1{
  background: url(images/levelLogo_01.png) no-repeat center;
}
.levelLogo2{
  background: url(images/levelLogo_02.png) no-repeat center;
}
.levelLogo3{
  background: url(images/levelLogo_03.png) no-repeat center;
}
.levelLogo4{
  background: url(images/levelLogo_04.png) no-repeat center;
}
.levelLogo5{
  background: url(images/levelLogo_05.png) no-repeat center;
}
.numListBox{
  width: 15px;
    height: 15px;
    background:#dddada;
    display: inline-block;
    border-radius: 50%;
    color: #a2a1a1;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    line-height: 15px;
}
a.more{
  padding: 0 5px 0 10px;
  border: 1px solid #ccc;
    line-height: 20px;
    height: 20px;
}
.gt,
.gtw{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(images/gt.gif) no-repeat right 1px;
}
.gtw {
background: url(images/gtw.gif) no-repeat right 1px;
}
.numListBoxHot{
  background:#ff6000;
  color:#fff;
}
.textRight{
  display: inline-block;
  float: right;
  color: rgb(185,185,185);
}
.noteBrowse{
  display: inline-block;
    width: 20px;
    height: 16px;
    background: url(images/note_03.png) no-repeat center;
    position: relative;
    top: 3px;
}
.noteInfo{
  display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/note_05.png) no-repeat center;
    position: relative;
    top: 4px;
}
.RMB{
  display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/RMB_03.png) no-repeat -4px -2px;
    position: relative;
    top: 1px
}
.playBox{
  width: 20px;
    height: 20px;
    border: 1px solid rgb(37,191,160);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.playBut{
  position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-left: 5px solid rgb(37,191,160);     
}
.playBoxWhite{
  border-color:white; 
}
.playButWhite{
  border-left-color: white;
}
.spacer10 {
  height: 10px;
}
.w1190 {
  width: 1190px;
  min-width:1190px;
  margin: 0 auto;
}
.qdw1190 {
  width: 990px;
  margin: 0 auto;
}
.inlineB {
  display: inline-block;
}
#loginBar {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
#loginBar .w1190 {
  height: 36px;
  line-height: 36px;
}

#myCarousel .carousel-indicators li {
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-radius: 10px;*/
    background: rgba(255,255,255,0.6);
    cursor: pointer;
    height:26px;
    line-height:26px;
    border-radius:5px;
}
#myCarousel .carousel-indicators li.active {
    color:white;
    background: rgba(0,0,0,0.6);
}

#jfLogoBox {
  width: 175px;
  height: 100px;
  padding: 5px 0;
  margin-right:0px;
}
#jfLogo {
  display: block;
  background: url(images/jfLogo-qd.png);
   width: 210px;
  height: 77px;
  margin-top:10px;
}
#jfLogo158 {
  display: block;
  background: url(images/jfLogo158.png);
   width: 158px;
  height: 42px;
  margin-top:26px;
}
#searchBar {
  background: #fff;
}
#searchBarRight {
  padding:30px 0px 0 0;
}
#searchBox {
  width:430px;
}
#searchBorder {
  border:2px solid #1abc9c;
}
#searchType {
  width:80px;
  height: 36px;
  line-height: 36px;
  padding-left:10px;
  border-right:1px solid #eee;
  float: left;
font-size:14px;
}
#searchType:hover{
text-decoration:none;}

#searchInput:focus,
#searchBtn:focus {
  outline: none;
}
#searchBarFg {width:40px;}
#searchInput {width:235px;}
#searchInput:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset; 
}
#searchQuick a {
  display: inline-block;
  margin-right:20px;
  color:#999;
}
#searchQuick a:hover,
#searchQuick a.active {
  color:#ff6000;
  text-decoration: none;
}


#postWant:hover ,
#searchBtn:hover {
  text-decoration: none;
opacity:0.85;
}
#navBar {
  height: 40px;
  background: #fff;
  border-bottom: 0px solid #1abc9c;
  box-shadow: 0px 2px 2px #ccc;
}
#workTypeNavTitle {
    width: 191px;
    color: #fff;
    margin-right: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #23B79D;
}
#channelNav {
  padding-left:20px;
  float:left;
}
#channelNav li {
  height: 16px;
  display: inline-block;
  margin:10px 30px 0 0;
  padding:0;
}
#channelNav li.menu_market a {
position:relative;
}
#channelNav li.menu_market a i {
position:absolute;
width:126px;
height:35px;
left:-7px;
top:-9px;
transform:scale(0);
opacity:0;
transition:all 0.5s ease 0s;
background:url(images/yushou.png);
}
#channelNav li.menu_market.active a i {
transform:scale(1);
opacity:1;
}
  

#channelNav li.fg {
  position: relative;
  top: -1px;
  margin:0 15px 0 -14px;
  color:#eee;
}
#channelNav li.kfy {
position:relative;
}
#channelNav li.kfy i.kfy_sup {
position:absolute;
width:41px;
height:19px;
right:-33px;top:-12px;
background:url(images/kfy_sup.png);
}
#channelNav li a {
  font-size:16px;

}
#channelNav li a:hover {
color:#ff6600;
text-decoration:none !important;}
#channelNav li a.green {
  color:#1abc9c;
}
#workTypeNav {
    width: 206px;
    height: 380px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.95);
    border-top: none;
    position: absolute;
    left: 0;
    padding-right: 0;
    
}
#workTypeNav .worktypebox {
    /**padding-left: 8px;*/
    margin-top : 3px;
    }
.worktypebox:last-child {
border:0;
}
#zsdtpicShow {
  width:725px;
  height: 475px;
  padding-top: 10px;
}
#picShow {
    min-width: 1190px;
    margin: 0 auto;
    position: absolute;
    height: 380px;
    width:100%;
}
.items{
    height: 380px;
}
#picShow .item img {
  width:1920px;
  margin:0 auto;
}
#adCtrl {
	width: 750px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    margin-left: -390px;
}
.second_dataNav{
  width:734px;
  height: 481px;
  border: 2px solid rgb(61,198,171);
  border-top: none;
  border-left: none;
  position: absolute;
  top: 1px;
  left: 208px;
  background: #fff;
  display: none;
  z-index: 999;
}
.second_dataNav .second_dataBox{
  width: 504px;
  height: 481px;
  background: #fff;
  float: left;  
  clear: both;
  
}
.second_dataNav .second_dataBox dl:first-child{
  margin-top: 10px;
}
.second_dataNav .second_dataBox dl{
  position: relative;
  /*padding-left:100px ;*/
}
.second_dataNav .second_dataBox dl dd{
  list-style: none;
}
.second_dataNav .second_dataBox .dataTitle{ 
  width: 100px;
  position: absolute;
  
  font-weight: bold;
  padding: 10px ;
  text-align: right;
  /*鐡掑懎鍤梾鎰...*/
  text-overflow: ellipsis;
}
.second_dataNav .split_line{
    border-bottom: 1px solid rgb(232,235,234);
    margin-left: 20px;
}
.second_dataNav .split_line:last-child{
   border:0;
}
.second_dataNav .second_dataBox .dataCon{
  /*width: 478px;*/
  margin-left: 100px;
      padding: 10px 10px 4px;
}
.second_dataNav .second_dataBox .dataCon ul{
/*    margin-right: 10px;
  border-bottom: 1px solid rgb(232,235,234);*/
    
}
.second_dataNav .second_dataBox .dataCon ul li{
  display: inline-block;
  /*font-size: 14px;*/
  min-width: 70px;
  margin-right: 10px;
  margin-bottom: 6px;
  text-indent: 10px;
  /*border-left:1px solid rgb(232,235,234);*/
}
/*.second_dataNav .second_dataBox .dataCon ul li:first-child{
  border-left:1px solid rgb(232,235,234);
}*/
.second_dataNav .advertBox{
    width: 230px;
    height: 481px;
    float: right;
    background:#f9f9f9;
}
.second_dataNav .advertBox img{
  width: 200px;
    height: 140px;
    display: inline-block;
    margin: 15px 15px 0 15px;
}
div.second_dataBox img {
    margin: 0 0 2px 5px;
}

#picShowAd{
  width: 100%;
}
#picShowAd img{
  width: 230px;
  height: 120px;
}
#picShowAd img.adCenter{
  float: left;
  margin-left: 10px;
}
#loginBox {
  width:235px;
  position:absolute;
  right:0
}
.worktypebox {
  padding:6px 0 2px 2px;
  border-bottom:1px solid #73c6b6;
}
.worktypebox:last-child {
  border: 0
}
.worktypebox .title {
  font-size: 14px;
    color: #FFF590;
    margin: 0 0 4px 7px;
    position: relative;
    font-weight: bold;
}
.worktypebox .title .lineBoxLeft{
  position: absolute;
    left: -27px;
    top: -3px;
}
.worktypebox .title .lineBoxRight{
  position: absolute;
  right: 10px;
  
}
.worktypebox li {
  display: inline-block;
  padding: 3px 0 3px 0;
  width:100%;
height:18px;
  cursor: pointer;
}
.worktypebox li:hover{
    background: none;
    width: 210px;
    margin-left: 0;
}
.worktypebox li.active a{
   color: #333333;
}
.worktypebox li i{
    display: none;
    width: 10px;
    height: 10px;
    background: url(images/type_r.gif) no-repeat center;
    margin: 3px 3px 3px 0;
    float:right;
}
.worktypebox li.active i{
   display:inline-block;
}

.worktypebox li a {
   margin-left: 3px;
    color: #fff;
    min-width: 48px;
    display: inline-block;
   padding: 3px 3px 3px 3px;
}
.worktypebox li a:hover{background: #fff;color: #ff6000;}
#loginJF {
  height: 147px;
  padding:25px 18px 0;
  background: #fff;
  margin-top:20px;
}
#loginJF .floatleft{

}
.loginJF_userinfo {
width:128px;
float:right;
}
.btnbox {
}
.btnbox a {
  float:left;
  width:57px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #ff6100;
  margin-top:10px;
  border: 2px solid #ff6100;
}
.btnbox a:hover {
text-decoration:none;}
.btn_cwhy {
display:block;
margin:15px auto 0;
width:190px;
height:36px;
background:url(images/btn_rzjfh.png);
}
.btnbox a.login {
  background: #ff6100;
  color:#fff;
}
#noticeBox {
  background: #fff;
  padding:4px 8px;
  height: 150px;
}
#noticeTabs {
  height: 24px;
  border-bottom: 2px solid #ccc;
  width: 100%;
  padding-top:4px;
  display: inline-block;
}
#noticeTabs li {
  height: 24px;
  position: relative;
  margin-right:5px;
  cursor: pointer;
  font-size:14px;
  color:#666;
  display: inline-block;
  border-bottom: 2px solid #ccc;
  padding:0 12px
}
#noticeTabs li.active {
  color:#333;
  border-bottom: 2px solid #1abc9c
}
#noticeTabs li:last-child {
float:right;
margin-right:0}
.noticelist {
  padding-top: 2px
}
.noticelist ul{
  display: none;
}
.noticelist ul.active{
  display: block;
}
.noticelist li {
  height: 30px;
  line-height: 30px;
}
.noticelist li a {
  display: block;
  width: 100%;
}
.titlebar,.jfindextitle {
  height: 30px;
  position: relative;
  border-bottom:2px solid #e8e8e8;
}
.titlebar {
	height:60px;
	border-bottom:13px solid #ebebeb;
	position:relative;
	text-align:center;
	margin-bottom:12px;
/* 	background-repeat:no-repeat;
	background-position:center 15px; */
}
.whitebg .titlebar {border-bottom:13px solid #f5f5f5}
.titlebar h3 {
	padding-top:16px;
	padding-bottom:8px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#444;
}
.titlebar h4 {
	padding:0 40px;
	font-size:14px;
	display:inline-block;
	background:#f6f6f6;
}
.whitebg .titlebar h4 {
	background:#fff;
}
.titlebar h3 span {
	color:#ff6000;
}
.titlebar.title_tjfw {
	/* background-image:url(images/title_tjfw.png); */
}
.titlebar.title_tjfws {
	/* background-image:url(images/title_tjfws.png); */
}
.titlebar.title_jbxq {
	/* background-image:url(images/title_jbxq.png); */
}
.titlebar .more,
.jfindextitle .more {
  position: absolute;
padding:0;
  right: 0;
  top: 5px;
  color:#999;
  float:right;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  margin-top: 0;
  width: 46px;
  border: 1px solid #e5e5e5;
border-radius:2px;
}
.titlebar .more:hover,
.jfindextitle .more:hover {
border: 1px solid #1abc9c;
background:#1abc9c;
text-decoration:none;
color:#fff;
}
.titlebar .more:hover i.gt,
.jfindextitle .more:hover i.gt {
background: url(images/gtw.gif) no-repeat right 1px;
}
.titlebar .more {
	margin-top:50px;
	border:0;
	background:#f6f6f6;
	font-size:14px;
	width:auto;
	padding-right:8px;
	padding-left:8px;
	display:inline-block;
}
.titlebar .more:hover {
	background:#f6f6f6;
	border:0;
	color:#999;
	text-decoration:underline;
}
.whitebg .titlebar .more,
.whitebg .titlebar .more:hover {
	background:#fff;
}
.titlebar .more:hover i.gt {
	background:url(images/gt.gif) no-repeat right 1px
}
.titlebar .title {
  float: left;
  height: 30px;
  font-size:16px;
  color:#333;
  line-height: 30px;
font-weight:bold;
padding-right:35px;
border-bottom:2px solid #52c9b1;
}
.titlebar .title i{
  float: left;
    display: block;
    width: 4px;
    height: 18px;
    margin-top: 6px;
    margin-right: 9px;
    background-color: #1abc9c;
}
.businesslist {
  background: #fff;
}
.businesslist ul {
  display: inline-block;
}
.businesslist li {
  width:197px;
  float: left;
  height: 280px;
  border-right:1px solid #f3f3f3;
  padding:20px 20px 0;
  color:#888;
  line-height: 22px;
}
.businesslist li p {
  color:#888;
}
.businesslist li p.r-turnover,
.businesslist li p.r-record,
.businesslist li p.r-rate {
  float:left;
  text-align:center;
  overflow:hidden;
}
.businesslist li p.r-rate {width:46px;padding-left:5px;}
.businesslist li p.r-turnover {width:148px;}
.businesslist li p.r-record {width:46px;float:right}
.businesslist li dt {
  position: relative;
  height: 90px;
}
.businesslist li dt .list-img-layout {
  width: 146px;
  height: 90px;
  position: absolute;
  background: url(images/businesslist_dt.png) center;
  z-index: 1;
  display:none;
   margin:-23px 0 0 35px;
}
.corporate-name {
  border-bottom: 1px dashed #ccc;
  text-align: center;
  position: relative;
  height: 70px;
  margin-bottom: 18px;
}
.news_rightcolumn .corporate-name {
	height:40px;
	margin-bottom:22px;
}
.deal-address span {
  padding-left: 17px;
  background: url(images/icon_deal_adress.png) no-repeat left;
}

.shoplevelbox {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -50px;
}
.businesslist li dt img {
width:150px;
height:90px;
}
.businesslist li a:hover {
  text-decoration: none;
}
.businesslist li:nth-child(4n) {
  border:0;
  margin-right: 0;
  float: right;
}
.businesslist li .imgbox,
.businesslist li .imgbox img {
  width:197px;
  height: 125px;
}
.businesslist li h2 {
  color:#333;
  font-size:16px;
}
.servicelist {
  background: #fff;
}
.servicelist ul {

}
.servicelist li {
    width: 196px;
    float: left;
    height: 265px;
    border-right: 1px solid #f3f3f3;
    padding: 20px 20px 0;
    color: #888;
    line-height: 22px;
    background: #FCFFFE;
    margin-right:1px;
    margin-bottom:20px;
}
.servicelist li:hover {
        box-shadow: 0px 0px 1px 1px rgb(51,176,149);
}

.servicelist li p {
  color:#888;
  line-height: 40px;
  text-align: left;
}
.servicelist li p .tag{

}
.servicelist li a:hover {
  text-decoration: none;
  color:#888;
}
.servicelist li .imgbox {
     width: 200px;
    height: 126px;
    margin: auto;
}
.servicelist li .imgbox {
overflow:hidden;}
.servicelist li .imgbox img {
width: 198px;
height: 124px;
}
.servicelist li:hover img {
}
.servicelist li h2 {
   color: #333;
    font-size: 16px;
    text-align: center;
}
.servicelist li .txtellipsis{
}

.servicelist li img,
.businesslist  li img {
transition:all 0.1s ease;
}
.servicelist li img {
	border-radius:5px 5px 0 0;
}
#tradProcess {
  height: 53px;
  background: #555157 url(images/tradProcessbg.png) no-repeat right;
  margin-bottom:20px;
}
#tradProcess .tradProcess_left {
  float:left;
  width:206px;
  height: 53px;
  background: url(images/tradProcessbg_qd.png) no-repeat left top;
}
#tradProcess .tradProcess_right {
  float:left;
  width:983px;
  height: 53px;
  border:0;
}
#tradProcess .item {
  float:left;
  padding:8px 40px 0;
  height:43px;
  text-align: center;
  color:#888;
  background: url(images/tradeprocess.png) no-repeat right 18px;
}
#tradProcess .item:last-child {
  background: none;
}
#tradProcess .item h2 {
  color:#fff;
  font-size:14px;
margin-bottom:2px;
 
}
#tradProcess .item i.arrow {
  display: inline-block;
  width:5px;
  height: 10px;
  position: relative;
  left:3px;
  top:5px;
  vertical-align: top;
  left:3px;
  background: url(images/index160808.png) no-repeat -206px top;
}
#tradProcess .item a {
  color:#dcdcdc;
}
#tradProcess .item a:hover {
  color:#fff;
}
#tradProcess .item a:hover i.arrow {
  background: url(images/index160808.png) no-repeat -206px -10px;
}
#tradProcess .item a#arrowdown:hover i.arrow {
  transform:rotate(90deg);
  top:4px;
}
#tradProcess .item a#arrowdown {
  position: relative;
}
#tradProcess .item a#arrowdown div.drop {
  width:115px;
  height: 133px;
  background: url(images/index160808.png) no-repeat -322px -57px;
  display: none;
  position: absolute;
  cursor: default;
  color:#5a5a5a;
  margin-top:6px;
  z-index: 2
}
#tradProcess .item a#arrowdown:hover div.drop {
  display: block;
}

.titlebox {
  height: 36px;
  border-bottom: 2px solid #1abc9c;
}
.titlebox li {
  float: left;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 16px;
  margin-right: 6px;
}
.titlebox li.active {
  background: #1abc9c;
  color:#fff;
}
#hotOrderBar{
  color: #888;
}
#hotOrderBar span{
  cursor: pointer;
  font-size:16px;
  display:inline-block;
  margin-right:30px;
  color:#333;
}
#hotOrderBar .active{
  border-bottom:2px solid #1abc9c;
  color:#1abc9c
}
.orderList {
  display: none;
  width: 100%;
  background: #fff;
}
.orderList div.item {
  float: left;
    width: 570px;
    padding: 6px 0 6px 20px;
    border-right: 1px solid #eee;
}
.orderList div.item:last-child {
  border: 0;
  margin-right: 0;
}
.orderList div.item ul {
  width: 96%;
  display: inline-block;
}
.orderList div.item li {
  padding-top: 8px;
  padding-bottom: 8px;
margin-left:12px;
position:relative;
  border-bottom: 1px dashed #eee;
}
.orderList div.item li em.square {
position:absolute;
width:5px;
height:5px;
background:#dcdcdc;
left:-15px;
top:15px;
}
.orderList div.item li:last-child{
  border-bottom: none;
}
.orderList div.item li h2 {
  display: inline-block;
}
#hotOrder .half {
  width: 588px;
}
#hotOrder .half .halflist li {
  width: 90px;
    margin-left: 20px;
    padding: 10px 0;
    display: inline-block;
}
#hotOrder .half .halflist li a:hover {
text-decoration:none;}
#hotOrder .half .halflist li:last-child {
  margin-right: 0
}
#hotOrder .half img {
  width: 90px;
  height: 90px;
  border: 1px solid #e7e7e7;
}
#hotOrder .half .halflist li:hover img {
border: 1px solid #ddd;
}
ul.halflist{
  background: #FFFFFF;
  border-top: 2px solid rgb(229,229,229);
}
#hotCase {
  padding: 10px;
  background: #fff;
}
#hotCase .hotCase_title {
  width: 150px;
  height: 292px;
}
#hotCase .hotCaseList {
  float:right;
}
#hotCase .hotCaseList li {
  width: 194px;
  height: 292px;
  float: left;
  background-color: #fafafa;
  margin-left: 10px;
  text-align: center;
}
#hotCase .hotCaseList li img {
  float: left;
  margin: 32px 0 0 36px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
#hotCase .hotCaseList li h2{
    color: #333;
    font-size: 16px;  
}
#hotCase .hotCaseList li p{
  color: #888;
}
#hotCase .hotCaseList li a{
  margin-left: 50px;
  width: 90px;
  height: 28px;
  color: #1bbc9b;
  line-height: 28px;
  border: 1px solid #1bbc9b;
  display: block;
  border-radius: 3px;
}
#hotCase .hotCaseList li a:hover {
    background: #1bbc9b;
    color: #fff;
    text-decoration: none;
}
#news {
  background: #fff;
     width: 100%;
    min-width: 1190px;
}
#news .item {
  width: 368px;
  float: left;
  padding: 10px 0;
  margin-right: 43px;
  line-height: 20px;
}
#news .item:last-child {
  margin-right: 0;
  float: right;
}
#news .item .title {
  position: relative;
  height: 32px;
  line-height: 32px;
}
#news .item .title .line {
  width: 80%;
  height: 16px;
  border-bottom: 2px solid #1abc9c;
}
#news .item .title h2,
#news .item .title .more {
  height: 32px;
  padding-right: 10px;
  background: #fff;
  float: left;
}
#news .item .title h2 {
font-weight:bold;}
#news .item .title .more {
    float: right;
    position: relative;
    top: 5px;
    line-height: 20px;
    height: 20px;
    padding: 0;
border:1px solid #e5e5e5;
border-radius:2px;
color:#999;
text-align:center;
width:48px;
}
#news .item .title .more:hover {
border: 1px solid #1abc9c;
background:#1abc9c;
text-decoration:none;
color:#fff;
}
#news .item .title .more:hover i.gt {
background: url(images/gtw.gif) no-repeat right 1px;
}
.textlist {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.textlist li {
  height: 28px;
  line-height: 28px;
padding-left:14px;
  background: url(images/textlistbg.png) no-repeat left 12px;
}
.photoandintro_photo {
  width: 90px;
  height: 70px;
}
.photoandintro_intro {
  width: 265px;
}
.numList{
  
}
.numList li{
  margin-bottom: 16px;
}
#fiveChar {
  background: #1ABC9C;;
}
.fivechar {
  display: inline-block;
  width:1190px;
  margin-top:10px;
  /*border-bottom: 1px solid #e4e4e4;*/
}
.fivechar li {
  float:left;
  height: 80px; 
    padding-bottom: 10px;
}
.fivechar li i {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 76px;
  height: 76px;
}
.fivechar li .fivecharcon {
  display: inline-block;
  vertical-align: top;
  padding:10px 0 0 0;
}
.fivechar li .fivecharcon h2 {
  font-size: 16px;
  padding-bottom:5px;
  color: #fff;
}
.fivechar li .fivecharcon .txt {
  display: inline-block;
  border-right:1px solid #e8e8e8;
  color: rgb(185,229,218);
  padding-right: 15px;
}

.fivechar li.charA i {
  background: url(images/publicty_03.png);
  
}
.fivechar li.charA .fivecharcon {
  width:160px;
}
.fivechar li.charA .txt {
  
  height: 36px;
  line-height: 18px;
}

.fivechar li.charB i {
  background: url(images/publicty_05.png);
  
  
}
.fivechar li.charB .fivecharcon {
  
}
.fivechar li.charC i {
  background: url(images/publicty_07.png);
  
  
}
.fivechar li.charC .fivecharcon {
  
}
.fivechar li.charD i {
  background: url(images/publicty_09.png);
  
  
}
.fivechar li.charD .fivecharcon {
  
}

.fivechar li.charE i {
  background: url(images/publicty_11.png);
}

.fivechar li.charE .txt {
  border:0;
}
.fivechar a:hover {
  text-decoration: none;
}
#ks-about {
  background:#f0f0f0;
  margin:0 auto;
}
#ks-about-width {
  width:1190px;
  margin:0 auto;
  border-bottom:1px solid #e4e4e4;
}
#ks-about li {
  float:left;
  width:20%;
}
#ks-about li div.box {
  padding:0 0 25px 8px;
  margin-top:20px;
  color:#999;
  border:0;
  background: none;
}
#ks-about li:last-child div.box {
  border-right: 0;
  position: relative;
  margin-top:0;
  padding-top:65px;
}
#ks-about li div.box h2,
#ks-about li div.box h3 {
  font-weight: 500;
  padding-bottom:8px;
  color:#333;
}
#ks-about li div.box h2 {
  font-size: 14px
}
#ks-about li div.box p {
  margin-bottom: 10px;
  font-size:14px;
}
#ks-about li div.box p:last-child {
  margin-bottom:0;
}
#ks-about li div.box p a {
  color:#999;
}
#ks-about li div.box p a:hover {
  color:#fff;
  text-decoration: none;
}
#ks-about li div.box div.media {
  padding-left:35px;
  margin-top: 0;
  position: relative;
  margin-bottom: 18px;
}
#ks-about li div.box div.media i {
  display: block;
  width:24px;
  height: 24px;
  position: absolute;
  left:0;
  background: url(images/ks_index_show.png) no-repeat -506px top;
}
#ks-about li div.box h1#serviceTel,
#ks-about li div.box h2#serviceTel {
  width: 277px;
  height: 25px;
  background: url(images/index160808.png) no-repeat left -57px;
  padding:28px 0 0 45px;
  color: #fff;
  position: absolute;
  font-size:14px;
  color:#fff;
  top:0;
}
#indexfoot {
  background:#f0f0f0;
  color:#aaa;
}
.indexfoot{
        width: 690px;
        display: inline-block;
        float: left;
    }
    .indexfoot>p{
        padding: 3px 0px;
    }
.indexfoot * {
  color:#aaa;
}
.indexfoot .pdlr8 {
  padding:0 25px;
}
.mailtoJF {
  position: absolute;right: 0;
}
.severse-hotline{
        color: #F79503;
        font-size: 14px;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        background: url("images/severse_hotline.png")no-repeat center left;
        background-size: auto 24px;
        text-indent: 36px;
    }
.weChat{
        float: left;
        border-left: 1px solid #535353;
        padding-bottom: 10px;
    }
    .wechatRelated{
        margin: 0px 23px ;
    }
    .wechatRelated:last-of-type{
        margin-right: 0;
    }
.footerContent{
        height: 90px;
    }
/*hw*/

.hwCon{
  background-color: #f6f6f6;
}
.hwCon .floatleft,.hwCon .floatright{
  width: 590px;
}
.img-hover{
  display: none;
}
.hwCon ul{
  float: left;
  padding-bottom: 10px;
  background-color: #fff;
}
.hwCon ul li{
  width: 182px;
  height: 170px;
  text-align: center;
  margin: 10px 0 0 10px;
  background:#fff;
  float: left;
border:1px solid #e5e5e5;
}
.hwCon ul li a:hover {
 text-decoration:none;
}
.hwCon ul li span.btn {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #e5e5e5;
    color: #666;
    border-radius: 2px;
}
.hwCon ul li:hover {
border:1px solid #1abc9c;
}
.hwCon ul li:hover h1 {
color:#1abc9c
}

.hwCon ul li:hover .btn {
background:#1abc9c;
color:#fff;
border:1px solid #1abc9c;
display:inline-block;
}
.hwCon ul li:hover .btn:hover {
text-decoration:none;
}
.hwCon ul li:hover .playBox{
    background:#1abc9c;
}
.hwCon ul li:hover .playBut{

    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-left: 5px solid #fff;     
}
.hwCon ul li.w1 div.w1box{
  width: 184px;
  height: 172px;
  position: relative;
}
.hwCon ul li.w1 div.w1box div.w1boxHover{
  width: 184px;
  height: 172px;
  position: absolute;
  top: 0;left: 0;
  background: rgb(52,152,219);
  color:white;
  display: none;
}
.hwCon ul li.w1 div.w1box div.w1boxHover h1{
  margin: 20px auto 17px;
}
.hwCon ul li .hwrightpic{
  margin-top: 30px;
}
.hwCon ul li.w1 img {
    margin: 20px auto 0;
    width: 70px;
    height: 70px;
border-radius:50%;
}

.orange{
color:#ff6000;
}
#bbsContent ol li{
margin: 0 0 8px 0;
}
#bbsContent ol li a {
font-size:14px;}
.demandList a:hover{    text-decoration: none; }

#userBtn {
border-top:1px solid #f6f6f6;
padding-top:12px;
margin-top:32px;
}
#userBtn-left {
float:left;
width:50%;
height:36px;
line-height:36px;
border-right:1px solid #f6f6f6;
text-align:center;
}
#userBtn-left i {
display:inline-block;
width:15px;
height:17px;
background:url(images/userBtn_left.png);
position:relative;
top:3px;
}
#userBtn-right i {
display:inline-block;
width:13px;
height:15px;
background:url(images/userBtn_right.png);
position:relative;
top:2px;
}
#userBtn-right {
float:right;
width:49%;
height:36px;
line-height:36px;
text-align:center;
}
#userBtn-right a,
#userBtn-left a {
padding-left:6px;}

#adCarLeft,
#adCarRight {
display:none;
}
#myCarousel:hover #adCarLeft,
#myCarousel:hover #adCarRight {
display:block;}

/*hw*/
#hwLeft {
	width:890px;
	float:left;
	position:relative;
}
#hwRight {
    width:280px;
    float:right;
}
#hwPics {
  height: 298px;
  width:888px;
  border:1px solid #f3f3f3;
  background: #fff;
}
#hwPics>div {
  height: 298px;
  width: 888px;
  display:none;
  background-color: #fff;
  background-position:left top; 
}
#hwPics>div.pics1 {background-image: url(images/hwleftimg1.png);}
#hwPics>div.pics2 {background-image: url(images/hwleftimg2.png);}
#hwPics>div.pics3 {background-image: url(images/hwleftimg3.png);}
#hwPics>div.pics4 {background-image: url(images/hwleftimg4.png);}
#hwPics>div.pics5 {background-image: url(images/hwleftimg5.png);}
#hwPics>div.pics6 {background-image: url(images/hwleftimg6.png);}
#hwPics>div.pics7 {background-image: url(images/hwleftimg7.png);}
#hwPics>div.pics8 {background-image: url(images/hwleftimg8.png);}
#hwPics>div.pics9 {background-image: url(images/hwleftimg9.png);}
#hwPics div.txtbox {
  padding:50px 250px 0 45px;
}
#hwPics div.txtbox h3 {
  font-size:32px;
  color:#131313;
  font-weight: bold;
  padding-bottom: 12px;
}
#hwPics div.txtbox p {
  line-height: 24px;
  color:#333;
  font-size:14px;
}
#hwPics div.txtbox .kbtn {
  background: #ffc619;
  width:130px;
  height: 34px;
  line-height: 34px;
  font-size:14px;
  padding:0;
  color:#3d3d66;
  margin-top:12px;
}
#hwNavs {
  position: absolute;
  width:888px;
  height: 50px;
  bottom: 0;
  left:1px;
}
#hwNavs div.item {
  float:left;
  width:99px;
  height: 50px;
  line-height: 50px;
  color:#fff;
  text-align: center;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
#hwNavs div.item:last-child {
  width:96px;
}
#hwNavs div.item.active {
  background: rgb(51,176,149);
  background: rgba(51,176,149,1);
}
#hwRightBox {
  border:1px solid #f3f3f3;
  background: #fff;
  padding:0 16px 3px;
}
#hwRightBox h2 {
  padding: 13px 0 12px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size:14px;
}
#hwRightBox ul {
  display: inline-block;
}
#hwRightBox li {
  float: left; width: 120px; height: 119px; background: #efefef; margin-top: 5px; cursor: default;
}
#hwRightBox li.w1 {
  width: 77px;
}
#hwRightBox li.w2 {
  width: 92px;
}
#hwRightBox li p {
  font-size:14px; height: 30px; line-height: 30px; color: #3b3b3b;
  text-align: center;
}
#hwRightBox li:hover{ background: #d9d9d9;}
.hwrightpic {
  height: 75px;
  width:82px;
  left:15px;
  position: relative;
  transition:height 1s ease 1s;
}
.hwrightpic .img-normal {
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 46px;
}

.hwrightpic .item1 {
  background: url(images/icons-solution-lg.png) no-repeat -322px top;
}

.hwrightpic .item1:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -322px top;
}

.hwrightpic .item2 {
  left:10px;
  background: url(images/icons-solution-lg.png) no-repeat -368px top;
}

.hwrightpic .item2:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -368px top;
}

.hwrightpic .item3 {
  background: url(images/icons-solution-lg.png) no-repeat -92px top;
}

.hwrightpic .item3:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -92px top;
}

.hwrightpic .item4 {
  background: url(images/icons-solution-lg.png) no-repeat -184px top;
}

.hwrightpic .item4:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -184px top;
}

.hwrightpic .item5 {
  left:10px;
  background: url(images/icons-solution-lg.png) no-repeat -138px top;
}

.hwrightpic .item5:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -138px top;
}

.hwrightpic .item6 {
  background: url(images/icons-solution-lg.png) no-repeat -598px top;
}

.hwrightpic .item6:hover {
  background: url(images/icons-solution-lg-red.png) no-repeat -598px top;
}
.hwrightpic .img-hover {
  position: absolute;
  bottom: 0;
}
.hwrightpic:hover .img-hover {
  display:block;
}
.jfindextitle i.hwjf ,
.jfindextitle i.hwy  {
  display: inline-block;
  width: 26px;
  height: 25px;
  vertical-align: middle;
  margin-right: 6px;
}
.jfindextitle i.hwjf {
  background: url(images/icon_hwjf.png);
  width:31px;
  height: 25px;
}
.jfindextitle i.hwy {
  background: url(images/icon_hwy.png);
  width:31px;
  height: 25px;
}

.jfindextitle h1 {
	display: inline-block;
	font-size:16px;
font-weight:bold;
	color:#333;
	vertical-align: middle;
}
.jfindextitle h1 a:hover {
  text-decoration:none;
}
.jfindextitle {
margin-bottom:8px;}
img.imghighlight {
opacity:1;
transition:all 0.3s ease;
}
img.imghighlight:hover {
opacity:0.8;
}
#jf-hd-service:hover {
background:#fff;
}
#userBtn-right a,
#userBtn-left a {
padding-left:6px;}

#adCarLeft,
#adCarRight {
display:none;
}
#myCarousel:hover #adCarLeft,
#myCarousel:hover #adCarRight {
display:block;}
#bbsContent ol li a {
font-size:14px;}


.friendlinks {
   width: 1000px;
        height: 25px;
        overflow: hidden;}
.friendlinks a{
        display: inline-block;
        line-height: 22px;
        margin: 8px 0;
        margin-right: 10px;
    }
.friendlinks.showmore {
height:auto;}
.footlink {
  width: 100%;
        height: auto;
        line-height: 36px;
        border-top: 0;
        border-bottom: 1px solid #535353;
        padding-top:4px;
        position: relative;}
.footlink a {
display:inline-block;}
.friendlinks_more {
position: absolute;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 10px;}
.friendlinks_more i {
    display: block;
        width: 7px;
        height: 4px;
        margin: 12px 0 0 4px;
        background: url(images/friendlinks_icon.png) no-repeat;}
.friendlinks_more.on i {
    transform:rotate(180deg);
}
.foot-inlineBlock{
        display: inline-block;
    }
.friendshipLink{
        float: left;
    }

#topAdvertBox,
.headerBar,
#searchBar,
#navBar,
#fiveChar,
.footerBar {
    min-width:1190px;}
    

.businesslist li{
line-height:22px;
border-radius:5px;
}
dl.list-array img{ transition: all 0.3s ease;}
.businesslist{background:none;}
.businesslist ul{display: inline-block;}
.businesslist li {
    width: 285px;
    float: left;
    height: 300px;
    padding: 0;
    color: #888;
    background: #fff;
    margin-right: 16px;
    margin-bottom:25px;
    position: relative;
    transition: all 0.2s linear;
box-shadow:0px 3px 5px rgba(0,0,0,0.2);
border-right:0;
}
.businesslist li dl {
	padding:15px 20px 0;
	height:245px;
}

.businesslist li:hover {
  box-shadow:3px 6px 10px rgba(0,0,0,0.4)
}
.businesslist li:hover img {
opacity:0.9}
.businesslist li dt {
  height: 90px;
  width:150px;
  border:1px solid #f6f6f6;
  margin:0 auto 8px;
  overflow:hidden;
}
.businesslist li dd {}

.businesslist ul li:hover img{ 
  transform: scale(1.025);
}

.deal-address span {
  padding-left: 17px;
  background: url(/r/cms/jf/default/images/icon_deal_adress.png) no-repeat left;
}
.deal-ts {
	height:40px;
	padding:0 25px;
	background:#f4f4f4;
	line-height:40px;
	color:#666;
	border-radius:0 0 5px 5px;
}
.news_rightcolumn .deal-ts {
	height:38px;
	padding:0;
	line-height:inherit;
	background:none;
}
.deal-ts>div{
/*   width: 95px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border: 1px solid #eee;
  color:#999;
  text-align: center; */
  display: inline-block;
  margin-right:4px;
/*   margin: 0 4px 6px;
  overflow: hidden;
  border-radius: 20px; */
}
.news_rightcolumn .deal-ts>div{
width: 95px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border: 1px solid #eee;
  color:#999;
  text-align: center;
 margin: 0 4px 6px;
  overflow: hidden;
  border-radius: 20px; 
}
.shoplevelbox {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}

.businesslist li a:hover {
  text-decoration: none;
  color:#333;
}
.businesslist li:last-child {
  border:0;
  margin-right: 0;
  float: right;
}
.businesslist li .imgbox,
.businesslist li .imgbox img {
  width:197px;
  height: 125px;
}
.businesslist li h2 {
  color:#333;
  font-size:16px;
}
.servicelist {
background:inherit;}
.servicelist li {
transition:all 0.2s linear;
border-radius:5px;
padding:150px 15px 0;
height:115px;
margin-right:13px;
position:relative;
box-shadow:0px 1px 5px rgba(0,0,0,0.2)}
.servicelist li:hover {
box-shadow:0px 2px 14px rgba(0,0,0,0.4)}
.servicelist li:nth-child(5n){width:196px;float:right;margin-right:0;}

.servicelist li img{ width:227px; height:143px; position:absolute; left:0;top:0;max-width:none;}
.servicelist li img:hover{ }
.servicelist li p {line-height:30px;}
.call-me {
    margin-top: 0;
    float: right !important;
}
.r_tel_me {
    display: block;
    width: 76px;
    height: 20px;
    float: right;
    background: url(/shop/styles/serviceProvider/images/tell_me_background.png) no-repeat center!important;
}
.priceColor{    font-size: 14px;
    color: rgb(255, 96, 0);
    text-align: left;}
.servicelist li a:hover {
color:#333;}

.newlist li {
  height: 120px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.newlist li:last-child {
	border:0
}
.newlist .newlist_imgbox {
  float: left;
  width: 160px;
  height: 120px;
}
.newlist .newlist_imgbox img {
  width: 160px;
  height: 120px;
}
.newlist .newlist_news {
  float: left;
  width: 196px;
  padding-left: 12px;
}
.newlist li.noimg {
	padding-top:20px;
	height:110px;
}
.newlist li.noimg .newlist_news {
	width:auto;
	float:none;
}
.newlist .newlist_news h3 {
  color: #333;
  font-size: 14px;
  max-height: 50px;
  line-height: 22px;
  margin-bottom:4px;
}
.newlist .newlist_news p {
  color: #555;
  line-height: 22px;
}
.newlist li.noimg .newlist_news p {
	line-height:24px;
}
#ysrjy-process {
  background:url(images/rsyjy_process.png) no-repeat left;
  height: 156px;
  min-width:1190px;
}
#ysrjy-process h2 {
	height:20px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:24px;
}
#ysrjy-process ul {
  display: block;
  height:80px;
}
#ysrjy-process li {
  float: left;
  width: 215px;
  height: 80px;
  color: #9b9b9b;
  line-heihgt:22px;
  position:relative;
  background:url(images/ysrjy-process-fg.png) no-repeat 135px 20px ;
}
#ysrjy-process li:last-child {
	width:110px;
	margin:0
}
#ysrjy-process li h3 {
	font-size:16px;
	padding-bottom:6px;
	display:inline-block;
	margin-bottom:8px;
	border-bottom:2px solid #f6f6f6;
}
#ysrjy-process li h3:hover {
	font-size:16px;
	padding-bottom:6px;
	display:inline-block;
	margin-bottom:8px;
	border-bottom:2px solid #ff6000;
	color:#ff6000;
}
#ysrjy-process li a {
	color:#fff;
}
#ysrjy-process li.fg {
  width: 32px;
  background: url(images/rsyjy_process_fg.png);
  padding-left: 0;
}
#ysrjy-process li i {
	position:absolute;
	left:0;
	top:24px;
  width: 42px;
  height: 42px;
  vertical-align:middle;
}
#ysrjy-process li i.icon_ysrjy_process_1 {background:url(images/icon_ysrjy_process_1.png) no-repeat left top;}
#ysrjy-process li i.icon_ysrjy_process_2 {background:url(images/icon_ysrjy_process_2.png) no-repeat left top;}
#ysrjy-process li i.icon_ysrjy_process_3 {background:url(images/icon_ysrjy_process_3.png) no-repeat left top;}
#ysrjy-process li i.icon_ysrjy_process_4 {background:url(images/icon_ysrjy_process_4.png) no-repeat left top;}
#ysrjy-process li i.icon_ysrjy_process_5 {background:url(images/icon_ysrjy_process_5.png) no-repeat left top;}
#ysrjy-process li i.icon_ysrjy_process_6 {background:url(images/icon_ysrjy_process_6.png) no-repeat left top;}
.titlebar .title i.star{
    width: 28px;
    height: 22px;
    margin-top: 3px;
    margin-right: 5px;
    background:url(images/icon_ysrjy_star.png);
}
.titlebar .title i.person{
    width: 28px;
    height: 23px;
    margin-top: 2px;
    margin-right: 5px;
    background:url(images/icon_ysrjy_person.png);
}
.titlebar .title i.bang{
    width: 20px;
    height: 23px;
    margin-top: 3px;
    margin-right: 5px;
    background:url(images/icon_ysrjy_bang.png);
}
#hotOrderLeft {
	width:273px;
	background:#fff;
	padding:6px;
	height:340px;
}
#hotOrderLeft ul {
	padding-top:6px;
}
#hotOrderLeft .ordername {
	display:inline-block;
	width:170px;
	vertical-align:middle;
}
#hotOrderLeft .orderprice {
	display:inline-block;
	width:67px;
	text-align:right;
	vertical-align:middle;
}
#hotOrderLeft li {
	height:30px;
	line-height:30px;
}
#hotOrderRight {
	width:876px;
	padding:6px;
	background:#fff;
	height:340px;
}
#hotOrder>div .titlebar {
	border-bottom:2px solid #eee;
	height:30px;
	padding-top:0;
}
#hotOrder .title {
	padding: 0 20px 0 0px;
	border-bottom:0;
}
#hotOrderRight ul {
	display:inline-block;
	height: 302px;
	overflow: hidden;
}
#hotOrderRight li {
	float:left;
	width:395px;
	margin:0 25px 0 20px;
	height:40px;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
#hotOrderRight li em.square {
	position:absolute;
	width:3px;
	height:3px;
	background:#949494;
	left:-15px;
	top:22px;
}
#hotOrderRight li h2 {
	display:inline-block;
	max-width:280px;
	vertical-align:text-top;
}
#hotOrderRight li:nth-child(2n) {
	margin-right:0;
}
.deal-address span {
    padding-left: 17px;
    background: url(images/icon_deal_adress.png) no-repeat left;
}
.titlebar .title i.icon_hotOrder {
	display:inline-block;
	width:19px;
	height:24px;
	margin-top:2px;
	background:url(images/icon_hotOrder.png) no-repeat;
}
#hotOrderRight .title {
	border:0;
}
.changecity {
	padding:45px 0 0 0;
	font-size:14px;
/* 	cursor:pointer; */
	position:relative;
}
#news .newsintro {
	width:320px;
	height:300px;
	margin-right:0;
	padding:14px 0;
}
#news .newsindustry {
	width:500px;
	height:300px;
	padding:14px 18px;
	margin-right:0;
	overflow:hidden;
}
#news .newsindustry li {
	height:72px;
	padding:10px 0;
}
#news .newsindustry .photoandintro_photo,
#news .newsindustry .photoandintro_photo img {
	width:98px;
	height:72px;
}
#news .newsindustry .photoandintro_intro {
	width:380px;
	padding-left:15px;
}
#news .newsindustry .photoandintro_intro h2 {
	padding-bottom:6px;
}
#news .newsnew {
	width:325px;
	height:300px;
	margin-right:0;
	padding:14px 0;
	overflow:hidden;
}
#news .newsnew ol li {
	height:29px;
	line-height:28px;
	border-bottom:1px dotted #ccc;
	margin:0;
}
#news .newsnew ol li i {
	display:inline-block;
	width:4px;
	height:4px;
	background:#ff6000;
	margin:0 6px 0 2px;
	border-radius:1px;
	vertical-align:middle;
}
#news .newsnew ol li a {
	display:inline-block;
	width:285px;
	vertical-align:middle;
}
.news_titlebar {
	width:225px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	position:relative;
	margin:0 auto 18px;
}
.news_titlebar i {
	height:4px;
	width:45px;
	background:#1abc9c;
	left:90px;
	bottom:-2px;
	position:absolute;
}
#ysrjy-qd-news-zs li {
	float:left;
	width:188px;
	height:215px;
	margin-right:10px;
}
#ysrjy-qd-news-zs li img {
	width:188px;
	height:165px;
}
#ysrjy-qd-news-zs li:last-child {
	float:right;
	margin-right:0;
}
#ysrjy-qd-news-zs li p {
	line-height:50px;
}
#ysrjy-qd-news-cgal a {
	display:block;
	float:left;
	width:180px;
	height:110px;
	margin-right:22px;
	margin-bottom:20px;
}
#ysrjy-qd-news-cgal {
	display:inline-block;
	width:1190px;
}
#ysrjy-qd-news-cgal a img {
	width:180px;
	height:110px
}
#ysrjy-qd-news-cgal a:last-child {
	float:right;
	margin-right:0;
}

ul.newslist li {
	height:138px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding:15px 0;
}
ul.newslist li .item {
	padding:0;
	border:0
}
ul.newslist li .item:hover {
	background:none;
}
.news_leftcolumn {
	float:left;
	width:938px;
}
.news_rightcolumn {
	width:230px;
	overflow:hidden;
	float:right;
}
.newslist_left,
.newslist_left img {
	width:222px;
	height:138px;
}
.newslist_right {
	width:695px;
}
ul.newslist li .item .qdtext .fl {
	margin:0;
	float:right;
}
ul.newslist li h3 {
	font-size:16px;
	max-width:100%;
	padding-bottom:10px;
}
ul.newslist li .item .qdtext .des {
	margin-top:0;
	height:84px;
	line-height:26px;
	overflow:hidden;
	color:#c6c6c6;
	margin-bottom:10px;
}
ul.newslist li .item .qdtext .data {
	position:static;
	float:right;
	margin-right:15px;
}
ul.newslist li .item .qdtext .data .comment {
	margin-left:10px;
}
.news_page .page-large{text-align:left;}
.news_page .page-large a.on {background:#1abc9c;border:1px solid #1abc9c}
.news_page .page-large a:hover {border:1px solid #1abc9c;color:#1abc9c;}
.news_page .page-large .prev-page:hover{border:1px solid #1abc9c; background-color:#1abc9c;}
.news_page .page-large .next-page:hover{border:1px solid #1abc9c;background-color:#1abc9c;}
.news_rightcolumn .topic {
	background:#f6f6f6;
	padding:10px;
	margin-top:6px;
}
.news_rightcolumn .businesslist li {
	width:210px;
	padding:0;
	float:none;
	height:268px;
	margin:35px 0 0;
}
.news_rightcolumn .businesslist li p.r-turnover,
.news_rightcolumn .businesslist li p.r-record {
	padding-left:0;
	white-space:nowrap;
	text-align:left;
	float:none;
	width:auto;
}
.news_rightcolumn .businesslist li p.r-record .good-rate {
	margin-left:14px;
}
.news_rightcolumn .businesslist li dt .list-img-layout {
	width:180px;
	margin-left:0;
}
.news_rightcolumn .businesslist li dt img {
	margin-left:0;
}
.news_rightcolumn .businesslist li dt {
	text-align:center;
}

.news_rightcolumn .activitieslist li {
	width:210px;
	padding:0;
	float:none;
	height:220px;
	margin:35px 0 0;
}
.news_rightcolumn .activitieslist li p.r-turnover,
.news_rightcolumn .activitieslist li p.r-record {
	padding-left:0;
	white-space:nowrap;
	text-align:left;
	float:none;
	width:auto;
}
.news_rightcolumn .activitieslist li p.r-record .good-rate {
	margin-left:14px;
}
.news_rightcolumn .activitieslist li dt .list-img-layout {
	width:180px;
	margin-left:0;
}
.news_rightcolumn .activitieslist li dt img {
	margin-left:0;
}
.news_rightcolumn .activitieslist li dt {
	text-align:center;
}

.news_banner {
	height:117px;
	overflow:hidden;
	text-align:center;
	background:#ccc;
	margin:15px 0 10px;
}
.news_banner img {
	height:117px;
	display:inline-block;
}
.news_rightcolumn .tag .tag-nav h2 {
	color: #333;
	font-weight: normal;
	position: relative;
	display: inline-block;
	font-size:16px;
}
.news_rightcolumn .tag .tag-nav h2:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -12px;
	background-color: #1abc9c;
}




i.icon_changecity_arrow {
	width:12px;
	height: 12px;
	display: inline-block;
	background: url(images/icon_changecity_downarrow.png);
	margin-left:10px;
	vertical-align: top;
	transform:rotate(180deg);
	position: relative;top: 3px;
}
div[data-citysite] {
	display: none;
}
div[data-citysite] #searchInput{
	width:235px;
}
div[data-citysite] #searchBox {
	width: 430px;
}

.changecitybox {
	display: none;
	width: 383px;
	height: 174px;
	position: absolute;
	top: 70px;
	left: -70px;
	padding:14px 34px 35px 28px;
	cursor: default;
	z-index:101;
	background: url(images/changecitybox.png);
}
.changecity:hover {
	padding-bottom: 10px;
}
.changecity:hover .changecitybox {
	display: block;
}
.changecity:hover i.icon_changecity_arrow {
	transform:rotate(0deg);
}
.changecity_citys {
	padding:15px 20px;
	height: 90px;
}
.changecity_citys a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	padding:0 10px;
	border:1px solid #cccccc;
	color:#333;
	border-radius: 2px;
	font-size: 12px;
	margin:0 12px 12px 0;
}
.changecity_citys a:hover,
.changecity_citys a.active {
	color:#ff6000;
	border:1px solid #ff6000;
}
.changecitytitle {
	font-size:24px;
	height:24px;
	line-height:22px;
	padding:0px 0 0 15px;
	border-left:1px solid #e7e6e6;
	float:left;
	margin-top:42px;
	margin-left:20px;
	color:#1abc9c;
	text-shadow:2px 2px 2px #ccc;
}

#topBanner,
#yqjjBanner {
  height: 430px;
  overflow: hidden;
  text-align: center;
  position:relative;
}

#topBanner img {
  height: 430px;
  width:1920px;
  max-width:none;
  position:absolute;
  left:50%;
  margin-left:-960px;
  top:0;
}


#yqjjBanner img {
  height: 320px;
  width:1920px;
  max-width:none;
  position:absolute;
  left:50%;
  margin-left:-960px;
  top:0;
}
#yqjjBanner,
#yqjjBanner img {
	height:320px;
}
.titlebarB {
  height: 40px;
  margin-bottom:10px;
}
.titlebarB h3 {
  float:left;
  height: 24px;
  line-height: 24px;
  border-left: 5px solid #1abc9c;
  padding-left:14px;
  font-size:24px;
  margin-right:24px;
  margin:8px 0 0 ;
}
.zsdt_zsfw {
  border:1px solid #ccc;
  padding:10px 20px;
  height: 425px;
  overflow: hidden;
  display: none;
}
.zsfw_newslist {
  display: inline-block;
}
.zsfw_newslist li {
  float: left;
  width:555px;
  height: 105px;
  margin-bottom: 35px;
}
.zsfw_newslist li:nth-child(2n) {
  float: right;
}
.zsfw_newslist li .leftimg,
.zsfw_newslist li .leftimg img {
  width:150px;
  height: 100px;
}
.zsfw_newslist li .rightintro {
  width:385px;
}
.zsfw_newslist li .rightintro h3 {
  font-size: 16px;
  color:#000;
  height:20px;
  padding-bottom: 8px;
}
.zsfw_newslist li .rightintro p {
  line-height: 24px;
  color:#999;
  height: 46px;
  overflow: hidden;
}
a.zsfw_zshd_bm {
 display: inline-block;
 width:64px;
 height: 22px;
 border:1px solid #ff6000;
 background: #fff;
 color:#ff6000;
 border-radius: 2px;
 text-align: center;
 line-height: 22px;
 margin-top:5px;
}
a.zsfw_zshd_bm:hover {
  background: #ff6000;
  color:#fff;
}
.zsdt_zsfw_xmsb .zsfw_newslist li {
  float: left;
  width:555px;
  height: 175px;
  margin: 20px 0 15px;
}
.zsdt_zsfw_xmsb .zsfw_newslist li:nth-child(2n) {
  float: right;
}
.zsdt_zsfw_xmsb .zsfw_newslist li .leftimg {
  margin-top: 10px;
  margin-left: 10px;
}
.zsdt_zsfw_xmsb .zsfw_newslist li .leftimg,
.zsdt_zsfw_xmsb .zsfw_newslist li img {
  width:90px;
  height: 90px;
}
.zsdt_zsfw_xmsb .zsfw_newslist li .rightintro {
  width: 430px;
}
.zsdt_zsfw_xmsb .zsfw_newslist li .rightintro p {
	height:auto;
	max-height:46px;
}
.zsfw_zshd_al .left {
  float: left;
  width:20px;
  height: 95px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  padding:15px 8px 0;
  font-size: 16px;
}
.zsfw_zshd_al ul {
  width:1082px;
  float: right;
}
.zsfw_zshd_al li {
  width:178px;
  height: 112px;
  float: left;
  margin-right:48px;
  position: relative;
  margin-bottom: 10px;
}
.zsfw_zshd_al li:last-child {
  margin-right: 0;
}
.zsfw_zshd_al li p {
  position: absolute;
  height: 34px;
  background: rgba(0,0,0,0.5);
  color:#fff;
  text-align: center;
  width: 178px;
  bottom: 0;
  line-height: 34px;
}
.zsdt_cyzs {
  border: 1px solid #e6e6e6;
  height: 398px;
  margin-bottom: 15px;
}
.zsdt_cyzs_left {
  width:198px;
  border-right: 1px solid #e6e6e6;
}
.zsdt_cyzs_left ul {
  margin: 0 18px;
  height: 398px;
}
.zsdt_cyzs_left ul li {
  height: 62px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 80px;
  padding-left: 46px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.zsdt_cyzs_left ul li i {
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 26px;
}
.zsdt_cyzs_left ul li:hover,
.zsdt_cyzs_left ul li.active {
  color:#ff6000;
}
.zsdt_cyzs_left ul li i.znzz {background: url(images/zsdt_cyzs_icons.png) no-repeat left top;}
.zsdt_cyzs_left ul li i.rjxx {background: url(images/zsdt_cyzs_icons.png) no-repeat left -79px;}
.zsdt_cyzs_left ul li i.hlw {background: url(images/zsdt_cyzs_icons.png) no-repeat left -159px;}
.zsdt_cyzs_left ul li i.dsj {background: url(images/zsdt_cyzs_icons.png) no-repeat left -237px;}
.zsdt_cyzs_left ul li i.jr {background: url(images/zsdt_cyzs_jr_icons.png)}
.zsdt_cyzs_left ul li i.ylws {background: url(images/zsdt_cyzs_icons.png) no-repeat left -318px;}
.zsdt_cyzs_left ul li i.arrow {background: url(images/zsdt_cyzs_icons.png) no-repeat -108px top;left: 120px;}
.zsdt_cyzs_left ul li:hover i.arrow,.zsdt_cyzs_left ul li.active i.arrow {background: url(images/zsdt_cyzs_icons.png) no-repeat -108px -160px;}
.zsdt_cyzs_right {
  width:930px;
  height: 398px;
}
.zsdt_cyzs_intro {
  width: 600px;
  height: 270px;
  border-bottom: 1px solid #e0dede;
}
.zsdt_cyzs_intro h3 {
  padding:20px 0 15px;
  font-size: 20px;
}
.zsdt_cyzs_intro p {
  font-size: 14px;
  line-height: 1.6em;
  height: 84px;
}
.zsdt_cyzs_intro_btn {
   display: inline-block;
 width:148px;
 height: 40px;
 border:1px solid #ff6000;
 background: #fff;
 color:#ff6000;
 border-radius: 4px;
 font-size: 16px;
 text-align: center;
 line-height: 40px;
 margin: 25px 0;
}
.zsdt_cyzs_intro_btn:hover {
  color:#fff;
  background: #ff6000;
  text-decoration: none;
}
.zsfw_cyzs_dbqy {
  padding-top: 16px;
}
.zsfw_cyzs_dbqy .left {
  float: left;
  width:20px;
  height: 93px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  padding:5px 8px 0;
  font-size: 16px;
}
.zsfw_cyzs_dbqy ul {
  width:865px;
  float: right;
  padding-top: 20px;
}
.zsfw_cyzs_dbqy li {
  width:150px;
  height: 60px;
  float: left;
  margin-right:22px;
  position: relative;
}
.zsfw_cyzs_dbqy li img {
  width:148px;
  height: 58px;
  border:1px solid #ccc;
}
.zsfw_cyzs_dbqy li:last-child {
  margin-right: 0;
}
.zsdt_zsxw {
  background: #f8f8f8;
  padding:28px 0;
  min-width:1190px;
}
.zsdt_zsxw_left {
  width: 560px;
  height: 320px;
  float: left;
  margin-top:4px;
}
.zsdt_zsxw_right {
  width: 600px;
  float: right;
}
.zsdt_zsxw_right .mainnew {
  height: 128px;
  border-bottom: 1px dotted #ccc;
}
.zsdt_zsxw_right .mainnew h3 {
  padding:0 0 8px;
  color:#ff6000;
  font-size: 16px;
}
.zsdt_zsxw_right .mainnew h3 a {
   color:#ff6000;
}
.zsdt_zsxw_right .mainnew p {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  max-height: 60px;
  overflow: hidden;
}
.zsdt_zsxw_newlist li {
  padding-left: 24px;
  height: 28px;
  line-height: 28px;
  position: relative;
  font-size: 14px;
}
.zsdt_zsxw_newlist li i {
  position: absolute;
  width:15px;
  height: 10px;
  left: 3px;
  top: 11px;
  background: url(images/zsdt_cyzs_icons.png) no-repeat -60px top;
}
.zsdt_zsxw_newlist li a {
  display: inline-block;
  width:490px;
  color:#646363;
  float: left;
}
.zsdt_zsxw_newlist li a:hover {
	text-decoration:underline;
}
.zsdt_zsfw_tabs li {
  width:88px;
  height: 32px;
  border:1px solid #fff;
  text-align: center;
  line-height: 32px;
  color:#000;
  display: inline-block;
  margin-left: 40px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  margin-top: 5px;
}
.zsdt_zsfw_tabs li.active {
  border: 1px solid #ff6000;
  color:#ff6000;
}
.zsdt_cyzs_right_box {
	display:none;
}
#zsdt-cyzs-hlw {
	background:url(images/zsdt_cyzs_icon_hlw.png) no-repeat 640px 25px;
}
#zsdt-cyzs-znzz {
	background:url(images/zsdt_cyzs_icon_znzz.png) no-repeat 665px 45px;
}
#zsdt-cyzs-rjxx {
	background:url(images/zsdt_cyzs_icon_rjxx.png) no-repeat 655px 45px;
}
#zsdt-cyzs-dsj {
	background:url(images/zsdt_cyzs_icon_dsj.png) no-repeat 665px 28px;
}
#zsdt-cyzs-jr {
	background:url(images/zsdt_cyzs_icon_jr.png) no-repeat 665px 28px;
}
#zsdt-cyzs-ylws {
	background:url(images/zsdt_cyzs_icon_ylws.png) no-repeat 680px 45px;
}
#zsdt_zsfw_zcfc .zsdt_zsxw_right {
	width:auto;
	float:none;
	margin:15px 20px;
}
.index_adsbox a {
	float:left;
	margin-right:10px;
}
.index_adsbox a:last-child {
	margin-right:0;
	float:right
}
#jfyuyue-right{border: 1px solid #f3f3f3;background: #fff;}
#jfyuyue-right .username{margin-top: 5px;}
#jfyuyue-right .mobile label,#jfyuyue-right .username label{border: 1px solid #e9e9e9;border-right: 0; width: 30px;height: 30px;display: inline-block;position: relative;left: 1px;margin-left: 12px;}
.mobile_icon{width: 11px;height: 19px;display: inline-block;background:url("images/demand_r_03.png") no-repeat center;position: absolute;top: 5px;left: 9px;}
.name_icon{width: 17px;height: 17px;display: inline-block;background:url("images/demand_r_06.png") no-repeat center;position: absolute;top: 6px;left: 6px;}
#jfyuyue-right .submit{    background: #ff6000;
    height: 35px;
    padding: 7px 5px;
    width: 198px;
    margin: 12px;color: #fff;}
.jfhistory_box {
  width: 228px !important;
}
.order-btn {
  width:208px !important;
}
#jf-hd-mes span {
/* 	background:none;
	color:#333;
	padding:0;
	margin-left:0; */
}
#jf-hd-mes {
/* 	padding-left:20px;
	background:url(images/icon_msg_qdrjy.png) no-repeat left; */
}
#jf-hd-mes:hover #top-msg-num {
	/* color:#1abc9c */
}
#top-msg-num.active {
	/* color:#ff6000; */
}
#zsdt_zsfw_qyfh_top {
	margin:0 70px;
	border-bottom:1px solid #eaeae9;
	height:275px;
	margin-bottom:25px;
	position:relative;
	background:url(images/zsdt_zsfw_qyfh_top.png) no-repeat center 35px;
}
#zsdt_zsfw_qyfh_top .zsfw_zshd_bm {
	position:absolute;
	right:-65px;
	bottom:37px;
}
#lkbm{
	height:345px;
	width:395px;
	position:fixed;
	background:rgba(252,149,1,0.1);
	top: 50%;
	left:50%;
	margin:-172px 0 0 -197px;
	z-index: 999;
	display: none;
}
#lkbmbox {
	background:#fff;
	height:330px;
	margin:7px 7px 0;
	position:relative;
}
#lkbmbox h1 {
	margin:0 100px;
	height:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	text-align:center;
}
#lkbmbox h1 span {
	display:inline-block;
	width:102px;
	background:#fff;
	margin-top:16px;
	color:#ff6000;
	font-size:20px;
	text-align:center;
}
#lkbmbox #msg {
	padding:10px 0 10px 45px;
	color:#f00;
}
.lkbm_item {
	width:300px;
	height:60px;
	margin-left:45px;
	position:relative;
}
.lkbm_item input {
	height:42px;
	width:240px;
	border:1px solid #d4d1d1;
	border-radius:3px;
	padding-left:45px;
	display:block;
}

#bmjz{
	height:165px;
	width:395px;
	position:fixed;
	background:rgba(252,149,1,0.1);
	top: 60%;
	left:50%;
	margin:-172px 0 0 -197px;
	z-index: 999;
	display: none;
}
#bmjzbox {
	background:#fff;
	height:150px;
	margin:7px 7px 0;
	position:relative;
}
#bmjzbox h1 {
	margin:0 100px;
	height:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	text-align:center;
}
#bmjzbox h1 span {
	display:inline-block;
	width:102px;
	background:#fff;
	margin-top:16px;
	color:#ff6000;
	font-size:20px;
	text-align:center;
}
#bmjzbox #msg {
	padding:10px 0 10px 45px;
	color:#f00;
}
.bmjz_item {
	width:300px;
	height:60px;
	margin-left:45px;
	position:relative;
}
.bmjz_item input {
	height:42px;
	width:240px;
	border:1px solid #d4d1d1;
	border-radius:3px;
	padding-left:45px;
	display:block;
}

#bmcg{
	height:165px;
	width:395px;
	position:fixed;
	background:rgba(252,149,1,0.1);
	top: 60%;
	left:50%;
	margin:-172px 0 0 -197px;
	z-index: 999;
	display: none;
}
#bmcgbox {
	background:#fff;
	height:150px;
	margin:7px 7px 0;
	position:relative;
}
#bmcgbox h1 {
	margin:0 100px;
	height:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	text-align:center;
}
#bmcgbox h1 span {
	display:inline-block;
	width:102px;
	background:#fff;
	margin-top:16px;
	color:#ff6000;
	font-size:20px;
	text-align:center;
}
#bmcgbox #msg {
	padding:10px 0 10px 45px;
	color:#f00;
}
.bmcg_item {
	width:300px;
	height:60px;
	margin-left:45px;
	position:relative;
}
.bmcg_item input {
	height:42px;
	width:240px;
	border:1px solid #d4d1d1;
	border-radius:3px;
	padding-left:45px;
	display:block;
}

#phoneBox {
	height:45px;
}
#companyNameBox:before,
#namedBox:before,
#phoneBox:before {
	content:'';
	position:absolute;
	width:20px;
	height:18px;
	background:url(images/icons_bm.png) no-repeat left top;
	left:12px;
	top:14px;
}
#namedBox:before {
	background:url(images/icons_bm.png) no-repeat left -54px;
}
#phoneBox:before {
	background:url(images/icons_bm.png) no-repeat left -83px;
	width:22px;
	height:21px;
}
#submitLkbm {
	height:44px;
	width:300px;
	margin-left:45px;
	background:#ff6000;
	color:#fff;
	text-align:center;
	font-size:18px;
	border:0;
}
#closeLkbm {
	width:18px;
	height:18px;
	background:url(images/icons_bm.png) no-repeat left -29px;
	position:absolute;
	top:8px;
	border:0;
	right:15px;
}
#zcfcListBox {
	border:1px solid #ccc;
	margin-top:6px;
	min-height:300px;
}
#zcfcListBox .newslist {
	padding:25px;
}
#zcfcListBox .newslist li {
	height:33px;
	line-height:33px;
	border-bottom:1px dotted #ccc;
	padding:0;
	position:relative;
	overflow:hidden;
}
#zcfcListBox .newslist li h3 {
	font-size:14px;
	margin-left:24px;
}
#zcfcListBox .newslist li:after {
	content:'';
	width:4px;
	height:4px;
	position:absolute;
	left:8px;
	top:14px;
	background:#ff6000;
}
#article-bm-btn {
	background:#ff6000;
	height:46px;
	line-height:46px;
	font-size:18px;
	width:240px;
	color:#fff;
	margin:20px 0;
}

#yqjjTabs {
  background: #3d3c3c;
  height: 80px;
}
#yqjjTabs li {
  width:123px;
  float: left;
  height: 80px;
  line-height: 80px;
  padding-left: 75px;
  color:#fff;
  font-size:16px;
  cursor: pointer;
  position: relative;
}
#yqjjTabs li:hover,
#yqjjTabs li.active {
  background-color: #394946;
}
#yqjjTabs li i {
  position: absolute;
  width:45px;
  height: 29px;
  background-repeat: no-repeat;
  left: 25px;
  top: 25px;
}
#yqjjTabs li.yqjjTabs_yqdt i {background-image: url(images/icons_yqjj_tabs.png);background-position:left top;}
#yqjjTabs li.yqjjTabs_lsyg i {background-image: url(images/icons_yqjj_tabs.png);background-position:-190px top;}
#yqjjTabs li.yqjjTabs_fzxz i {background-image: url(images/icons_yqjj_tabs.png);background-position:-391px top;}
#yqjjTabs li.yqjjTabs_fzgh i {background-image: url(images/icons_yqjj_tabs.png);background-position:-591px top;}
#yqjjTabs li.yqjjTabs_zdcy i {background-image: url(images/icons_yqjj_tabs.png);background-position:-798px top;}
#yqjjTabs li.yqjjTabs_rycj i {background-image: url(images/icons_yqjj_tabs.png);background-position:-998px top;}
.yqjjTitleBox {
  padding-bottom: 78px;
  background-color: #fff;
}
.yqjjTitle {
  height: 94px;
  border-bottom: 1px solid #d3d3d3;
}
.yqjjTitle h2 {
  width: 180px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin:0px auto 0;
  top: 75px;
  font-size: 30px;
}
.yqjjTitle h2 i {
  position: absolute;
  width:12px;
  height: 10px;
  bottom: 0px;
  left: 85px;
  background:url(images/icons_yqjj_tabs.png) no-repeat -512px -10px;
}
.yqjj_fzgh {
  padding:55px 0;
  background-color: #FFFFFF;
}
.yqjj_fzgh_left {
  width:402px;
  height: 460px;
  background-color: #fff;
  padding:8px; 
  float: left;
}
.yqjj_fzgh_right {
  float: right;
  width:230px;
  height: 456px;
  background: #fff url(images/yqjj_fzgh_img_2.jpg) no-repeat 60px 23px;
  padding:20px 10px 0 500px ;
}
.yqjj_fzgh_left img {
  width: 402px;
  height: 230px;
}
.yqjj_fzgh_left h2 {
  font-size: 18px;
  color:#1abc9c;
  padding:12px 0;
}
.yqjj_fzgh_left p {
  line-height: 22px;
  font-size: 14px;
  text-indent: 2em;
}
.yqjj_fzgh_right h2 {
  font-size: 22px;
  color:#0081d2;
  font-weight: bold;
  padding-bottom: 5px;
}
.yqjj_fzgh_right p {
  font-size: 13px;
  line-height: 22px;
}
#yqjj-lsygBox {
  width:1190px;
  height: 640px;
  margin: 0 auto;
  background:url(images/yqjj_lsyg_img.jpg) no-repeat left 55px;
  position: relative;
}
#yqjj-lsyg .timesbox {
  width: 170px;
  position: absolute;
}
#yqjj-lsyg .timesbox.times1 { top: 40px; left: 20px}
#yqjj-lsyg .timesbox.times2 { top: 40px; left: 380px}
#yqjj-lsyg .timesbox.times3 { top: 40px; left: 790px}
#yqjj-lsyg .timesbox.times4 { top: 456px; left: 190px}
#yqjj-lsyg .timesbox.times5 { top: 338px; left: 578px}
#yqjj-lsyg .timesbox.times6 { top: 454px; left: 969px}
#yqjj-lsyg .timesbox h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}
#yqjj-lsyg .timesbox p {
  font-size: 14px;
  line-height: 18px;
}
.yqjj_rycj ul {
  display: inline-block;
}
.yqjj_rycj li {
  width: 278px;
  height:26px;
  background-color: #fff;
  border:1px solid #ccc;
  padding-top:68px; 
  text-align: center;
  float:left;
  margin: 0 23px 30px 0;
  font-size:14px;
}
.yqjj_rycj li:nth-child(4n) {
  float: right;
  margin-right:0;
}
.yqjj_rycj li.yqjj_rycj_list1 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat left top;}
.yqjj_rycj li.yqjj_rycj_list2 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -308px top;}
.yqjj_rycj li.yqjj_rycj_list3 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -606px top;}
.yqjj_rycj li.yqjj_rycj_list4 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -910px top;}
.yqjj_rycj li.yqjj_rycj_list5 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat left -123px;}
.yqjj_rycj li.yqjj_rycj_list6 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -308px -128px;}
.yqjj_rycj li.yqjj_rycj_list7 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -606px -128px;}
.yqjj_rycj li.yqjj_rycj_list8 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -910px -128px;}
.yqjj_rycj li.yqjj_rycj_list9 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat left -256px;}
.yqjj_rycj li.yqjj_rycj_list10 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -308px -256px;}
.yqjj_rycj li.yqjj_rycj_list11 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -606px -256px;}
.yqjj_rycj li.yqjj_rycj_list12 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -910px -256px;}
.yqjj_rycj li.yqjj_rycj_list13 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat left -386px;}
.yqjj_rycj li.yqjj_rycj_list14 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -308px -380px;}
.yqjj_rycj li.yqjj_rycj_list15 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -606px -386px;}
.yqjj_rycj li.yqjj_rycj_list16 {background:#fff url(images/icons_yqjj_rycj.png) no-repeat -910px -386px;}
#yqjj-yqdtLeft {
  width:400px;
  height: 600px;
  float: left;
  box-shadow: 5px 5px 5px #ededed;
}
#yqjj-yqdtBox {
  padding:50px 0;
}
#yqjj-yqdtRight {
  width:770px;
  height: 598px;
  float: right;
  border: 1px solid #ededed;
}
#yqjj-yqdtRight>div {
  width: 770px;
  height: 598px;
  position: relative;
  display: none;
}
#yqjj-yqdtRight div.mapmao {
	position:absolute;
	width:60px;
	height:75px;
	cursor:pointer;
}
#yqjj-yqdtLeft h2 {
  height: 60px;
  background: #d6f3ed;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  border-radius: 5px 5px 0 0;
}
#yqjj-yqdtLeft ul {
  height: 540px;
  border:1px solid #ededed;
  border-top:0;
}
#yqjj-yqdtLeft li {
  height: 80px;
  line-height: 80px;
  padding:0 35px 0 16px;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
#yqjj-yqdtLeft li i {
  width:16px;
  height: 22px;
  margin-top: 30px;
  background: url(images/icons_yqdt_position.png) no-repeat left bottom;
}
#yqjj-yqdtLeft li.active i {
  background: url(images/icons_yqdt_position.png) no-repeat left top;
}
#yqjj-yqdtLeft li h3 {
  padding-left:14px;
  width:235px;
  font-size:16px;
}
#yqjj-yqdtLeft li img {
  margin-top:10px;
  width:77px;
  height: 57px;
}
.yqjj_yqdt_1 {background: url(images/yqjj_yqdt_mapbg1.jpg) no-repeat top left;}
.yqjj_yqdt_1 div.mapmao {left:580px; top:50px;}
.yqjj_yqdt_2 {background: url(images/yqjj_yqdt_mapbg2.jpg) no-repeat top left;}
.yqjj_yqdt_2 div.mapmao {left:160px; top:140px;}
.yqjj_yqdt_3 {background: url(images/yqjj_yqdt_mapbg3.jpg) no-repeat top left;}
.yqjj_yqdt_3 div.mapmao {left:585px; top:180px;}
.yqjj_yqdt_4 {background: url(images/yqjj_yqdt_mapbg4.jpg) no-repeat top left;}
.yqjj_yqdt_4 div.mapmao {left:173px; top:225px;}
.yqjj_yqdt_5 {background: url(images/yqjj_yqdt_mapbg5.jpg) no-repeat top left;}
.yqjj_yqdt_5 div.mapmao {left:540px; top:185px;}
.yqjj_yqdt_6 {background: url(images/yqjj_yqdt_mapbg6.jpg) no-repeat top left;}
.yqjj_yqdt_6 div.mapmao {left:594px; top:140px;}
#yqjj-yqdtRight .intro {
  width:360px;
  height: 300px;
  background: #fff;
  position: absolute;
  display:none;
}
#yqjj-yqdtRight .intro_top {
  width:360px;
  height: 40px;
  padding:150px 0 0 0;
}
#yqjj-yqdtRight .intro_top>div {
	height:40px;
	background:rgba(0,0,0,0.5);
	padding-left:10px;
	color:#fff;
}
#yqjj-yqdtRight .intro_bot {
  height: 100px;
  border:1px solid #cbcbcb;
  border-top: 0;
  padding:9px 10px 0;
  line-height: 24px;
}
.yqjj_yqdt_1 .intro {left:215px; top:85px;}
.yqjj_yqdt_1 .intro_top {background: url(images/yqjj_yqdt_map1.jpg) no-repeat left top;}
.yqjj_yqdt_2 .intro {left:225px; top:85px;}
.yqjj_yqdt_2 .intro_top {background: url(images/yqjj_yqdt_map2.jpg) no-repeat left top;}
.yqjj_yqdt_3 .intro {left:215px; top:85px;}
.yqjj_yqdt_3 .intro_top {background: url(images/yqjj_yqdt_map3.jpg) no-repeat left top;}
.yqjj_yqdt_4 .intro {left:235px; top:85px;}
.yqjj_yqdt_4 .intro_top {background: url(images/yqjj_yqdt_map4.jpg) no-repeat left top;}
.yqjj_yqdt_5 .intro {left:160px; top:85px;}
.yqjj_yqdt_5 .intro_top {background: url(images/yqjj_yqdt_map5.jpg) no-repeat left top;}
.yqjj_yqdt_6 .intro {left:230px; top:85px;}
.yqjj_yqdt_6 .intro_top {background: url(images/yqjj_yqdt_map6.jpg) no-repeat left top;}
#ImpCompany{
  width: 1190px;
  margin: 0 auto;
  background: #fff;

}
#ImpCompany .contantBox{
  margin: 30px 0 35px 0;
  height: 150px;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
}
#ImpCompany .textBox{
  width: 560px;
  position: absolute;
  top: 0;
  right: 35px;
  font-size: 14px;
}
#ImpCompany .textBox h3{
  font-size: 18px;
  color: #1abc9c;
  padding: 15px 0;
}
#ImpCompanyLists{
  width: 100%;
  height: 630px;
  background: #F6F6F6;
}
#ImpCompanyLists ul{
  width: 1190px;
  height: 515px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
#ImpCompanyLists ul li{
  float: left;
  width: 320px;
  height: 245px;
  position: relative;
  margin-right: 115px;
  margin-bottom: 10px;
}
#ImpCompanyLists ul li:nth-child(3n){
  margin-right: 0;
  margin-bottom: 0;
}
#ImpCompanyLists ul li .textBox{
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  font-size: 18px;
}
#ImpCompanyLists ul li .modalBox{
  height: 165px;
  padding: 15px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#ImpCompanyLists ul li:hover .textBox{
  background: #3bd0f7;
  color: #fff;
}
#ImpCompanyLists ul li:hover .modalBox{
  display: block;
}
.yqjj_fzxz_right {
  width:740px;
  height: 466px;
  text-align: center;
  float:right;
  background: #fff;
  padding:10px 0 0 0;
}

#hpshow {
    min-width: 1190px;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
}
#myCarousel .carousel-indicators {
    bottom: 10px;
    right: 50%;
    margin-left: -30px;
    top: inherit;
    width: 750px;
    margin-left: -390px;
    left: 50%;
    z-index:10000000;
}
#rbh-nav {
  height: 80px;
  background: #26292e;
}
#rbh-nav ul {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
#rbh-nav ul li {
  height: 80px;
  line-height: 80px;
  width: 195px;
  text-align: center;
  color:#fff;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
}
#rbh-nav ul li a {
  display: block;
  color:#fff;
}
#rbh-nav ul li a:hover {
  text-decoration: none;
}
#rbh-nav ul li.active,
#rbh-nav ul li:hover {
  background: linear-gradient(#80ccf7, #0186d1);
  text-decoration: none;
}
#rbh-mt {
  height: 619px;
  background: url(images/rbh_mt_bg.jpg) no-repeat center top;
}
#rbh-mt-box {
  height: 425px;
  padding-top: 190px;
  width: 1100px;
  margin: 0 auto;
}
#rbh-hd {
  height: 680px;
  background: url(images/rbh_hd_bg.jpg) no-repeat center top;
}
#rbh-zt {
  height: 620px;
  background: url(images/rbh_zt_bg.jpg) no-repeat center top;
}
#rbh-hg {
  height: 620px;
  background: url(images/rbh_hg_bg.jpg) no-repeat center top;
}
#rbh-hz {
  height: 620px;
  background: url(images/rbh_hz_bg.jpg) no-repeat center top;
}
#rbh-lx {
  height: 600px;
  background: url(images/rbh_lx_bg.jpg) no-repeat center top;
}
.rbhwidth {
  width: 1200px;
  margin: 0 auto;
}
#rbh-hd-box {
  background: url(images/rbh_hd_pic1.png) no-repeat left 200px;
  position: relative;
}
#rbh-hd-box #rbh-hd-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#rbh-hd-box #rbh-hd-nav li {
  width:14px;
  float:left;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
  background: #878787;
}
#rbh-hd-box #rbh-hd-nav li.active {
  background: #0086d1;
}
#rbh-hd-box div.item {
  height: 200px;
  display: none;
}
#rbh-hd-box div.itemtop {
  padding-top: 270px;
  height: 180px;
}
#rbh-hd-box .item_detail_intro {
  padding-top: 16px;
}
#rbh-hd-box .item_detail_intro p {
  font-size: 16px;
  line-height: 24px;
}
#rbh-hd-box .item_left,
#rbh-hd-box .item_right {
  float: left;
  width:50%;
}
#rbh-hd-box div.item .item_left img,
#rbh-hd-box div.itemtop .item_right img {
  float: left;
  margin-right:35px;
}
#rbh-hd-box div.item .item_right img,
#rbh-hd-box div.itemtop .item_left img {
  float: right;
  margin-left:35px;
}
#rbh-hd-box div.itemtop .item_left img  {
  margin-right: 35px
}
#rbh-hd-box div.itemtop .item_right img {
  margin-left: 35px;
}
#rbh-hd-box div.item .item_left .item_detail_intro {
  float: left;
}
#rbh-hd-box div.itemtop .item_left .item_detail_intro {
  float:right;
  margin-right: 15px;
  text-align: right;
}
#rbh-hd-box div.item .item_right .item_detail_intro {
  float: right;
  text-align: right;
}
#rbh-hd-box div.itemtop .item_right .item_detail_intro {
  float:left;
  margin-left: 15px;
  text-align: left;
}
#rbh-hd-box div.item h3,
#rbh-hd-box div.itemtop h3 {
  font-size: 20px;
  font-weight: bold;
  color:#0086d1;
  padding-bottom: 13px;
}
#rbh-zt-box {
  height: 620px;
  background: url(images/rbh_zt_map.png) no-repeat bottom center;
}
#rbh-zt-box>div {
  width: 50%;
  height:250px;
  float: left;
  cursor: pointer;
}
#rbh-zt-box>div:first-child {
  margin-top:315px;
}
#rbh-zt-box>div:last-child {
  margin-top:255px;
}
.rbh_zt_mapbox {
  position: fixed;
  width:900px;
  height: 625px;
  left: 50%;
  top: 50%;
  margin: -340px 0 0 -455px;
  background-color: #fff;
  display: none;
  padding-top: 55px;
  z-index: 9
}
#rbh-ztmap-no1 {
  background-image: url(images/rbh_ztdt_no1.jpg);
  background-repeat: no-repeat;
  background-position: 30px 120px;
}
#rbh-ztmap-no2 {
  background-image: url(images/rbh_ztdt_no2.jpg);
  background-repeat: no-repeat;
  background-position: 55px 105px;
}
#rbh-zt-box>div:hover .rbh_zt_mapbox {
  display: block;
}
#rbh-hg-left {
  width: 239px;
  height: 358px;
  float: left;
  margin-top:183px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
#rbh-hg-left>div{
  height: 119px;
  border-right:12px solid #fff;
  background: #fff;
  padding-left:95px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
#rbh-hg-left>div span {
  display: inline-block;
  padding-right: 50px;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  background-image:url(images/rbh_hg_icons.png);
  background-color: #fff;
  background-repeat:  no-repeat;
  background-position:  right -367px ;
  margin-top: 47px;
}
/* #rbh-hg-left>div:hover span, */
#rbh-hg-left>div.active span {
  background: url(images/rbh_hg_icons.png) no-repeat right -344px;
}
#rbh-hg-left>div.gcjj {
  background-image: url(images/rbh_hg_icons.png);
  background-repeat:  no-repeat;
  background-position:  26px 40px;
  background-color: #fff;}
#rbh-hg-left>div.zlzs {
  background-image: url(images/rbh_hg_icons.png);
  background-repeat:  no-repeat;
  background-position: 30px -78px;
  background-color: #fff;}
#rbh-hg-left>div.hzjl {
  background-image: url(images/rbh_hg_icons.png);
  background-repeat:  no-repeat;
  background-position:  30px -202px;
  background-color: #fff;}
/*#rbh-hg-left>div:hover,*/
#rbh-hg-left>div.active {
  border-right:12px solid #0086d1;
  background-color:#bfe1f3; 
  border-bottom: 1px solid #bfe1f3;
}
#rbh-hg-right {
  float: left;
  margin-top:183px;
}
#rbh-hg-right,
#rbh-hg-right>div {
  width: 959px;
  height: 358px;
}
#rbh-hg-right>div img {
  float:left;
}
#rbh-hg-right>div {
  display: none;
}
#rbh-hz-box {
  height: 390px;
  margin: 0 auto 0;
  padding-top: 190px;
  background: url(images/rbh_hzqy_bg.png) no-repeat left 190px ;
}
#rbh-hz-box a {
  float: left;
  width: 225px;
  height: 90px;
  margin: 0 20px 10px 0;
}
#rbh-hz-box a:nth-child(5n) {
  margin-right:0;
}
#rbh-hz-box a.hw {background: url(images/rbh_hzqy_bg.png) no-repeat left top;}
#rbh-hz-box a.cz {background: url(images/rbh_hzqy_bg.png) no-repeat -245px top;}
#rbh-hz-box a.cz {background: url(images/rbh_hzqy_bg.png) no-repeat -245px top;}
#rbh-lx-box {
  height: 360px;
  padding-top: 200px;
}
#rbh-lx-box-left {
  width: 600px;
  height: 360px;
  float: left;
  background: url(images/rbh_lx_map.jpg);
}
#rbh-lx-box-right {
  width: 565px;
  float: right;
  padding-top: 10px;
}
#rbh-lx-box-right h2 {
  font-size: 24px;
  font-weight: bold;
}
#rbh-lx-box-right div.lx_detail {
  background: url(images/rbh_lx_icon.jpg) no-repeat left 30px;
  padding-left: 60px;
  padding-top: 30px;
}
#rbh-lx-box-right div.lx_detail p {
  padding: 8px 0 38px;
  font-size:18px;
  line-height: 26px;
}
.rbh_btn {
  display: block;
  width: 200px;
  height: 40px;
  margin-left: 140px;
  line-height: 40px;
  text-align: center;
  background: url(images/rbh_lx_btn.jpg);
  color:#ffe500;
  font-size: 18px;
}
.rbh_btn:hover {
  text-decoration: none;
  color:#fff;
}
/*閿熸枻鎷疯浆鏈ㄩ敓鏂ゆ嫹閿熸彮顏庢嫹閿熺粸锟�*/
q:before,q:after{content: ;}
abbr,acronym{border:0;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;} 
.poster-main{ position:relative;width:800px;height:270px;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:800px;height:270px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;background: #c9dff1;box-shadow: 2px 5px 5px #5a616e;padding:3px;}
.poster-main .poster-btn{ position:absolute;top:145px;width:50px;height:60px; z-index:10; cursor:pointer;  opacity:0.8}
.poster-main .poster-btn:hover {background-color:#85bfec;}
.poster-main .poster-prev-btn{left:-60px; background: url(images/btn_l.png) no-repeat center center;}
.poster-main .poster-next-btn{right:-60px; background: url(images/btn_r.png) no-repeat center center;}
.poster-item div.newintro {
  position: absolute;
  height: 56px;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0px;
  right: 0;
  padding:4px 16px 0;
}
.poster-item div.newintro p {
  color:#fff;
  width: 100%;
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}
#banner,
#hpshow,
#rbh-nav,
#rbh-hd,
#rbh-zt,
#rbh-hz,
#rbh-lx,
#rbh-mt,
#rbh-hg,
#yqjj-yqdt,
#yqjjTabs,
#yqjjBanner,
#topBanner {
min-width:1190px;	
overflow:hidden;
}
.rsyjy_logo {
	float:left;
	padding-left:14px;
	height:44px;
	border-left:1px solid #e3e5e5;
	position:relative;
	margin-top:30px;
}
.rsyjy_logo h3 {
    font-size: 16px;
    color: #ff6000;
    margin-bottom: 4px;
    margin-top: 0px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    
}
.rsyjy_logo h3.njlogo-h3 {
	padding-left:6px;
	line-height: 46px;
	font-size: 22px;
}
.rsyjy_logo h4 {
	display:inline-block;
	padding:0 4px;
	background:#ff6600;
	color:#fff;
	font-size:13px;
	border-radius:2px;
	letter-spacing:2px;
	vertical-align: middle;
    line-height: 17px;
}
.rsyjy_logo h5 {
	position:relative;
	display:inline-block;
	padding:0 5px;
	height:18px;
	line-height:18px;
	border:1px solid #c9c9c9;
	border-radius:2px;
	vertical-align:middle;
	margin-left:12px;
	color:#6c6e71
}
.rsyjy_logo h5 i {
	position:absolute;
	width:5px;
	height:8px;
	background:url(images/rsyjy_logo_h5.png);
	left:-5px;
	top:3px;
	font-size:14px;
}

/*鐑棬娲诲姩start*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear:both;
    visibility: hidden;
}
.hot_act_li{
    position: relative;

}
.img{
    width: 100%;
    height:60%;
    overflow: hidden;
}
.hot_act_li img{
    width: auto;
    height:100%;

}
.hot_act_li h3{
    font-size: 16px;
    margin:10px 0;
    padding:0 15px;
}
.hot_act_li h4{
    font-size: 16px;
    position: absolute;
    bottom:10px;
    left: 15px;


}

/*鐑棬娲诲姩end*/

/*閫氭爮start*/
.tl{
    width:100%;
    position:relative;
}
.carousel{
    position:relative;
}

.picShow_ul{
    position: absolute;
    bottom: 20px;
    left:30px;
    width: 100%;
    display: flex;
    padding:0 40px;
    background: transparent;
}
.picShow_ul > li{
    width:135px;
    margin:0 33px;
    text-align:center;
    height:26px;
    line-height: 26px;
    float: left;
    /*border:1px solid #dcdcdc;*/
    font-weight: bold;
    /*background: #84C8DF;*/

}
/* .picShow_ul > li:nth-of-type(2){
    margin:0 5%;
} */
/*.picShow_ul .picShow_ul_firstli{*/
    /*background: rgba(30, 100,125,.6);*/
/*}*/
/*閫氭爮end*/

/*鍗椾含涓婚〉鍥尯娲诲姩start*/
.nj_yqhd{
    width: 100%;
    box-sizing: border-box;
}
.yqhd_img_left{
    width: 211px;
    height: 145px;
    float:left;
    margin-top: 30px;
    margin-bottom:20px;
}

.yq_img{
    height:145px;
    width:235px;
}
.yqhd_img_right{
    float: right;
    width: 966px;
    margin-top: 30px;
    margin-bottom:20px;
}
.yqhd_img_right >ul >li{
    float:left;
    width: 235px;
    height:145px;
    margin-right:8px;
    position:relative;
    transition: all 0.2s linear;
}
.yqhd_img_right >ul >li:hover {
  box-shadow: 0px 2px 14px rgba(0,0,0,0.4);
}
.yqhd_img_right >ul >li:last-child {
	margin-right:0;
}
.yqhd_img_right >ul >li .titlebox {
	position:absolute;
	height:36px;
	width:100%;
	line-height:36px;
	background:rgba(66,168,144,0.8);
	color:#fff;
	text-align:center;
	font-size:15px;
	bottom:0;
}
.carousel{
    position:relative;
}
/*鍗椾含涓婚〉鍥尯娲诲姩end*/
/*鎶ュ悕娲诲姩 寰楀埌鐒︾偣鏁堟灉鏍峰紡*/
.xg-item-ft-btnwrap a:hover{
	background-color:#ff4200;
	color:#ffffff;
}
#submitLkbm:hover{
	background-color:#b52f00;
}