﻿*{
	padding: 0;
	margin: 0;
}
body,html{
	background-color: #FFFFFF;
	color: #434343;
	font-family:"微软雅黑", "Microsoft YaHei","arial";
	font-size: 14px;
	
}
body{min-width: 1200px;}

select,input,textarea{
	font-family:"微软雅黑", "Microsoft YaHei","arial";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
	text-decoration: none;
	color: #434343;
}
a.hasunder{
	text-decoration:none;
}
.hasunder:hover{
	color: #05D5F9;
	cursor: pointer;
}
a.hasunder_lg{
	text-decoration: none;color: #00aaee;
}
.hasunder_lg:hover{
	color: #05D5F9;
	cursor: pointer;
}
.hashover:hover{
	color: #05D5F9;
	cursor: pointer;
}
textarea{
	font-size: 14px;
	line-height: 24px;
	text-indent: 10px;
	display: block;
}
input,textarea{
	margin: 0;
	padding: 0;
	border: 1px solid #DBDBDB;
}
input.noboder{
	border: none;
}
input:focus,textarea:focus{
	outline-color: #05D5F9;
}
input.ipt_h40{
	height: 40px;
	font-size: 18px;
	text-indent: 10px;
}
.w_allscreen{
	width: 100%;
}
.input_conp150{
	padding-left: 150px;
}
select{
	border: none;
	background: none;
	width: 120px;
	height: 28px;
	border-left:1px solid #DBDBDB ;
	border-right:1px solid #DBDBDB ;
	font-size: 14px;
	color: #434343;
	font-family: "微软雅黑","microsoft yahei";
}
.w_ban{
	width: 50%;
}
.w150{
	width: 150px;
}
.w300{
	width: 300px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
.w1230{
	width: 1230px;
	margin: 0 auto;
}
.h170{
	height: 170px;
}
.h250{
	height: 250px!important;
}
.h300{
	height: 300px!important;
}
.h400{
	height: 400px!important;
}
.ty_h20{ height:20px;}

ul li{
	list-style: none;
}
.clear{
	clear: both;
}
.bluebg{
	background-color: #00aaee;
}
.whitebg{
	background-color: #FFFFFF;
}
.graybg{
	background-color: #4c4c4c;
}
.graylowbg{
	background-color: #f6f6f6;
}
.blankbg{
	background-color: #333333;
}
.yellowbg{
	background-color: #fff799;
}
.whiteword{
	color: #FFFFFF!important;
}
.blueword{
	color: #00AAEE!important;
}
.blueword.hashover:hover{
	color: #05D5F9!important;
}
.blueword.hasunder:hover{
	color: #05D5F9!important;
}
.bluehighword{
	color: #05D5F9!important;
}
.redword{
	color: #e60012;
}
.grayword{
	color: #aaaaaa;
}
.grayhigh{
	color: #707070;
}
.orgword{
	color: #ff9900;
}
.hasallborder{
	border: 1px solid #DBDBDB;
}
.hasrightborder{
	border-right: 1px solid #DBDBDB;
}
.hasbottomborder{
	border-bottom: 1px solid #DBDBDB;
}
.hasbottomborder_dashed{
	border-bottom: 1px dashed #DBDBDB;
}
.hastopborder_dashed{
	border-top: 1px dashed #DBDBDB;
}
.noboder{
	border: none!important;
}
.radius2{
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.radius4{
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.opcity9{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.opcity8{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.opcity7{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.opcity5{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.opcity3{
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.bg_cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
a.more_link{
	width: 85px;
	font-size: 14px;
	text-align: right;
	color: #434343;
	line-height: 70px;
	float: right;
}
.btn{
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	display: inline-block; border-radius: 5px;
}
.loginbtn .l_but{ font-style: normal; color: #00AAEE;font-size: 14px;}
.loginbtn .l_but:hover{color: #05d5f9;font-size: 14px;}
.btn.ban{
    background-color: #AAA;
}
.btn.ban:hover{
    background-color: #CCC;
}
#slider a.title.ban{
    /*color: #9a9a9a;
    background: #FFF;*/
}
.blue_btn{
	background-color: #00AAEE;
	color: #FFFFFF!important;
}
.blueborder_btn{
	/*border: 1px solid #00AAEE !important;*/
}
.blue_btn:hover{
	background-color: #05d5f9;
	color: #FFFFFF!important;
	cursor: pointer;
}
.login_btn{
	font-size: 18px;
}
.allscreen_btn{
	width: 100%;
	display: block; font-style: normal; border: none; border-radius: 25px;
}
.btn-w100{
	width: 100px;
}
.btn-w120{
	width: 120px;
}
.btn-w150{
	width: 150px;
}
.btn_h30{
	height: 30px;
	line-height: 30px;
}
.textright{
	text-align: right;
}
.hasindent{
	text-indent: 2em;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.padright3{
	padding-right: 30px;
}
.require_red:before{
	content: '*';
	font-size: 14px;
	color: #e60012;
	padding-right: 8px;
}
.list li{
	line-height: 32px;
	padding: 16px 0px;
	color: #434343;
	font-size: 16px;
}
.list li a{
	color: #434343;
	font-size: 16px;
}
.list li a:hover{
	color: #05d5f9;
}
.blur {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(3px); /* Chrome, Opera */
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); /* IE6~IE9 */
}
.blurbig {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
.grad_white{
    height: 200px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.6), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,0.6), rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,0.6), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0)); /* 标准的语法（必须放在最后） */
}
.grad_blue{
    height: 200px;
    background: -webkit-linear-gradient(left, rgba(0,170,238,0.8), rgba(0,170,238,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(0,170,238,0.8), rgba(0,170,238,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(0,170,238,0.8), rgba(0,170,238,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(0,170,238,0.8), rgba(0,170,238,0)); /* 标准的语法（必须放在最后） */
}
.grad_org{
    height: 200px;
    background: -webkit-linear-gradient(left, rgba(255,153,0,0.8), rgba(255,153,0,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255,153,0,0.8), rgba(255,153,0,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(255,153,0,0.8), rgba(0,170,238,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255,153,0,0.8), rgba(255,153,0,0)); /* 标准的语法（必须放在最后） */
}
/*搜索框*/
.search_div{
	width: 180px;
	height: 28px;
	border: 1px solid #fff; border-radius: 5px;  margin: 12px 0px 5px 0px; background-color: none;
	line-height: 28px;color: #fff;
}
.search_div label{
	padding: 0 8px;
	font-size: 14px;
	margin: 6px 0;
	line-height: 18px;color: #fff;
	
}
.search_div input{
	height: 28px;
	line-height: 28px;
	width: 150px;
	float: left;
	color: #fff;
	font-size: 14px;
	text-indent: 5px;background:rgba(0,0,0,.0)
}
.search_div input::-webkit-input-placeholder {
      color: #fff;
    }
.search_div    input::-moz-input-placeholder {
      color: #fff;
    }
 .search_div   input::-ms-input-placeholder {
      color: #fff;
    }
.search_div .search_btn{
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(../images/icon/icon_search.png);
	margin-left:5px; margin-top: 5px;
	
}
.search_div .search_btn:hover{
	background: url(../images/icon/icon_searchon.png);
	cursor: pointer;
}
/*
 *列表分页样式 
 */
.pagelist_div{
	height: 70px;
	/*background: #f6f6f6 none repeat scroll 0 0;*/
    margin: 30p.x 0 50px;
    text-align: center;
    width: 100%;
}
.pagelist_div>div{
    display: inline-block;
    text-align: center;
}
.pagelist_div a, .pagelist_div span{
 	background: #e7ebee none repeat scroll 0 0;
    color: #5a5a5a;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    margin-top: 17px;
    text-align: center;
    width: 60px; border-radius: 5px;
}
.pagelist_div .current {
    background: #00aaee none repeat scroll 0 0;color: #fff;
}
/*
 * header
 */

.header_bg{width: 100%;background: url(../images/header_bg.png) repeat;
	height: 100px;position: relative;top:100px;z-index:3}
.lb_body{ position: relative;height:520px;top:-100px;z-index: 2; }
.lb_body_ej{ position: relative;height:400px;top:-100px;z-index: 2;  }
.lb_body_center{ position: relative;height:300px;top:-100px;z-index: 2; margin-bottom: 20px; }
.lb_body_peo{ position: relative;height:300px;top:-100px;z-index: 2;  }
.header{  
	height: 100px;
	font-size: 0;
	-overflow: hidden; 
}
.header_logo{
	float: left; margin: 5px 0px 0px 0px ;
}
.header_ss_box{width:1000px;  height: 100px;}
.header_ss_box_zc{width:520px;  height:40px; }

.menucon{
	float: left;
	padding-left: 10px;
	font-size: 0;
}
.menulist>li{
	display: inline-block;
     margin-left: 35px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1em;
    font-size: 16px;
}
.menulist>li .child_menu{
	display: none;
}
.menulist>li:hover .child_menu{
	display: block;
}
.menulist>li a {
    color: #fff;
	display: block;
    position: relative;
    font-size: 16px;
    line-height: 60px;
}
.menulist>li a i{
	display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #00aaee;
}

.menulist>li a:hover{
    color: #49dafe;
}

.menulist>li a:hover i,.menulist>li.on a i ,.menulist>li.active a i {
    left: 0;
    right: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.web_enter{
	float: right;
	font-size: 0;
}
.web_enter>a{
	display: inline-block;
	width: 80px;
	 
	text-align: center;
	font-size: 14px;
}
.web_enter a.login_enter{ background: url(../images/l_user.png) no-repeat left ; padding-left: 25px; height: 25px;
	color: #49dafe; 
}
.web_enter .login_enter:hover{
	color: #00AAEE;
}
.web_enter a.register_enter{
	color: #49dafe;border-left: 1px solid #49dafe;margin: 20px 10px 10px 0px; height: 15px; line-height: 15px;

}
.web_enter .register_enter:hover{
	color: #00AAEE;
}

/*
 * 二级导航
 */
.child_menu{
	position:absolute;
    top: 70px;
    left: 0px;
    height: auto;
    width: 100%;
    height: 150px;
    text-align: left;
    border-top: 1px solid #E8E8E8;
    z-index: 90;
}
.child_menubg{
    background: #333;
    position: fixed;
	opacity: 0.5;
	filter: alpha(opacity=50);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 70px;
}

.child_menu .childcon{
	height: 100%;
	width: 100%;
	position: absolute;
}
.childlist ul{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.childlist ul>li{
    display: inline-block;
    padding: 0 5px;
    margin-top: 20px;
    width: 270px;
    line-height: 40px;
}
.childlist ul>li a {
    border: 1px solid #dbdbdb;
    color: #434343;
    padding: 0 20px;
    margin: 0 10px;
    display: block;
    text-align: left;
    line-height: 40px;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.childlist ul>li a:hover {
    border: 1px solid #00AAEE;
    text-decoration: none;
    color: #00AAEE;
}
.c-btn {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 100%;
}
.c-btn--border-line {
    background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0px transparent;
}
.c-btn--border-line:hover:before {
    border-bottom-color: #00AAEE;
    border-left-color: #00AAEE;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.c-btn--border-line:hover:after, .c-btn--border-line:hover:before {
    width: 100%;
    height: 100%;
}
.c-btn--border-line:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}
.c-btn--border-line:after, .c-btn--border-line:before {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.c-btn:before {
    content: '';
    display: block;
    position: absolute;
}
.c-btn:after {
    content: '';
    display: block;
    position: absolute;
}
.c-btn--border-line:hover:after {
    border-top-color: #00AAEE;
    border-right-color: #00AAEE;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.c-btn--border-line:after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * 需求三步
 */
.threestep{
	width: 100%;
	height: 70px;
	background: url(../images/threesetp_bg.png) no-repeat;
}
.second-link {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.second-link a {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    height: 100%;
    text-decoration: none!important;
    color: #434343;
    cursor: default;
}
.second-link a.more_link{
	width: 50px;
	font-size: 14px;
	text-align: right;
	color: #434343;
	line-height: 60px;
	float: right;
	cursor: pointer;
}
.second-link span{
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    margin:9px 10px;
    border: 1px solid #DBDBDB;
    border-radius: 100%;
    -moz-border-radius: 100%;
   position: relative;
}
.second-link img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 3px;
    top: 3px;
}
.second-link a:hover img {
    -o-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.second-link p {
    padding-left: 25px;
    float: left;
    text-align: left;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #3e4654;
}

/*
 * 首页列表块公共头部title
 */
.block_title{
	width: 100%;
	height: 70px;
	line-height: 70px; border-bottom: 1px solid #ddd;
}
.block_title h1{
	font-size: 22px;
	line-height: 70px;
	margin: 0;
	padding: 0;
}
.block_title h1:before{
	content: '';
	width: 3px;
	height: 22px;
	background-color: #00AAEE;
	display: block;
	margin: 25px 20px 0 0;
	float: left;
}

.block_title{
	width: 100%;
	height: 70px;
	line-height: 70px; border-bottom: 1px solid #ddd;
}
.block_title h1{
	font-size: 22px;
	line-height: 70px;
	margin: 0;
	padding: 0;
}
.block_title h1:before{
	content: '';
	width: 3px;
	height: 22px;
	background-color: #00AAEE;
	display: block;
	margin: 25px 20px 0 0;
	float: left;
}

/*
 * 保险种类列表
 */
.block_content{
	position: relative;
	height: 450px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	}
	
/*
 * 新闻动态列表
 */
.newsblock{
	width: 49%; 
	float: left;
	height: 395px;
}
.newscon{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px; background-color: #fff;box-shadow: 0px 0px 5px #bbbbbb; margin-top: 10px;
}
.newscon .neswsimgbg{
	position: absolute;
	z-index: 0;
}
.neswsimgbg.neswsimgbg_jz{
	top: 0;
	left: 0; background-position: top; background-size: 100%;
}
.neswsimgbg.neswsimgbg_bx{
	bottom: 0;
	right: 0;
}
.newsblock .newstitle{
	padding: 10px 20px 0px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 400; z-index: 999; position: relative;
}
.newlist{
	padding: 5px 0 5px 20px;
	overflow: hidden;
}
.newlist li{
	position: relative;
	z-index: 1;
}
.newlist li:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
	border-left: 4px solid #00AAEE;
    border-bottom: 4px solid #fff;
    position: absolute;
    left: 0;
    top: 24px;
}
.newlist li a{
	display: block;
	padding: 0 100px 0 20px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.newlist li .datetime{
	position: absolute;
	right: 20px;
	top: 5px;
}

/*
 * 三个特色
 */
.threespecial .second-link a{
	width: 30%;
}

/*
 * 合作伙伴
 */
.companer{
	margin-bottom: 20px;
}
.companer ul{
	font-size: 0;
	padding: 15px 0;
}
.companer ul li{
	display: inline-block;
	width: 150px;
	height: 90px;
	overflow: hidden;
}
.companer ul li a:hover img:first-of-type{
	display: none;
}
/*
 * 底部
 */
.footer{
	/*border-top: 1px solid #000000;*/
}
.footer,.footercon{
	width: 100%;
	overflow: hidden;
}
.footercon{
	color: #FFFFFF;
}
.footercon .block_title{
	color: #FFFFFF;
}
.footblock{
	width: 50%;
	float: left;
}
.footertop{
	height: 190px;
}
.contact_block{
	float: left;
	padding: 0 30px;
	text-align: center;
}
.contact_block h1{
	font-size: 22px;
}
.weixincon{
	padding:40px 20px 20px;
	position: relative;
}
.weixincon p,.weixincon p a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.weixincon p a{
	text-decoration: underline;
	margin-right: 20px;
}
.weixincon img{
	position: absolute;
	right: 0;
	bottom: -10px;
}
.linkon{
	padding: 20px 100px 30px 0;
	position: relative;
}
.linklist li{
	display: inline-block;
	margin-right: 30px;
}
.linklist li a{
	color: #FFFFFF;
}
.linkon .footlogo{
	position: absolute;
	padding: 20px 0;
	right: 0;
	top: 0;
}
.webifo{
	line-height: 28px;color: #bbb;
	 text-align: center;
}


/*
 * 登录注册
 */

.loginban{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.loginban_cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: -1;
}
.login_container{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -420px;
	margin-top: -260px;
	width: 840px;
	background: #f1f2f3;
	height: 520px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.login_containerbg{
	position: absolute;
	z-index: -1;
	/*background: #000000;*/
	width: 100%;
	height: 100%;
	padding: 10px;
	left: -10px;
	top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.login_content{
	width: 100%;
	height: 100%;
}
.login_block{
	width: 380px;
	padding: 0 20px;
	height: 100%;
	float: left;
	position: relative;
}
.login_block .block_title{
	z-index: 2;
	position: absolute;
	top: 0;
	/*left: 20px;*/
}
.login_close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/icon/invite_bootom_close.png) no-repeat center center;
	z-index: 4;
}
.login_close:hover{
	cursor: pointer;background: url(../images/icon/invite_bootom_close_h.png) no-repeat center center;
}
.login_titlebg{
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	top: 0;
	z-index: 0;
}
.loginbg{
	background: url(../images/login_bg.jpg) no-repeat;
}
.registerbg{
	background: url(../images/register_bg.jpg) no-repeat;
}
.loginbtn{
	position: absolute;
	bottom: 20px;
	width: 85%;
}

.login_formstyle{
	padding: 20px;
}
.login_inputrow{
	height: 30px;
	overflow: hidden;
	/*border: 1px solid #aaaaaa;*/background-color: #f8f8f8;
	position: relative;
	margin-bottom: 20px;  border-radius: 25px; 
}
.login_inputrow.loginrowon{
	/*border-bottom: 1px solid #00AAEE;*/
}
i.login_icon{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0; margin-left: 10px;  
}
.user_icon{
	background: url(../images/icon/user_.png) no-repeat center center;
}
.loginrowon .user_icon{
	background: url(../images/icon/user.png) no-repeat center center;
}
.lock_icon{
	background: url(../images/icon/lock_.png) no-repeat center center;
}
.loginrowon .lock_icon{
	background: url(../images/icon/lock.png) no-repeat center center;
}
.yanz_icon{
	background: url(../images/icon/safe_.png) no-repeat center center;
}
.loginrowon .yanz_icon{
	background: url(../images/icon/safe.png) no-repeat center center;
}
.loginrowon .spread_icon {
	background: url(../images/icon/spread_.png) no-repeat center center;
}
.spread_icon {
	background: url(../images/icon/spread.png) no-repeat center center;
}
.login_input{
	border: none;
	background: none;
	display: block;
	margin-left: 45px;
	height: 100%;
	font-size: 14px;
	width: 90%;
}
.login_input:focus{
	outline: none;
}
.yanz_row{
	overflow: hidden;
	width: 100%;
}
.yanz_row .login_inputrow{
	width: 60%;
	float: left;
}
.yanz_img>a{
    display: inline-block;
    height: 30px
}
.yanz_img>a.yanz_code{
    width: 100px;
}
.login_btncon{
	padding: 20px 0;
}
.login_type{
	padding: 20px 20px 0px 20px;
	text-align: center; 
}
.login_type a{
	display: inline-block;
	width: 120px;
	height: 30px;
	border: 1px solid #DBDBDB;
	font-size: 14px;
	color: #434343;
	margin: 0 10px;
	line-height: 30px;
}
.login_type a:hover,.login_type a.active{
	border: 1px solid #00AAEE;
	color: #00AAEE;
	cursor: pointer;
}
.block_title_dl{
	position: relative;
	 top:0px;margin-bottom: 30px;  margin-top: 50px;
}
.block_title_dl h1{color: #434343;
	
	font-size: 18px;
	text-align: left;
	font-weight: 400; }
.block_title_dl h1:before {
    height: 18px;
    margin: 20px 20px 0 0;
}
/*已经登录个人中心入口*/
.haslogin_enter{
	position: relative;
	width: 100px;
	height: 70px;
}
.haslogin_enter:hover{
	cursor: pointer;
}
.haslogin_enter:hover .user_ban{
	display: block;
}
.user_face{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	left: 25px;
}
.user_ban{
	position: absolute;
	width: 300px;
	height: 160px;
	top: 70px;
	right: -100px;
	z-index: 1;
	font-size: 14px;
	display: none;
}
.user_banifo{
	width: 100%;
	height: 45px;
	background-color: #EFF3F6;
}
.user_banifocon{
	padding-left:70px;
	background: url(../images/icon/control_user.png) no-repeat 20px center;
}
.user_banifocon>div{
	line-height: 22px;
	font-size: 12px;
}
.user_enterlist{
	padding:10px 20px 10px 50px;
	height: 55px;
}
.user_enterlistcon{
	border-bottom: 1px solid #DBDBDB;
	font-size: 0;
}
.user_enterlistcon>a{
	padding: 20px 0;
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 14px;
}
.user_enterlistcon>a:hover{
	color: #05D5F9;
	cursor: pointer;
}
a.user_message{
	background: url(../images/icon/icon_message.png) no-repeat left center;
}
a.user_orderorg{
	background: url(../images/icon/icon_order.png) no-repeat left center;
}
.safeexit{
	padding: 0 20px;
}
/*
 * product页bannar
 */
.child-slider{
	width: 100%;
	height: 200px;
   /* background-color: #005595;*/
    position: relative;
}
.child-slider-allscreen .child-slidercon{
	/*background-color: #005595*/
}

.child-slidercon{
    height: 100%;
    position: relative;
    /*background: url(../images/demand_banner.jpg) no-repeat center center;*/
    z-index: 0;
}
.child-slider-ifo p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    width: 80%;
    padding-top: 150px;
    -webkit-animation: fadeInLeft 1s .2s ease both;
    -moz-animation: fadeInLeft 1s .2s ease both;
}
.child-slider-ifo p strong{
	font-size: 34px;
	display: block;
	margin-bottom: 30px;
}

@-webkit-keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translateX(-50px)}
	100%{opacity:1;-webkit-transform:translateX(0)}
	}
@-moz-keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translateX(-50px)}
	100%{opacity:1;-webkit-transform:translateX(0)}
	}
	
/*
 * 险种列表页
 */

.product_lsit{
	width: 100%;
	overflow: hidden;
}
.product_lsit ul{
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 20px;
}
.product_lsit ul li{
	width: 50%;
	float: left;
	overflow: hidden;
}
.product_lsit ul li>a{
	display: block;
	padding: 15px 15px;
	height: 200px;
}
.product_lsit ul li>a .product_con{
	border: 1px solid #DBDBDB;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.block_title .search_div{
	margin: 20px;
}
.product_ifo{
	width: 100%;
	height: 100%;
	position: absolute;
}
.product_con .product_conbg{
	z-index: 0;
	overflow: hidden;
}
.product_block{
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
	float: left;
	opacity: 0.9;
	background-color: #fff;
}
.product_block .product_name{
	position: relative;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
}
.product_block .product_name h2{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	z-index: 2;
	
}
.product_name .bg_cover{
	z-index: 0;
}
.product_block .product_text{
	padding: 0 10px 10px;
}
.product_block .product_text p{
	color: #434343;
	font-size: 14px;
	text-align: justify;
	text-indent: 2em;
	line-height: 24px;
}
.product_block .product_btn{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 90%;
	text-align: right;
}
.product_block .product_btn span{
	padding: 8px 20px;
	border: 1px solid #00AAEE;
	color: #00AAEE;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.second_bg{
	display: none;
}
.product_lsit ul li>a:hover .second_bg{
	display: block;
}
.product_lsit ul li>a:hover .product_block .product_text p{
	color: #05D5F9;
}
.product_lsit ul li>a:hover .product_block .product_btn span{
	color: #05D5F9;
	border: 1px solid #05D5F9;
}
.product_lsit ul li>a:hover .product_con{
	border: 1px solid #00AAEE;
	box-shadow: 0 0 10px #00AAEE;
}
.product_img img{
	width: 588px;
	height: 200px;
	position: absolute;
	right: 0;
	top: 0;
}
.product_lsit ul li>a .product_img{
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 0;
}
/*.product_lsit ul li>a:hover .product_img{
	width: 0;
    -webkit-animation: scaleWidth 0.3s ease both;
    -moz-animation: scaleWidth 0.3s ease both;
}*/
.product_lsit ul li>a:hover .product_block{
	width: 100%;
	opacity: 0.9;
	background: #ffffff;
    -webkit-animation: scaleWidthbig 0.3s ease both;
    -moz-animation: scaleWidthbig 0.3s ease both;
}
@-webkit-keyframes scaleWidth{
	0%{width:50%;}
	100%{width:0;}
	}
@-moz-keyframes scaleWidth{
	0%{width:50%;}
	100%{width:0;}
	}
@-webkit-keyframes scaleWidthbig{
	0%{width:50%;}
	100%{width:100%;}
	}
@-moz-keyframes scaleWidthbig{
	0%{width:50%;}
	100%{width:100%;}
	}
	
/*
 * 产品详情页
 */
.product_view{
	width: 100%;
	height: 200px;
	padding: 24px 0;
}
.prodcut_viewmain{
	border: 1px solid #DBDBDB;
	height: 100%;
	overflow: hidden;
}
.prodcut_viewimg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.prodcut_viewmainlist{
	padding: 0 10px 10px;
}
.share_link{
	float: right;
	font-size: 14px;
	color: #434343;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 10px;
}
.share_link:hover{
	color: #00AAEE;
	cursor: pointer;
}
.share_link:hover ul{
	display: block;
}
.shareicon{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.icon_KJ{
	background: url(../images/icon/icon_KJ.png) no-repeat center center;
}
.icon_WX{
	background: url(../images/icon/icon_WX.png) no-repeat center center;
}
.icon_WB{
	background: url(../images/icon/icon_WB.png) no-repeat center center;
}
.icon_RR{
	background: url(../images/icon/icon_RR.png) no-repeat center center;
}
.icon_share{
	background: url(../images/icon/icon_share.png) no-repeat center center;
}
.share_link ul{
	border: 1px solid #DBDBDB;
	border-radius: 2px;
	-moz-border-radius: 2px;
	position: absolute;
	top: 30px;
	right: 10px;
	width: 100px;
	display: none;
	background: #FFFFFF;
}
.share_link ul li{
	position: relative;
	line-height: 30px;
	padding-left: 30px;
}
.share_link ul li>a:hover{
	color: #00AAEE;
}
.product_viewlist{
	padding: 0 40px;
}
.product_viewlist>li{
	list-style: disc;
	color: #00AAEE;
	font-size: 16px;
	margin-bottom: 15px;
}
.product_viewlist>li:last-of-type{
	margin-bottom: 0;
}
.product_viewlist>li label{
	color: #434343;
	font-size: 14px;
}
.product_viewlist>li a{
	color: #666;
	margin-right: 5px;
}
.product_viewlist>li a.blueborder_btn{
	color: #00AAEE;
}
.product_viewlist>li a.disabled{
    border: 1px solid #CCC;
    color: #CCC;
    cursor: default;
}
.viewifo_item td{
    padding: 5px 16px;
}
.product_viewlist>li a{
        border: 1px solid #CCC;
        cursor: pointer;
}
.product_viewbtn{
	text-align: right;
	margin-top: 7px;
	padding-right: 20px;
}
.product_viewifo_conlist>li{
	padding-right: 30px;
	border: 1px solid #DBDBDB;
	overflow: hidden;
	margin-bottom: 30px;
	display: none;
}
.product_viewifo_typelist{
	height: 50px;
	padding: 20px 0;
	width: 100%;
}
.product_viewifo_typelist>li{
	width: 18%;
	line-height: 100%;
	text-align: center;
	float: left;
	border-bottom: 3px solid #FFFFFF;
	line-height: 50px;
}
.product_viewifo_conlist>li.active{
	display: block;
}
.product_viewifo_conlist .title{
	font-size: 14px;
    line-height: 28px;
}
.product_viewifo_typelist>li:hover,.product_viewifo_typelist>li.active{
	cursor: pointer;
	border-bottom: 4px solid #00AAEE;
}
.viewifo_item{
	margin-bottom: 20px;
	overflow: hidden;
}
.viewifo_tab{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 8px 0 15px 0;
}
.viewifo_tab tr td{
	border: 1px solid #DBDBDB;
	text-align: center;
	padding: 8px;
}
.baoxiantk_list{
	padding: 15px 0;
	clear: both;
	overflow: hidden;
}
.baoxiantk_list a{
	padding: 8px 20px;
	border: 1px solid #DBDBDB;
	color: #434343;
	margin: 5px 0;
	margin-right: 5px;
	display: block;
	float: left;
}
.baoxiantk_list a.active,.baoxiantk_list a:hover{
	border: 1px solid #00AAEE;
	color: #00AAEE;
	cursor: pointer;
}
.baoxian_name{
	border: 1px solid #DBDBDB;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	color: #00AAEE;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.baoxian_doccon{
	border: 1px solid #DBDBDB;
}
/*产品详情页展示列表公共头部*/
.viewifo_title{
	width: 100%;
	height: 50px;
	line-height: 70px;
}
.viewifo_title h3{
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	position: relative;
}
.viewifo_title h3:before{
	content: '';
	width: 5px;
	height: 18px;
	background-color: #00AAEE;
	display: block;
	left: -30px;
	top: 17px;
	position: absolute;
}
.viewifo_con{
	padding: 0px 0 0px 30px;
}
.viewifo_con .viewifo_content{
	padding: 8px 0;
}
.viewifo_con p,.viewifo_tab tr td p{
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}
.viewifo_title_link{
	float: right;
	line-height: 50px;
	font-size: 14px;
	background-image: url(../images/icon/down.png);
	background-repeat: no-repeat;
	background-position: -2px;
	padding-left: 25px;
}
.viewifo_title_link:hover{
	color: #00AAEE;
	cursor: pointer;
}
/*.viewifo_title_link:before{
	content: 'v';
}*/

/*
 * 新闻列表页面
 */
.news_childbannar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 0; 
}
.news_childbannarbg {
	position: absolute;
	z-index: -1;
}
.news_childbannarcon {
	text-align: center;
	font-size: 0;
}
.news_childbannarcon>a{
	font-size: 14px;
	color: #fff;
	line-height:50px;
	display: inline-block;
	width: 12%; background-color: #00a8ff; margin-right:1px;
}
.news_childbannarcon>a:hover{
	 background-color: #32b8fe;color: #fff;
}
.news_childbannarcon>a.active{
	/*border-bottom: 1px solid #000; */color: #434343; background-color: #fff;
}
/*置顶新闻样式*/
.topnews{
	padding-left: 30px;
}
.topnews_con{
	border-bottom: 1px dashed #DBDBDB;
	border-top: 1px dashed #DBDBDB;
	padding: 5px 0;
	height: 190px;
	position: relative;
	padding-left: 300px;
}
.topnews_con .topnews_img{
	max-height: 190px;
	width:280px;
	position: absolute;
	top: 5px;
	left: 0;
}
.topnews_con .topnews_title,.topnews_title span{
	font-weight: 400;
	font-size: 20px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.topnews_title span{
	padding-right: 8px;
}
.topnews_src{
	line-height: 30px;
}
.topnews_ifo{
	height: 110px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.topnews_ifo p{
	text-indent: 2em;
	text-align: justify;
	line-height: 24px;
}
.topnews_time{
	text-align: right;
}
.news_list{
	padding-left: 10px; padding-right: 30px;
}
.news_list .newlist{
	padding-top: 0;
}
.news_list .newlist li .datetime{
	right: 0;
	top:16px
}
.news_listcon{  margin: 
20px 0px 40px 0px;}
/*
 * 投保信息页面
 */
.tidolist_title{
	margin-top: -5px;
}
.tidolist_title select{
	margin-right: 30px;
}
/*
 * 新闻详情页
 */
.news_detail{
	padding: 30px 30px  30px;border: 1px solid #ddd;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

.news_detail .news_detailtitle{
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	color: #333;
	padding:10px; line-height:40px;
}
.news_detail .news_detailtitle_pro{
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	color: #333;
	 line-height:34px;
}
.xz_news_detail{
	padding: 30px 30px  30px;border: 1px solid #ddd;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}
.xz_lc_p{ width:1000px; margin:0px auto; 
}
.xz_news_detail .news_detailtitle{
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	color: #333;
	padding:10px; line-height:34px;
}
.xz_news_detail .news_detailtitle_pro{
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #333;
	 line-height:34px; 
}
.xz_news_detail .news_detailifo{
	text-align: left;
	/*padding: 10px 0;*/ margin:15px 0px 30px 0px; background-color:#f8f8f8;
	line-height: 34px;
}
.xz_news_detailtitle{ background-color:#f8f8f8}
.hr_top {
	height: 1px;
	border: none;
	border-top: 1px solid #999;
	margin-bottom: 20px;
}
.news_detailtitle .share_link{
	margin: 0;
}
.news_detail .news_detailifo{
	text-align: center;
	/*padding: 10px 0;*/ margin:10px 0px; background-color:#f8f8f8;
	line-height: 22px;
}
 .news_detailifo span{
 	padding: 0 20px;
 }
.news_detail .news_detailcon{
	padding:15px 0  30px 0;	font-size: 16px;
	color: #666;
    width: 100%;  
    height: auto;  
    word-wrap:break-word;  
    word-break:break-all;  
    overflow: hidden;
}
.news_detail .news_detailcon_pro{
	padding:15px 0  00px 0;	font-size: 16px;
	color: #666;
}
.news_detailcon p{
	line-height: 28px;
	text-indent: 28px;
}

/*
 * 快速投保入口
 */
.fast_proenter{
	position: relative;
	margin-bottom: 30px;
}
.fast_proenter .product_lsit{
	z-index: 0;
}
.fast_proenter .product_lsit ul li{
	width: 615px;
	font-size: 14px;
}
#LeftButton,#RightButton{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 1;
	top: 50%;
	margin-top: -20px;
	background-color: #000000;
	border-radius: 100%;
	-moz-border-radius: 100%;
	border: 3px solid #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #FFFFFF;
}
#LeftButton{
	left: 30px;
}

#RightButton{
	right: 30px;
}

/*
 * 资料中心
 */

/*文档下载*/
.help_doc{
	/*border: 1px solid #DBDBDB;*/
	position: relative;
	min-height: 750px;
	/*margin-bottom: 30px; */
}
.help_doctype{
	position: absolute;
	height: 100%;
	width: 180px;
	border-right: 1px solid #DBDBDB;
}
.help_doctype .help_title{
	text-align: center;
	
}
.help_doctype .help_typelist li{
	height: 45px;
	width: 100%;
	line-height:45px;font-size: 16px; 
	text-align: center;background-color: #fff; margin-bottom:1px;
}
.help_typelist li a:hover{color: #333}
.help_doctype .help_typelist li:hover,.help_doctype .help_typelist li.active{
	cursor: pointer;background-color: #f5f5f5;
}
.help_container{
	padding: 0 20px 0 200px;
}
.help_container .block_title h1{
	font-size: 18px;
}
.help_container .block_title h1:before{
	height: 18px;
	margin-top: 27px;
}
.help_con{
	padding: 10px 15px 40px 15px;
}
.help_item>p{
	line-height: 30px;
	margin-bottom: 10px;
}
.help_item p>a{
	color: #00AAEE;
	text-decoration: underline;
	margin-right: 30px;
}
.help_item p>a:hover{
	color: #05D5F9;
}
.file_list ul li{
	line-height: 30px;
	margin-bottom: 10px;
        position: relative;
}
.file_list ul li>a{
	color: #00AAEE;
}
.file_list ul li>a:hover{
	color: #05D5F9;
}
.file_list ul li>span.datetime{    
    position: absolute;
    right: 20px;
    top: 5px;
}
/*下载中心 保险条款*/
.help_container .viewifo_title_link{
	line-height: 70px;
}
.policy_alertban{
	width: 1000px;
	margin-left: -500px;
}
.close_policy{
	padding: 0 20px 4px 30px;
	background-color: #00AAEE;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	position: absolute;
	right: 0;
	top: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}
.close_policy:hover{
	background-color: #05D5F9;
	cursor: pointer;
}
.poliy_con{
	padding: 40px 30px 0 30px;
}
.policy_listname{
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #DBDBDB;
	margin: 20px 0;
}
.policy_listname a{
	position: absolute;
	font-size: 14px;
	top: -10px;
	background-color: #FFFFFF;
}
.policy_list{
	height: 240px;
	overflow: auto;
}
.policy_list ul>li{
	line-height: 24px;
	height: 24px;
	padding: 8px 0;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.policy_list ul>li label>span{
	padding: 0 8px;
}
.policy_btn{
	padding: 10px 30px;
}
.checkallp label{
	padding-left: 15px;
}
.policy_downbtn{
	text-align: center;
	margin-top: 40px;
}

/*
 * 联系我们
 */
.contactlist{
	padding: 0 20px;
	margin-bottom: 20px;
}
.contactlist li:first-of-type{
	/*border-top: 1px dashed #DBDBDB;*/
}
.contactlist li{
	padding: 23px 0 23px 80px;
}
.contactlist li a{
	color: #00AAEE;
}
.bluebigtelbg{
	background: url(../images/icon/contact_tel.png) no-repeat left center;
}
.blueswlbg{
	background: url(../images/icon/contact_sw.png) no-repeat left center;
}
.bluebigqqbg{
	background: url(../images/icon/contact_qq.png) no-repeat left center;
}
.bluebigemailbg{
	background: url(../images/icon/contact_email.png) no-repeat left center;
}
.bluebigaddressbg{
	background: url(../images/icon/contact_address.png) no-repeat left center;
}
.bluebiguserbg{
	background: url(../images/icon/contact_qq.png) no-repeat center center;
}
.zhushibg{
	text-align: center;
	font-size: 12px;
	color: #ff9900;
	position: relative;
	padding: 0 10px 10px 5px;
	display: inline-block;
	height: 25px;
    width: 25px;
    line-height: 28px;
    font-family:"宋体",Arial;
}
.zhushibg:after{
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	left: 4px;
	width: 25px;
	height: 25px;
	background: url(../images/icon/zhushi.png) no-repeat center center;
	font-weight: 400;
	text-align: center;
}
.zhushi_p{
	line-height: 28px;
}
.map_alertban{
	width: 1200px;
	margin-left: -600px;
	height: 610px;
	margin-top: -300px;
}
.contact_zhushi{
	padding: 0px 30px 15px 30px;
}
/*投诉建议*/
.complain_con{
	padding: 0 50px;
	overflow: hidden;
}
.complain_list li{
	width: 100%;
	float: left;
	line-height: 40px;
	clear: both;
}
.complain_btn{
	text-align: center;
	margin:40px 0 10px 0;
}

/*
 * 用户中心
 */
.title_img{
	vertical-align: middle;
	padding: 0 20px 0 10px;
}
.userright{
	font-size: 14px;
	font-weight: 400;
}
/*个人中心左侧样式*/
.help_docitem .help_title{
	text-align: left;
	text-indent: 30px;
}
.help_docitem .help_typelist li{
	position: relative;
}
.usericon{
	display: block;
	position: absolute;
	top: 10px;
	width: 25px;
	height: 25px;
	left: 30px;
}
.message_icon{	
	background: url(../images/icon/user.png);
}
.icon{
	width: 25px;
	height: 25px;
	background:  no-repeat center center;
}
.icon_add{	
	background-image: url(../images/icon/icon_add.png);
}
.icon_edit{
	background-image: url(../images/icon/icon_edit.png);
}
.icon_logitic{
	background-image: url(../images/icon/icon_logitic.png);
}
.icon_message{
	background-image: url(../images/icon/icon_message.png);
}
.icon_order{
	background-image: url(../images/icon/icon_order.png);
}
.icon_shensu{
	background-image: url(../images/icon/icon_shensu.png);
}
.icon_tuig{
	background-image: url(../images/icon/icon_tuig.png);
}
.icon_zhifo{
	background-image: url(../images/icon/icon_zhifo.png);
}
.icon_zhsafe{
	background-image: url(../images/icon/icon_zhsafe.png);
}
.user_tab{
	width: 100%;
	margin: 0;
	margin-top: 10px;
}
.user_tab tr td{
	padding: 15px 0;
}
.user_block .help_con{
	padding: 10px 0;
}

/*个人中心消息中心*/
.userifo_list{
	padding: 0 30px;
}
.userifo_list ul li{
	padding: 10px 0;
	line-height: 24px;
	color: #707070;
}
.numorg{
	background-color: #ff9900;
	color: #FFFFFF;
	position: absolute;
	width: 30px;
	height: 20px;
	line-height: 20px;
	right: 0;
	top: 12px;
}
.usersel_list{
	padding: 15px 0;
	font-size: 0;
}
.usersel_list>li{
	font-size: 14px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #DBDBDB;
	color: #434343;
	margin-right: 8px;
}
.usersel_list>li.active,.usersel_list>li:hover{
	border: 1px solid #00AAEE;
	color: #00AAEE;
	cursor: pointer;
}
.userlist_ifo{
	padding:0 0 5px 0;
}
.userlist_ifo .sort_list a{
	padding-left: 10px;
}
.message_tab{
	width: 100%;
	border: 1px solid #DBDBDB;
}
.message_tab tr{
	border: 1px solid #DBDBDB;
	height: 45px;
}
.message_tab tr td{
	padding:0 10px 0 10px;
}
.message_tab thead tr td{
	background: #f6f6f6;
	color: #707070;
}
.message_tab thead .message_time,.message_tab thead .message_src{
	color: #707070;
}
.message_tab .message_alert{
	width: 60px;
	color: #e60012;
	position: relative;
}
.circle_icon{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #ff9900;
	position: absolute;
	right: 0;
	top: 16px;
}
.message_tab .message_time{
	width: 200px;
	color: #aaaaaa;
}
.message_tab .message_src{
	width: 200px;
	color: #aaaaaa;
}
.message_tab .mesage_ifo>a{
	font-weight: bold;
}
.message_tab .mesage_ifo>a.grayhigh{
	font-weight: 400;
}
.message_listpage{
	text-align: right;
	font-size: 12px;
	color: #707070;
}
/*个人中心消息中心详情*/
.message_detail{
	min-height: 600px;
	position: relative;
}
.message_detailtitle{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}
.message_detailtitle>a{
	padding: 2px 10px 2px 30px;
	position: relative;
}
.message_detailtitle>a .usericon{
	top: 0;
	left: 0;
}
.message_detailalert{
	line-height: 30px;
	padding: 0 10px;
}
.message_detailhead{
	text-align: center;
	margin: 10px 0;
}
.message_detailhead h3{
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
}
.message_detailhead p>span{
	padding: 0 20px;
}
.message_detailcon{
	padding: 0 80px 40px 80px;
}
.message_detailcon p{
	line-height: 40px;
}
.message_detailbottom{
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
}

/*
 * 订单列表
 */
.order_block{
	overflow: hidden;
	margin-bottom: 15px;
}
.order_block div{
	color: #707070;
}
.bloderblank{
	font-weight: bold;
	font-size: 12px;
}
.font14{
	font-size: 14px!important;
}
.order_block>div{
	padding: 0 10px;
}
.order_blocktitle{
	height: 45px;
	line-height: 45px;
}
.order_blocktitle>div{
	display: inline-block;
}
.order_date{
	width: 110px;
	text-align: center;
}
.orangeshu,.blueshu{
	position: relative;
}
.orangeshu:before,.blueshu:before{
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 20px;
	top: 12px;
	left: -10px;
}
.orangeshu:before{
	background-color: #ff9900;
}
.blueshu:before{
	background-color: #00AAEE;
}
.order_ifo>.bloderblank{
	padding-right: 20px;
}
.order_body{
	height: 110px;
	overflow: hidden;
}
.order_body>div{
	padding: 10px;
}
.order_bodyitem{
	width: 380px;
	height: 100%;
}
.order_img{
	width: 100px;
	text-align: center;
	height: 100%;
	position: relative;
}
.is_update{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: -20px;
	line-height: 30px;
	color: #FFFFFF!important;
}
.order_date img{
	width: 90px;
	height: 90px;
}
.order_ifolist ul li{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.haslisttype ul li a{
	padding-left: 20px;
	position: relative;
}
.haslisttype ul li a:before{
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #00AAEE;
	position: absolute;
	top: 5px;
	left: 0;
}
.hasicon_a ul li a{
	position: relative;
	padding-left: 50px;
}
.hasicon_a ul li a:hover{
	color: #05D5F9;
	cursor: pointer;
}
.hasicon_a ul li:last-of-type a{
	color: #00AAEE;
}
.hasicon_a ul li:last-of-type a:hover{
	color: #05D5F9;
}
.hasicon_a ul li a>i{
	top:-3px;
	left: 20px;
}
.order_foot{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.order_foot>div,.order_foot span{
	font-size: 12px;
}
/*
 * 订单详情
 */
.order_detailcon .policy_listname a{
	padding: 0 15px 0 30px;
}
.order_detailifo{
	padding: 30px 0;
}
.order_detailifolist li{
	line-height: 30px;
	padding: 10px 0;
}
.order_detailifolist li label{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
}
.order_detailifochildlist{
	padding-top:10px;
	padding-left: 200px;
	margin: 0;
}
.order_detailifochildlist li:last-of-type{
	padding-bottom: 0;
}
/*
 * 账号信息
 */
.message_tab .mesage_comsname{
	width: 360px;
	color: #707070;
}
.coms_tab .message_src {
	color: #707070;
}
.coms_option{
	padding-right:20px ;
}
.coms_option.active{
	color: #aaaaaa;
}
.coms_titlebtn{
	position: relative;
	display: block;
	text-align: right;
}
.coms_titlebtn .usericon{
	top: 2px;
	left: 15px;
}
.coms_detailcon{
	padding: 10px 30px;
}


#OrderInfo .tbl {
	width: 900px;
	margin: auto;
	font-size: 12px;
	display: table;
	line-height: 150%;
	font-family: "微软雅黑", "microsoft yahei", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #000;
	border-collapse: separate;
	border-spacing: 1px;
	margin-top: 2px;
}

#OrderInfo .tbl b {
	font-size: 18px;
	font-weight: 100;
}

#OrderInfo .tbl tr {
	background-color: #fff;
}

#OrderInfo .tbl td {
	padding: 5px;
}

.message_number{
	width: 25px;
	height: 20px;
	background: url(../Images/icon3_message.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 7px;
	font-size: 12px;
	font-style: normal;
	color: #00AAEE;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	background: url(../Images/icon4_message.png) no-repeat;
	background: #ff9900;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.msgNumTip{
	color: rgb(255, 153, 0);
    font-size: 12px;
    height: 15px;
    margin-left: 84px;
    position: relative;
    top: -48px;
    width: 30px;
}
.loginMsgTip{
	position: absolute;
	width: 342px;
	margin: 10px 20px 10px 20px;
	/*background: #f5f5f5;*/
	height: 30px;
	line-height: 30px;
	top:94px;
	color:red;
	text-align: center;
	font-size: 14px;
	font-weight: bold;/* border-radius: 25px;*/
}
#loginMsgTipS{
	color: #44ddbb;
	position: absolute;
	top: 5px;
	right: 4px;
}
#c-reg-form .yanz_row a {
	margin-left: 36px;
}
.datetimeShowList{position: absolute;border:1px solid #c3c3c3;width:214px;padding:10px;background:#fff;z-index: 9;line-height: 28px;margin:-18px auto 0 0;color:#0000AA;}
.datetimeShowList .item{font-size: 14px;font-weight: normal;height: 28px;width: 60px;display:inline;padding: 0 5px;cursor: pointer;}
.datetimeShowList .itemTitle {display: inherit;}
.datetimeShowList .itemdline {border:2px dotted #008B45;border-top:0;height:2px;width: 205px;margin: 8px auto 3px 5px;}
.datetimeShowList .item.active{font-weight: bold;}
.dateselect{cursor: pointer;}
.tenderselect, .tenderselect option{padding-left: 5px;}

#dateselect {font-size: 14px; font-weight: normal;border-left: 1px solid #dbdbdb;padding-left: 10px;}
#dateselect select{width: 19px;margin-left: 10px;}
/*首页底部推广浮框*/
.bottom-invite {
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	width: 100%;
	height: 100px;
	position: fixed;
	bottom:0;
	z-index:99999;
}
.bottom-invite div {
	width: 1200px;
	margin:0 auto;
}
.bottom-invite div span:first-child{
	background: url(../images/icon/invite_bootom.png) no-repeat;
	float: left;
	width: 950px;
	height: 100px;
	cursor: pointer;
	margin-left:-34px;
}
.bottom-invite div span:last-child{
	background: url(../images/icon/invite_bootom_close.png) no-repeat;
	float: right;
	width: 30px;
	height: 30px;
	float: right;
	margin-top:10px;
	cursor: pointer;
}
/*会员中心左侧导航图标*/
.icon_ucenter_messagecenter{
	background-image: url(../images/icon/ucenter_messagecenter.png);
}
.icon_ucenter_order{
	background-image: url(../images/icon/ucenter_order.png);
}
.icon_ucenter_userbase{
	background-image: url(../images/icon/ucenter_userbase.png);
}
.icon_ucenter_coms{
	background-image: url(../images/icon/ucenter_coms.png);
}
.icon_ucenter_receipt{
	background-image: url(../images/icon/ucenter_receipt.png);
}
.icon_ucenter_address{
	background-image: url(../images/icon/ucenter_address.png);
}
.icon_ucenter_usersafe{
	background-image: url(../images/icon/ucenter_usersafe.png);
}
.icon_ucenter_refundorders{
	background-image: url(../images/icon/ucenter_refundorders.png);
}
.icon_ucenter_refundlist{
	background-image: url(../images/icon/ucenter_refundlist.png);
}
.icon_ucenter_profit{
	background-image: url(../images/icon/ucenter_profit.png);
}

.radio {
  margin: 0.5rem;
  display:inline-block;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
/* 金融产品 */
.jrcp_box { width: 570px; 
    height: 130px;
    margin: 0px 14px 30px 15px; 
}

.qiy_logo_jrcp {
    width: 190px;
    height: 130px; background: url(../images/no_pic.png);
    background-color: #f5f5f5; border-radius: 10px; 
    
    margin-right: 15px;
}
.qiy_user_about_jrcp {
    width:360px;
   
}
.qiy_user_name a{
     font-size: 18px; font-weight: normal;
}
.qiy_user_name a:hover{
       color: #da5445
}
.qiy_user_zs1{ color: #999; width: 100%; margin: 10px 0px;}
.qiy_user_zs2{ color: #333; width: 100%;margin: 0px 0px 10px 0px;}
.qiy_user_zs2 a{ color: #da5445; }
.qiy_user_phone a{ background-color:#448cf6; border-radius: 3px; color: #fff; text-align: center; display: block ;padding: 3px 5px;}
.qiy_user_phone a:hover{background-color:#4872b0;color: #fff;}
.qyxm_box_jrcp {
    width: 100%;  margin-top: 20px
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.tab_box {
    margin-top: 20px;
}

.sf button:hover {
    background: #46c0ff;
}

.sf button {
    width: 100px;
    height: 30px;
    border: 0;
    background: #00A8FF;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
}

.sf .redbutton:hover {
    background:#e03235;
}

.sf .redbutton {
    width: 100px;
    height: 30px;
    border: 0;
    background: #d32424;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
}

.erj_body{border: 1px solid #ddd; margin: 0px 0px 20px 0px; border-radius: 10px;}

.del_sf button:hover {
  border:1px solid #d32424; background:#fff; color:#d32424;
}

.del_sf button {
    
    height: 36px;
    border: 0;
    background: #fff;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    line-height: 36px;background:#fff; color:#666; text-align:center;border:1px solid #ddd;padding:0px 10px; margin:0px 5px;
}



/*上传样式*/
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:26px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; line-height:14px; text-align:center; cursor:pointer; overflow:hidden; }
    .upload-box .upload-progress .close:hover{ text-decoration:none; }
    .upload-box .upload-progress .close i{ color:#535353; font-size:10px; line-height:14px; -webkit-transform:scale(0.833); }
	
    /*=====================以下部分是WebUploader必须的====================*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }

.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
/*=====================以上部分是WebUploader必须的====================*/

/*首页新增*/

.xz_fl{ float: left}
.xz_fr{ float: right}
.xz_m_body_in{width:1200px; margin: 0px auto; padding-top: 20px;}
.xz_dt{ width: 680px; height: 345px; background:  url(../images/xz_dt.jpg);box-shadow: 0px 0px 5px #bbbbbb;margin: 20px 0px;
}
.xz_cp{ width: 494px; height: 345px; margin-left: 26px;background:  url(../images/xz_cp.jpg);margin: 20px 0px;
}
.xz_lc{ width: 1200px; height: 208px;background:  url(../images/xz_lc.jpg);margin: 20px 0px  0px 0px;
}

.xz_fwys_bg{ width: 100%; height: 350px;background:  url(../images/ys_bg.png) repeat;margin: 20px 0px 0px 0px; padding-top: 50px;
}

/*行业动态*/
.hide {
	display: none;
}
.xz-chanp{float:left; width:100%;margin:20px 0px 40px 0px;}
.xz-news{float:left; width:100%;margin:30px 0px 0px 0px;}

.xz-news-tit{ float:left; width:130px; height:32px;font-size:20px; text-indent:1em; color:#fff; line-height:32px; background: url(../images/xz-news-tit.png) no-repeat }

.news-l {
	float: left;
	width: 682px;margin-right:35px;
/*	box-shadow: 0px 0px 5px #bbb; margin-left:5px;
*/}

.tab-news .tab_menu {
	float: left;
	width: 100%; 
	border-bottom: 1px solid #eaeaea;margin-bottom: 10px; padding-bottom: 10px; 
}
.news_line{ float:left; width:1px; height:20px; border-left: 1px solid #999; margin: 0px 20px 0px 20px;}
.hydt-line{float:left;width: 4px;height:20px; background-color: #345e9b; margin-right: 15px; display: block}
.tab-news .tab_menu li {color: #333;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size:24px;
}
.tab-news .tab_menu li a{color: #999;

}
.tab-news .tab_box {
	clear: both;
	position: relative;
	background-color: #fff;
}

.tab-news .tab_menu .selected a{
	color: #345e9b;
}

.text-num-width {
	width: 95%
}
.text-tit {
	/*background: url(../images/dian.png) no-repeat left;
	padding-left: 16px;*/
	color: #333;
}
.text-tit:hover {
	color: #00aaee;
}
.text-date {
	color: #999;
}
.text-tit, .text-date {
	font-size: 16px;
	line-height: 43px;
	height: 36px;
}
.xz-more{ float:right; color:#999; margin-top:6px;}
.xz-more a{ color:#999;}
.xz-more a:hover{ color:#0464ae;}
.news-r{
	float: left;width:480px;  
}
.news-r-t-box{width:100%; height:35px; margin-bottom:13px;}
.news-r-t-box-bt{float:left; color:#345e9b; font-size:24px;border-left: 4px solid #345e9b; height: 20px; line-height: 20px; padding-left: 15px;}
.news-r-t-line{float:left; width:60%; height:17px; /*border-bottom:2px solid #4c6faf;*/  margin:0px 10px;}
.xz-more-cp{ float:right; color:#999; line-height:35px;}
.xz-more-cp a{ color:#999;}
.xz-more-cp a:hover{ color:#0464ae;}

/*保函产品*/
.xz-bhsq-box {
	width: 1200px;
}
.xz-cp-box{ width:1200px; }
.xz-cp-box a{ float: left}
.xz-cp-01{ width:380px; height:300px;background:url(../images/xz-cp-01-h.png) no-repeat; margin-right: 30px;}
.xz-cp-01:hover{ background:url(../images/xz-cp-01.png) no-repeat}
.xz-cp-02{width:380px; height:300px;background:url(../images/xz-cp-02-h.png) no-repeat;margin-right:30px;}
.xz-cp-02:hover{ background:url(../images/xz-cp-02.png) no-repeat}
.xz-cp-03{width:380px; height:300px;background:url(../images/xz-cp-03-h.png) no-repeat}
.xz-cp-03:hover{ background:url(../images/xz-cp-03.png) no-repeat}
.xz-cp-r{
	float: left;width:488px;margin-left:30px; 
}
.xz-cp-list{
	float: left;width:488px;
}
.xz-cp-lc{width:488px; height: 249px; background:url(../images/xz_lc.jpg) no-repeat}
/*保函类型选择*/
.pro_cp_P1,.pro_cp_P2,.pro_cp_P3{ width:378px; height:249px; border-radius:8px;}

.pro_cp_P1{background:url(../images/pro_cp_P1.jpg) no-repeat ; }
.pro_cp_P2{ background:url(../images/pro_cp_P2.jpg) no-repeat;margin:0px 30px;}
.pro_cp_P3{background:url(../images/pro_cp_P3.jpg) no-repeat}

.pro_cp_P1:hover{background:url(../images/pro_cp_P1_h.jpg) no-repeat ; border:2px solid #00aaee }
.pro_cp_P2:hover{ background:url(../images/pro_cp_P2_h.jpg) no-repeat; border:2px solid #00aaee}
.pro_cp_P3:hover{background:url(../images/pro_cp_P3_h.jpg) no-repeat; border:2px solid #00aaee }

.pro_news_listcon{  margin: 0px 0px 30px 0px;}
.pro_block_title{ background-color:#f5f5f5; height:36px; line-height:36px; margin:0px 0px 30px 0px;}
.pro_block_title span{ width:200px; background-color:#599f73;line-height:36px;color:#fff; font-size:18px; padding:0px 20px; display:block}

/*保函产品选择*/
.pro_cp_v_h{width:906px;height:596px;}
.pro_cp_v_h a{width:280px; height:178px; margin:0px 18px 18px 0px; display:block;border-radius:8px; border:2px solid #fff}
.pro_cp_v_h a:hover{-moz-opacity:0.8;opacity: 0.8;border:2px solid #00aaee ;border-radius:10px;}
.pro_cp_v1{background:url(../images/pro_cp_v1.png) no-repeat;}
.pro_cp_v2{background:url(../images/pro_cp_v2.png) no-repeat;}
.pro_cp_v3{background:url(../images/pro_cp_v3.png) no-repeat;}
.pro_cp_v4{background:url(../images/pro_cp_v4.png) no-repeat;}
.pro_cp_v5{background:url(../images/pro_cp_v5.png) no-repeat;}
.pro_cp_v6{background:url(../images/pro_cp_v6.png) no-repeat;}
.pro_cp_v7{background:url(../images/pro_cp_v7.png) no-repeat;}
.pro_cp_v8{background:url(../images/pro_cp_v8.png) no-repeat;}
.pro_cp_v_more{background:url(../images/pro_cp_v_more.png) no-repeat;width:280px; height:178px; margin:0px 18px 18px 0px; display:block;border-radius:8px; border:2px solid #fff}

.pro_cp_gg{width:292px; height:580px;border-radius:8px;background:url(../images/pro_cp_gg.png) no-repeat;}

/*首页保函产品选择*/
.sy_pro_cp_v_h{width:506px;}
.sy_pro_cp_v_h a{width:126px; height:82px; margin:0px 18px 19px 0px; display:block;border-radius:8px; border:2px solid #fff;color: #fff; text-align: center;  font-size: 20px;padding: 0px 10px;
 }
.sy_pro_cp_v_h a:hover{-moz-opacity:0.8;opacity: 0.8;border-radius:10px;  color: #fff;}
.sy_pro_cp_jz{display:table;width:126px; height:82px;margin:0 auto;  }
.sy_pro_cp_jz_a{display:table-cell; vertical-align:middle;}
.sy_pro_cp_v1{background:url(../images/pro_cp_v1_sy.png) no-repeat;}
.sy_pro_cp_v2{background:url(../images/pro_cp_v2_sy.png) no-repeat;}
.sy_pro_cp_v3{background:url(../images/pro_cp_v3_sy.png) no-repeat;}
.sy_pro_cp_v4{background:url(../images/pro_cp_v4_sy.png) no-repeat;}
.sy_pro_cp_v5{background:url(../images/pro_cp_v5_sy.png) no-repeat;}
.sy_pro_cp_v6{background:url(../images/pro_cp_v6_sy.png) no-repeat;}
.sy_pro_cp_v7{background:url(../images/pro_cp_v7_sy.png) no-repeat;}
.sy_pro_cp_v8{background:url(../images/pro_cp_v8_sy.png) no-repeat;}
.sy_pro_cp_v_more{background:url(../images/pro_cp_v_more_sy.png) no-repeat;}

/*首页担保公司*/
.sy_dbgs{width:506px; margin-top: 10px;}
.sy_dbgs a{width:211px; height:70px; margin:0px 18px 19px 0px; display:block;border-radius:10px;  border:1px solid #e9eaeb;padding: 7px 10px; 
 }
.sy_dbgs a:hover{border:1px solid #e9eaeb;background-color: #e9eaeb;}
.sy_dbgs_jz_a p{height: 45px; margin-bottom: 5px; color: #333;font-size: 16px;}
.sy_dbgs_jz_a span{height: 45px;color: #999;font-size: 14px;}

/*基本信息填写新增*/
.rio-label{margin:0;display:inline-block}
.rio-radio{display:none}
.rio-radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.45);border-radius:100%;display:inline-block;width:12px;height:12px;margin-right:5px;margin-top:-1px;vertical-align:middle;line-height:1}
.rio-radio:checked + .rio-radioInput:after{background-color:#00A1E9;border-radius:100%;content:"";display:inline-block;height:8px;width:8px;margin-left:2px; margin-bottom:2px;}
.rio-checkbox.rio-radioInput,.rio-radio:checked + .rio-checkbox.rio-radioInput:after{border-radius:0}
.rio-radio:checked + .rio-radioInput{border:1px solid #00A1E9;}