#header {
	width: 100%;
	height: 107px;
	min-width: 1280px;
}
#header .header_inner {
	width: 1200px;
	margin: 0 auto;
	height: 107px;
	overflow: hidden;
}

#header .header_inner .logo {
	float: left;
	overflow: hidden;
	padding: 22px 0;
}
#header .header_inner .logo .logo_a {
	width: 187px;
	height: 62px;
	background: url(../img/logo.png) no-repeat;
	display: block;
background-size:100% 100%;
}
#header .header_inner .nav_login {
	float: right;
	padding: 40px 0;
	overflow: hidden;
	width: 600px
}
#header .header_inner .nav {
	float: left;
}
#header .header_inner .nav .nav_ul {
	overflow: hidden;
}
#header .header_inner .nav .nav_ul .nav_li {
	float: left;
	font-size: 16px;
}
#header .header_inner .nav .nav_ul .nav_li .nav_a {
	color: #666;
	font-size: 16px;
	padding: 0 18px;
}
#header .header_inner .nav .nav_ul .nav_li .cur {
	color: #9d293c;
}
#header .header_inner .nav .nav_ul .nav_li .nav_a:hover {
	color: #9d293c;
}
#header .header_inner .login_all {
	float: right;
	color: #999;
	width: 100px;
	text-align: center;
}
#header .header_inner .login_all a {
	color: #444;
	width: 98px;
	height: 35ppx;
	border: 1px solid #dedede;
	display: inline-block;
}
#header .header_inner .login_all a:hover {
	color: #9d293c;
	background: #9d293c;
	color: #fff;
}


/*#header .header_inner  .navboxlg .logintc a:hover{ background-color:red; color:red;}
*/

/*===================banner图轮播==================*/
#ganbenlunbo {
	width: 100%;
	height: 600px;
	position: relative;
}
#ganbenlunbo .tupian {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
#ganbenlunbo .tupian ul {
	overflow: hidden;
}
#ganbenlunbo .tupian ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 600px;
	min-width: 1280px;
}
#ganbenlunbo .tupian ul li.no1 {
	display: block;
}
#ganbenlunbo .heikuang {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
#ganbenlunbo .heikuang ul {
	width: 95px;
	margin: 0 auto;
	overflow: hidden;
}
#ganbenlunbo .heikuang ul li {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 60px;
	background: url(../img/icons.png) no-repeat -180px -70px;
	cursor: pointer;
}
#ganbenlunbo .heikuang ul li.cur {
	background-position: -180px -10px;
}
/*=======================首页关于我们==========================*/
#index_about_all {
	width: 100%;
	height: auto;
}
#index_about_all .index_about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0px 0;
}
#index_about_all .index_about .about_top {
	text-align: center;
}
#index_about_all .index_about .about_top h3 {
	color: #444444;
	font-size: 30px;
	font-weight: bold;
}
#index_about_all .index_about .about_top p {
	font-size: 16px;
	color: #bfbfbf;
}
#index_about_all .index_about .about_top .br {
	width: 310px;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#index_about_all .index_about .about_top .br span {
	width: 30px;
	height: 5px;
	border-top: 5px solid #9d293c;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}
#index_about_all .index_about dl {
	overflow: hidden;
	margin-top: 100px;
}
#index_about_all .index_about dl dt {
	float: left;
	width: 562px;
	height: 366px;
	background: url(../img/index-about.jpg) no-repeat;
}
#index_about_all .index_about dl dd {
	float: right;
	width: 550px;
}
#index_about_all .index_about dl dd h4 {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 15px;
}
#index_about_all .index_about dl dd h5 {
	margin: 15px 0 10px 0;
	font-size: 16px;
	color: #444;
}
#index_about_all .index_about dl dd.more a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	display: block;
	text-align: center;
	color: #444;
	margin-top: 30px;
}
#index_about_all .index_about dl dd p.more a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	display: block;
	text-align: center;
	color: #444;
	margin-top: 30px;
}
#index_about_all .index_about dl dd p.more a:hover {
	background: #9d293c;
	color: #fff;
}
#index_about_all .index_about dl dd.more a:hover {
	background: #9d293c;
	color: #fff;
}
/*=====================首页发展历程==========================*/
#course_all {
	width: 100%;
	min-width: 1280px;
	height: 760px;
	background: url(../img/course.jpg) no-repeat;
}
#course_all .course {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 90px 0 110px 0;
}
#course_all .course .about_top {
	text-align: center;
}
#course_all .course .about_top h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#course_all .course .about_top p {
	font-size: 16px;
	color: #fff;
}
#course_all .course .about_top .br {
	width: 310px;
	height: 1px;
	border-top: 1px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#course_all .course .about_top .br span {
	width: 30px;
	height: 5px;
	border-top: 5px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}
#course_all .course ul.course_ul {
	overflow: hidden;
	margin-top: 100px;
}
#course_all .course ul.course_ul li {
	float: left;
	width: 160px;
	height: 250px;
	border: 1px solid #fff;
	padding: 70px 45px;
	margin-right: 56px;
}
#course_all .course ul.course_ul li.last {
	margin: 0;
}
#course_all .course ul.course_ul li h4 {
	font-size: 60px;
	color: #fff;
	text-align: center;
}
#course_all .course ul.course_ul li .course_span {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	display: block;
}
#course_all .course ul.course_ul li .icon {
	width: 14px;
	height: 23px;
	background: url(../img/icons.png) no-repeat -1px -1px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#course_all .course ul.course_ul li p {
	font: 16px/30px"Microsoft Yahei";
	color: #fff;
	margin-top: 35px;
}
/*========================新闻动态===============================*/
#index_news_all {
	width: 100%;
	height: auto;
}
#index_news_all .index_news {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 110px 0;
}
#index_news_all .index_news .news_top {
	text-align: center;
}
#index_news_all .index_news .news_top h3 {
	color: #444444;
	font-size: 30px;
	font-weight: bold;
}
#index_news_all .index_news .news_top p {
	font-size: 16px;
	color: #bfbfbf;
}
#index_news_all .index_news .news_top .br {
	width: 310px;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#index_news_all .index_news .news_top .br span {
	width: 30px;
	height: 5px;
	border-top: 5px solid #9d293c;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}
