.text-yel {
	color: #fe902e;
}
.about-box {
	background: #fff;
}
.about-box .about-tit {
	padding: 35px 20px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.about-box .about-tit .com-logo {
	width: 180px;
	height: 72px;
}
.about-box .about-tit .num {
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 64px;
	right: 50px;
}
.about-box .about-tit p {
	padding-left: 200px;
}
.about-box .about-tit p.com-name {
	font-size: 18px;
	color: #333;
	padding: 10px 0 5px 200px;
}
.detail-btn {
	display: inline-block;
	padding: 8px 25px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.detail-btn:hover {
	border: 1px solid #aaa;
	color: #3e6fc4;
}
.about-content {
	background: #fff;
	padding: 40px;
	margin-bottom: 80px;
}
.about-content .tit {
	color: #333;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1;
}
.about-content ul.tk-list li {
	padding: 18px 0;
	border-bottom: 1px dashed #ddd;
	color: #333;
	line-height: 1;
}
.about-content ul.tk-list {
	margin-bottom: 30px;
}
.about-content ul.tk-list li.done .td3 a {
	color: #999;
}
.about-content ul.tk-list li.done {
	color: #999;
}
.about-content ul.tk-list li .td1{
	display: inline-block;
	width: 595px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-content ul.tk-list li .td2{
	display: inline-block;
	width: 305px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-content ul.tk-list li .td3 {
	display: inline-block;
	color: #999;
}
.about-content ul.tk-list li .td3 a{
	color: #3e6fc4;
	padding: 0 10px;
}
.about-content ul.tk-list li .td3 a:first-child{
	padding-left: 0px;
}
.about-content ul.tk-list li .td3 a:last-child{
	padding-right: 0px;
}
.about-content .title {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1;
}
.about-content .sub-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 30px 0;
}
.about-content .tkinfo {
	margin-bottom: 30px;
	line-height: 24px;
}
.about-content .tbxz-list {
	margin: 30px 0;
}
.about-content .tbxz-list li {
	margin-bottom: 20px;
}
.about-content .tbxz-list li span {
	display: inline-block;
	color: #333;
	width: 115px;
	height: 100%;
	display: table-cell;
}
.about-content .tbxz-list li p {
	display: inline-block;
	width: 990px;
	display: table-cell;
}
.icon-down {
	display: inline-block;
	width: 11px;
	height: 5px;
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-down.png) no-repeat;
	background-size: 11px 5px;
	margin-top: 8px;
}
.icon-up {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-up.png) no-repeat;
	background-size: 11px 5px;
}

.left {
	background: #fff;
	display: inline-block;
	width: 190px;
	float: left;
}
.left .tit {
	padding: 30px 30px 20px;
	font-size: 18px;
	color: #333;
}
.left .navlist {
	display: none;
}
.left ul li {
	border-top: 1px solid #ececec;
	color: #333;
	cursor: pointer;
}
.left ul li > p {
	padding-left: 10px;
	padding: 20px 30px;
}
.left .navlist {
	padding:  10px 30px;
}
.left .navlist .nav-item {
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 1;
}
.left .navlist .nav-item:first-child {
	margin-top: 0;
}
.left .navlist .nav-item.active {
	color: #3f80e2;
}
.left .navlist .nav-item i.icon-bl {
	display: inline-block;
	width: 3px;
	height: 13px;
	position: relative;
	top: 2px;
	left: -10px;
}
.left .navlist .nav-item.active i.icon-bl {
	background: #3f80e2;
}
.right {
	padding: 40px;
	min-height: 500px;
	background: #fff;
	margin-left: 200px;
}
.right-box {
	display: none;
}
.right h1.title {
	color: #b0b0b0;
	line-height: 1;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}
.right-box ul {
	padding: 30px 20px;
}
.right-box ul li {
	margin-bottom: 25px;
	font-size: 16px;
}
.right-box ul li a {
	color: #333;
}
.right-box ul li a:hover {
	color:#53a0e3
}
.right-box ul li .icon-cy {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ddd;
	border-radius: 5px;
	position: relative;
	top: -2px;
	left: -15px;
}
.right-box .about-content {
	padding: 40px 0 0;
	margin-bottom: 0;
	line-height: 24px;
}
.flex-control-nav li a {
    display: inline-block;
    width: 25px;
    height: 8px;
    margin-right: 10px;
    background: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background: rgba(255,255,255,.5);
    font-size: 0;
    cursor: pointer;
}
.flex-control-nav .flex-active {
    background: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.banner-bg-box li {
    height: 100%;
}
.flex-control-nav li {
    display: inline-block;
}
.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-bg-box {
    position: relative;
    height: 100%;
}
.banner-box {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.helptit {
	padding: 50px 0 20px;
	line-height: 1;
	font-size: 18px;
	color: #333;
}
.helpbox1 {
	background: #fff;
}
.helpbox1 li {
	float: left;
	width: 296px;
	height: 165px;
	text-align: center;
	padding-top: 45px;
	position: relative;
	color: #333;
	cursor: pointer;
}
.helpbox1 li .icon-img {
	margin-bottom: 25px;
}
.helpbox1 .li1,.helpbox1 .li2,.helpbox1 .li3 {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.helpbox1 .li4 {
	border-bottom: 1px solid #f0f0f0;
	width: 297px;
}
.helpbox1 .li1,.helpbox1 .li5 {
	width: 297px;
}
.helpbox1 .li5,.helpbox1 .li6,.helpbox1 .li7 {
	border-right: 1px solid #f0f0f0;
}
.int-shade-box {
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 195px;
    background: url(https://images.zhongmin.cn/zhongmin2017/index/images/rec-bg.png) repeat;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.helpbox1 li:hover .int-shade-box{
    opacity:1;
    filter:Alpha(opacity=100);
}
.helpbox1 .li5 .int-shade-box,.helpbox1 .li8 .int-shade-box  {
	line-height: 1
}
.helpbox1 .li5 .int-shade-box img,.helpbox1 .li8 .int-shade-box img {
	padding: 30px 0 10px;
}
.helpbox2 {
	background: #fff;
	padding: 30px;
}
.problemsbox > li {
	float: left;
	width: 443px;
	height: 95px;
	padding: 45px 20px 30px 90px;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	margin-right: 20px;
}
.problemsbox .li2,.problemsbox .li4 {
	margin-right: 0px;
}
.problemsbox .li3,.problemsbox .li4 {
	margin-bottom: 0px;
}
.innerlist li {
	float: left;
	width: 147px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.problemsbox .li1 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-chanpinwenti.png) no-repeat 40px 50px;
	background-size: 28px;
}
.problemsbox .li2 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-toubaowenti.png) no-repeat 40px 50px;
	background-size: 28px;
}
.problemsbox .li3 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-baodanwenti.png) no-repeat 40px 50px;
	background-size: 28px;
}
.problemsbox .li4 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-lipeiwenti.png) no-repeat 40px 50px;
	background-size: 28px;
}
.problemsbox li .tit {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.innerlist li .icon-list-type {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ccc;
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.innerlist li:hover .icon-list-type {
	background: #3e6fc4;
}
.innerlist li a {
	color: #333;
}
.innerlist li:hover a {
	color: #3e6fc4;
}
.aboutzm .problemsbox .li1 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-gongsixiangguan.png) no-repeat 40px 50px;
	background-size: 28px;
}
.aboutzm .problemsbox .li2 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-wangzhanxiangguan.png) no-repeat 40px 50px;
	background-size: 28px;
}
.aboutzm .problemsbox .li3 {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/icon-yewuhezuo.png) no-repeat 40px 50px;
	background-size: 28px;
}
.contact-btn {
	display: inline-block;
	width: 170px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fe902e;
	color: #fff;
	top: 80px;
	right: 80px;
	border-radius: 3px;
}
.contact-btn:hover,.submit-btn:hover {
	background: #ff6a00;
	color: #fff;
}
.contact-box {
	border-bottom: 1px solid #f0f0f0;
}
.contact .helpbox1 .li1,.contact .helpbox1 .li2,.contact .helpbox1 .li3 {
	border-bottom: none;
}
.contact .helpbox1 .li1 .int-shade-box ,.contact .helpbox1 .li2 .int-shade-box  {
	padding-top: 33px;
	box-sizing: border-box;
}
.box-shadow{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	background: rgba(0,0,0,0.4);
	z-index: 999;
	display: none;
}
.alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.alert-feedback {
	display: block;
	width: 860px;
	height: 420px;
	margin: 100px auto 0;
	background: #fff;
	box-shadow: 0px 0px 10px #666;
	padding: 50px 40px;
	position: relative;
}
.alert-feedback .tit {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
}
.feedback-check {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.feedback-check.active {
	color: #ff9934;
	border-color: #ff9934;
}
.feedback-check:hover {
	color: #ff9934;
	border-color: #ff9934;
}
.feedback-text {
	width: 820px;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 20px;
}
.textnum {
	bottom: 10px;
	right: 10px;
}
.submit-btn {
	display: inline-block;
	width: 250px;
	height: 40px;
	color: #fff;
	background: #ff9934;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	margin-top: 30px;
}
.alert-close {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/close_btn.png) no-repeat center center;
	background-size: 20px;
	top: 30px;
	right: 30px;
}
.alert-close:hover {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/close_btn_hover.png) no-repeat center center;
	background-size: 20px;
}




