.header {
    height: 120px;
}

.logo {
    /*display: block;*/
    width: 280px;
    float: left;
    height: 70px;
    background-image: url("../images/head_logo.png");
    margin-top: 26px;
    margin-left: 5px;
	background-repeat:no-repeat;
}

.channel-logo {
    height: 45px;
    margin-left: 27px;
    margin-top: 37px;
    width: 90px;
}

.channel-logo span {
    color: #3d67ad;
    font-size: 1.53em;
    font-weight: bold;
}
.channel-logo span.span_tb{
    font-size: 1.5em;
}

.channel-logo a {
    color: #999999;
}

.search {
    width: 550px;
    margin-left: 40px;
    margin-top: 36px;
    position: relative;
}

.bid-search {
    margin-left: 23px;
}

.part1 {
    width: 548px;
    height: 33px;
    border: 1px solid #3d67ad;
    position: relative;
}

.part2 {
    margin-top: 10px;
}

.part2 span {
    color: #999;
}

.part2 a {
    color: #b2b2b2 !important;
    margin-right: 12px;
}

.part2 a:hover {
    color: #c6000b !important;
}
.part2 a:visited{
    color: #333;
}
.select-content {
    width: 95px;
    height: 33px;
    background-color: #fafbfb;
    text-align: center;
    line-height: 33px;
    font-size: 1.16em;
}

.select-content a {
    color: #27416d;
    display: block;
    position: relative;
}

.select-content a i {
    width: 10px;
    height: 6px;
    background: url("../images/icons/icons.png") -32px 0;
    margin-top: 1.125em;
    margin-right: 8px;
}

.part1 input {
    width: 343px;
    height: 33px;
    padding: 0 10px;
    line-height: 33px;
    float: left;
    border: 0;
    outline: none;
}

.part1 input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

.part1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.part1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.part1 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

.part1 > a {
    width: 90px;
    height: 33px;
    float: right;
    background-color: #3d67ad;
    line-height: 33px;
    text-align: center;
    font-size: 1.33em;
    color: #fff !important;
}

.part1 > span {
    width: 19px;
    height: 19px;
    position: absolute;
    background: url("../images/icons/icons.png") -61px -66px;
    right: 100px;
    top: 7px;
}

.release {
    height: 35px;
    /*     margin-left: 10px;
        margin-top: 36px; */
}

.release3 {
    height: 35px;
    margin-left: 10px;
    margin-top: 36px;
}

.release1 {
    height: 35px;
    margin-left: 10px;
    margin-top: 36px;
}

.senior {
    width: 60px;
}

.senior a.gjss {
    color: #c6000b;
}

.senior a.ssfyb {
    color: #216def;
}

.information {
    width: 128px;
    height: 33px;
    border: 1px solid #e6ebed;
    background-color: #f5f7f8;
    color: #c6000b;
    text-align: center;
    line-height: 33px;
    margin-left: 54px;
}

.information > span {
    padding-left: 8px;
}

.wechat-code, .app-code {
    width: 80px;
    height: 100px;
    float: right;
    margin-top: 10px;
}

.app-code {
    margin-right: 36px;
}
.app-code img,.wechat-code img{
    height: 80px;
}

.wechat-code > span, .app-code > span {
    display: block;
    text-align: center;
}

/**首页**/
.total {
    height: 45px;
    margin-left: 30px;
    margin-top: 37px;
}

.total span, .total a {
    display: block;
    line-height: 22px;
}

.total span {
    font-size: 1.16em;
    font-weight: bold;
    color: #3d67ad;
}

.total a {
    color: #999999;
}

.total a:hover {
    color: #c6000b;
}

.total-content {
    background-color: #eeeeee;
}

.total-content > a {
    font-size: 14px;
    font-weight: bold;
}

.part1 > a.ss {
    font-size: 1.33em;
}
.part1 > a.ss:visited{
    color: #fff;
}

.select-content > ul {
    width: 95px;
    border: 1px solid #3d67ad;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
    margin-left: -1px;
    display: none;
    position: absolute;
    z-index: 99;
}

.select-content > ul li {
    width: 85px;
    height: 33px;
    padding-left: 10px;
    text-align: left;
}

.select-content > ul li:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.select-content > ul li:hover span {
    color: #c6000b;
    text-decoration: underline;
}

.select-content > ul li > i {
    font-weight: bold;
    color: #020e65;
    padding-right: 8px;
}

.select-content > ul li.second-menu > span {
    font-size: 12px;
    color: #666666;
}

.select-content > ul li.second-menu:hover > span {
    color: #c6000b;
}

.select-content > ul li.second-menu > i {
    font-weight: normal;
    color: #666666;
    padding-left: 5px;
}

.select-content > ul li.light-dashed {
    border-bottom: 1px dashed #eeeeee;
}

.select-content > ul li.deep-dashed {
    border-bottom: 1px dashed #cccccc;
}

.part3 {
    position: absolute;
    width: 168px;
    height: 33px;
    background-image: url("../images/icons/tel_icon.png");
    bottom: 66px;
    right: 0;
    color: #ffffff;
    font-size: 1.33em;
    font-weight: bold;
    line-height: 33px;
}

.part3 > span {
    padding-left: 39px;
    font-style: italic;
}

.buwei {
    height: 100px;
    padding: 10px 0 10px 10px;
}
.buwei a{
    color: #333;
}
.buwei a:hover{
    color: #f00;
}
.buwei p {
    line-height: 25px;
    color: #666666;
}