#index_news_all .index_news dl {
	overflow: hidden;
	margin-top: 100px;
}
#index_news_all .index_news dl dt {
	float: left;
}
#index_news_all .index_news dl dd {
	padding-top: 40px;
	float: right;
	width: 550px;
}
#index_news_all .index_news dl dd h4 {
	font-size: 18px;
	color: #444;
	margin-bottom: 5px;
}
#index_news_all .index_news dl dd h3 a {
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
#index_news_all .index_news dl dd h3 a:hover {
	color: #9d293c;
}
#index_news_all .index_news dl dd p {
	margin-top: 30px;
}
#index_news_all .index_news dl dd.more {
	text-align: right;
}
#index_news_all .index_news dl dd.more a {
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	display: block;
	text-align: center;
	color: #444;
	float: right;
}
#index_news_all .index_news dl dd.more a:hover {
	background: #9d293c;
	color: #fff;
}
/*============================新闻动态详情页=================================*/
#zjzr_all {
	width: 100%;
	height: auto;
	min-width: 1280px;
}
#zjzr_all .zjzr {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
#zjzr_all .zjzr .nav_zjzr a {
	color: #8d8d8d;
}
#zjzr_all .zjzr .nav_zjzr a:hover {
	color: #444;
}
#zjzr_all .zjzr .nav_zjzr a.zw {
	color: #444;
}
#zjzr_all .zjzr .zjzr_inner {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}
#zjzr_all .zjzr .zjzr_inner .zrsd_h3 {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#zjzr_all .zjzr .zjzr_inner .detail_info {
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
}
#zjzr_all .zjzr .zjzr_inner .detail_info .laiyuan {
	color: #444;
	margin-left: 20px;
}
#zjzr_all .zjzr .zjzr_inner .detail_news_content {
	padding: 40px;
}
#zjzr_all .zjzr .zjzr_inner .detail_news_content p {
	margin-top: 20px;
	font-size: 16px;
	color: #444;
}
#zjzr_all .zjzr .zjzr_inner .news_nav {
	float: right;
	padding: 0 40px;
}
#zjzr_all .zjzr .zjzr_inner .news_nav .nav_p {
	text-align: left;
	cursor: pointer;
}
#zjzr_all .zjzr .zjzr_inner .news_nav .nav_p a:hover {
	color: #9d293c;
}
/*===========================footer==============================*/
#footer {
	width: 100%;
	min-width: 1280px;
	height: 400px;
	background: #353638;
	margin-top: 50px;
}
#footer .footer_inner {
	width: 1200PX;
	height: auto;
	margin: 0 auto;
	padding-top: 68px;
	overflow: hidden;
}
#footer .footer_inner .footer_left {
	float: left;
}
#footer .footer_inner .footer_left_top {
	overflow: hidden;
}
#footer .footer_inner .footer_left_top .logo {
	width: 173px;
	height: 59px;
	background: url(../img/footerlogo.png) no-repeat;
	float: left;
background-size:100% 100%;
}
#footer .footer_inner .footer_left_top .br {
	border-right: 1px solid #8d8d8d;
	margin: 10px 30px;
	height: 39px;
	float: left;
}
#footer .footer_inner .footer_left_top .contact {
	width: 120px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #fff;
	float: left;
	text-align: center;
	margin: 11px 0;
	color: #fff;
}
#footer .footer_inner .footer_left_top .contact:hover {
	background: #fff;
	color: #9d293c;
}
#footer .footer_inner .footer_left_btm .add_all {
	border-bottom: 1px solid #8d8d8d;
	padding: 40px 0px 15px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