/*叶佳20171226*/

.pro-name-box{
    border-collapse: collapse;
    border-spacing: 0;
}

.pro-name-box tr th{
    width:174px;
    padding-right:20px;
    font-weight: normal;
    color:#333;
    background: #f6f9fe;
    text-align: right;
    border-bottom:1px solid #f0f0f0;
}
.pro-name-box tr td{
    width:208px;
    padding: 20px;
    color:#333;
    background: #fff;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    vertical-align: top;

}

.pro-con-p{
    height:40px;
    margin:16px 0;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    color:#333;
}

.pro-check{
    display: inline-block;
    width:96px;
    height:28px;
    line-height: 28px;
    background: #fff;
    border:1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}
.pro-check:hover{
    border:1px solid #aaa;
    color:#333;
}
.module-tit{
    padding:18px 0 16px 20px;
    background: #e7ecf6;
    font-weight: bold;
 /*   margin-bottom: 80px;*/
}

.info-btn{
    display: inline-block;
    width:20px;
    height:20px;
    margin-right:10px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/info-btn1.png) no-repeat;
    vertical-align: middle;
    cursor:pointer;
}
.hide-icon{
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/info-btn2.png) no-repeat;
}
.price-org{
    font-weight: bold;
    color:#fe902e;
}

.date-input {
    width: 167px;
    height: 38px;
    padding: 0 30px 0 9px;
    margin-top: 6px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(https://images.zhongmin.cn/zhongmin2017/insure/images/datePicker.png) 176px 10px no-repeat;
}


.select-box {
    position: relative;
    width: 167px;
    height: 38px;
    padding: 0 30px 0 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(https://images.zhongmin.cn/zhongmin2017/insure/images/sel-icon1.png) 183px 16px no-repeat;
    color: #333;
    line-height: 38px;
    cursor: pointer;
    vertical-align: middle;
}

.select-list-box {
    position: absolute;
    top: 43px;
    left: -1px;
    width: 100%;
    max-height: 204px;
    line-height: 38px;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 3px;
    overflow-y: scroll;
    z-index: 10;
    box-shadow: 3px 0 5px rgba(135,135,135,0.25);
}
.select-list-box li {
    /* padding-left: 20px; */
    color: #666;
    text-align: center;
}

.select-list-box li:hover{
    background: #f9f9f9;
}


.select-show {
    background-image: url(https://images.zhongmin.cn/zhongmin2017/insure/images/sel-icon2.png);
    background-repeat: no-repeat;
}


.tab-selt{
    padding-right:20px;
    background: url(https://images.zhongmin.cn/zhongmin2017/insure/images/sel-icon1.png) right 7px no-repeat;
}

.tab-selt-show{
    background: url(https://images.zhongmin.cn/zhongmin2017/insure/images/sel-icon2.png) right 7px no-repeat;
}

.zm-table{
    width: 1190px;
    background: #f6f9fe;
    position: fixed;
    border-bottom: 2px solid #dde9fd!important;
    z-index: 1050;
    top: 0;
    left:50%;
    margin-left: -595px;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

.zm-table tr th{
    width:174px;
    padding-right:20px;
    font-weight: normal;
    color:#333;
    background: #f6f9fe;
    text-align: right;
    border-bottom:1px solid #f0f0f0;
}

.zm-table tr td{
    width:208px;
    padding: 20px;
    color:#333;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;

}

.cons-p{
    font-size: 14px;
    font-weight: bold;
    color:#333;
}
.ml38{
    margin-left: 38px;
}



/*app下载*/
.banner{
    width:100%;
    height:559px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/app-banner.jpg)  center top no-repeat;
}
.con1{
    width:100%;
    height:710px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/con1-bg.jpg)  center top no-repeat;
}
.con2{
    width:100%;
    height:710px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/con2-bg.jpg)  center top no-repeat;
}
.con3{
    width:100%;
    height:760px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/con3-bg.jpg)  center top no-repeat;
}
.con4{
    width:100%;
    height:710px;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/con4-bg.jpg)  center top no-repeat;
}
.tit-wrap{
    position: absolute;
    right:239px;
    top:96px;
}
.ban-tit{
    font-size: 48px;
    color:#fff;
    font-weight: bold;
}
.ban-p{
    font-size: 24px;
    color:#fff;
}
.con1-box{
    position: absolute;
    top:70px;
    left:350px;
    text-align: center;
}
.con1-tit{
    font-size: 36px;
    color:#8092e3;
}
.con1-p{
    font-size: 22px;
    color:#8092e3;
}
.con2-box{
    position: absolute;
    top:70px;
    left:260px;
    text-align: center;
}
.con2-tit{
    font-size: 36px;
    color:#f5f5f5;
}
.con2-p{
    font-size: 22px;
    color:#f5f5f5;
}
.con3-box{
    position: absolute;
    top:70px;
    left:157px;
    text-align: center;
}
.con4-box{
    position: absolute;
    top:70px;
    left:310px;
    text-align: center;
}
/* 站点地图 */
.webmap-wrap {
	background: #fff;
	margin-top: 30px !important;
	margin-bottom: 80px !important;
	padding: 40px;
	line-height: 1;
	box-sizing: border-box;
}
.webmap-wrap .title h1{
	font-size: 30px;
    color: #333;
    line-height: 30px;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.site-map-main ul li {
    padding-bottom: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}
.site-map-main ul li h2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
}
.site-map-main ul li h2 a {
    color: #333;
}
.site-map-main ul li p span {
    text-align: left;
    width: 185px;
    display: inline-block;
    margin-bottom: 20px;
}
.site-map-main ul li p span a {
    font-size: 14px;
    color: #666;
    line-height: 14px;
}
.site-map-main ul li p span a:hover {
    color: #3e6fc4;
}
 .site-map-main ul li:last-child {
    border-bottom: none;
}




 /*20180307*/
 .tab-con{
    /* margin-top:52px!important;*/
     color:rgb(102,102,102)
 }

 .contrast-img{
     width:120px;
     height:48px;
 }

 /* 升级页面 */
.updatebox {
    padding: 95px 0 95px 140px;
}
.texttips {
    top: 190px;
    left: 630px;
}
.texttips h1 {
    font-size: 40px;
    font-weight: bold;
    color: #666;
}
.texttips p {
    font-size: 24px;
    color: #999;
}
.kefubtn {
    display: inline-block;
    width: 210px;
    height: 52px;
    padding: 14px 30px 14px 60px;
    box-sizing: border-box;
    background: url(https://images.zhongmin.cn/zhongmin2017/about/images/erji.png) no-repeat 30px 14px;
    background-color: #4b9cf6;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.3;
}
.kefubtn:hover {
    color: #fff;
}


#safeGuard{
	margin-bottom: 80px;
}








.addBtn {
	padding-top: 27px;
	cursor: pointer;
}


.addBtn p {
	padding-top: 17px;
	color: #666;
}

.deleteBtn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/db_close_btn.png) no-repeat;
	cursor: pointer;
}

