@charset:"utf-8";
body{
	font-family: 'MicroSoft YaHei';
}
.w{
	width: 1165px;
	margin: 0 auto;
	margin-left: 375px;
}
.text-center{
	text-align: center;
}
.header{
	width: 100%;
	border-top: solid 3px #5aaf63;
}
.top-header {
	margin:8px auto 15px;
}
.top-header p{
	font-size: 13px;
	color: #1c1c1c;
	height: 24px;
	line-height: 24px;
}
.top-header a{
	display: inline-block;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #1c1c1c;
	margin-left:25px;
}
.top-header a:hover{
	color: #5aaf63;
}
.top-header .index-login{
	background: url("../images/index-login.png") no-repeat left center;
}
.top-header .index-register{
	background: url("../images/index-register.png") no-repeat left center;
}
.top-nav .top_nav{
	float: right;
	margin-top: 25px;
}
.top-nav .top_nav li{
	float: left;
	font-size: 16px;
	padding:0 15px 20px;
	margin: 0 8px;
}
.top-nav .top_nav li a{
	color: #000; 
}
.top-nav .top_nav li.active,
.top-nav .top_nav li:hover{
	background: url("../images/nav-line.png") repeat-x bottom center;
}
.top-nav .top_nav li.active a,
.top-nav .top_nav li:hover a{
	color: #5aaf63;
}

/*content*/

/*index-service*/
.service{
	min-height: 318px;
}
.service ul li{
	float: left;
	width: 120px;
	margin-right: 54px;
	margin-top: 80px;
}
.service ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.service ul li span{
	display: block;
	width: 120px;
	height: 120px;
}
.service ul li p{
	font-size: 18px;
	color: #5f5f5f;
	text-align: center;
	margin-top: 15px;
}
.service ul li span.service-tg{
	background: url("../images/service-tg.png") no-repeat bottom center;
}
.service ul li span.service-jh{
	background: url("../images/service-jh.png") no-repeat bottom center;
}
.service ul li span.service-ts{
	background: url("../images/service-ts.png") no-repeat bottom center;
}
.service ul li span.service-tsrz{
	background: url("../images/service-tsrz.png") no-repeat bottom center;
}
.service ul li span.service-xbrz{
	background: url("../images/service-xbrz.png") no-repeat bottom center;
}
.service ul li span.service-xyzrz{
	background: url("../images/service-xyzrz.png") no-repeat bottom center;
}
.service ul li span.service-wl{
	background: url("../images/service-wl.png") no-repeat bottom center;
}
.service ul li:hover span.service-tg{
	background: url("../images/service-tg.png") no-repeat top center;
}
.service ul li:hover span.service-jh{
	background: url("../images/service-jh.png") no-repeat top center;
}
.service ul li:hover span.service-ts{
	background: url("../images/service-ts.png") no-repeat top center;
}
.service ul li:hover span.service-tsrz{
	background: url("../images/service-tsrz.png") no-repeat top center;
}
.service ul li:hover span.service-xbrz{
	background: url("../images/service-xbrz.png") no-repeat top center;
}
.service ul li:hover span.service-xyzrz{
	background: url("../images/service-xyzrz.png") no-repeat top center;
}
.service ul li:hover span.service-wl{
	background: url("../images/service-wl.png") no-repeat top center;
}