#footer .footer_inner .footer_left_btm .add_all .add .icon {
	width: 11px;
	height: 16px;
	margin-bottom: -3px;
	padding-right: 8px;
	background-position: -1px -30px;
	display: inline-block;
}
#footer .footer_inner .footer_left_btm .add_all .fax .icon {
	width: 11px;
	height: 16px;
	margin-bottom: -3px;
	padding-right: 8px;
	background-position: -1px -54px;
	display: inline-block;
}
#footer .footer_inner .footer_left_btm .add_all .tel .icon {
	width: 15px;
	height: 14px;
	margin-bottom: -3px;
	padding-right: 8px;
	background-position: -1px -75px;
	display: inline-block;
}
#footer .footer_inner .footer_left_btm .add_all p {
	float: left;
	margin-right: 70px;
	color: #fff;
}
#footer .footer_inner .footer_left_btm .cpr {
	color: #fff;
}
#footer .footer_inner .footer_left_btm .cpr span {
	color: #8d8d8d;
	margin: 0 20px;
}
#footer .footer_inner .footer_left_btm .cpr1 {
	padding-left: 6px;
}
#footer .footer_inner .footer_left_btm .cpr1 span {
	margin: 0px 49px 0px 29px;
}
#footer .footer_inner .footer_left_btm .cpr1 .wzsm {
	color: #fff;
}
#footer .footer_inner .footer_right {
	float: right;
}
#footer .footer_inner .footer_right .ft_ul {
	overflow: hidden;
}
#footer .footer_inner .footer_right .ft_ul .ft_li {
	float: left;
	margin-right: 30px;
}
#footer .footer_inner .footer_right .ft_ul .ft_li .ft_a {
	color: #fff;
}
#footer .footer_inner .footer_right h3 {
	color: #fff;
	margin: 17px 0px 56px 0px;
}
/*=========================关于植瑞==============================*/
.about_bg {
	width: 100%;
	height: 360px;
	background: url(../img/about.jpg) center center no-repeat;
	min-width: 1280px;
}
.news_bg{
	width: 100%;
	height: 360px;
	background: url(../img/news.jpg) center center no-repeat;
	min-width: 1280px;
}
.ddbt {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.ddbt .ddbt_top {
	text-align: center;
	padding-top: 120px;
	color: #fff;
}
.ddbt .ddbt_top h3 {
	font-size: 30px;
}
.ddbt .ddbt_top span {
	font-size: 14px;
}
.ddbt .ddbt_top .red_br {
	margin: 0 auto;
	height: 5px;
	width: 33px;
	border-top: 5px solid #9d293c;
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}

.dxbt {
	width: 1200px;
	height: auto;
	margin: 0px auto 0px auto;
}
.dxbt .dxbt_top {
	text-align: center;
	padding-top: 50px;
	color: #fff;
}
.dxbt .dxbt_top h3 {
	font-size: 25px;
}
.dxbt .dxbt_top span {
	font-size: 10px;
}
.dxbt .dxbt_top .red_br {
	margin: 0 auto;
	height: 5px;
	width: 33px;
	border-top: 3px solid #9d293c;
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}
.dxbt hr {
	margin-top: 40px;
}

.gsjj {
	width: 1200px;
	height: auto;
	margin: 0 auto 25px auto;
}
.gsjj .gsjj_top {
	text-align: center;
	padding-top: 40px;
	color: #fff;
}
.gsjj .gsjj_top h3 {
	font-size: 30px;
}
.gsjj .gsjj_top span {
	font-size: 14px;
}
.gsjj .gsjj_top .red_br {
	margin: 0 auto;
	height: 5px;
	width: 33px;
	border-top: 5px solid #9d293c;
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}
.gsjj .gsjj_p {
	text-align: center;
	color: #fff;
	line-height: 40px
}
#about_con_all {
	width: 100%;
	height: auto;
	min-width: 1280px;
}
#about_con_all .bg_all {
	width: 1200px;
	height: 331px;
	margin: 0 auto;
	margin-top: -70px;
}
#about_con_all .bg_all .bg {
	width: 926px;
	height: 331px;
	display: block;
	margin: 0 auto;
	background: url(../img/about_bg.jpg);
}
#about_con_all .gsjj_top h3 {
	color: #444;
}
#about_con_all .gsjj_top span {
	color: #bfbfbf;
}
#about_con_all .gsjj .gsjj_p {
	color: #000;
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
	text-align: center;
}
#about_con_all .dxbt_top h3 {
	color: #444;
}
#about_con_all .dxbt_top span {
	color: #bfbfbf;
}
#about_con_all .dxbt .dxbt_p {
	color: #444;
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
#about_con_all .dxbt .dxbt_li{
	color: #444;
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 30px;
}
#about_con_all .about_qyyj {
	margin-top: 15px;
	background: url(../img/about_qyyj.jpg) center center no-repeat;
}
#about_con_all .about_gsxx {
	width: 1200px;
	height: 412px;
	background: url(../img/about_gsxx.jpg) center center no-repeat;
}
/*=======================新闻资讯============================*/
.news_bg {
	background: url(../img/news.jpg) center center no-repeat;
}
#news_con_all {
	width: 100%;
	height: auto;
	min-width: 1280px;
}
#news_con_all .news_nav {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #ebebec;
	margin-top: 1px;
}
#news_con_all .news_nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 515px;
	padding: 0 430px;
}
#news_con_all .news_nav li {
	width: 170px;
	height: 55px;
	float: left;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
	color: #444;
}
#news_con_all .news_nav ul li.cur {
	background: #9d293c;
	color: #fff;
}
#news_con_all .news_nav li a {
	color: #5e5d5d;
}
#news_con_all .news_nav li a:hover {
	color: #9d293c;
}
#news_con_all .info_all {
	width: 100%;
	min-width: 1280px;
	height: auto;
}
#news_con_all .info_all ul {
	width: 100%;
	min-width: 1280px;
	height: auto;
}
#news_con_all .info_all ul li {
	width: 100%;
	min-width: 1280px;
	height: auto;
}
#news_con_all .info_all ul li .con h3 a {
	color: #5e5d5d;
}
#news_con_all .info_all ul li:hover {
	background: #f6f6f8;
}
#news_con_all .info_all ul li:hover .con .red {
	color: #9d293c;
}
#news_con_all .info_all ul li:hover .con .li_right {
	background: #9d293c;
	color: #fff;
}
#news_con_all .info_all ul li .con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 25px 0;
	border-bottom: 1px solid #ebebec;
	color: #8d8d8d;
	display: block;
}
#news_con_all .info_all ul li .li_left {
	float: left;
	padding: 17px 0;
	margin-right: 20px;
}
#news_con_all .info_all ul li .li_left h5 {
	font-size: 30px;
	color: #5e5d5d;
	margin-bottom: 10px;
}
#news_con_all .info_all ul li img {
	float: left;
	margin-right:20px;
}