.deleteBtn:hover {
	background: url(https://images.zhongmin.cn/zhongmin2017/about/images/db_close_btn1.png) no-repeat;
}
.top-table td{position: relative;}
.top-table td:hover .deleteBtn{
	   display: block;
}
/* 信息披露 */
.disclosure-title {
	padding: 40px 0 30px;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.baseinfo p {
	margin-bottom: 20px;
}
.baseinfo p:last-child {
	margin-bottom: 0px;
}
.baseinfo a {
	display: inline-block;
	margin-right: 20px;
	color: #3e6fc4;
	text-decoration: underline;
}
.baseinfo a:hover {
	color: #3f80e2;
}
.disclosure-table {
	width: 100%;
}
.disclosure-table thead tr th {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #ececec;
	line-height: 1;
	color: #333;
}
.disclosure-table tbody tr td {
	padding: 20px;
	border: 1px solid #ececec;
}
a:hover {
	color: #3e6fc4;
}
.compay-infodis table thead tr th {
	text-align: left;
}
.compay-infodis table thead tr th:nth-child(1),
.compay-infodis table thead tr th:nth-child(3),
.compay-infodis table tbody tr td:nth-child(1),
.compay-infodis table tbody tr td:nth-child(3) {
	text-align: center;
}
.disclosure-tips {
	padding-top: 20px;
	padding-left: 28px;
	text-indent: -28px;
}
.organ-infodis table tbody tr td {
	padding: 15px 10px;
	width: 180px;
	text-align: center;
}

/* 信息披露修改20181106 */
.infodisclosure {
	padding: 40px;
	background: #fff;
}
.infodisclosure h1.title {
    color: #333;
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}
.infodisclosure .disclosure-table thead tr th,
.infodisclosure .disclosure-table tbody tr td {
	text-align: center;
}
.cptk-link {
	display: inline-block;
	padding-right: 10px;
	line-height: 1;
	border-right: 1px solid #666;
}
.flb-link {
	display: inline-block;
	line-height: 1;
	padding-left: 6px;
}
.infodisclosure table tbody tr td {
    padding: 15px 20px;
    line-height: 1.2;
}