/*title*/
.title{
	padding-top: 15px;
	color: #3f3f3f;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}
.title span{
	width:34px;
	display: inline-block;
	border-top:solid 4px #5aaf63;
	margin-bottom: 8px;
	height: 1px;
}
.title em{
	display: block;
	font-size: 24px;
}

/*aboutUs*/
.aboutUs{
	background: url("../images/bg-aboutUs.jpg") no-repeat top center;
	height: 263px;
	width: 100%;
}
.aboutUs .title{
	padding-top:32px;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}
.aboutUs .title span{
	width:34px;
	display: inline-block;
	border-top:solid 4px #FFF;
	margin-bottom: 8px;
	height: 1px;
}
.aboutUs div.text-center p{
	font-size: 15px;
	color: #FFF;
	line-height: 30px;
}

/*index-news*/
.index-news{
	margin: 35px auto 100px;
}
.index-news ul li{
	float: left;
	width: 267px;
	height: 187px;
	position: relative;
	margin-right: 32px;
}
.index-news ul li i{
	display: inline-block;
	width: 78px;
	height:25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #343434;
	position: absolute;
	right: 0;
	top: 0;
}
.index-news ul li p{
	font-size: 14px;
	color: #3f3f3f;
	line-height: 24px;
	margin-top: 5px;
}
.index-news ul li:hover p,
.index-news ul li:hover i{
	display: none;
}
.index-news ul li:hover .news-cover{
	display: block;
}
.index-news .news-cover{
	width: 278px;
	height: 221px;
	position: absolute;
	left: -21px;
	bottom: -44px;
	background: url("../images/bg-news-hover.png") repeat center;
	display: none;
}
.index-news .news-cover > span{
	display: inline-block;
	width: 232px;
	height: 70px;
	overflow: hidden;
	margin:60px 23px 0;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
}
.index-news .news-cover > em{
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	margin-left: 21px;
	margin-top: 53px;
}
.index-news .news-cover > div{
	width: 78px;
	height:25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #343434;
	position: absolute;
	right: 0;
	top: 0;
}
.index-news-more{
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 25px;
	background: url("../images/more.png") no-repeat center;
}
.index-news-more:hover{
	background: url("../images/more-hover.png") no-repeat center;
}
/*liucheng*/
.liucheng{
	background: url("../images/bg-liucheng.jpg") no-repeat top center;
	height: 416px;
	width: 100%;
}
.liucheng .title{
	padding-top: 50px;
	text-align: left;
	color: #FFF;
}
.liucheng .title span{
	border-top:solid 4px #FFF;
}
.liucheng .liucheng-item{
	text-align: center;
	position: relative;
	margin: 40px auto;
}
.liucheng-item.index{
	width: 965px;
}
.liucheng-item p{
	position: absolute;
	width: 100px;
	height: 99px;
	top: 0;
}
.liucheng-item p > span{
	position: absolute;
	bottom: -40px;
	left:0;
	display: inline-block;
	font-size: 20px;
	color: #a6a6a6;
	width: 100%;
	text-align: center;
}
.liucheng-item.five p.one{
	left: 0;
}
.liucheng-item.five p.two{
	left: 217px;
}
.liucheng-item.five p.three{
	left: 433px;
}
.liucheng-item.five p.four{
	left: 651px;
}
.liucheng-item.five p.five{
	right: 0;
}
.liucheng-item.index p.one{
	background: url("../images/index-liucheng1.png") no-repeat top center;
}
.liucheng-item.index p.two{
	background: url("../images/index-liucheng2.png") no-repeat top center;
}
.liucheng-item.index p.three{
	background: url("../images/index-liucheng3.png") no-repeat top center;
}
.liucheng-item.index p.four{
	background: url("../images/index-liucheng4.png") no-repeat top center;
}
.liucheng-item.index p.five{
	background: url("../images/index-liucheng5.png") no-repeat top center;
}
.liucheng-item p:hover{
	background-position: bottom center!important;
}
.liucheng-item p:hover > span{
	color: #FFF;
}
.top-banner .btn-apply{
	margin-top: 40px;
}
.btn-apply{
	text-align: center;
	margin-top: 70px;
}
.btn-apply a{
	display: inline-block;
	width: 170px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: url("../images/btn-apply.png") no-repeat center;
	font-size: 16px;
	color: #54e372;
}
.btn-apply a:hover{
	background: url("../images/btn-apply-hover.png") no-repeat center;
	color: #FFF;
}
.about-info{
	margin: 50px auto;
}
.about-info ul li{
	float: left;
	text-align: center;
	margin-right: 250px;
}
.about-info ul li p{
	margin-top: 20px;
	font-size: 18px;
	color: #000;
}
.about-info ul li:hover p{
	text-decoration: underline;
}
.about-info ul li i{
	width: 200px;
	display: inline-block;
	border-bottom: dotted 1px #e9e9e9;
	margin: 10px 0;
}
.about-info ul li span{
	display: block;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
	margin:3px 0;
}
/*footer*/
.footer{
	width: 100%;
	min-height: 182px;
	background-color: #f3f3f3;
	padding-top: 70px;
}
.footer-info{
	width: 379px;
}
.footer-info > p{
	height: 25px;
	line-height: 25px;
	padding-left: 50px;
	font-size: 16px;
	color: #363636;
	margin-bottom: 25px;
}
.footer-info .footer-tel{
	background: url("../images/footer-tel.png") no-repeat left center;
}
.footer-info .footer-addr{
	background: url("../images/addr.png") no-repeat left center;
}
.footer-info .footer-mail{
	background: url("../images/mail.png") no-repeat left center;
}
.footer-contain > div{
	min-height:145px;
	border-left: solid 1px #e7e7e7; 
	padding-left: 15px;
	width: 115px;
	float: left;
}
.footer-contain > div p{
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
}
.footer-contain > div a{
	display: block;
	font-size: 12px;
	color: #b3b3b3;
	margin: 6px 0;
}
.footer-contain > div a:hover{
	color: #5aaf63;
}
.footer-bot{
	width: 100%;
	min-height: 110px;
	background-color: #494949;
}
.footer-bot .footer-link{
	width: 100%;
	padding-top: 32px;
	text-align: center;
}
.footer-bot .footer-link p{
	font-size: 14px;
	color: #c4c4c4;
	margin-bottom: 5px;
}
.footer-bot .footer-link p span{
	display: inline-block;
}
.footer-bot .footer-link p em{
	display: inline-block;
	margin: 0 3px;
}
.footer-bot .footer-link p a{
	display: inline-block;
	color: #c4c4c4;
}
.footer-bot .footer-link p a:hover{
	color: #FFF;
}
.footer-ewm{
	padding-top: 29px;
}
.footer-ewm span{
	color: #c4c4c4;
	font-size: 12px;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
	margin-top: 76px;
}
.top{
	background: url("../images/top.png") no-repeat center;
	width: 62px;
	height: 56px;
	position: fixed;
	bottom: 300px;
	right: 0;
	z-index: 99999;
}


/*banner*/
.top-banner{
	width: 100%;
	height: 460px;
}
.top-banner.banner-aboutUs{
	background: url("../images/banner-aboutUs.jpg") no-repeat top center;
}
.top-banner.banner-basic{
	background: url("../images/banner-basic.jpg") no-repeat top center;
	height: 459px;
}
.top-banner.banner-finance{
	background: url("../images/banner-finance.jpg") no-repeat top center;
}
.top-banner.banner-wl{
	background: url("../images/banner-wl.jpg") no-repeat top center;
}
.top-banner.banner-contact{
	background: url("../images/banner-contact.jpg") no-repeat top center;
}
.top-banner.banner-news{
	background: url("../images/banner-news.jpg") no-repeat top center;
}
.top-banner.banner-detail{
	background: url("../images/banner-detail.jpg") no-repeat top center;
	height: 268px;
}
/*tab-contain*/
.tab-contain{
	background-color: #f3f3f3;
}
.tab-contain ul{
	width: 1165px;
	margin:0 auto;
}
.tab-contain ul li{
	float: left;
	text-align: center;
	height: 154px;
	cursor: pointer;
	position: relative;
	width: 298px;
}
.tab-contain ul li.margin{
	margin: 0 135px;
}
.tab-contain.four ul li{
	width: 291px;
	margin-right: 0;
}
.tab-contain ul li em{
	display: inline-block;
	margin-top: 25px;
}
.tab-contain ul li p{
	font-size: 24px;
	color: #000;
}
.tab-contain ul li i{
	width: 19px;
	height: 10px;
	background: url("../images/tab-stri.png") no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	display: none;
}
.tab-contain ul li.active{
	background-color: #5aaf63;
}
.tab-contain ul li.active em{
	background-position: bottom center!important;
}
.tab-contain ul li.active p{
	color: #FFF;
}
.tab-contain ul li.active i{
	display: inline-block;
}
.tab-contains{
	margin-top: 60px;
}
.tab-contains .tabItem{
	margin-bottom: 75px;
}
.tab-contains .title span{
	margin-bottom: 0;
}
.tab-contains.serve{
	margin-top: 20px;
}
/*aboutUs*/
.banner-about-title{
	text-align: center;
	color: #FFF;
	padding-top: 150px;
}
.banner-about-title span{
	font-size: 60px;
	display: block;
	margin-bottom: 15px;
}
.banner-about-title em{
	display: block;
	font-size: 18px;
}
.tab-contain ul li em.tab-about1{
	background: url("../images/tab-about1.png") no-repeat top center;
	width: 64px;
	height: 57px;
}
.tab-contain ul li em.tab-about2{
	background: url("../images/tab-about2.png") no-repeat top center;
	width: 67px;
	height: 57px;
}
.tab-contain ul li em.tab-about3{
	background: url("../images/tab-about3.png") no-repeat top center;
	width: 56px;
	height: 57px;
}
.tab-contain ul li em.tab-about4{
	background: url("../images/tab-about4.png") no-repeat top center;
	width: 49px;
	height: 57px;
}
.tab-contains .title em{
	font-size: 30px;
}
.aboutUs-item > div{
	width: 581px;
}
.aboutUs-item p{
	font-size: 15px;
	color: #3f3f3f;
	text-indent: 2em;
	line-height: 36px;
	width: 568px;
	word-break:break-all;
}
.advantage-table{
	width: 1154px;
	margin:40px auto 0;
	position: relative;
}
.advantage-table i.vs{
	display: inline-block;
	width: 143px;
	height: 84px;
	background: url("../images/vs.png") no-repeat center;
	z-index: 9999;
	position: absolute;
	left: 50%;
	margin-left: -73px;
	top: 50%;
	margin-top: -84px;
}
.advantage-table table{
	width: 100%;
}
.advantage-table table tr{
	height: 81px;
}
.advantage-table table tr td{
	text-align: center;
	border-bottom:solid 1px #eaeaea;
	font-size: 16px;
	color: #3f3f3f;
}
.advantage-table table tr td span{
	display: inline-block;
	padding-left: 55px;
	background: url("../images/advantage-table.png") no-repeat left center;
	height: 81px;
	line-height: 81px;
}
.advantage-table table tr td em{
	display: inline-block;
	font-size: 20px;
	color: #ff5722;
}
.advantage-table table tr.top-tr td{
	font-size: 26px;
	color: #000;
}
.advantage-table table tr td.td-left{
	border-left: solid 5px #d0d0d0;
}
.advantage-table table tr td.td-right{
	border-left: solid 5px #5aaf63;
	border-right: solid 5px #5aaf63;
	background-color: #f2f9f3;
}
.advantage-table table tr.top-tr td.td-left{
	border-top: solid 5px #d0d0d0;
}
.advantage-table table tr.top-tr td.td-right{
	border-top: solid 5px #5aaf63;
}
.advantage-table table tr.bot-tr td.td-left{
	border-bottom: solid 5px #d0d0d0!important;
}
.advantage-table table tr.bot-tr td.td-right{
	border-bottom: solid 5px #5aaf63!important;
}
.partner{
	margin-top: 40px;
}
.partner ul{
	border: dotted 1px #cdcdcd;
	border-right: none;
	border-bottom: none;
	width: 1160px;
}
.partner ul li{
	float: left;
	width: 231px;
	height: 101px;
	text-align: center;
	line-height: 101px;
	color: #cacaca;
	font-size: 18px;
	border-right: dotted 1px #cdcdcd;
	border-bottom: dotted 1px #cdcdcd;
}
.partner ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.disclaimer{
	margin-top: 40px;
}
.disclaimer > p{
	font-size: 15px;
	color: #3f3f3f;
	line-height: 36px;
	text-indent: 2em;
	margin-bottom: 50px;
	width: 1125px;
}


/*service*/
.tab-contain ul li em.tab-service1{
	background: url("../images/tab-service1.png") no-repeat top center;
	width: 66px;
	height: 66px;
}
.tab-contain ul li em.tab-service2{
	background: url("../images/tab-service2.png") no-repeat top center;
	width: 66px;
	height: 66px;
}
.tab-contain ul li em.tab-service3{
	background: url("../images/tab-service3.png") no-repeat top center;
	width: 71px;
	height: 66px;
}
.service-title.title{
	text-align: center;
}
.liucheng-title.title{
	text-align: center;
	color: #FFF;
	padding-top: 40px;
}
.liucheng-title.title span{
	border-top: solid 4px #FFF;
}
.service-info{
	text-align: center;
	margin-bottom: 40px;
}
.service-info p{
	font-size: 18px;
	color: #6b6b6b;
	line-height: 36px;
}
.service-liucheng{
	width: 100%;
	height: 360px;
	background: url("../images/bg_liucheng.jpg") no-repeat top center;
}
.service-liucheng.xyz{
	height: 601px;
	background: url("../images/bg-xyz-liucheng.jpg") no-repeat top center;
}
.liucheng-box{
	text-align: center;
	margin: 40px auto 0;
	position: relative;
}
.liucheng-box.four{
	width: 1034px;
}
.liucheng-box.five,.liucheng-box.six,.liucheng-box.xyz{
	width: 1161px;
}
.liucheng-box.wl{
	width: 1160px;
}
.liucheng-box span{
	display: inline-block;
	position: absolute;
	bottom: -37px;
	min-width: 130px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}
.liucheng-box.four span.one{
	left: -27px;
}
.liucheng-box.four span.two{
	left: 283px;
}
.liucheng-box.four span.three{
	left: 608px;
}
.liucheng-box.four span.four{
	right: -12px;
}
.liucheng-box.five span.one{
	left: -12px;
}
.liucheng-box.five span.two{
	left: 254px;
}
.liucheng-box.five span.three{
	left: 516px;
}
.liucheng-box.five span.four{
	right: 254px;
}
.liucheng-box.five span.five{
	right: -12px;
}
.liucheng-box.five span.six{
	right: 200px;
}
.liucheng-box.six span.one{
	left: -12px;
}
.liucheng-box.six span.two{
	left: 200px;
}
.liucheng-box.six span.three{
	left: 412px;
}
.liucheng-box.six span.four{
	right: 410px;
}
.liucheng-box.six span.five{
	right: 200px;
}
.liucheng-box.six span.six{
	right: -12px;
}
.liucheng-box.xyz span.one{
	left: -12px;
	top: 134px;
}
.liucheng-box.xyz span.two{
	left: 200px;
	top: 134px;
}
.liucheng-box.xyz span.three{
	left: 412px;
	top: 134px;
}
.liucheng-box.xyz span.four{
	right: 410px;
	top: 134px;
}
.liucheng-box.xyz span.five{
	right: 200px;
	top: 134px;
}
.liucheng-box.xyz span.six{
	right: -12px;
	top: 134px;
}
.liucheng-box.xyz span.seven{
	left: -12px;
}
.liucheng-box.xyz span.eight{
	left: 200px;
}
.liucheng-box.xyz span.nine{
	left: 412px;
}
.liucheng-box.xyz span.ten{
	right: 410px;
}
.liucheng-box.xyz span.eleven{
	right: 200px;
}
.liucheng-box.xyz span.twelve{
	right: -12px;
}
.liucheng-box.wl span.one{
	left: -12px;
	bottom: -58px;
}
.liucheng-box.wl span.two{
	left: 343px;
}
.liucheng-box.wl span.three{
	left: 692px;
	bottom: -58px;
}
.liucheng-box.wl span.four{
	right: -12px;
}
.service-advantage{
	margin-top: 15px;
}

.advantage-info{
	margin: 50px auto;
}
.advantage-info ul li{
	float: left;
	text-align: center;
	margin-right: 207px;
    width: 250px;
}
.advantage-info ul li p{
	margin-top: 20px;
	font-size: 22px;
	color: #000;
}
.advantage-info ul li span{
	display: block;
	font-size: 14px;
	color: #767676;
	line-height: 22px;
	margin:18px 0 0;
}

/*finance*/
.tab-contain ul li em.tab-finance1{
	background: url("../images/tab-finance1.png") no-repeat top center;
	width: 66px;
	height: 66px;
}
.tab-contain ul li em.tab-finance2{
	background: url("../images/tab-finance2.png") no-repeat top center;
	width: 66px;
	height: 66px;
}
.tab-contain ul li em.tab-finance3{
	background: url("../images/tab-finance3.png") no-repeat top center;
	
	width: 71px;
	height: 66px;
}

/*contact*/
.contact-box{
	margin-top: 50px;
}
.contact-box .contact-list{
	margin: 35px 0 40px;
}
.contact-box .contact-list ul li{
	float: left;
	width: 380px;
	height: 204px;
	background-color: #eaeaea;
	margin-right: 9px;
	text-align: center;
}
.contact-box .contact-list ul li img{
	margin: 42px 0 25px;
}
.contact-box .contact-list ul li p{
	font-size: 20px;
	color: #000;
}

/*news*/
.tab-contain ul li em.tab-news1{
	background: url("../images/tab-news1.png") no-repeat top center;
	width: 53px;
	height: 53px;
}
.tab-contain ul li em.tab-news2{
	background: url("../images/tab-news2.png") no-repeat top center;
	width: 54px;
	height: 54px;
}
.tab-contain ul li em.tab-news3{
	background: url("../images/tab-news3.png") no-repeat top center;
	width: 55px;
	height: 55px;
}
.news-list ul li{
	float: left;
	background-color: #f0f0f0;
	border:solid 3px #f0f0f0;
	margin-bottom: 25px;
}
.news-list.three ul li{
	width: 372px;
	height: 266px;
	margin-right: 12px;
}
.news-list.two ul li{
	width: 566px;
	height: 239px;
	margin-right: 20px;
}
.news-list ul li:hover{
	border:solid 3px #5aaf63;
	background-color: #FFF;
}
.news-list ul li a:hover i{
	background-color: #5aaf63;
}
.news-list.three ul li a{
	padding:30px 34px;
}
.news-list.two ul li a{
	padding:25px 30px;
}
.news-list.three .news-title{
	font-size: 15px;
	color: #000;
	line-height: 26px;
	overflow: hidden;
	height: 26px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
}
.news-list em{
	display: inline-block;
	width: 31px;
	height: 1px;
	border-top: solid 2px #5aaf63;
	margin:15px 0 15px;
}
.news-list.three .news-text{
	display: block;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 88px;
}
.news-list i{
	display: inline-block;
	width: 72px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #343434;
}
.page-list {
    margin-top: 15px;
    text-align: center;
}
.page-list > div{
	display: inline-block;
}
/* .page-list{
	display: inline-block;
	margin:0 20px;
	float: left;
} */
.page-list a{
	float: left;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-right: 3px;
}
.page-list a.btn-pre,.page-list a.btn-next{
	width:70px;
	background:none;
}
.page-list a.btn-pre:hover,.page-list a.btn-next:hover{
	background:none;
	color: #343434;
}
.page-list .btn-pre,.page-list .btn-next{
	display: inline-block;
	height: 30px;
	font-size: 14px;
	color: #343434;
	line-height: 30px;
	float: left;
}
.page-list a{
	color: #343434;
	background: url("../images/page.png") no-repeat center;
}
.page-list a:hover ,
.page-list a.active{
	color: #FFF;
	background: url("../images/page-active.png") no-repeat center;
}
.search-box{
	position: absolute;
	width: 526px;
	height: 40px;
	line-height: 40px;
	right: 0;
	top: 25px;
}
.search-box > input{
	float: left;
	width: 406px;
	padding-left: 30px;
	height: 38px;
	border:solid 1px #d3d3d3;
	border-right: none;
	background: url("../images/search.png") no-repeat 7px center;
	font-size: 16px;
	color: #343434;
}
.search-box a.btn-search{
	display: inline-block;
	float: left;
	width: 89px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #5aaf63;
}
.news-img{
	width: 198px;
	height: 152px;
	float: left;
	margin-right: 18px;
	margin-top: 5px;
}
.news-contain{
	width: 290px;
	float: left;
}
.news-list .news-contain .news-title {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    margin: 8px 0 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-list .news-contain .news-text{
	display: block;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 66px;
}
.news-list .news-contain em.news-date{
	display: inline-block;
	background: url("../images/date-line.jpg") no-repeat left center;
	padding-left: 23px;
	font-size: 14px;
	color: #3f3f3f;
	width: auto;
	border:none;
	height: 15px;
	line-height: 15px;
	margin: 0;
}

.detail-contain{
	margin:35px 0 220px;
}
.detail-contain .detail-title.title{
	text-align: center;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 8px;
}
.detail-contain .detail-title.title span{
	margin-bottom: 25px;
}
.detail-contain .detail-title.title > p{
	font-size: 14px;
	color: #3f3f3f;
	line-height: 35px;
}
.detail-contain .detail-text{
	width:1130px;
	margin:15px auto 0;
}
.detail-contain .detail-text p{
	font-size: 15px;
	color: #3f3f3f;
	text-indent: 2em;
	line-height: 36px;
}
.detail-contain .detail-img{
	text-align: center;
	margin:28px 0 40px; ;
}
.detail-contain .detail-img span{
	display: inline-block;
	width: 562px;
}
.detail-contain .detail-text img{
	width: 562px;
	height: 378px;
}
.detail-contain .detail-text em{
	display: block;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 26px;
}
.btn-group{
	margin-top: 100px;
}
.btn-group a{
	float: right;
	display: inline-block;
	width: 96px;
	height: 36px;
	margin-left: 6px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #FFF;
	background-color: #343434;
}
.btn-group a:hover{
	background-color: #5aaf63;
}

/*login*/
.login-header{
	margin:25px auto;
}
.login{
	background: url("../images/bg-login.jpg") no-repeat top center;
	width: 100%;
	height: 585px;
}
.w1176{
	width: 1074px;
	margin:0 auto;
}
.login-box{
	float: right;
	width: 299px;
	height: 362px;
	margin-top: 90px;
	padding: 25px 23px 0;
	background: url("../images/login-box.png") repeat center;
}
.login-box .login-title{
	background: url("../images/login-line.png") repeat-x center;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.login-box .login-title > span{
	display: inline-block;
	background-color: #FFF;
	padding:0 10px;
	font-size: 24px;
	color: #000;
}
.login-box .login-form{
	margin:45px 12px 0;
}
.login-box .login-form > p{
	margin-bottom: 16px;
	position: relative;
}
.login-box .login-form input{
	width: 220px;
	height: 41px;
	border:solid 1px #cfcfcf;
	background-color: #FFF;
	padding-left: 54px;
	line-height: 41px;
}
.login-box .login-form > p i{
	display: inline-block;
	position: absolute;
	width: 41px;
	height: 41px;
	top:1px;
	left: 1px;
	*top:2px;
}
.login-box .login-form > p i.input-name{
	background: url("../images/login-name.png") no-repeat left center;
}
.login-box .login-form > p i.input-mm{
	background: url("../images/login-pwd.png") no-repeat left center;
}

.login-box .login-form input:focus {
    border: solid 1px #5aaf63;
}
.login-box .login-form input[type="checkbox"]{
	width: 14px;
	height: 14px;
	margin-left: 4px;
	float: left;
	margin-top: 3px;
	padding:0;
}
.login-box .login-form span{
	font-size: 12px;
	color: #000;
	float: left;
	line-height: 18px;
	height: 18px;
	margin-left: 8px;
}
.login-box .login-form .login-btn{
	width: 274px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	background: url("../images/login-btn.png") no-repeat center;
	font-size: 18px;
	color: #FFF;
}
.login-box .login-form .login-btn:hover{
	background: url("../images/btn-login-hover.png") no-repeat center;
}
.login-box .login-form .register-btn{
	display: inline-block;
	color: #5aaf63;
}