#news_con_all .info_all ul li .li_conter {
	float: left;
	width: 540px;
	padding: 6px 30px;
}
#news_con_all .info_all ul li .li_conter h3 {
	color: #5e5d5d;
	font-size: 18px;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
}
#news_con_all .info_all ul li .li_conter p {
	height: 50px;
	overflow : hidden;
}
#news_con_all .info_all ul li .con .li_right {
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #5e5d5d;
	border: 1px solid #dedede;
	float: right;
	text-align: center;
	margin-top: 29px;
}
#news_con_all .page {
	width: 1200px;
	height: auto;
	text-align: right;
	margin: 0 auto;
	margin-top: 60px;
}
#news_con_all .page a {
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	color:#8d8d8d;
}
#news_con_all .page a:hover {
	background: #9d293c;
	color: #fff;
}
#news_con_all .info_all .page .on {
	background: #9d293c;
	color: #fff;
}
/*=========================投资案例==========================*/
.cases_bg {
	background: url(../img/cases.jpg) center center no-repeat;
}
/*=========================合作伙伴==========================*/
.cooperative_bg {
	background: url(../img/coop.jpg) center center no-repeat;
}
#cooperative_con_all {
	width: 100%;
	height: auto;
	min-width: 1280px;
}
#cooperative_con_all .cooperative_nav {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #ebebec;
	margin-top: 1px;
}
#cooperative_con_all .cooperative_nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 850px;
	text-align: center;
	padding: 0 175px;
}
#cooperative_con_all .cooperative_nav li {
	width: 170px;
	height: 55px;
	float: left;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
	color: #444;
}
#cooperative_con_all .cooperative_nav ul li.cur {
	background: #9d293c;
	color: #fff;
}
#cooperative_con_all .cooperative_nav li a {
	color: #5e5d5d;
}
#cooperative_con_all .cooperative_nav li a:hover {
	color: #9d293c;
}
#cooperative_con_all .partner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
#cooperative_con_all .partner .partner_ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#cooperative_con_all .partner .partner_ul .partner_li {
	width: 386px;
	height: 150px;
	background: #fafafa;
	border: #e6e6e6;
	margin-right: 21px;
	margin-bottom: 20px;
	float: left;
}
#cooperative_con_all .partner .partner_ul li.last {
	margin: 0;
}
#cooperative_con_all .partner .partner_ul .partner_li a {
	width: 385px;
	height: 150px;
	display: block;
}

