.Inside-banner{
	height: 300px;
	background: url(../images/bannmer31.jpg) no-repeat center;
}

/*Inside*/
.Inside{
	background: #f2f2f2;
	padding: 30px 0px;
}

.Inside .carrier{
	width: 95%;
	margin: 0px auto 30px;
}

.Inside .w_1200{
	background: #fff;
	padding: 10px 0px;
}

.Inside .title{
	margin: 15px 0px; 
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.Inside .title h2{
	font-size: 22px;
	color: #333;
}
.Inside .title i{
	position: absolute;
	width: 6px;
	height: 25px;
	left: -30px;
	top: 5px;
	background: #ff6600;
}

/*步骤*/
.step{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px
}
.step span{
	display: block;
	float: left;
	text-align: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 4px solid #f2f2f2;
	margin-right: 12px;
	font-size: 14px;
	color: #888;
}
.step span:last-child{
	margin-right: 0px
}
.step span i{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-style:normal;
	color: #666;
	background: #f2f2f2;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius:15px;margin-right: 5px;
}
.step span.on{
	color: #ff6600;
	border-bottom-color: #ff6600;
	font-weight: bold;
}
.step span.on i{
	background-color: #ff6600;
	color: #fff;
}

/*tips*/
.tips{
	width: 100%;
	background: #fffbe4;
	border: 1px solid #ffdeab;
	padding: 12px 0px;
	font-size: 14px;
	position: relative
}
.tips span{
	color: #666;
	margin-left: 28px
}
.tips i{
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../images/tips-ico.png) no-repeat left center;
	position: absolute;
	top: 15px;
	left: 20px;
}


.Line .tips{
	border: none;
	padding: 0px;
	background: none;
	padding-left: 24px;
	display: none;
	color: #aaa;
}
.Line .tips i{
	top: 0px;
	height: 17px;
	left: 0px;
	background: url(../images/tips-list.png) no-repeat -35px 0px;
}
.Line .tips.err{
	color: red;
}
.Line .tips.err i{
	background-position: 0px;
}

.Line .tips.success i{
	background-position: -70px 0px
}

/*Sell-company*/
.Sell-company{
	margin: 0 auto;
	overflow: hidden;
}

