﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	min-width: 1200px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	transition: all ease 0.2s;
}
a:hover {
	color: #0b5cac;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/
.top_w {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e3e3e3;
}
.top_a {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	height: 40px;
}
.top_a_l {
	float: left;
}
.top_a_l a {
	color: #666;
}
.top_a_l a:hover {
	color: #99cc33;
}
.top_a_r {
	float: right;
}
.top_a_r a {
	color: #666;
	padding: 0 5px;
}
.top_a_r a:hover {
	color: #99cc33;
}
.top_b {
	padding: 20px 0;
}
.logo {
	float: left;
}
.ss_a {
	float: right;
	margin-top: 15px;
	width: 338px;
}
/***************/
#box {
	width: 338px;
	margin: 0px auto 30px;
	font-size: 14px;
}
#box input {
	width: 260px;
	border: 2px solid #99cc33;
	border-right: 0;
	height: 32px;
	float: left;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px center;
	padding: 0 0 0 10px;
	outline: none
}
#search {
	width: 78px;
	height: 32px;
	float: right;
	background: #99cc33;
	color: white;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.ss_a_lm {
	width: 60px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
	background-color: #99cc33;
	text-align: center;
	color: #fff;
}
.top_b_w {
	border-bottom: 3px solid #6eb92b;
}
.nav {
	margin: 30px auto;
}
.nav_a_l {
	float: left;
	width: 890px;
}
.nav_a_r {
	float: right;
	width: 290px;
}
.nav_a_l ul li {
	float: left;
	line-height: 36px;
}
.li_01 {
	background-color: #6eb92b;
	width: 60px;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
}
.li_01 a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.li_01 a:hover {
	color: #f5faf1;
}
.li_02 {
	background: url(../images/nav_a.jpg) left center no-repeat;
	padding-left: 20px;
	margin-left: 30px;
	margin-right: 20px;
}
.li_02 a {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.li_02 a:hover {
	color: #6eb92b;
}
.li_03 {
	margin: 0 10px;
}
.li_03 a {
	color: #666;
}
.li_03 a:hover {
	color: #6eb92b;
}
.nav_a_r ul li {
	float: right;
}
.li_04 {
	background: url(../images/nav_a.jpg) left center no-repeat;
	padding-left: 30px;
	margin-left: 30px;
}
.li_04 a {
	color: #333;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
.li_04 a:hover {
	color: #6eb92b;
}
.kj_nav_right {
	float: right;
	width: 290px;
	
	background-color: #f4f4f4;
}
.banner_a_left {
	float: left;
	width: 889px;
}
.kj_nav_a {
	margin: 25px auto;
	width: 240px;
}
.kj_nav_a01 {
	float: left;
	width: 110px;
	text-align: center;
}
.kj_nav_a01 a {
	color: #fff;
	display: block;
	background-color: #99cc33;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	transition: background-color ease 0.3s;
}
.kj_nav_a01 a:hover {
	background-color: #ff5500;
}
.kj_nav_a02 {
	float: right;
	width: 110px;
	text-align: center;
}
.kj_nav_a02 a {
	color: #99cc33;
	display: block;
	border: 1px solid #99cc33;
	border-radius: 8px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	transition: all ease 0.3s;
}
.kj_nav_a02 a:hover {
	border: 1px solid #ff5500;
	color: #ff5500;
}
.kj_nav_b {
	margin: 0px auto 25px;
	width: 241px;
	height: 275px;
	background-color: #fff;
}
/************/
.kj_nav_b_left {
	float: left;
	width: 120px;
	height: 275px;
	border-right: 1px solid #f4f4f4;
}
.kj_nav_b_right {
	float: right;
	width: 120px;
}
.kj_nav_b_left01 {
	margin: 20px auto 10px;
	width: 90px;
}
.kj_nav_b_left01 a {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #ff7300;
}
.kj_nav_b_left01 a:hover {
	background-color: #99cc33;
}
.kj_nav_b_left01_a {
	margin: 20px auto 10px;
	width: 90px;
}
.kj_nav_b_left01_a a {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #99cc33;
}
.kj_nav_b_left01_a a:hover {
	background-color: #ff7300;
}
.kj_nav_b_left02 {
	width: 80px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #666;
	margin: 0 auto;
}
.kj_nav_b_left03 {
	border-top: 1px solid #f4f4f4;
	padding-top: 15px;
	text-align: center;
}
.kj_nav_b_left03 a {
	display: block;
	margin: 5px auto;
	text-align: center;
}
.kj_nav_b_left03 a:hover {
	color: #99cc33;
}
/*******************/
.banner_w {
	width: 889px;
	height: 391px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 889px;
	height: 391px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -444.5px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #ffff00;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 5%;
}
.banner .btn_r {
	right: 5%;
}
/************/
.con_a {
	margin: 30px auto;
}
.con_a_left {
	float: left;
	width: 570px;
}
.con_a_right {
	float: right;
	width: 570px;
}
.con_a_bt {
	height: 40px;
	font-size: 18px;
	color: #6eb92b;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #6eb92b;
}
.con_a_nr {
	margin-top: 30px;
}
.con_a_nr li {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.con_a_nr li img {
	width: 90px;
}
.cp_li_left {
	float: left;
	width: 32px;
	height: 100px;
	font-size: 20px;
	line-height: 24px;
	background-color: #6eb92b;
	text-align: center;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
}
.cp_li_right {
	float: right;
	width: 487px;
	padding: 0px 20px;
	border: 1px solid #f4f4f4;
	border-left: 0;
	height: 118px;
}
.cp_li_right_bt {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.jl_a {
	padding-left: 20px;
	font-size: 14px;
	color: #ff5500;
}
.pmzt_a {
	float: right;
	width: 72px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #ff5500;
	line-height: 28px;
}
.cp_li_right_nr {
	margin-top: 20px;
}
.dqjg_a {
	float: left;
	font-size: 16px;
	color: #ff5500;
}
.dqjg_a span {
	font-size: 24px;
	font-weight: bold;
}
.dqjg_b {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
/******预告中******/
.pmzt_b {
	float: right;
	width: 72px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #6eb92b;
	line-height: 28px;
}
.dqjg_a_b {
	float: left;
	font-size: 16px;
	color: #6eb92b;
}
.dqjg_a_b span {
	font-size: 24px;
	font-weight: bold;
}
.jl_b {
	padding-left: 20px;
	font-size: 14px;
	color: #6eb92b;
}
/******已完结******/
.pmzt_c {
	float: right;
	width: 72px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #666666;
	line-height: 28px;
}
.dqjg_a_c {
	float: left;
	font-size: 16px;
	color: #666666;
}
.dqjg_a_c span {
	font-size: 24px;
	font-weight: bold;
}
.jl_c {
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
}
/******************/
.foot_w {
	background-color: #387700;
}
.foot {
	padding: 50px 0;
}
.foot_left {
	float: left;
	width: 790px;
}
.foot_left ul li {
	float: left;
	width: 121px;
	margin-right: 5px;
}
.foot_left ul li.first_li {
	width: 151px;
}
.foot_bt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.foot_nr {
	margin-top: 10px;
}
.foot_nr a {
	color: #fff;
	display: block;
	line-height: 26px;
}
.foot_right {
	float: right;
	background: url(../images/erweima.jpg) 0 center no-repeat;
	padding-left: 138px;
	min-height: 118px;
}
.foot_ss_a {
	color: #fff;
	font-size: 20px;
}
.foot_ss_b {
	line-height: 24px;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}
.foot_w01 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #275200;
}
.foot_w01 a {
	color: #fff;
}
.foot_w01 a:hover {
	color: #ffff00;
}
/************投标列表*********************/
.zynr_a {
	margin: 30px auto;
}
.zynr_a_left {
	float: left;
	width: 290px;
	/*height: 391px;*/
	background-color: #f4f4f4;
}
.zynr_a_right {
	float: right;
	width: 860px;
}
.lb_aa_left {
	float: left;
	width: 680px;
}
.cp_li_right_nraa {
	width: 577px;
	padding: 0 30px;
	border-right: 0;
}
.lb_aa_right {
	float: right;
	width: 179px;
	height: 118px;
	border: 1px solid #f4f4f4;
	border-left: 0;
}
.tbdj {
	margin: 30px auto;
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 10px;
}
.tbdj a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.tbdj_a {
	background-color: #ff5500;
}
.tbdj_b {
	background-color: #6eb92b;
}
.tbdj_c {
	background-color: #666666;
}
/************单页详情介绍**************/
.about_nr {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}
/*************/
.ganbg {
	background: #f3f3f3;
	padding: 20px
}
.ganitem {
}
.ganitem div.dd1 {
	float: left;
	text-align: right;
	line-height: 2;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
}
.ganitem div.dd2 {
	float: left;
	text-align: justify;
	line-height: 2;
	width: 600px;
	font-size: 14px;
}
.gtba {
	height: 51px;
	background: url(../images/z4.png) left top repeat-x;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
}
.gtba span {
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	cursor: pointer;
	padding: 0 30px;
	height: 51px;
	line-height: 51px;
	vertical-align: middle;
	border-right: 1px #dddddd solid;
	display: block;
	float: left;
}
.gtba span.cur {
	color: #6eb92b;
	background: url(../images/z5.png) left top repeat-x;
	padding: 0 50px
}
.gtba em {
	font-size: 14px;
	font-weight: bold;
	color: #6eb92b;
	height: 51px;
	line-height: 51px;
	vertical-align: middle;
	padding-left: 20px;
	font-style: normal;
}
.gdom {
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	padding: 20px;
	min-height: 400px;
}
/***************/
.pross01 {
	border: 1px solid #f1f1f1;
}
.pross01 img {
	width: 360px;
	height: 360px;
}
.book_add li span {
	text-align: right;
	font-size: 14px;
}
/***************************************/


.mc {
	margin: 0 auto;
}
.col100 {
	width: 100%;
}
.mt20 {
	margin-top: 20px !important;
}
.rel {
	position: relative !important;
}
.sanli-prev {
	background-color: #ff0000;
	position: absolute;
	left: 0;
	top: 7px;
	width: 26px;
	height: 67px;
	cursor: pointer;
	z-index: 99999
}
.sanli-prev a {
	display: block;
	width: 26px;
	height: 67px;
	background: url(../images/z1.png) left bottom no-repeat
}
.pr45 {
	padding-right: 36px !important;
}
.pl45 {
	padding-left: 44px !important;
}
.sanli-next {
	position: absolute;
	right: 0;
	top: 7px;
	width: 26px;
	height: 67px;
	background-color: #ff0000;
	cursor: pointer;
	z-index: 99999;
}
.sanli-next a {
	display: block;
	width: 26px;
	height: 67px;
	background: url(../images/z2.png) right bottom no-repeat;
}
.zire {
}
.hide {
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.zire {
}
.zire li.jp_pic {
	display: inline;
	float: left;
	width: 95px;
	clear: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.zire li.jp_pic div {
	text-align: center;
	width: 82px;
	height: 82px;
}
.zire li.jp_pic img {
	width: 80px;
	height: 80px;
	background: #efefef;
	border: 1px #efefef solid;
	cursor: pointer
}
/*************/
.con_a_nr_01 {
	margin: 20px auto;
	background-color: #f4f4f4;
	border-radius: 8px;
	padding: 20px 20px;
}
.con_a_nr_01_bt {
	font-size: 22px;
	color: #333;
}
.con_a_nr_01_bt01 {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
}
.con_a_nr_01_bt02 {
	line-height: 24px;
	font-size: 12px;
	margin-top: 8px;
	color: #777;
}
.con_a_nr_00_left {
	float: left;
	width: 362px;
}
.con_a_nr_00_right {
	float: right;
	width: 460px;
}
/**************/
.lkpm_bt {
}
.lkpm_bt .lkpmzt_a {
	display: block;
	float: left;
	background-color: #ff5500;
	color: #fff;
	width: 72px;
	height: 28px;
	font-size: 15px;
	text-align: center;
	border-radius: 4px;
	line-height: 28px;
	margin-right: 15px;
}
.lkpm_bt .lkjl_a {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.lkpm_bt .lkjl_a .lkjl_a01 {
	color: #ff5500;
}
.lkpm_jg {
	margin-top: 40px;
}
.lkpm_jg_a {
	float: left;
	font-size: 12px;
	color: #666;
}
.lkpm_jg_a .rmb {
	color: #ff5500;
}
.lkpm_jg_a .tbjg {
	font-size: 24px;
	color: #ff5500;
	font-weight: bold;
	padding: 0 3px;
}
.lkpm_jg_b {
	float: right;
	letter-spacing:0px;
	color: #666;
	width: 235px;
}
.lkpm_jg_b .rmb {
	color: #ff5500;
}
.lkpm_jg_b .tbjg {
	font-size: 24px;
	color: #ff5500;
	font-weight: bold;
	padding: 0 3px;
}
.lkpm_bzj {
	margin-top: 12px;
	color: #666;
}
.lkpm_bzj .bzjjg {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.lkpm_cj {
	margin-top: 12px;
}
.lkpm_cj_b {
	margin-top: 25px;
}
.lkpm_cj_b button {
	width: 190px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: #ff0000;
}
.lkpm_cj_b button:hover {
	background-color: #900;
}
/**********缩略图*****/
/********报价input*****/
.lkpm_cj_a {
	margin-top: 20px;
}
.lkpm_chujia .chujiaa {
	float: left;
	margin-right: 8px;
}
.lkpm_chujia .chujiaa input {
	height: 30px;
	line-height: 30px;
	border: 1px solid #f1f1f1;
	outline: 0px solid #ccc;
	padding: 2px 8px;
	font-size: 16px;
	color: #666;
}
.lkpm_chujia .plusa {
	float: left;
	margin-right: 8px;
}
.lkpm_chujia .plusa input {
	height: 34px;
	border: 1px solid #f1f1f1;
	width: 40px;
	font-size: 24px;
	line-height: 30px;
	outline: 0px solid #ccc;
}
.lkpm_chujia .mina {
	float: left;
	margin-right: 8px;
}
.lkpm_chujia .mina input {
	height: 34px;
	line-height: 34px;
	border: 1px solid #f1f1f1;
	width: 40px;
	font-size: 24px;
	line-height: 34px;
	outline: 0px solid #ccc;
}
.lkpm_chujia .mina input[disabled], .lkpm_chujia .mina input:disabled, .lkpm_chujia .mina input.disabled {
	color: #fff;
	-webkit-text-fill-color: #fff;
	background-color: #ff0000;
	-webkit-opacity: 1;
	opacity: 1;
}
.con_a_nr_02 {
	margin: 20px auto;
}
/********登录界面**********/
.login_aa {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	color: #ff7607;
}
body.login_bj {
	background: url(../images/login-al.png) left top repeat;
}
.login_a {
	padding: 50px 0;
	width: 860px;
}
.login_b {
	width: 858px;
	margin: 60px auto 100px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.footer_a {
	text-align: center;
	font-size: 14px;
	color: #999;
}
.footer_a a {
	text-align: center;
	color: #999;
}
.footer_a a:hover {
	color: #275200;
}
/************/
.mainaaa {
	width: 820px;
	margin: 100px auto 0;
}
.mainaaa .login-tab {
	height: 46px;
}
.mainaaa .login-tab li {
	float: left;
	width: 98px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px 3px 0 0;
	background-color: #e0f3ff;
	border: 1px solid #c3dff0;
	border-bottom: none;
	margin-right: 8px;
	color: #116ea9;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	list-style: none;
}
.mainaaa .login-tab .cur {
	position: relative;
	background-color: #fff;
	border-color: #dcdcdc;
	color: #333;
	z-index: 6;
	cursor: default;
	margin-bottom: -1px;
}
.mainaaa .login-tab .login {
	float: right;
	font-size: 13px;
	color: #116ea9;
	margin-top: 15px;
}
.mainaaa .tab-con {
	position: relative;
	min-height: 300px;
	background-color: #fff;
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 2px 5px 0 #dcdcdc;
	font-size: 14px;
	padding: 50px 0;
	z-index: 5;
}
.mainaaa .tab-con th {
	width: 100px;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
	color: #333;
}
.mainaaa .tab-con td {
	padding: 12px 0;
}
.mainaaa .tab-con input {
	border-radius: 3px;
	width: 300px;
	height: 35px;
	box-sizing: border-box;
}
.mainaaa .tab-con .tip img {
	display: none;
	margin: -7px 8px 0 0;
}
.mainaaa .tab-con .tip {
	display: block;
	width: 160px;
	height: 50px;
	color: #666;
	line-height: 24px;
	padding: 0 0 0 25px;
	margin: 0 0 -30px 0;
}
.mainaaa .tab-con .tip-error {
	background: url(../images/tip-error.png) no-repeat 0 5px;
}
.mainaaa .tab-con .tip-right {
	background: url(../images/tip-right.png) no-repeat 0 5px;
}
.mainaaa .tab-con .test input:first-child {
	width: 170px;
	margin-right: 5px;
}
.mainaaa .tab-con .test input:last-child {
	width: 151px;
	font-size: 12px;
}
.mainaaa .tab-con .confirm {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.mainaaa .tab-con .vd input {
	width: 205px;
	margin-right: 10px;
}
.mainaaa .reg-tip {
	width: 288px;
	margin-left: 44px;
	margin-top: -15px;
	margin-bottom: 10px;
}
.login-alone {
	background: url(../images/login-al.png);
}
.login-alone body {
	border-top: 5px solid #1a8bd3;
}
.logina-logo {
	text-align: center;
	padding: 55px 0;
}
.logina-main {
	position: relative;
	z-index: 5;
	width: 820px;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
}
.logina-main .tab-con {
	float: left;
	border-radius: 3px;
	box-shadow: none;
	border: none;
}
.logina-main .tab-con input {
	width: 230px;
}
.logina-main .tab-con input[type=radio] {
	width: auto;
}
.logina-main .tab-con tr .valid input {
	width: 50%;
	margin-right: 5%;
}
.logina-main .find {
	font-size: 12px;
}
.logina-main .find td {
	padding: 0;
}
.logina-main .find input {
	width: auto;
	margin: -3px 8px 0 0;
}
.logina-main .find label {
	margin-right: 85px;
}
.logina-main .reg {
	float: right;
	min-height: 290px;
	padding: 120px 40px 0;
	background: url(../images/login-sep.png) no-repeat 0 50%;
	padding: 120px 40px 0 70px;
	width: 250px;
}
.logina-main .reg p {
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	padding-bottom: 30px;
}
.logina-main .reg .reg-btn {
	display: block;
	width: 172px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ff7607;
	border-radius: 2px;
	background: #ff8c2f;
	background: -moz-linear-gradient(#ff8c2f, #ff7607);
	background: -webkit-linear-gradient(#ff8c2f, #ff7607);
	background: -o-linear-gradient(#ff8c2f, #ff7607);
	background: linear-gradient(#ff8c2f, #ff7607);
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	box-shadow: 1px 1px 2px 1px #cfcfcf;
}
.logina-main .reg .reg-btn:hover {
	background: #ff7607;
	background: -moz-linear-gradient(#ff7607, #ff8c2f);
	background: -webkit-linear-gradient(#ff7607, #ff8c2f);
	background: -o-linear-gradient(#ff7607, #ff8c2f);
	background: linear-gradient(#ff7607, #ff8c2f);
}
.logina-main .error-tip {
	color: #DC0000;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	padding: 7px 0 3px;
	text-align: center;
}
.rg-con {
	margin-top: 0;
}
.rg-con .login-tab .cur {
	border-color: #C4C4C4;
}
.rg-con .tab-con .test input:first-child {
	width: 70px;
}
.rg-con .tab-con .vd input {
	width: 135px;
}
.rg-con .tab-con {
	padding-top: 50px;
}
.client-from label {
	font-weight: normal;
	width: 100px;
	margin: 0 5px 12px 0;
}
/*************************/

.mainaaa input[type=text], .mainaaa input[type=password] {
	background-color: #fff;
	border: 1px solid #a8acad;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 1em;
	line-height: normal;
	height: 24px;
	padding: 2px 8px;
	height: 35px;
	line-height: 35px;
}
.mainaaa input[type=text], .mainaaa input[type=password] {
	outline: none;
	-webkit-box-shadow: inset 1px 1px 3px 0px #ddd;
	-moz-box-shadow: inset 1px 1px 3px 0px #ddd;
	box-shadow: inset 1px 1px 3px 0px #ddd;
}
.mainaaa input[type=text]:hover, .mainaaa input[type=password]:hover {
	-webkit-box-shadow: inset 1px 1px 3px 0px #ddd;
	-moz-box-shadow: inset 1px 1px 3px 0px #ddd;
	box-shadow: inset 1px 1px 3px 0px #ddd;
}
.confirm {
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #2899e1;
	border-radius: 2px;
	background: #57b4f0;
	background: -moz-linear-gradient(#57b4f0, #33a4ec);
	background: -webkit-linear-gradient(#57b4f0, #33a4ec);
	background: -o-linear-gradient(#57b4f0, #33a4ec);
	background: linear-gradient(#57b4f0, #33a4ec);
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
}
.confirm:hover {
	background: #71bff2;
	background: -moz-linear-gradient(#71bff2, #51b1ef);
	background: -webkit-linear-gradient(#71bff2, #51b1ef);
	background: -o-linear-gradient(#71bff2, #51b1ef);
	background: linear-gradient(#71bff2, #51b1ef);
	color: #fff;
	text-decoration: none;
}
.zc_a {
	padding: 50px;
}
/*****************************/
.zc_a01 {
	clear: both;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	overflow: hidden;
}
.zc_a01_left {
	float: left;
	width: 80px;
	line-height: 40px;
	text-align: right;
	margin-right: 20px;
}
.zc_a01_right {
	float: left;
	width: 380px;
}
.zc_a01_right input {
	padding: 5px 15px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #f1f1f1;
	outline: 0px solid #dfdfdf;
}
input.wj {
	border: 0px solid #f1f1f1;
	outline: 0px solid #dfdfdf;
}
.zc_a01_right textarea {
	padding: 5px 15px;
	height: 26px;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 26px;
	color: #666;
	height: 120px;
	border: 1px solid #f1f1f1;
	outline: 0px solid #dfdfdf;
}
.zc_a02 {
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.zc_a01 button {
	width: 100px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	border: 0px solid #f1f1f1;
	outline: 0px solid #dfdfdf;
	background-color: #2899e1;
	border-radius: 8px;
}
.zc_a01 button:hover {
	background-color: #2899e1;
}
/***************************/
.hyym_a_bt01 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: bold;
}
.hyym_a_bt01 span {
	font-weight: normal;
}
.hyym_a_jj {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-top: 2px;
}
.hyym_a_img ul li {
	float: left;
	width: 100px;
	height: 80px;
	margin: 5px 30px 15px 0;
}
.hyym_a_img ul li img {
	width: 110px;
	height: 85px;
}
.hyym_a_img ul li:nth-child(2n) {
	margin-right: 0;
}
.hy_con_a_bt{
	font-size:14px;line-height:30px;
}
.hy_con_a_bt span{
	font-size:22px;
	line-height:30px;
	padding-right:15px;}
.huiyuan_a{
	margin-bottom:40px;}
.hybt_03{
	border-bottom: 1px solid #6eb92b;
	color:#6eb92b;}
.hybt_02{
	border-bottom: 1px solid #666;
	color:#666;}
.zzjp_01{
	border-bottom: 1px solid #ff5500;
	color:#ff5500;}
.zzjp_bj_01{
	background-color:#ff5500;
}
.zzjp_bj_02{
	background-color:#666;
}
.zzjp_bj_03{
	background-color:#6eb92b;
}
/***********/
.huiyuan_lm{
	padding:20px 25px;
	margin-bottom:30px;
	border:1px solid #f1f1f1;}
.huiyuan_lm_bt{
	float:left;
	width:80px;
	font-weight:bold;
	font-size:18px;}
.huiyuan_lm_nr{
	float:right;
	width:715px;}
.huiyuan_lm_nr ul li{
	float:left;
	margin-right:20px;}

/*********/
.jl_aaa {
	margin-left: 20px;
	font-size: 14px;
	color: #ff5500;
	padding:3px 10px;
	border-radius:4px;
	background-color:#ff5500;
}
.jl_aaa a{
	color:#fff;}
.jl_aaa a:hover{
	color:#ffff00;}
.jl_bbb {
	margin-left: 20px;
	font-size: 14px;
	color: #ff5500;
	padding:3px 10px;
	border-radius:4px;
	background-color:#6eb92b;
}
.jl_bbb a{
	color:#fff;}
.jl_bbb a:hover{
	color:#ffff00;}
.jl_ccc {
	margin-left: 20px;
	font-size: 14px;
	color: #ff5500;
	padding:3px 10px;
	border-radius:4px;
	background-color:#666;
}
.jl_ccc a{
	color:#fff;}
.jl_ccc a:hover{
	color:#ffff00;}
/********************/
.huiyuan_jilu{
	margin-top:26px;
}
.huiyuan_jilu_bt{
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px solid #f1f1f1;
	font-weight:bold;}
.huiyuan_jilu_nr{
	margin:20px auto;}
/***********/
.huiyuan_jilu_table td{
	line-height:36px;
	font-size:14px;
	padding:3px 10px;
	color:#666;}
.huiyuan_jilu_table_tr td{
	font-size:15px;}
/***************************/
.lk_hyleft01_bt{
	background-color:#6eb92b;
	height:50px;
	line-height:50px;
	padding-left:30px;
	font-size:18px;
	color:#fff;
}
.lk_hyleft01_bt01_a{
	margin:15px 10px;
	background-color:#fff;
	line-height:40px;
	border-left:5px solid #6eb92b;
	padding-left:25px;
	font-size:18px;
}
.lk_hyleft01_bt01_b{
	margin:5px 10px;}
.lk_hyleft01_bt01_b ul li{
	line-height:40px;
	font-size:14px;
	background-color:#fff;padding-left:30px;
	margin:8px 0;
}
.lk_con_a{
	background-color:#f4f4f4;
	padding:15px;
}
.lk_con_a_bt{
	padding-left:15px;
	font-size:18px;
	border-left:3px solid #6eb92b;
}
.lk_con_a_nr{
	margin:15px auto;
	padding:0 20px;}
.lk_con_a_nr .hyym_a_bt01{
	line-height:26px;}
.lk_hyleft01_bt01{
	margin-bottom:25px;}
.lk_con_a_nra{
	clear:both;
	overflow:hidden;}
.lk_con_a_nra .hyym_a_bt01{
	float:left;
	margin-right:25px;
}
.lk_con_a_nr .hyym_a_img ul li:nth-child(2n){    margin: 5px 30px 15px 0;
}
/*************/
.lk_con_aaa{
	margin-top:30px;}
.lk_con_b{
	text-align:center;
	background-color:#fff;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
}
.lk_con_b_nr{
	margin:20px auto;
	padding:20px;
		background-color:#fff;}
.lk_con_b_nr ul li{
	float:left;
	text-align:center;
	border-top:1px solid #f1f1f1;
	padding:40px 0;
	width:394px;}
.lk_con_b_nr ul li:nth-child(3){
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	
}
.lk_con_b_nr ul li:nth-child(4){
	border-bottom:1px solid #f1f1f1;
	
}
.lk_con_b_nr ul li:nth-child(1){
		border-right:1px solid #f1f1f1;
	
}
.lk_con_b_nr02{
	font-size:16px;}
.lk_con_b_nr01 a{
	font-size:14px;
	font-weight:bold;
	color:#666;}
/*************/
.lk_dl_a{
	background-color:#6eb92b;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	padding-left:25px;
}
.lk_dl_b{
	margin-top:20px;
}

.lk_dl_b ul li{
	float:left;
	width:144px;
	text-align:center;
	padding:25px 0;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
.lk_dl_b ul li:nth-child(4){
	border-right:0px solid #f1f1f1;
	border-bottom:2px solid #fff;
}
.lk_dl_b ul li:nth-child(2){
	border-right:0px solid #f1f1f1;

}
.lk_dl_b ul li:nth-child(3){
		border-bottom:2px solid #fff;

}
.lk_dl_aa{
	padding:8px 10px;
	line-height:28px;
	font-size:14px;}
input#sendcode {
    margin-left: 15px;
    height: 36px;
    padding: 0 15px;
    border-radius: 5px;
	background-color:#6eb92b;
	color:#fff;
	cursor:pointer;
}