#cooperative_con_all .partner .partner_ul .partner_li a.dgcm {
	background: url(../img/logos/dgcm.png) center center no-repeat;
	background-size: 180px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.jgbl {
	background: url(../img/logos/jgbl.png) center center no-repeat;
	background-size: 175px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.sfmb {
	background: url(../img/logos/sfmb.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.scyy {
	background: url(../img/logos/scyy.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.hxkj {
	background: url(../img/logos/hxkj.png) center center no-repeat;
	background-size: 160px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.hbzk {
	background: url(../img/logos/hbzk.png) center center no-repeat;
	background-size: 170px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.ktgf {
	background: url(../img/logos/ktgf.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.zncm {
	background: url(../img/logos/zncm.png) center center no-repeat;
	background-size: 200px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.awkj {
	background: url(../img/logos/awkj.png) center center no-repeat;
	background-size: 155px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.hncy {
	background: url(../img/logos/hncy.png) center center no-repeat;
	background-size: 160px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.zxwa {
	background: url(../img/logos/zxwa.png) center center no-repeat;
	background-size: 170px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.cdkl {
	background: url(../img/logos/cdkl.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.abt {
	background: url(../img/logos/abt.png) center center no-repeat;
	background-size: 180px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.htky {
	background: url(../img/logos/htky.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.hzsk {
	background: url(../img/logos/hzsk.png) center center no-repeat;
	background-size: 160px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.jtdh {
	background: url(../img/logos/jtdh.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.thhb {
	background: url(../img/logos/thhb.png) center center no-repeat;
	background-size: 165px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.xyjt {
	background: url(../img/logos/xyjt.png) center center no-repeat;
}
#cooperative_con_all .partner .partner_ul .partner_li a.yxkj {
	background: url(../img/logos/yxkj.png) center center no-repeat;
	background-size: 185px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.ggjs {
	background: url(../img/logos/ggjs.png) center center no-repeat;
	background-size: 185px;
}
#cooperative_con_all .partner .partner_ul .partner_li a.aierfa {
	background: url(../img/logos/aierfa.png) center center no-repeat;
	background-size: 185px;
	background-color: #bbbbbb;
}
/*=========================首页投资案例=====================================*/
#cooperative_con_all .index_about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0px 0;
}
#cooperative_con_all .index_about .about_top {
	text-align: center;
}
#cooperative_con_all .index_about .about_top h3 {
	color: #444444;
	font-size: 30px;
	font-weight: bold;
}
#cooperative_con_all .index_about .about_top p {
	font-size: 16px;
	color: #bfbfbf;
}
#cooperative_con_all .index_about .about_top .br {
	width: 310px;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#cooperative_con_all .index_about .about_top .br span {
	width: 30px;
	height: 5px;
	border-top: 5px solid #9d293c;
	display: block;
	margin: 0 auto;
	margin-top: -3px;
}
/*=========================联系我们=====================================*/
.service_banner {
	background: url(../img/service.jpg) center center no-repeat;
}
#service_all {
	width: 100%;
	height: auto;
	min-width: 1280px;
}
#service_all .service_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#service_all .service_con .service_nav {
	float: left;
	height: 900px;
	margin-right: 50px;
	width: 200px;
	margin-top: 80px;
	border-right: 2px solid #f0f0f2;
}
.zjzr_zjzr{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}
<!--#service_all .zjzr_inner_right .detail_news_content{ float:right;}-->
#service_all .zjzr_inner_right{ width:948px; float:left; margin-top:41px;}

#service_all .service_nav{ 	float: left;
	height: 900px;
	margin-right: 50px;
	width: 200px;
	margin-top: 80px;
	border-right: 2px solid #f0f0f2;}


#service_all .service_nav ul li a.cur{ background-color:#9d293c; color:#fff;}
#service_all .service_nav ul li a{ height:40px; width:200px; line-height:40px; color:#444; display:block;}
#service_all .service_nav ul{ text-align:center;}
#service_all .zjzr_inner_right .zrsd_h3{ text-align:center; font-size:18px; color:#373535; margin-top:35px;}
#service_all .zjzr_inner_right .detail_info { text-align:center; margin-bottom:30px;}

#service_all .zjzr_inner_right .news_nav{ float:right;} 

#header .header_inner .navboxlg .logintc a:hover{ 	
	color: #9d293c;
	background: #9d293c;
	color: #fff;}
	
	#header .header_inner .navboxlg .logintc a{ 	

	color: #444;}

#zjzr #service_all .service_nav{ 	float: left;
	height: 900px;
	margin-right: 50px;
	width: 200px;
	margin-top: 80px;
	border-right: 2px solid #f0f0f2;}




#service_all .service_con .service_nav ul {
	border-right: #f0f0f2;
	text-align: center;
}
#service_all .service_con .service_nav ul li {
	height: 40px;
	width: 200px;
}
#service_all .service_con .service_nav ul li a {
	height: 40px;
	width: 200px;
	line-height: 40px;
	color: #444;
	display: block;
}
#service_all .service_con .service_nav ul li a.cur {
	background: #9d293c;
	color: #fff;
}
#service_all .service_con .service_right {
	width: 948px;
	float: left;
	margin-top: 41px;
}
#service_all .service_con .service_right .service_inner .service_top {
	border-bottom: 1px solid #f0f0f2;
	padding-bottom: 10px;
}
#service_all .service_con .service_right .service_inner .service_top .icon {
	width: 11px;
	height: 17px;
	background-position: -1px -91px;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -2px;
}
#service_all .service_con .service_right .service_inner .service_top .red {
	font-size: 18px;
	color: #9d293c;
}
#service_all .service_con .service_right .service_inner .service_top .gray {
	color: #bfbfbf;
	font-size: 14px;
}
#service_all .service_con .service_right .service_inner .service_tel_all {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel_bg {
	float: left;
	width: 304px;
	height: 356px;
	background: url(../img/service011.jpg) no-repeat;
	margin-right: 20px;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel_gray {
	float: left;
	width: 100px;
	height: 356px;
	background: url(../img/bjzb.png) no-repeat center center #d4d4d4;
	;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel {
	float: left;
	background: #f0f0f2;
	width: 384px;
	height: 116px;
	padding: 120px 70px;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel .lxfs_p {
	margin-bottom: 30px;
	background: url(../img/icons.png) no-repeat -179px -94px;
	padding-left: 25px;
	line-height: 21px;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel .lxfs_p02 {
	background-position: -177px -127px;
	padding-left: 25px;
	line-height: 17px;
}
#service_all .service_con .service_right .service_inner .service_tel_all .tel .lxfs_p03 {
	background-position: -176px -155px;
	padding-left: 25px;
	line-height: 17px;
}
#service_all .service_con .service_right .service_inner .service_btm {
	margin-top: 50px;
}
#service_all .service_con .service_right .service_inner .service_btm .red {
	color: #9d293c;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
	line-height: 40px;
	margin-bottom: 10px;
}
/*=========================联系我们{客户服务}=====================================*/
#service_all .service_con .service_right .service_inner .krfw_all {
	margin-top: 30px;
}
#service_all .service_con .service_right .service_inner .krfw_all h3 {
	color: #9d293c;
	font-size: 18px;
	margin-bottom: 20px;
}
#service_all .service_con .service_right .service_inner .krfw_all table {
	width: 100%;
}
#service_all .service_con .service_right .service_inner .krfw_all table th {
	background: #f0f0f2;
	border: 1px solid #d4d4d4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #444;
	font-weight: bold;
}
#service_all .service_con .service_right .service_inner .krfw_all table td {
	border: 1px solid #d4d4d4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #444;
	width: 33%;
}
#service_all .service_con .service_right .service_inner .krfw_all table td a {
	width: 150px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #9d293c;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
/*===============================首页弹框====================================*/
#Bombbox_all {
	min-width: 1280px;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#Bombbox_all .Bombbox {
	width: 700px;
	height: auto;
	padding: 25px 45px;
	background: #fff;
	margin: 0 auto;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 5%;
}
#Bombbox_all .Bombbox .top {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c3;
}
#Bombbox_all .Bombbox .top h2 {
	width: 187px;
	height: 62px;
	background: url(../img/logoalert.png) no-repeat;
	padding-left: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #5b5b5b;
	line-height: 46px;
	background-size: 40%;
	float: left;