.Sell-company .Line-list{
	margin-top: 30px
}
.Sell-company .title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.Sell-company  .Line{
	
	font-size: 14px;
	color: #888;
	position: relative;
	width: 100%;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background: red
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.clearfix {
	zoom: 1
}


.Sell-company  .Line .t{
	position: absolute;
	width: 200px;
	height: 34px;
	text-align: right;
	margin-right: 15px;
	left: 0px;
	line-height: 34px;
	color: #666
}
.Sell-company  .Line .t span{
	color: #ff5a00;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}
.Sell-company  .Line  .c{
	float: right;
	width: 920px;
	position: relative;
	padding-bottom: 10px;
}
.Sell-company  .Line  .c .selectordef{
	float: left;
	height: 34px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
	line-height: 34px;
	padding: 0 35px 0 15px;
	position: relative;
	cursor: pointer;
	color: #888;
	min-width: 75px;
	background: url(../images/select-ico.png) no-repeat center right;
	background-position: 105px center;
}


.Sell-company  .Line  .c .selectordef.on,.Sell-company  .Line  .c .selectordef:hover{
	border-color: #ff6600;
	color: #ff6600;
	background-image: url(../images/select-ico-h.png);
}

.Sell-company  .Line  .c input.enter{
	height: 34px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
	line-height: 34px;
	color: #aaa;
	width: 395px;
	text-indent: 16px
}

.Sell-company  .Line  .c input.on{
	border: 1px solid #ff6600;
}

.Sell-company  .Line.capital .selectordef{
	float:none;
	display: inline-block;
	*display:inherit;
	margin-left: 10px;
}
.Sell-company  .Line.capital input.enter{
	width: 160px;
}

.Sell-company  .Line.Record{
	height: 38px;
	line-height: 38px;
}
.Sell-company  .Line.Record.on{
	background: #f3f3f3;
	padding-bottom: 0;
	margin-bottom: 0
}
.Sell-company  .Line.Record.on .c{
	padding-bottom: 0
}
.Record-cent{
	border: 1px solid #f3f3f3;
	border-top: none;
	clear: both;
	z-index: 9999;
	padding: 15px;
}
.Record-cent .Line{
	margin: 0px;
}
.Record-cent .Line .t{
	width: 183px
}
.Record-cent .Line .c{
	width: 905px;
	height: 38px;
	line-height: 38px;
	padding-bottom: 0px;
}
.Sell-company  .Line  .c input.radio{
	margin-left: 61px;
}

.Sell-company  .Line.Remarks textarea{
	width: 600px;
	height: 160px;
	border: 1px solid #e0e0e0;
	color: #aaa;
	text-indent: 12px;
	line-height: 26px
}

.protocol{
	padding-left: 212px;
	font-size: 14px;
	padding-top: 10px;
	margin-left: 2px;
}
.protocol a{
	color: #ff6600
}

.submit{
	cursor: pointer;
	height: 50px;
	width: 400px;
	background: #ff8a54;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 5px;
}

.submit:hover{
	
}

/*select-options*/
.select-options{
	z-index: 999;
	zoom:1;
	background: #fff;
	border: 1px solid #e0e0e0;
	width: 125px;
	position: absolute;
	top: 35px;
	display: none;
}
.select-options ul{
	max-height: 180px;
	overflow-y: auto
}
.select-options ul li{
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	text-indent: 6px;
	color: #aaa;
}
.select-options ul li.on,.select-options ul li:hover{
	background: #f3f3f3;
	color: #666;
}

.select-options.city{
	left: 137px;
}

.select-options.county{
	left: 274px;
}

.select-options.currency-1,.select-options.currency-2{
	left: 420px
}

.select-options.slfptype-1,.select-options.slfptype-2{
	left: 343px;
	top: 46px
}

.Get-code {
    display: inline-block;
    cursor: pointer;
    height: 33px;
    line-height: 15px;
    background: #ff5a00;
    margin-top: -37px;
    right: 34px;
    position: absolute;
    width: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    padding: 3px 5px 0px 5px;
}
.Get-code:hover{
	background: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
}


.mark{
	color: #ff6600;
	cursor: pointer;
}
.mark i{
	background: url(../images/mark-ico.png) no-repeat left 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.mark:hover{
	text-decoration: underline;
}

.mark-cont{
	z-index: 999999;
	background: #ff6600;
	color: #fff;
	position: absolute;
	right: 260px;
	top: -130px;
	padding: 20px 30px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius:15px;
	display: none;
}
.mark-cont h1{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.mark-cont span{
	display: block;
	font-size: 12px;
}

.mark-cont i{
	display: block;
	height: 21px;
	width: 28px;
	background: url(../images/mark-cont-b.png) no-repeat;
	position:absolute;
	bottom: -20px;
}

.title .tips{
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	margin-left: 15px;
	font-size: 14px;
	font-weight:normal;
	padding-left: 20px;
}
.title .tips i{
	left: 0px;
	top: 2px;
	width: 25px;
	height: 16px;
	background: url(../images/tips-list.png) left center;
}

/*location*/
.location{
	width: 100%;
	height:45px;
	line-height: 65px; 
	    background: #f2f2f2;
}
.location .w_1200{ 
}
.location .current-location{
	font-size: 14px;
	color: #888;
}
.location .current-location a{
	color: #888;
}
.location .current-location a:hover{
	color: #ff6600;
}
.location .current-menu{
	position: absolute;
	right: 0px;
	top: 0px
}
.location .current-menu a{
	color: #555;
	font-size: 16px;
	margin-left: 40px;
	position: relative;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}

.location .current-menu a i{
	display: block;
	position: absolute;
	height: 4px;
	width: 70px;
	bottom: 0px;
	background: #ff6600;
	z-index: 9999;
	bottom: -5px;
	left: -2px;
	display: none;
}

.location .current-menu a.on i{
	display: block
}

.location .current-menu a:hover,.location .current-menu a.on{
	color: #ff6600;
}

.Inside .details p,.Inside .details{
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0px;
	color: #666;
}

.Inside .Line{
	margin-bottom: 20px;
}

/*新闻*/
.Inside.News{
	padding: 5px 0px 15px;
	width: 100%;
	overflow: hidden;
}

.Inside.News .w_1200{
	background: none;
}

.Inside.News .fl{
	float: left;
	width: 300px;
}

.Inside.News .fr{
	float: right;
	width: 880px;
}

.Inside.News .Public{
	background: #fff;
	margin-bottom: 20px;
}
.Inside.News .Public .t{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	font-size: 16px;
	padding-left: 15px;
	background: #fbfbfb;
	color: #333;
}
.Inside.News .Public .t i{
	position: absolute;
	width: 3px;
	height: 15px;
	background: #ff6600;
	left: 0;
	top: 17px;
}
.Inside.News .fl .Public .c{
	width: 90%;
}
.Inside.News .Public .c{
	width: 95%;
	margin: 0 auto;
	padding: 10px 0px;
	    color: #666;
}

.Public .more{
	font-size: 14px;
	position: absolute;
	right: 12px;
}
.Public .more a{
	color: #aaa;
}
.Public .more a:hover{
	color: #ff6600
}
.Transfer-Company ul{
	overflow: hidden;
	width: 100%;
}
.Transfer-Company ul.company-type li{
	width: 47%;
	float: left;
	text-align: center;
	padding: 11px 0px;
	border: 1px solid #ebebeb;
	margin: 5px 12px 5px 0;
	font-size: 14px;
}
.Transfer-Company ul.company-type li:nth-child(2n+0){
	margin-right: 0px;
}
.Transfer-Company ul.company-type li:hover{
	background: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
}
.Transfer-Company ul.company-type li:hover a{
	color: #fff;
}

.Transfer-Company{
	height: 295px;
}
.Top-Company li{
	height: 35px;
	line-height: 35px;
}
.Top-Company li a{
	font-size: 14px;
	color: #666;
}
.Top-Company li a:hover{
	color: #ff6600;
}
.Top-Company li i{
	    display: inline-block;
    height: 35px;
    width: 24px;
    background: url(../images/top-bg-h.jpg) no-repeat 2px 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-position-x: 6px;
    margin-right: 10px;
    line-height: 32px;
}
.Top-Company li.red i{
	background-image: url(../images/top-bg.jpg);
}

.new-Company{
	width: 100%;
	overflow: hidden
}


.new-Company .news-list{
	width: 100%;
	overflow: hidden;
}

.new-Company .news-list li{
	width: 100%;
	margin: 22px 0;
	overflow: hidden;
}

.new-Company .news-list li div.pic{
	width: 180px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.new-Company .news-list li div.pic img{
	width: 100%;
}
.new-Company .news-list li div.pic:hover img{
	transform: scale(1.3);
}

.new-Company .news-list li div.Summary{
	width: 630px;
	float: right;
	    margin-top: 12px;
}
.new-Company .news-list li div.Summary span{
	display: block;
	font-size: 14px;
}
.new-Company .news-list li div.Summary span.time{
	    color: #888;
    float: left;
    line-height: 30px;
    margin-right: 40px;
}
.spanbox{ 
    width: 100%;
    height: 30px;
}
.new-Company .news-list li div.Summary a{
	font-size: 18px;
	color: #980008;
}
.new-Company .news-list li div.Summary a:hover{
	color: #ff5a00;
}
.new-Company .news-list li div.Summary  span.classification{
	display: block;
	width: 60px;
	height: 20px;
	border: 1px solid #ff6600;
	line-height: 23px;
	font-size: 12px;
	text-align: center;
	color: #ff6600;
	margin-top: 5px
}

.Transfer-Company .news-banner{
	width: 320px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-top: 12px;
	float: left;
}

.Transfer-Company .news-banner .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.Transfer-Company .news-banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.Transfer-Company .news-banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.Transfer-Company .news-banner .hd ul li.on{ background:#ff6600; color:#fff; }
.Transfer-Company .news-banner .bd{ position:relative; height:100%; z-index:0;   }
.Transfer-Company .news-banner .bd li{ zoom:1; vertical-align:middle; }
.Transfer-Company .news-banner .bd img{ width:320px; height:200px; display:block;  }


.Transfer-Company .news-list{
	float: right;
	width: 490px;
	padding-top: 10px
}

.Transfer-Company .news-list .headlines{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}
.Transfer-Company .news-list .headlines h2{
	font-size: 16px;
}
.Transfer-Company .news-list .headlines h2 a{
	color: #333;
	margin-left: 10px;
}
.Transfer-Company .news-list .headlines h2 a:hover,.Transfer-Company .news-list  ul li a:hover,.Transfer-Company .news-list .headlines span a:hover{
	color: #ff6600;
}
.Transfer-Company .news-list .headlines span{
	margin-top: 10px;
	display: block;
	
}
.Transfer-Company .news-list .headlines span a{
	font-size: 14px;
	color: #888
}
.Transfer-Company .news-list .headlines i{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	width: 46px;
	height: 20px;
	text-align: center;
	font-style: normal;
	background: url(../images/headlines.jpg) no-repeat left center;
}

.Transfer-Company .news-list  ul{
	margin-top: 15px;
}
.Transfer-Company .news-list  ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.Transfer-Company .news-list  ul li a{
	color: #333;
	float: left;
	background: url(../images/news-list-ico.jpg) no-repeat left center;
	padding-left: 15px;
}
.Transfer-Company .news-list  ul li span.time{
	float: right;
	color: #aaa;
}


#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
 
#code .title{
	background: #ff8a54;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-indent: 24px;
}
#code .goodtxt{
	padding: 20px;
	font-size: 14px;
	color: #666;
}
#code .goodtxt h1{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	color: #333;
}
#code .close{
	background: #ff8a54;
	color: #fff;
	width: 260px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-left: 20px;
}


.ptslfp{
	border: 1px solid #f3f3f3;
	padding: 10px 0;
}
#befwnb{
	    float: left;
    background: url(../images/befwnb.jpg) no-repeat left center;
    background-size: 100%;
    width: 120px;
    height: 120px;
    opacity: inherit;
        font-size: 0px;
}
.imgtis{
	    float: left;
    width: 60%;
    margin-left: 221px;
    color: #666;
}
.befwnb img{
	width: 120px;
    position: absolute;
    left: 0%;
}
.befwnb img{
	width: 120px; 
	    height: 120px;
}
#show_thumb img{
	    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
}
.bef2{
	    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    z-index: 9;
}
.angti{

}
.infokey{ 
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
}
.prev_article{ 
    width: 85%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
        margin-top: 10px;
}
.prel{
	    background: #CDCDCD;
    width: 100px;
    text-align: center;
    float: left;
    font-size: 14px;
}
.prer{
	    background: #f2f2f2;
    width: 610px;
    text-align: left;
    float: left;
    font-size: 14px;
    text-indent: 30px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_m_top {
       width: 49%;
    height: 130px;
    margin-top: 20px; 
        float: left;
}
.info_m_left {
    width: 180px;
    height: 130px;
    float: left;
    margin-left: 12px;
    margin-top: 8px;
}
.info_m_right {
        width: 210px;
    float: right;
    margin-right: 10px;
    height: 120px;
       margin-top: 2px;
}
.info_m_left img {
    width: 180px;
    height: 110px;
}
.info_right_tit {
    height: 38px;
    line-height: 45px;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_right_cen {
       height: 50px;
    line-height: 25px;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #888; 
}
.info_right_key{ 
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
        white-space: nowrap;
    text-overflow: ellipsis;
}
.info_m_top:hover .info_right_tit{
	color: #f60;
}
.abouttit{
	    width: 876px;
    height: 60px;
    margin: 0 auto;
    float: right;
    margin-left: 20px;
    line-height: 60px;
    color: #000;
    font-size: 18px;
}
.bot_but{ 
	    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: none;
}
.new_buy{
	     float: right;
    background: url(../images/new_sell.png) no-repeat left center;
    background-size: 100%;
    width: 120px;
    height: 50px;
    margin-right: 300px;
}
.new_sell{
	    float: right;
    background: url(../images/new_buy.png) no-repeat left center;
    background-size: 100%;
    width: 120px;
    height: 50px;
     margin-right: 30px;
}
.top_but{ 
    width: 500px;
    height: 40px;
    float: right;
    margin-top: -48px;
    position: absolute;
    margin-left: 375px;
}
.new_buy1{
	     float: right;
    background: url(../images/new_sell.png) no-repeat left center;
    background-size: 100%;
    width: 120px;
    height: 50px;
    margin-right: 10px;
}
.new_sell1{
	    float: right;
    background: url(../images/new_buy.png) no-repeat left center;
    background-size: 100%;
    width: 120px;
    height: 50px;
     margin-right: 15px;
} 
.newinfo_date{
	height:45px; 
	width:100%; 
	background:#F9F9F9; 
	margin-top:25px; 
	text-align:center; 
	line-height:45px;
}
.newinfo_h{
	width:100%; 
	text-align:center; 
	padding-top:20px;
}
.newinfo_cen{
	font-size:14px; 
	padding:20px;
}
.com_key li{
	font-size: 13px!important;
}