/*
	内容第一块
	
 */
.conter-one {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.left-nav {
	margin-bottom: 0;
	width: 200px;
	background: #fff;
	padding-top: 30px;
	position: relative;
}
.left-nav > li {
	display: block;
	padding-bottom: 10px;	
	/*cursor: pointer;*/
}
.left-nav > li >h2 {
	line-height: 38px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin: 0;
	text-indent: 48px;
	cursor: pointer;
}
.left-nav > li >h2:hover {
	background: #ff3838;
	color: #fff;
}
.left-nav > li > div {
	position: absolute;
	width: 674px;
	min-height: 336px;
	background: #fff !important;
	left: 200px;
	top: 0;
	display: none;
	z-index: 8888;
}
.rotation {
	width: 660px;
	height: 324px;
	background: #e8e8e8;
	margin-top: 12px;
	margin-left: 13px;
}
.prev {
	position: absolute;
	top: 46%;
	z-index: 5;
	display: inline-block;
	background: url(../images/prev.png) no-repeat;
	height: 45px;
	width: 24px;
	background-position: -21px 0;
}
.next {
	position: absolute;
	top: 46%;
	z-index: 5;
	display: inline-block;
	background: url(../images/next.png) no-repeat;
	height: 45px;
	width: 24px;
	background-position: -4px 0;
}
.live-display {
	width: 873px;
	height: 164px;
	-webkit-box-shadow: 0 5px 5px #e5e5e5;;
	-moz-box-shadow: 0 5px 5px #e5e5e5;
	box-shadow: 0 5px 5px #e5e5e5;
	margin-top: 14px;
	background: #fff;
}
/*选项卡*/
.right-tab,
.right-login {
	width: 310px;
    height:auto!important;
    min-height:200px; 
    height: 200px;
	background: #fff;
	margin-top: 12px;
}
.tab-title,
.per-ent {
	position: relative;
	height: 35px;
	width: 310px;
	background-color: white;
	margin: 0;
	overflow: hidden;
}
.tab-title li,
.per-ent li {
	float: left;
	/*margin-left: 9px;
	margin-right: 8px;*/
    margin-left: 22px;
    margin-right: 21px;
}
.tab-title li a,
.per-ent li a {
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 34px;
	position: relative;
	overflow: hidden;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 34px;
	font-size: 16px;
	color: #040000;
    text-decoration: none !important;
}
.tab-title li.back,
.per-ent li.back {
	border-bottom: 2px solid #d40515;
	height: 34px;
	z-index: 8;
	position: absolute;
}
.tab-title li:last-child,
.per-ent li:last-child {
	margin: 0;
}
.text-a {
	margin-top: 13px;
}
.text-a li {
	display: block;
}
.text-a li a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	padding-left: 18px;
	margin-left: 15px;
	background: url(../images/dot.png) no-repeat left center;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text-a li a:hover {
	color: #00a0e9;
}
.per-ent li a {
	color: #999;
}
.option-div-all > div,
.login-div-all > div {
	display: none;
}
.login-div-all > div {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.notes {
	font-size: 12px;
	color: #999;
	text-indent: 12px;
	line-height: 32px;
	margin-top: 6px;
	margin-bottom: 0;
	font-size: 14px;
}
.login-input-text input[type="text"] {
	width: 264px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #bfbfbf;
	padding-left: 16px;
	color: #333;
}
.chk_1 {
	float: left;
	width: 14px;
	height: 14px;
	margin-left: -25px;
	margin-top: 3px;
}
.chk_1{
    display: none;
}
.chk_1 + label {
	background-color: #FFF;
	border: 1px solid #C1CACA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	margin-bottom: -2px;
	overflow: hidden;
}
.chk_1 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_1:checked + label {
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}
.chk_1:checked + label:after {
	content: '\2714';
	position: absolute;
	top: -4px;
	left: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 1px 0 0 0;
	vertical-align: text-top;
}
.che-login span {
	margin-top: 1px;
	margin-right: 10px;
}
.next-login {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
.text-one {
	margin-bottom: 19px;
}
.text-two {
	margin-bottom: 14px;
}
.btn-login {
	margin-top: 13px;
}
.btn-login button {
	display: block;
	width: 100%;
	height: 34px;
	background: #ff3838;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 2px;
}
.for-rtd a {
	font-size: 16px;
	color: #aaa;
	margin-top: 14px;
	margin-bottom: 18px;
}
.for-rtd a:hover {
	color: #00a0e9;
}
/*活儿展示*/
.title-live {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ededed;
	padding-top: 12px;
	padding-bottom: 11px;
}
.title-live h2 {
	float: left;
	font-size: 16px;
	color: #333;
	border-left: 6px solid #c81624;
	padding-left: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
    font-weight: 500;
}
.title-live a {
	float: right;
	color: #d40515;
	font-size: 12px;
	line-height: 18px;
}
.display-conter {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	height: 102px;
	overflow: hidden;
	margin-top: 1px;
	margin-bottom: 19px;
}
.display-conter li {
	display: block;
	width: 100%;
	height: 34px;
}
.heading {
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 34px;
	width: 54%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.display-conter li span {
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #999;
	padding-right: 30px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.small-icon {
	float: right;
	width: 17px;
	height: 34px;
	background: url(../images/small-icon.png) no-repeat right center;
}
.small-icon:hover {
	background-image: url(../images/small-icon1.png);
}

/*
	重要内容


 */
.bgg-ff {
	background: #fff;
}
.heading-title {
	border-bottom: 1px solid #c8000a;
	padding-top: 15px !important;
}
.heading-title > * {
	float: left;
}
.ding-name {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding-left: 60px;
	margin: 0;
	line-height: 58px;
	background: url(../images/index-logo.png) no-repeat left center;
	width: 234px;
}
.nav-option-all {
	margin-top: 12px;
}
.nav-option-all a {
	float: left;
	width: 150px;
	height: 34px;
	border: 1px solid transparent;
	color: #333;
	text-align: center;
	line-height: 34px;
	border-radius: 34px;
	margin-right: 20px;
}
.nav-option-all a:hover {
	color: #c81624;
}
.avtion {
	color: #f75959 !important;
	border-color: #f75959 !important;
}
.more {
	float: right;
	line-height: 14px;
	font-size: 14px;
	color: #333;
	margin-right: 30px;
	margin-top: 24px;
}
.more:hover {
	color: #00a0e9;
}
.tab-ul {
	width: 1156px;
    width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.tab-ul > li {
	display: none;
}
.tab-ul > li > div {
	overflow: hidden;
}
.nav-prav-next {
	width: 100%;
	height: 110px;
	background: url(../images/line_big.png) no-repeat center center;
    width: 1156px;
    margin-left: auto;
    margin-right: auto;
}
.nav-prav-next li {
	float: left;
	width: 192px;
	position: relative;
	height: 100%;
}
.nav-prav-next2 li {
	width: 165px;
}
.nav-prav-next li a {
	position: absolute;
	font-size: 16px;
	color: #666;
	left: 0;
	text-align: center;
	width: 100%;
}
.nav-prav-next li div {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	color: #999;
	line-height: 24px;
	font-size: 14px;
	display: none;
}
.nav-prav-next li div p {
	text-overflow: -o-ellipsis-lastine;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	width: 100%;
}
.nav-prav-next li:nth-child(odd) a {
	top: 0;
	padding-bottom: 33px;
	background: url(../images/bar.png) no-repeat bottom center;
}
.nav-prav-next li:nth-child(odd) div {
	bottom: 4px;
}
.nav-prav-next li:nth-child(even) a {
	bottom: 0;
	padding-top: 33px;
	background: url(../images/bar.png) no-repeat top center;
}

.nav-prav-next li:nth-child(even) div {
	top: 4px;
}
.nav-prav-next li a:hover {
	color: #00a0e9;
}
.nav-prav-next {
	margin-top: 18px;
	margin-bottom: 15px;
}
.clr-a {
	color: #00a0e9 !important;
}
.display-live-one > div {
	float: left;
}
.live-left {
	/*width: 276px;
	height: 312px;*/
	background: #f4f4f4;
	position: relative;
}
.live-left img {
	display: block;
	max-width: 100%;
	/*height: 288px;*/
}
.pick-l-r {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.pick-l-r a {
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: #00a0e9
}





.live-center {
	width: 458px;
	margin-left: 8px;
	margin-right: 8px;
}
.con-center li {
	width: 100%;
	height: 150px;
	border: 1px solid #e5e5e5;
}
.firm-name {
	margin: 0;
	margin-top: 6px;
}
.firm-name a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	text-indent: 15px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.firm-name a:hover {
    color: #00a0e9 !important;
}
.firm-name p {
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 8px;
}
.score-x {
	display: block;
	width: 78px;
	background: url(../images/xingn.png) repeat-x;
	height: 16px;
}
.score-x i,
.name-s i {
	display: block;
	height: 16px;
	background: url(../images/xingy.png) repeat-x;
}
.name-s {
    margin-bottom: 12px;
}
.num-rate {
    margin-top: 3px;
}
.num_show > div {
	width: 50%;
}
.icon_firm > * {
	width: 20px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.icon_firm > * >img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.img-logo {
	width: 130px;
	height: 80px;
	border: 1px solid transparent;
	text-align:center;
	margin-left: 15px;
	margin-right: 16px;
}
.img-logo a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.img-logo img {
	display: block;
	max-width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.aspect {
	width: 270px;
	height: auto;
}
.aspect>div {
	width: 100%;
	color: #999;
	font-size: 	14px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.aspect>p {
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 4px;
}





 
.redff {
	color: #ff3838 !important;
}
.clr-6 {
	color: #666 !important;
}
.con-center li:first-child {
	margin-bottom: 12px;
}
.live-right {
	width: 450px;
	height: 312px;
	border: 1px solid #e5e5e5;
	float: right;
}
.live-right-ul {
	width: 100%;
	margin-top: 2px;
	height: auto;
}
.live-right-ul li {
	height: 80px;
	margin-top: 19px;
	width: 100%;
}
.live-right-ul li:first-child {
    margin-top: 16px;
}
.hair {
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 16px;
	margin-right: 16px;
}
.hair a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.hair a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}
.name-score {
	float: left;
	width: 74%;
}
.name-s h2 {
	float: left;
	margin: 0;
	font-size: 16px;
	color: #333;
	padding-right: 40px;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.name-s h2 a {
	display: block;
	color: #333;
}
.name-s h2 a:hover {
    text-decoration: none !important;
    color: #00a0e9 !important;
}
.name-s span {
    float: left;
	width: 78px;
	background: url(../images/xingn.png) repeat-x;
	height: 16px;
}
.icon-all >* {
	width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.icon-all img {
	float: left;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}
.num-rate {
	width: 100%;
}
.num-rate span {
	float: left;
	padding-right: 40px;
	color: #999;
	font-size: 14px;
	line-height: 32px;
}
.center-con>div {
	display: none;
}
/*

	品牌企业展示

 */
.pdg-top {
	padding-top: 22px;
}
.live-center-two {
	width: 924px;
	height: 150px;
	display: block;
    overflow: hidden;
    margin-bottom: 12px;
}
.live-center-two ul {
    margin-bottom: 0;
}
.l-r li {
	width: 450px;
	height: 150px;
	border: 1px solid #e5e5e5;
	float: left;
	margin-left: 12px;
    background: #fff;
}
.img-score {
	width: 130px;
	height: auto;
	margin-left: 15px;
	margin-right: 17px;
}
.img-score a {
	display: block;
	width: 100%;
	height: 68px;
	text-align: center;
    position: relative;
    overflow: hidden;
}
.img-score a img {
	display: block;
	max-width: 100%;
	height: auto;
    position: absolute;
    margin: auto;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-score .score-x {
	margin-left: auto;
	margin-right: auto;
    margin-top: 6px;
}
.rate-text {
	width: 270px;
}
.rate-text p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastine;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
}

.live-right-two {
	display: block;
}
.l-r-b {
	margin-bottom: 0;
}
.l-r-b li {
	width: 219px;
	height: 150px;
	float: left;
	border: 1px solid #e5e5e5;
	margin-left: 12px;
    background: #fff;

}
.l-r-b li a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
    line-height: 1;
}
.l-r-b li a:hover span {
    color: #00a0e9 !important;
}
.nome-icon {
	width: 180px;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	/*border: 1px solid #f7f7f7;*/
    border: 1px solid transparent;
    position: relative;
}
.nome-icon img {
	display: block;
	max-width: 100%;
	height: auto;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.l-r-b li a span {
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
}
/*

	广告吗？

 */
.ad-img {
	margin-top: 35px;
}
/*
	速派活儿展示

 */
.fa-live-right {
	width: 924px;
}
.fa-live {
	display: block;
	width: 100% !important;
}
.live-zhan li {
	width: 450px;
	height: 150px;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
	border: 1px solid #e5e5e5;
}
.small-icon2 {
	padding-left: 15px;
	height: 24px;
}
.small-icon2 img {
	float: left;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}
.small-icon2 .clr-a {
	float: left;
	font-size: 12px;
	line-height: 24px;
}
.ju-ti > div:first-child {
	padding-left: 15px;
}
.ju-ti > div:first-child p {
	margin: 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.ju-ti > div:last-child {
	margin-right: 15px;
}
.right-toub {
	margin-top: 20px;
}
.right-toub div {
	display: none;
	text-align: right;
}
.right-toub div p {
	margin: 0;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.right-toub div a {
	display: block;
	width: 120px;
	height: 30px;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 4px;
}
.right-toub div:last-child {
	margin-top: 28px;
}
/*

	培训认证

 */
.train-ul {
	margin-top: 32px;
}
.train-ul li {
	float: left;
	width: 230px;
	height: 200px;
	border: 1px solid #e5e5e5;
	margin-right: 12px;
	position: relative;
}
.train-ul li:last-child {
	margin-right: 0;
}
.train-ul li a {
    display: block;
}
.train-ul li a:hover h2 {
    color: #00a0e9 !important;
}
.train-img {
	width: 200px;
    height: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
}
.train-img img {
	display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.text-notes {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0;
	text-align: center;
}
.moery {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.moery p {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}
.moery p:first-child {
	color: #999;
	line-height: 34px;
}
.moery p:last-child {
	width: 72px;
	height: 24px;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	line-height: 24px;
	margin-top: 3px;
}
/*认证考试*/
.attest li {
	border-bottom: 1px solid #c9c9c9;
}
.name-atte .firm-name {
	width: 38%;
}
.name-atte span {
	float: left;
	line-height: 32px;
	margin-top: 6px;
}
.note-num {
	padding-left: 15px;
	font-size: 14px;
	line-height: 24px;
}
.note-num p:first-child {
	color: #999;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
}
/*

	工程师宝典

 */
.book-ul {
	width: 1200px;
	margin-top: 42px;
	padding-bottom: 42px;
	/*height: 140px;*/
}
.book-ul>li {
	position: relative;
	display: none;
}
.book-ul>li>a {
	position: absolute;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 666
}
.book-ul>li>a:first-child {
	left: -10px;
	top: 50%;
	background: url(../images/prev1.png) no-repeat;

}
.book-ul>li>a:last-child {
	right: -10px;
	top: 50%;
	background: url(../images/next1.png) no-repeat;
}
.book-ul>li>a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.one-two {
	width: 1124px;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	overflow: hidden;
    position: relative;
}
.one-two ul {
	width: 800%;
	position: relative;
}
/*

	合作伙伴

 */
.partner {
	margin-top: 30px;

}
.partner li {
	width: 160px;
	height: 90px;
	/*border: 1px solid #e5e5e5; */
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
.partner li a {
	display: block;
	width: 100%;
	height: 90px;
	text-align: center;
	/*padding-top:50px; */
    position: relative;
}
.partner li a img {
	display: block;
	max-width: 80%;
	height: auto;
	margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*
	手机下载二维码

		联系客服

			返回顶部

 */
/*#absolute_all .er-phone-top {
  width: 54px;
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 11;
}
#absolute_all .er-phone-top ul {
  position: relative;
}
#absolute_all .er-phone-top ul li {
  min-width: 54px;
  height: 54px;
  border-bottom: 1px solid #f4f4f4;
  background: #666;
}
#absolute_all .er-phone-top ul li:last-child {
  border-bottom: none;
  height: 54px;
}
#absolute_all .er-phone-top ul li > a {
  display: block;
  width: 54px;
  height: 54px;
  background-size: 70% !important;
}
#absolute_all .er-phone-top ul li:first-child > a {
    background: url(../images/fixed_1_kf.png) no-repeat center center;
}
#absolute_all .er-phone-top ul li:nth-child(2) > a {
     background: url(../images/fixed_2_app.png) no-repeat center center;
}
#absolute_all .er-phone-top ul li:nth-child(3) > a {
  background: url(../images/fixed_3_gzh.png) no-repeat center center;
}
#absolute_all .er-phone-top ul li:nth-child(4) > a {
  background: url(../images/fixed_4_dh.png) no-repeat center center;
}
#absolute_all .er-phone-top ul li:nth-child(5) > a {
  background: url(../images/fixed_6_bz.png) no-repeat center center;
}

#absolute_all .er-phone-top ul li:last-child > a {
  background: url(../images/fixed_5_db.png) no-repeat center center;
}
#absolute_all .er-phone-top ul li:hover {
  background: #f75959;
}
#absolute_all .over-block {
  position: absolute;
  right: 54px;
  top: -100px;
  width: 120px;
  height: 280px;
  border: 1px solid #f75959;
  background: #f75959;
  display: none;
}
#absolute_all .over-block span {
  position: absolute;
  right: -7px;
  top: 110px;
  background: url(../images/left_jian.png) no-repeat center center;
  width: 9px;
  height: 16px;
}
#absolute_all .er-phone-top ul li:hover > div {
  display: block;
}
#absolute_all .er-one {
  overflow: hidden;
  width: 100%;
}
#absolute_all .er-one > div {
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
}
#absolute_all .er-one > div:first-child {
  margin-top: 14px;
}
#absolute_all .er-one > div img {
  display: block;
  max-width: 100%;
  height: auto;
}
#absolute_all .er-one p {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#absolute_all .er-one p:first-child {
	margin-top: 4px;
}
#absolute_all .over-block2,
#absolute_all .over-block3,
#absolute_all .over-block4,
#absolute_all .over-block5,
#absolute_all .over-block6 {
  height: 53px;
  background: #f75959;
  min-width: 80px;
  position: absolute;
  line-height: 54px;
  color: #fff;
  text-align: right;
  padding-right: 15px;
  white-space: nowrap;
  padding-left: 15px;
  display: none;
}
#absolute_all .over-block2 {
  right: 54px;
  top: 162px;
}
#absolute_all .over-block3 {
  right: 36px;
}
#absolute_all .over-block4 {
  right: 54px;
  top: 66px;
  width: 120px;
  height: auto;
}
#absolute_all .over-block5 {
  right: 54px;
  top: -83px;
  width: 150px;
  height: 190px;
  background-image: url(../images/su_xiao_pai.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent !important;
  z-index: 6;
}
#absolute_all .over-block6 {
   right: 54px;
   top: 216px;
}
#absolute_all .over-block5 a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 53px;
	display: block;
	text-align: center;
	background-color: #f75959;
	color: #fff;
	z-index: -1;
}
#absolute_all .over-block2 a,
#absolute_all .over-block4 a,
#absolute_all .over-block6 a {
  font-size: 14px;
  color: #fff;
}
#absolute_all .three {
  display: none;
}*/


/********新的右边悬浮栏*************/
a:focus {
    outline: none;
}

#main-one-wrap {
    right: 20px;
    position: fixed;
    top: 36%;
    z-index: 11;
    /* transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}

.main-two-wrap ul {
    margin-bottom: 0;
}

    .main-two-wrap ul li.item-li-nav .wrap-hover {
        position: relative;
        background: #666;
    }

        .main-two-wrap ul li.item-li-nav .wrap-hover a.a-style {
            width: 54px;
            height: 54px;
            display: block;
            background-position: center center;
            background-size: 70%;
            background-repeat: no-repeat;
            border-top: 1px solid #fff;
            font-size: 0;
        }

    .main-two-wrap ul li.item-li-nav:first-child > .wrap-hover a.a-style {
        border-top: 1px solid transparent;
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-QQkf {
        /*background-image: url(images/fixed_1_kf.png);*/
        background-image: url(../images/fixed_1_kf.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-spAPP {
        background-image: url(../images/fixed_2_app.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-wxgzh {
        background-image: url(../images/fixed_3_gzh.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-kfphone {
        background-image: url(../images/fixed_4_dh.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-bzzx {
        background-image: url(../images/fixed_6_bz.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover a.icon-fhdb {
        background-image: url(../images/fixed_5_db.png);
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-add {
        display: block;
        position: absolute;
        right: 54px;
        min-width: 150px;
        display: none;
        top: 1px;
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top > a {
        display: block;
        width: 100%;
        height: 53px;
        display: block;
        text-align: center;
        background-color: #f75959;
        color: #fff;
        line-height: 54px;
        white-space: nowrap;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top {
        top: -89px;
    }

        .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top a {
            text-align: center;
            margin-bottom: 1px;
        }

        .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top i {
            display: block;
            width: 82px;
            height: 100px;
            background-image: url(../images/su_xiao_pai.png);
            margin: 0 auto;
            margin-bottom: -10px;
        }

    .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top2 {
        padding: 20px;
        background-color: #f75959;
    }

        .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top2 span {
            display: block;
            width: 85px;
            height: 85px;
            margin: 0 auto;
        }

            .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top2 span img {
                display: block;
                max-width: 100%;
                height: auto;
            }

        .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top2 div {
            padding-top: 10px;
        }

            .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top2 div p {
                margin-bottom: 0;
                color: #fff;
                text-align: center;
                font-size: 12px;
                line-height: 22px;
            }

    .main-two-wrap ul li.item-li-nav .wrap-hover .ptn-top3 > a {
        display: block;
        width: 100%;
        height: 53px;
        display: block;
        text-align: right;
        background-color: #f75959;
        color: #fff;
        line-height: 54px;
        white-space: nowrap;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
    }

.item-li-nav:hover .ptn-add {
    display: block !important;
}

.item-li-nav:hover .a-style {
    background-color: #f75959;
}

/********新的右边悬浮栏end*************/

/*登录style*/

.all_right {
	margin-top: 12px;
	background: #fff;
    -webkit-box-shadow: 0 5px 5px #e5e5e5;
	-moz-box-shadow: 0 5px 5px #e5e5e5;
	box-shadow: 0 5px 5px #e5e5e5;
}
.load_right_all {
	width: 315px;
	min-height: 200px;
	background: #fff;
}
.load_xin_top {
	width: 100%;
	height: 190px;
	background-image: url(../images/load_top_bg.png);
	background-repeat: no-repeat;
	background-position: 100px 20px;
}
.load_img_icon {
	width: 100px;
	height: 100px;
	border: 4px solid #76d7f7;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
}
.load_img_icon a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
    z-index: 2;
}
.load_img_icon a img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.text_load_xin {
	margin-top: 20px;
	margin-left: 20px;
    width: 52%;
}
.text_load_xin h2 {
	font-size: 18px;
	color: #333;
	margin: 0;
	line-height: 44px;
	font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.weload_img_icon {
	border-color: #e5e5e5;
}
.text_load_xin > p {
	margin-bottom: 0;
	font-size: 14px;
	color: #999;
	line-height: 18px;
}
.text_load_xin > p:first-child {
	margin-top: 31px;
}
.icon_msll {
	height: 20px;
	margin-top: 12px;
}
.icon_msll span {
	float: left;
	width: 24px;
	height: 20px;
	position: relative;
	margin-right: 12px;
}
.icon_msll span > img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.link_two_btn {
	width: 240px;
	margin-left: 20px;
	margin-top: 20px;
	height: 28px;
}
.link_two_btn > a {
	width: 100px;
	height: 28px;
	border: 1px solid #f75959;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	color: #f75959;
	border-radius: 2px;
}
.link_two_btn > a:first-child {
	float: left;
}
.link_two_btn > a:last-child {
	float: right;
}
.link_two_btn > a:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #f75959 !important;
}
.link_two_btn > a:focus {
    text-decoration: none !important;
}
/*固定的选项*/
.option_fiur_a {
	width: 100%;
	height: 82px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.option_fiur_a li {
	float: left;
	border-right: 1px solid #e5e5e5;
	height: 80px;
	width: 79px;
    overflow: hidden;
}
.option_fiur_a li:last-child {
	border-right: none;
}
.option_fiur_a li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
	font-size: 12px;
    overflow:hidden;
}
.option_fiur_a li a > span {
	display: block;
	width: 30px;
	height: 26px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.option_fiur_a li a > span > img {
	display: block;
	max-width: 110%;
	height: auto;
	margin: auto;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.option_fiur_a li a > i {
	display: block;
	text-align: center;
	line-height: 34px;
}
.option_fiur_a li a:hover {
	color: #f75959;
}
/*


	新加的选项




 */
.left-nav > li:nth-child(4) {
	padding-bottom: 24px;
}
.left-nav > li:last-child {
	width: 100%;
	height: 100px;
	background: #e5e5e5;
	padding-top: 14px;
	overflow: hidden;
}
.left-nav > li:last-child >h2:hover {
	background: #e5e5e5;
	color: #333;
}
.left-nav > li:last-child >h2 {
	text-indent: 0;
	text-align: center;
	font-size: 14px;
}
.qyzq_icon {
	display: block;
	width: 40px;
	height: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
.qyzq_icon > img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.three_zq {
	background: #f9f9f9 !important;
    overflow: hidden;
}
.area_trade {
    float: left;
    width: 464px;
    height: auto;
    min-height: 318px;
    margin-top: 13px;
    margin-left: 28px;
}
.area_trade > li {
    width: 116px;
    float: left;
    text-indent: 30px;
    height: 66px;
    line-height: 66px;
    background-position: left center;
    background-repeat: no-repeat;
}
.area_trade > li > a {
    color: #666;
    font-size: 14px;
}
.area_trade > li > a:hover {
    color: #f75959;
}
.area_trade_one > li:first-child {
    background-image:  url(../images/one_1_1.png);
}
.area_trade_one > li:nth-child(2) {
    background-image:  url(../images/one_2_2.png);
}
.area_trade_one > li:nth-child(3) {
    background-image:  url(../images/one_3.png);
}
.area_trade_one > li:nth-child(4) {
    background-image:  url(../images/one_4.png);
}
.area_trade_one > li:nth-child(5) {
    background-image:  url(../images/one_5.png);
}
.area_trade_one > li:nth-child(6) {
    background-image:  url(../images/one_6.png);
}
.area_trade_one > li:nth-child(7) {
    background-image:  url(../images/one_7.png);
}
.area_trade_one > li:nth-child(8) {
    background-image:  url(../images/one_8.png);
}
.area_trade_one > li:nth-child(9) {
    background-image:  url(../images/one_9.png);
}
.area_trade_one > li:nth-child(10) {
    background-image:  url(../images/one_10.png);
}
.area_trade_one > li:nth-child(11) {
    background-image:  url(../images/one_11.png);
}
.area_trade_one > li:nth-child(12) {
    background-image:  url(../images/one_12.png);
}
.area_trade_one > li:nth-child(13) {
    background-image:  url(../images/one_13.png);
}
.area_trade_one > li:nth-child(14) {
    background-image:  url(../images/one_14.png);
}
.area_trade_one > li:nth-child(15) {
    background-image:  url(../images/one_15.png);
}
.area_trade_one > li:nth-child(16) {
    background-image:  url(../images/one_16.png);
}
.area_trade_two > li:first-child {
     background-image:  url(../images/two_1.png);
}
.area_trade_two > li:nth-child(2) {
     background-image:  url(../images/two_2.png);
}
.area_trade_two > li:nth-child(3) {
     background-image:  url(../images/two_3.png);
}
.area_trade_two > li:nth-child(4) {
     background-image:  url(../images/two_4.png);
}
.area_trade_two > li:nth-child(5) {
     background-image:  url(../images/two_5.png);
}
.area_trade_two > li:nth-child(6) {
     background-image:  url(../images/two_6.png);
}
.area_trade_two > li:nth-child(7) {
     background-image:  url(../images/two_7.png);
}
.area_trade_two > li:nth-child(8) {
     background-image:  url(../images/two_8.png);
}
.area_trade_two > li:nth-child(9) {
     background-image:  url(../images/two_9.png);
}
.area_trade_two > li:nth-child(10) {
     background-image:  url(../images/two_10.png);
}
.area_trade_two > li:nth-child(11) {
     background-image:  url(../images/two_11.png);
}
.area_trade_two > li:nth-child(12) {
     background-image:  url(../images/two_12.png);
}
.area_trade_two > li:nth-child(13) {
     background-image:  url(../images/two_13.png);
}
.area_trade_two > li:nth-child(14) {
     background-image:  url(../images/two_14.png);
}


 
.left_a_con {
	float: left;
	width: 464px;
	height: auto;
    min-height: 318px;
    /*border-right: 1px solid #e5e5e5;*/
    border-right: 1px solid transparent;
	margin-top: 18px;
	margin-left: 27px;
}
.left_a_con > li {
	width: 200px;
	margin-right: 30px;
	float: left;
	min-height: 100px;
}
.left_a_con > li > h2 {
	margin: 0;
	height: 31px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 45px;
	color: #f75959;
	background-repeat: no-repeat;
    background-position: 14px center;
}
.left_a_con > li:nth-child(even) {
    margin-right: 10px;
}
.a_option_all {
	margin-top: 9px;
}
.a_option_all a {
	float: left;
	line-height: 20px;
	width: auto;
	height: 20px;
	color: #666;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 50px;
}
.a_option_all a:hover {
	color: #00a0e9;
}
.four_ul {
    width: 100%;
    border-right: none !important;
}
.four_ul > li > h2 {
    background-image: url(../Images/four_all.png);
}
.four_ul > li:nth-child(even) {
    margin-right: 30px !important;
}
.four_ul > li:nth-child(3n) {
    margin-right: 0 !important;
}
.five_ul > li {
    min-height: 70px;
    height: 70px;
}
.five_ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.five_ul > li > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.one_1 {
	background-image: url(../images/one_1_1.png);
}
.one_2 {
	background-image: url(../images/one_2_2.png);
}
.one_3 {
	background-image: url(../images/one_3.png);
}
.one_4 {
	background-image: url(../images/one_4.png);
}
.one_5 {
	background-image: url(../images/one_5.png);
}
.one_6 {
	background-image: url(../images/one_6.png);
}*/

/*.two_1 {
	background-image: url(../images/two_1.png);
}
.two_2 {
	background-image: url(../images/two_2.png);
}
.two_3 {
	background-image: url(../images/two_3.png);
}
.two_4 {
	background-image: url(../images/two_4.png);
}
.two_5 {
	background-image: url(../images/two_5.png);
}
.two_6 {
	background-image: url(../images/two_6.png);
}*/


.three_1 {
	background-image: url(../images/three_1.png);
}
.three_2 {
	background-image: url(../images/three_2.png);
}
.three_3 {
	background-image: url(../images/three_3.png);
}
.three_4 {
	background-image: url(../images/three_4.png);
}
.three_5 {
	background-image: url(../images/three_5.png);
}
.three_6 {
	background-image: url(../images/three_6.png);
}
.right_icon_con {
	width: 170px;
	float: right;
	height: 336px;
	margin-right: 12px;
}
.right_icon_con > li {
	display: block;
	width: 100%;
	height: 336px;
}
.right_icon_con > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
    cursor: default;
}
.right_icon_con > li > a >img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.right_icon_con > li:nth-child(2) {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.lv_bg_num {
    width: 56px !important;
    background: url(../images/lv_all.png) no-repeat center center;
    color: #f29318;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    text-indent: 3em;
    margin-right: 10px;
    overflow: hidden;
}