background-size:100% 100%;
}
#Bombbox_all .Bombbox .top .boxtel {
	float: right;
	background: url(../img/box_tel.png) no-repeat;
	width: 139px;
	height: 35px;
	margin-top: 5px;
}
#Bombbox_all .Bombbox .btm .btm_p {
	width: 100%;
	height: 350px;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
}
#Bombbox_all .Bombbox .btm .center {
	text-align: center;
	margin: 10px 0;
}
#Bombbox_all .Bombbox .btm .center input {
	margin-right: 5px;
}
#Bombbox_all .Bombbox .btm .red{
	width: 120px;
	height: 35px;
	background: #a51716;
	display: block;
	line-height: 35px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}
#Bombbox_all .Bombbox .btm  .no{
	background: #ddd;
	color: #5f5f5f;
	width: 120px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}
/*============================404出错页面==============================*/
#missing {
	width: 100%;
	height: 500px;
	min-width: 1280px;
}
#missing .miss {
	width: 680px;
	height: 100%;
	margin: 0 auto;
	padding: 50px 260px;
}
#missing .miss .mp {
	text-align: center;
	margin-top: 50px;
}
#missing .miss .mp .ma {
	width: 135px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #a51716;
	display: inline-block;
	border-radius: 5px;
}
/*==========================账户个人中心页面s===========================*/
.account_center {
	width: 100%;
	height: 225px;
	padding-top: 80px;
	background: url(../img/account_bg.png) no-repeat top center;
 http://zy.www.zhirui-inv.com/login.php#
}
.account_center .act_inner {
	width: 1200px;
	margin: 0 auto;
	height: 190px;
	background: url(../img/act_bg.png) no-repeat center top;
}
.account_center .act_inner .acti_left {
	width: 185px;
	height: 170px;
	float: left;
}
.account_center .act_inner .acti_left .acti_leftp {
	font: 16px/32px "微软雅黑";
	color: #fff;
	text-align: center;
	padding-top: 141px;
	margin-right: -53px;
}
.account_center .act_inner .acti_middle {
	width: 320px;
	padding: 75px 234px 0 57px;
	float: left;
}
.account_center .act_inner .acti_middle span.aqdj {
	font: 14px/28px "微软雅黑";
	color: #444;
}
.account_center .act_inner .acti_middle .progress_bar {
	top: -18px;
	width: 120px;
	height: 8px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 0;
	font-size: 0;
	position: relative;
}
.account_center .act_inner .acti_middle .progress_bar .progress {
	height: 8px;
	border-radius: 2px;
	background-color: #4ec06d;
	display: block;
	-webkit-transition: width 1s;
}
.account_center .act_inner .acti_middle .progress_bar .progress_num {
	font: 14px/28px "微软雅黑";
	color: #4ec06d;
	position: absolute;
	right: -55px;
	top: -10px;
	font-style: normal;
}
.account_center .act_inner .acti_middle .fxcp {
}
.account_center .act_inner .acti_middle .fxcp p.fxcpp {
	font: 14px/28px "微软雅黑";
	color: #444;
}
.account_center .act_inner .acti_middle .fxcp p.fxcpp span {
	padding: 0 11px;
	margin-right: 25px;
}
.account_center .act_inner .acti_middle .fxcp p.fxcpp a.cxcp {
	font: 14px/28px "微软雅黑";
	color: #c40000;
	text-decoration: none;/*margin-left: 30px;*/
}
.account_center .act_inner .acti_right {
	width: 390px;
	float: left;
}
.account_center .act_inner .acti_right .actir_ul {
	overflow: hidden;
}
.account_center .act_inner .acti_right .actir_ul .actir_li {
	float: left;
	width: 60px;
	padding: 100px 35px 0 35px;
	background: url(../img/smrz.png) no-repeat center 50px;
}
.account_center .act_inner .acti_right .actir_ul .actir_li.sjrz {
	background: url(../img/sjrz.png) no-repeat center 50px;
}
.account_center .act_inner .acti_right .actir_ul .actir_li.yxrz {
	background: url(../img/yxrz.png) no-repeat center 30px;
}
.account_center .act_inner .acti_right .actir_ul .actir_li dl dt {
	font: 14px/28px "微软雅黑";
	color: #444;
	text-align: center;
}
.account_center .act_inner .acti_right .actir_ul .actir_li dl dd {
	font: 12px/28px "微软雅黑";
	color: #444;
	padding-left: 18px;
	background: url(../img/yrz.png) no-repeat 2px center;
}
.account_center .act_inner .acti_right .actir_ul .actir_li dl dd.wrz {
	font: 12px/28px "微软雅黑";
	color: #444;
	padding-left: 18px;
	background: url(../img/wrz.png) no-repeat 2px center;
}
.zjzr_inner_right .gsys_inner .grxxrz {
	border: 0;
	width: 380px;
}
.zjzr_inner_right .gsys_inner .grxxrz tr td.grxx01 {
	font: 14px/40px "微软雅黑";
	color: #444;
	text-align: right;
	width: 20%;
}
.zjzr_inner_right .gsys_inner .grxxrz tr td.grxx02 {
	font: 14px/40px "微软雅黑";
	color: #444;
	text-align: left;
	width: 60%;
	padding-left: 20px;
}
.zjzr_inner_right .gsys_inner .grxxrz tr td a {
	font: 14px/40px "微软雅黑";
	color: #215f8f;
	text-decoration: none;
	text-align: left;
}
.zjzr_inner_right .gsys_inner .grxxrz tr td a.hswrz {
	color: #c40000;
}
#service_all .service_right .service_tel_all .grxxrz tr {
	margin-bottom: 10px;
	display: block;
}
#service_all .service_right .service_tel_all .grxxrz tr .grxx01 {
	color: #444;
}
#service_all .service_con .service_right .service_inner .service_top{
	overflow:hidden;
}
#service_all .service_con .service_right .service_inner .service_top .left{
	float:left;
}
#service_all .service_con .service_right .service_inner .service_top .news_soso{
	float:right;
	width: 220px;