.buwei p > i {
    width: 16px;
    height: 17px;
    display: inline-block;
    background: url("../images/icons/icons.png") -184px 0;
    vertical-align: middle;
    margin-right: 10px;
}
.clear{
    clear: both;
}
.menu2{ background:#edf1fd;}
.menu2centent{ width:1200px; margin:0 auto; height:100px;}
.menu2centent ul li{ width:190px; float:left; margin-top:16px;}
.menu2centent ul li .partone{ width:35px; float:left; margin-top:3px;}
.menu2centent ul li .parttwo{ width:145px; float:left; margin-left:10px; line-height:18px;}
.menu2centent ul li a{ color:#666; width:50%; float:left;}
.menu2centent ul .lineone{ background:#c6d7f3; width:1px; height:60px; float:left; margin-left:5px; margin-right:5px; margin-top:20px;}


































/*---------- frame : channel-nav ---------*/
.channel-nav {
	margin-top:8px;
	padding-left:6px;
	height:24px;
	width:950px;
	overflow:hidden;
}
.channel-nav .sonnav {
	width:830px;
	line-height:26px;
	float:left;
	color:#256DB1;
}
.channel-nav .sonnav span {	
	margin-right:10px;
	float:left;
}
.channel-nav .sonnav span a{
	padding:0 4px;
	border:1px solid #BADAA1;
	height:22px;
	line-height:21px;
	background:url(../images/channel_bg.png) repeat-x;
	display:inline-block;
	}
.channel-nav .sonnav span a.thisclass{
	border:1px solid #3aa21b;
	}
.channel-nav .sonnav a {
	color:#428C5B;
	text-decoration:none;
}
.channel-nav .sonnav a:hover{
	 color:#287212;
	}
.channel-nav .back{
	display:block;
	height:22px;
	line-height:21px;
	padding-top:6px;
	padding-right:10px;
	padding-left:20px;
	letter-spacing:2px;
	float:right;
	background:url(../images/ico-home.gif) 4px 10px no-repeat;
} 
.channel-nav .back a{
	color:#397CBE;
}
.channel-nav .back a:hover{
	text-decoration:none;
	color:#777;
}
/*pic scroll
----------------------------------*/
.infiniteCarousel {
  width: 700px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
}

.infiniteCarousel .wrapper {
  width: 640px; 
  overflow: auto;
  height: 170px;
  margin: 0 30px;
  top: 0;
}
.infiniteCarousel ul a img {
  border:1px solid #E3E3E3;
  padding:2px;
  width:143px;
  height:106px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 625px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 6px;
  height: 147px;
  width: 147px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
	}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
	}
.infiniteCarousel ul li a:hover img {
  border-color: #aaa;
}
.infiniteCarousel ul li a span{
   display:block;
   line-height:17px;
   padding-top:6px;
}
.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999px;
  position: absolute;
  top: 70px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .forward {
  background:url(../images/green_skin.png) 0 -256px no-repeat;
  right: 0;
}
.infiniteCarousel .back {
  background:url(../images/green_skin.png) 0 -222px no-repeat;
  left: 0;
}
/*----------dedeinfolink  ---------*/
#dedeinfolink {
	margin-bottom:6px;
	}
#dedeinfolink tr td div {
	padding:0 5px;
	background:url(../images/white_bg.gif) repeat-x;
	margin-right:8px;
	}
#dedeinfolink tr td {
	line-height:18px;
	}
#dedeinfolink tr td.spline {
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px dashed #dedede;
	}
#dedeinfolink tr td.iftitle {
	font-weight:bold;
	color:#428C5B;
	line-height:24px;
	border-bottom:1px dashed #dedede;
}

/*new search result page
----------------------------------------*/
.search_header{
    overflow:hidden;
	zoom:1;
}
.search_header  h1{
    float:left;
    display:inline;
    margin:5px 20px 5px 10px;
    width:216px;
}
.search_header .search_box{
    float:left;
    padding-top:25px;
}
.search_header .search_box input{
    border-width:1px;
	border-style:solid;
	border-color:#707070 #CECECE #CECECE #707070;
	padding:2px 4px;
	height:18px;
	line-height:18px;
    width:200px;
	margin-right:5px;
}
.search_header .search_box select{
   font-size:14px;
   height:22px;
   margin-right:5px;
}
.search_header .search_box button{
    margin-right:3px;
}
.resultbar{
	height:32px;
	line-height:32px;
	background:transparent url(../images/search-top-bg.gif) repeat-x scroll;
	text-indent:12px;
	color:#428C5B;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
 }
 .result_content{
    overflow:hidden;
	zoom:1;
 }
.sidebar{
  float:right;
  width:300px;
  padding:20px 0 0 20px;
  margin-right:20px;

  word-wrap:break-word;
}
.sidebar h2{
  font-size:14px;
  line-height:25px;
 }
.sidebar  ul {
  padding:4px 8px;
 }
.sidebar  ul li{
  line-height:24px;
  background:url(../images/ico-3.gif) 4px 9px no-repeat;
 }
.resultlist{
  overflow:hidden;
}
.resultlist ul{
  padding:20px 0 0 20px;
 }
.resultlist ul li{
  padding-top:15px;
 }
.resultlist ul li h3{
  line-height:30px;
  font-size:16px;
  font-weight:normal;
 }
.resultlist ul li h3 a{
  text-decoration:underline;
 }
.resultlist ul li p{
  line-height:22px;
  color:#333;
  font-size:14px;
  width:650px;
 }
.resultlist ul li span small{
  line-height:22px;
  font-size:12px;
  margin-left:5px;
  color:#999;
 }
.resultlist ul li span a{
  color:#008400;
 }
#contentRtPicAD2.stick {
  position:fixed;
  top:0;
  margin:60px 0 0
}