padding-left: 10px;
height: 25px;
border:0px;
background: url(../img/soso_bg.png) no-repeat left center;
}
#service_all .service_con .service_right .service_inner .service_top .news_soso .news_input{
	    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    width: 166px;
    height: 24px;
    font: 14px/22px "微软雅黑";
    outline: none;
    float: left;
}
#service_all .service_con .service_right .service_inner .service_top .news_soso .news_sosuo{
	width: 54px;
height: 25px;
float: left;
border: 0;
cursor: pointer;
background: url(../img/sosuo.png) no-repeat center center;
}



#service_all .service_right .service_tel_all .notice_li {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#service_all .service_right .service_tel_all .notice_li .notice_a {
	color: #444;
	width: 600px;
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/sanjiao.png) no-repeat center left;
	padding-left: 20px;
}
#service_all .service_right .service_tel_all .notice_li .notice_a:hover {
	color: #9d293c;
	background: url(../img/sanjiao_hover.png) no-repeat center left;
}
#service_all .service_right .service_tel_all .notice_li .notice_span {
	float: right;
}
#service_all .service_right .page {
	text-align: center;
	margin:20px 0px;
}
#service_all .service_right .page a{
	color:#444;
	border:1px solid #eee;
	padding:5px 10px;
}
#service_all .service_right .page a:hover{
	background:#9d293c;
	color:#fff;
}
/*==========================账户个人中心页面完成==========================*/
/*============================会员页面==============================*/
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
}
.header {
	width: 100%;
	height: 107px;
	min-width: 1280px;
}
.header .header_inner {
	width: 1200px;
	margin: 0 auto;
	height: 107px;
	overflow: hidden;
}
.header .header_inner .logo {
	float: left;
	overflow: hidden;
	padding: 22px 0;
}
.header .header_inner .logo .logo_a {
	width: 305px;
	height: 62px;
	background: url(../img/logohz.png) no-repeat;
	display: block;
}
.hphone {
	margin-top: 42px;
}
.hphone img {
	float: left;
	text-align: center;
	padding-right: 5px;
	width: 22px;
	height: 20px;
}
.hphone span {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #a51716;
}
.hybanner {
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	height:630px;
	background:url(../img/huiybanner.png) center center no-repeat;
}
.bannerdiv {
	width: 1200px;
	margin: 0 auto;
	margin:0 auto;
	overflow:hidden;
}
/*.wenzijs {
	float: left;
}*/
.dlubg {
	float: right;
	margin-top: 90px;
}
.waidiv {
}
.wenzijs {
	width: 465px;
	/*float: left;*/
	margin: 80px auto;
}
.wenzijs .yhwz {
	font-size: 40px;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}
.wenzijs .onewz {
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	color: white;
}
.wenzijs .towwz {
	text-indent: 2em;
	font-size: 20px;
	color: white;
	line-height: 30px;
}
.wenzijs img {
	margin-top: 25px;
	width:184px;
	height:184px;
	margin-left:140px;
}
.dlubg {
	width: 507px;
	height: 472px;
	background-color: rgba(0,0,0,0.4);
}
.dlubg .ui-dialog-submit {
	width: 200px;
	height: 40px;
	background-color: #da635d;
}
.dlubg h2 {
	font-size: 25px;
	color: white;
	padding-bottom: 40px;
}
.bannerdiv .dlubg .dlubgdiv {
	padding-left: 25px;
	padding-top: 47px;
}
.bannerdiv .dlubg .dlubgdiv .zhdiv .zhiput {
	border-radius: 5px;
	width: 450px;
	height: 60px;
	margin-bottom: 35px;
	background: url(../img/userzh.png) no-repeat 1px;
	background-color: white;
	text-indent: 100px;
	font-size: 16px;
	padding-top: 3px;
	color: #aba7a7;
	border:0px;
}
.bannerdiv .dlubg .dlubgdiv .mmdiv .mminput {
	border-radius: 5px;
	width: 450px;
	height: 60px;
	background: url(../img/mima.png) no-repeat 1px;
	background-color: white;
	text-indent: 101px;
	font-size: 16px;
	color: #aba7a7;
	padding-top: 3px;
    border:0px;
}
.bannerdiv .dlubg .dlubgdiv .ui-dialog-submit {
	width: 450px;
	height: 60px;
	display: block;
	margin-top: 55px;
	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	border:0px;
}
.liucheng {
	width:100%;
	height:530px;
	background:url(../img/jianjbanner.jpg) no-repeat center;
	    margin-bottom: 100px;

}
.bannertop h1 {
	font-size: 30px;
	color: #444444;
	text-align: center;
	margin-top: 75px;
}
.bannertop h2 {
	font-size: 15px;
	color: #bfbfbf;
	text-align: center;
	margin-top: 10px;
}
.bannertop .heng {
	width: 30px;
	height: 5px;
	background-color: #9d293c;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.liucheng img {
	margin: 0 auto;
}
.liucheng p {
	width: 1135px;
	margin: 0 auto;
	text-indent: 2em;
	line-height: 40px;
	margin-bottom: 155px;
}



.wx_demo{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-top:40px;
	text-align: center;
	
}
.wx_demo ul{
	overflow:hidden;
	margin-top:50px;
	
}

 .wx_demo ul li{
	float:left;
	width:400px;
	height:420px;
}
 .wx_demo ul li.phone_li02{
	width:360px;
}
 .wx_demo ul li.phone_li03{
	width:440px;
}
 .wx_demo ul li .phone_lf{
	width:166px;
	height:147px;
	display:inline-block;
	background:url(../img/phone_lf01.png) no-repeat center;
	margin-bottom:156px;	
}
 .wx_demo ul li .phone_lf02{
	 
	background:url(../img/phone_lf02.png) no-repeat center;	
}
 .wx_demo ul li .phone_lf03{
	background:url(../img/phone_lf03.png) no-repeat center;	
}
 .wx_demo ul li .phone_rg{
	width:215px;
	height:403px;
	display:inline-block;
	background:url(../img/phone_rg01.png) no-repeat center;
}
 .wx_demo ul li .phone_rg02{
	width:180px;
	background:url(../img/phone_rg02.png) no-repeat center;
}
 .wx_demo ul li .phone_rg03{
	width:233px;
	background:url(../img/phone_rg03.png) no-repeat center;
}















/*=======================调查问卷s=========================*/
.questionnaire {
	width: 100%;
	background: #fcfcfc;
	padding-top: 25px;
	padding-bottom: 30px;
}
.questionnaire .questionnaire_inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.questionnaire .questionnaire_inner .questionnaire_inner_wenjuan {
	height: 104px;
	background: url(../img/wenjuan_bg.png) no-repeat left top;
}
.questionnaire .questionnaire_inner .questionnaire_inner_wenjuan .question_wenjuan {
	font: 24px/48px "微软雅黑";
	color: #222;
	text-align: center;
	padding-top: 34px;
}
.questionnaire .questionnaire_inner .question_content {
	padding: 10px 40px;
}
.questionnaire .questionnaire_inner .question_content .survey_list li p {
	font: 18px/36px "微软雅黑";
	color: #222;
}
.questionnaire .questionnaire_inner .question_content .survey_list li p span {
	color: #c40000;
}
.questionnaire .questionnaire_inner .question_content .survey_list li p.survey_caption {
	padding-left: 45px;
	font: 14px/36px "微软雅黑";
	color: #444;
}
.questionnaire .questionnaire_inner .question_tijiao {
	height: 76px;
	padding-top: 20px;
	background: url(../img/wenjuan_bg2.png) no-repeat right center;
}
.questionnaire .questionnaire_inner .question_tijiao .survey_submit {
	display: block;
	width: 160px;
	height: 35px;
	background: #c40000;
	color: #fff;
	font: 14px/35px "微软雅黑";
	text-decoration: none;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
	text-align: center;
}
/*=======================调查问卷结束=========================*/
/*========================身份认证s============================*/
.account{
	width:100%;
	background: #fcfcfc;
	padding-top:25px;
	padding-bottom:35px;
}
.account .account_inner{
	margin:0 auto;
	width:940px;
	height:600px;
	background: #fff;
	padding:30px;
	margin:0 auto;
}
.account .account_inner .account_h3{
	font:18px/26px "微软雅黑";
	color:#666;
	padding-left:10px;
	border-left:3px solid #c40000;
}
.account .account_inner .account_step{
	height:170px;
	background: url(../img/step.png) no-repeat center center;
}
.account .account_inner .account_step2{
	height:170px;
	background: url(../img/step2.png) no-repeat center center;
}
.account .account_inner .account_content{

}
.account .account_inner .account_content .account_table{
	margin-left:100px;
}
.account .account_inner .account_content .account_table tr{
	height: 50px;
}
.account .account_inner .account_content .account_table tr th{
	width: 200px;
    line-height: 44px;
    /* vertical-align: top; */
    text-align: right;
    padding-right: 10px;
    font:14px/44px "微软雅黑";
    color: #222;
}
.account .account_inner .account_content .account_table tr td input{
	height: 32px;
    width: 280px;
    outline: none;
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0 5px;
    font:14px/32px "微软雅黑";
    color: #222;
}
.account .account_inner .account_content .account_table tr td select{
	height: 32px;
    width: 292px;
    outline: none;
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0 5px;
    box-sizing:border-box;
    font:14px/32px "微软雅黑";
    color: #222;
}
.account .account_inner .account_content .account_table tr td input.account_yz{
	margin-left:210px;
	background: #c40000;
	color:#fff;
	border:0;
	height:35px;
	line-height: 35px;
	width:290px;
}
.account .account_inner .account_result{
	padding-top:200px;
	background: url(../img/success.png) no-repeat center 40px;
}
.account .account_inner .account_result.fail{
	padding-top:200px;
	background: url(../img/fail.png) no-repeat center 40px;
}
.account .account_inner .account_result .result_p{
	font:24px/30px "微软雅黑";
	color:#c40000;
	text-align:center;
}
.account .account_inner .account_result .result_p a{
	font:24px/30px "微软雅黑";
	color:#c40000;
	text-decoration: none;
	/*font-weight: bold;*/
}
.account .account_inner .account_result .result_p a:hover{
	text-decoration: underline;
}
.account .account_inner .account_result .tiaozhuan{
	text-align: center;
	font:16px/32px "微软雅黑";
	color:#222;
}
/*========================身份认证e============================*/
.service_right .zrsd_h3{
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.service_right  .detail_info{
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
}
.service_right  .laiyuan{
    color: #444;
    margin-left: 20px;
}
