﻿﻿/* CSS Document */
@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table { margin:0; padding:0; list-style:none; font-family:"Microsoft YaHei", "微软雅黑", Tahoma, Helvetica;font-size: 14px; color: #464646;}
input{ vertical-align:middle; margin:0; padding:0; font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica;}
a { text-decoration:none; color: #464646;font-size: 14px;}
a:hover { text-decoration:underline;}
img{ border: 0;}
/*hr{
	width:1920px;
	position: absolute;
	top:22px;
	z-index: 2;
}*/
.header {
	width: 100%;
	height: 170px;
	background: url(../images/head_border.gif) repeat-x bottom;
}
.header_wrap{
	width: 1045px;
	height: 136px;
	padding-top: 34px;
	background: url(../images/robot.jpg) no-repeat 717px;
	margin: 0px auto;
}

.logo_title{
	border-left: 1px solid #d1d1d1;
	height: 70px;
	margin-top: 7px;
	padding: 0 25px;
	float: left;
}
.content {
	width: 1180px;
	overflow: hidden;
	margin: 0px auto;
	background: #fff;
	position: relative;
	padding: 10px;
}

.ban_content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height:340px;
	position: relative;
	z-index: 1;
}

.tab_title {
	margin-right:0px;
	width: 36px;
	height: 354px;
	position: absolute;
	right: 0px;
	top: 10px;
}
.tab_title ul {
	width: 100%;
	height: 35px;
	position: relative;
}
.tab_title ul li {

	width: 20px;
	padding: 9px 8px;
	height: 100px;
	line-height: 18px;
	margin-top: -10px;
	text-align: center;
	background: url(../images/tab_bg.png) no-repeat;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #1856AC;

}
.tab_title ul li#chat-btn{
	position: absolute;
	top:0px;
}
.tab_title ul li#help-btn{
	position: absolute;
	top:108px;
}
.tab_content {
	width: 100%;
	height: 99%;
	overflow: hidden;
}
.tab_content> div {
	height: 100%;
}
.hide {
	display: none
}
.slected {
	background: url(../images/tab_hov.png) no-repeat !important;
	color: #fff !important;
}
#chat-btn{
	z-index: 3;
}
#help-btn{
	z-index: 2;
}
.container {
	background-color:#fff;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.container_left {
	border: 1px solid #d0d0d0;
	width: 554px;
	height: 99%;
	float: left;
}
.border_wrap{
	width: 524px;
	padding: 13px 15px 0px 15px;
	/*border: 1px solid #dddddd;*/
	overflow: hidden;
	position: relative;
}
.title{
	width: 105px;
	height: 28px;
	line-height: 21px;
	border-bottom: 2px solid #1856AC;
	background: url(../images/arrow.gif) no-repeat 3px top;
	font-size: 16px;
	font-weight: bold;
	color: #1856AC;
	text-indent: 29px;
	position: absolute;
	left: 15px;
	top: 13px;
}
.main {
	clear: both;
	width: 100%;
	height: 120px;
	padding-top: 2px;
	text-align: left;
}
#tabs0 {
	width: 100%;
	height: 142px;
}
#tabs0 ul {
	list-style: none;
	float: left;
}
.menu0 {
	padding-left: 121px;
}
.menu0 li {
	display: block;
	float: left;
	width: 74px;
	height: 37px;
	line-height: 31px;
	text-align: center;
	background: url(../images/con_tab_bg.gif) no-repeat top;
	color: #1856AC;
	cursor: pointer;
	font-weight: bold;
	margin-right: 8px;
}
.menu0 li.hover {
	background: url(../images/con_tab_hov.png)  no-repeat top;
	color: #FFFFFF;
	font-weight: bold;
}
#main0 ul {
	display: none;
}
#main0 li {
	width: 130px;
	height: 25px;
	line-height: 25px;
	float: left;
	background: url(../images/sml_arrow.gif) no-repeat 1px center;
	text-indent:13px;
	overflow: hidden;
}
#main0 li a{
	color: #464646;
	font-size:14px;
	line-height: 32px;
}
#main0 li a:hover{
	text-decoration: none;
	color:#1856AC;
}
#main0 ul.block {
	display: block;
}
.title_border{
	width: 487px;
	height: 28px;
	border-bottom: 2px solid #dddddd;
}
.func_margin{
	margin-top: 17px;
	_margin-top: 9px;
}
.func_nav{
	padding-top: 13px;
	overflow: hidden;
	zoom: 1;
}
.func_nav a{
	display: block;
	float: left;
	width: 100px;
	height: 70px;
	text-align: center;
	color: #464646;
}
.func_nav span{
	display: block;
	width: 100%;
	height: 33px;
}
.func_nav p{
	display: block;
	height: 37px;
	line-height: 40px;
}
.container_right {
	width: 569px;
	height: 93%;
	padding: 13px 14px 0px 14px;
	float: left;
	margin-left: 10px;
	border: 1px solid #d0d0d0;
}
.container_right{
	line-height: 24px;
}
#showMessage{
	width: 413px;
	height: 90%;
	background: #fef6f6;
	border: 1px solid #e4e4e4;
	padding: 0px 13px;
	line-height: 24px;
}
.attention{
	font-size:13px;
	border-bottom: 1px dashed #d0cece;
	color: #464646;
	padding: 10px 0px 10px 10px;
}
#message {
	height: 490px;
	padding-top: 0px;

}
/*20161108娣囶喗鏁煎锟芥慨锟�*/
.dialog{
	overflow: hidden;
	padding-right: 37px;
	padding-left: 43px;
	background: url(../images/man.png) no-repeat right;
	position: relative;
	margin:10px 0px;
}
.attention a {
	display: block;
	width: 21px;
	height: 21px;
	float: right;
	margin-right: 7px;
	cursor: pointer;
}
.dialog li{
	float: right;
}
.left, .right{
	width: 7px;
	height: 26px;
	background: url(../images/dialog_l.gif) no-repeat left top;
}
.right{
	background: url(../images/dialog_r.gif) no-repeat left top;
}

#con_knowlege{
	margin-top:30px;
}
.center{
	float: right;
	background: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 6px;
	margin: 3px 0px;
}
.bottom{
	width: 24px;
	height: 11px;
	background: url(../images/dialog_b.gif) no-repeat;
	position: absolute;
	right: 45px;
	top: 24px;
}

.dialog_tab{
	background: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 0px 12px;
	color: #a4a2a2;
	margin-bottom: 20px;/*20161108*/
	margin-left: 20px; /*20161108*/
	position: relative;/*20161108*/
	margin-right: 37px;/*20161108*/
}

.answer_man{
	position: absolute;
	left: -43px;
	top: 0;
}
.right_arrow{
	position: absolute;
	left: -8px;
	top: 12px;
}
.left_arrow{
	position: absolute;
	right: 26px;
	top: 13px;
}
.dialog_tab p span{
	color: #1856AC;
}

.dialog_tab > p{

	line-height: 32px;
	font-size:14px;
}
.dialog_tab >div > p{
	padding-bottom:6px;
	line-height: 21px;
}
.tab2_title {
	width: 100%;

}
.tab2_title ul {
	width: 100%;
	height: 20px;
	border-bottom:1px solid #e9e9e9 ;
}
.tab2_title ul li {
	padding: 0px 6px;
	float: left;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #464646;
	font-size: 12px;
}
.tab2_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 7px;
}
.tab2_content> div {
	height: auto;
}
.hide {
	display: none
}
.slected2 {
	background: #1856AC;
	color: #fff !important;
}
.news{
	margin-top:25px;
	padding-bottom: 4px;
}
.showOrHide{
	margin-top:8px;
}
.news li{
	line-height: 32px;
	padding-left: 12px;
	background: url(../images/sm_dotted.gif) no-repeat 3px 15px;

}
.news li a{
	color: #333;
}
.news li a:hover{
	color: #1856AC;
	text-decoration: none;
}

.tab2_content .news li{
	background: url(../images/dotted.gif) no-repeat 3px 14px;
}

.tab2_content .news li span{
	margin-left: 10px;
	color: #999;
	float:right;
}
.tab2_content .news li a{
	font-size: 12px;
}
.sign{
	clear: both;
	height: 18px;
	padding-bottom: 10px;
}
.unuseful,.useful{
	width: 55px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-indent: 17px;
	margin-left: 15px;
	background: url(../images/unuseful.gif) no-repeat;
	float: right;
	cursor: pointer;
}
.useful{
	background: url(../images/useful.gif) no-repeat;
}
.input{
	width: 413px;
	height: 64px;
	background: #fef6f6;
	border: 1px solid #e4e4e4;
	margin-top: 13px;
	position: relative;
	padding: 0px 13px;
}
#chatform textarea{
	width: 480px;
	height: 72px;
	line-height: 24px;
	line-height: 30px;
	overflow: auto;
	/*background: #fef6f6;*/
	border: 0;
	color: #464646;
	font-size: 14px;
	display:block;
}
.input button{
	width: 85px;
	height: 27px;
	line-height: 27px;
	background: #1856AC;
	color: #FFFFFF;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 13px;
	bottom: 12px;
}
#fontNum{
	color: #7e7d7d;
	text-indent: 14px;
}
.help_words{
	padding: 9px 0px 10px 43px;

	border-bottom: 1px dashed #d0cece;
	background: url(../images/attention.gif) no-repeat 12px 10px;

}
.help_words p{
	line-height: 24px;
}
.slideBox {
	width: 417px;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	padding-left: 11px !important;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 417px;
	display: block;
}
.slideBox p{
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #1856AC;
	text-align: center;
	border-bottom: 1px solid #1856AC;
	margin-bottom: 25px;
}

.footer_wrap{
	width: 1010px;
	margin: 0px auto;
	padding-top: 26px;
}
.footer_l{
	float: left;
}
.footer_r{
	float: right;
	margin-right: 17px;
	_margin-right: 9px;
}
.footer_l img,.footer_l div{
	display: block;
	float: left;
}
.footer_l div{
	height: 50px;
	border-left: 1px solid #c0c0c0;
	padding-left: 15px;
	margin:5px 0px 0px 6px;
}
.footer_l div p{
	line-height: 24px;
	color: #464646;
}


/*閸掓銆冩い锟�*/
.con_classify{
	float: left;
	width: 27%;
	height: auto;
	padding-top: 20px;
	margin-left: 20px;
}
.con_list{
	float: left;
	width: 70%;

}
.list_title{
	margin-left: 10px;
	margin-bottom: 12px;
	width: 100%;
	height: 38px;
	line-height: 40px;
	border-bottom: 1px solid #d0cece;
}
.dashed_b{
	margin-bottom: 12px;
	width: 145px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #ba3342;
	box-sizing: border-box;
	border-bottom: 2px solid #bd1a2d;
	padding-bottom: 4px;
}
.hot_rank{
	margin-bottom: 0px;
}
.part_data{
	margin-top:5px;

	width: 100%;
	padding-left:10px;
	box-sizing: border-box;

}

.part_data table tr{
	line-height: 26px;
	text-align: left;
}
.part_data table td{
	text-align: left;
	font-size: 15px;
	color: #767676;
	display: inline-block;
}
.part_data table td.t{
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 26px;
	display: inline-block;
}
.part_data table td.t a{
	width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.part_data table td.d{
	text-align: center;
	position: absolute;
	right:10px;
	margin-right:20px;
}
.part_data table{
	width:100%;
	display: block;
}
.part_data table tbody{
	width:100%;
	display: block;
}
.part_data table tr{
	width:100%;
	position: relative;
	display: block;
}
.part_data table td.dd{
	width: 5px;
	background-position: 2px;
	height: 26px;
	padding-left:10px;
}
.part_data.news-act table td a{
	color:#212121;
	font-size:12px;
	font-family: "Microsoft YaHei";
	line-height: 26px;
	display: block;
	width:100%;
	height: 26px;

}
.part_data.news-act table td a:hover{
	color:#ff9900;
}
.list_title a{
	margin-bottom: 5px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #1856AC;

	box-sizing: border-box;


}
.list_content{
	padding-top: 20px;
	padding-bottom: 11px;
	padding:0 0px;
	text-align: center;
	width:100%;
	margin-left:10px;
}
#searchInput{
	width: 128px;
	height: 32px;
	line-height: 32px;
	text-indent: 5px;
	border: 1px solid #dddddd;
}
#searchBtn{
	width: 59px;
	height: 34px;
	color: #FFFFFF;
	background: #1856AC;
	border: 0;
	font-weight: bold;
}
.search_tag{
	line-height: 38px;
	color: #1856AC;
	text-align: left;
	text-indent: 9px;
}
.data .list_title{
	height: 32px;
	line-height: 32px;
	background: url(../images/list_ico2.gif) no-repeat 10px center;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #d0cece;
}
.data .list_content{
	text-align: left;
}
.data .list_content ul li a span{
	display:none;
}
.list_content li a{
	display: block;
	line-height: 30px;
	font-size:15px;
	padding: 0px 20px;
	color: #464646;
	_zoom: 1;

}
.list_content li a:hover,.list_content li a.list_hover{color: #ba3342;text-decoration: none;background: #ffe6e9;}
.list_content li a.list_hover{
	background: #fff7f8 url(../images/arrow-list.png) no-repeat left;
	color: #bd1a2d;
}
.focus{
	text-align: left;
}
#userDiv{
	padding-left:30px;
}
.focus a{
	line-height: 30px;
	margin-right: 15px;
	color:#1856AC;
}
.focus a:hover{
	text-decoration: none;
	color:#ff0000;
}
.focus a span{
	color: #333;
}
.list_tag{
	border: 1px solid #bd1a2d;
	border-radius: 10px;
	background: #fff7f8;
	overflow: hidden;
	padding: 9px 15px;
	_zoom: 1;
}
.list_tag li{
	float: left;
	width: 50%;
	line-height: 27px;
}
.list_tag span{
	color: #bd1a2d;
}
.list_news{
	/*border: 1px solid #dddddd;*/
	border-top: 0;
}
.list_news ul{
	width: 100%;
}
.list_news li{
	margin: 10px auto;
	padding: 15px 20px;
	border: 1px dashed #d16a49;
	border-radius: 20px;
	background-color: #fff7f8;
}
p.news_bd{
	margin-right:40px;
	border-bottom: 1px dashed #d0cece;
}
.list_news li p{
	line-height: 30px;
}
.list_news li p.data-con{
	margin:10px auto;
	line-height: 24px;
}
.list_news li p.news_tag{
	padding-left: 26px;
	background: url(../images/fenlei.png) no-repeat left center;
	background-size: 20px;
}
.list_news li p span.span_lm{
	padding-left: 26px;
	background: url(../images/lanmu.png) no-repeat left center;
	background-size: 20px;
}
.list_news li p span.span_ly{
	padding-left: 26px;
	background: url(../images/laiyuan.png) no-repeat left center;
	background-size: 20px;
	margin-left: 0px;
}
a.more_blank {
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fdd9dd;
	border-radius: 5px;
	margin-left: 15px;
	position: absolute;
}
a.more_blank span{
	display: inline-block;
	font-size: 14px;
	color: #bd1a2d;
	padding-left: 26px;
	background: url(../images/lianjie.png) no-repeat left center;
	background-size: 20px;
}
.Popup {
	float: right;
	color: #bd1a2d;
	cursor: pointer;
	padding-right: 10px;
	border:none!important;
	background:none!important;
	outline: none;
}
.news_time{
	display:none;
}
.list_news li p a.one{
	font-size:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 80%;
	display: inline-block;
	cursor: pointer;
}
.list_news li i{
	display: inline-block;
	width: 20px;
}
p.news_tag a{
	margin-right: 20px;
	color: #333;
}
p.news_tag a:hover{
	text-decoration: none;
}
p.news_tag a span{
	color: #bd1a2d;
}
.list-page{
	height: 85px;
	line-height: 85px;
	text-align: center;
}
.page_input{
	width: 42px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #dddddd;
	margin-left: 13px;
	margin-right: 5px;
}
.page_ie{
	_margin: 30px 0;
	_vertical-align:middle;
}
.page_btn{
	width: 42px;
	height: 25px;
	line-height: 25px;
	border: 0;
	color: #FFFFFF;
	background: #bd1a2d;
	margin-left: 5px;
}
.list-page a{
	margin-left: 13px;
	font-size: 16px;
}



/* 2017.03.06 begin*/
.dialog_tab .chnl ul li{
	height: auto !important;
	white-space:initial !important;
}
.tab2_title ul{
	height: 32px !important;
}
.tab2_title ul li{
	line-height: 32px !important;
}
.tab2_content .news li a{
	font-size: 14px !important;
}
.tab2_content .news li a:hover{
	text-decoration: none;
}
.tab2_title ul li{
	font-size: 14px !important;
}
.dialog_tab{
	-webkit-box-shadow: rgba(14, 14, 14, 0.1) 2px 2px 2px;
	-moz-box-shadow: rgba(14, 14, 14, 0.1) 2px 2px 2px;
	box-shadow: rgba(14, 14, 14, 0.1) 2px 2px 2px;
}
.popup{
	position: absolute;
	z-index: 9999;
	width:400px;
	height:300px;
	left:50%;
	top:50%;
	margin-left: -200px;
	margin-top: -150px;
	background:#fff;
	padding: 20px;
	border-radius: 4px;
}
.popup p{
	margin-bottom: 14px;
	clear: both;
	width: 100%;
	float: left;
	color: #7d7d7d !important;
}
.popup p span{
	font-size: 15px;
}
.popup p img{
	float: left;
	margin-left: 13px;
}
.popup input{
	width: 166px;
	height: 28px;
	line-height: 28px;
	display: block;
	border: 1px solid #ccc;
	padding-left: 25px;
	float: left;
	color: #7d7d7d;
}
.popup_name{
	float: left;
	background: url(../images/pop_user.png) no-repeat 5px center;
}
.popup_email{
	float: right !important;
	background: url(../images/pop_phone.png) no-repeat 5px center;
}
.pop_code{
	padding-left: 10px !important;
	width: 111px !important;
}
.popup textarea{
	width: 378px;
	height: 80px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	color: #7d7d7d;
}
.popup_submit{
	width: 90px;
	height: 27px;
	line-height: 27px;
	background: #1856AC;
	color: #FFFFFF;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	border: 0;
}
.popup_cancel{
	background: #ccc !important;
	margin-left: 13px;
}
.page_ico{
	background: url(../images/pop_page.png) no-repeat left center;
	padding-left: 25px;
}
#show_menu{
	width: 110px;
	background: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	-moz-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
}
#show_menu li{
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid  #f5f5f5;
	border-left: 1px solid  #f5f5f5;
	margin-left: 30px;
	font-size: 12px !important;
	position: relative;
}
#show_menu li:last-child{
	border-bottom: 0;
}
#show_menu li:hover{
	background: #ff6a01;
	color: #FFFFFF;
	cursor: default;
}
.menu_ico{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -23px;
	top: 4px;
}
.add_favorite{
	background: url(../images/pop_favorite.png) no-repeat;
}
.add_home{
	background: url(../images/pop_home.png) no-repeat;
}
.clean_content{
	background: url(../images/clean.png) no-repeat;
}
/* 2017.03.06end*/
#footer {
	width: auto;
	height: 30px;
}
#footer .stats {
	height: 25px;
	line-height: 25px;
	padding: 0 23px 0 0;
	float: right;
}
#footer .stats i {
	height: 100%;
	font-style: normal;
	float: left;
	cursor: default;
}
.contactFooter a{
	font-size: 12px;
}
.contactFooter td{
	background-color: #e2f2ff;
}

/* 满意度 */
.satisDiv{
	position: fixed;top: 300px;right: 30px;
	width: 90px;text-align: center;
	border: 1px solid #ccc;
	/* box-shadow: 1px 1px 16px #6c6767; */
	-moz-box-shadow: 0px 0px 30px #aaa; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 30px #aaa; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 30px #aaa; /* Opera 10.5, IE 9.0 */
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='0', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='90', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='180', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='270', Strength=1); */ /* IE6,IE7 */
	/* -ms-filter:progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='0', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='90', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='180', Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#6c6767', Direction='270', Strength=1); */ /* IE8 */
	background: #fff;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
}
.satisDiv span{
	display: block;
	line-height: 37px;
	font-size: 16px;
	color: #bd1a2d;
	background: #d1d1d1;
	/* border-top-left-radius: 3px;border-top-right-radius: 3px; */
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.satisDiv div{cursor: pointer;    text-align: center;
	margin: 18px 0;}
/* .satisDiv .satisbumanDiv{margin-top: 15px;} */
.satisDiv div i{
	display: inline-block;width: 42px;height: 42px;font-size: 34px;cursor: pointer;
	background: url(../images/icon_back.png) no-repeat;
}
.satisDiv .satismanDiv i{
	background-position: 0 -100px;
}
.satisDiv .satisbumanDiv i{
	background-position: -47px -100px;
}
.satisDiv .satismanDiv:hover i{
	background-position: 0 -147px !important;
}
.satisDiv .satisbumanDiv:hover i{
	background-position: -47px -147px !important;
}
/* 不满意弹框 */
.satisBuFrame{position: fixed;top: 0;right: 0px;bottom: 0px;left: 0px;z-index: 999;background: rgba(0, 0, 0, 0.5);display: none;}
.satisBuFrame .satisBuDiv{
	width: 380px;
	margin: 0 auto;
	margin-top: 18%;
	padding: 20px 30px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 25px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.satisBuDiv span{display: block;font-size: 16px;font-weight: 600;}
.satisBuDiv .satisBuCon{box-sizing: border-box;width: 100%;height: 210px;margin-top: 15px;padding: 10px;resize: none;}
.satisButDiv{margin-top: 15px;text-align: center;}
.satisButDiv button{padding: 4px 12px;margin-right: 10px;color: white;border: 1px solid #ccc;cursor: pointer;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.satisButDiv .saFrame_sure{background-color: #bd1a2d;border-color: #bd1a2d;}
.satisButDiv .saFrame_cancel{background: #ccc;}
.prompting2{
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	z-index:999;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.pro-box h5{
	line-height: 36px;
	color:#d1474e;
	line-height: 36px;
	background: #1985d0;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pro-box label{
	padding:5px;
}
#cancelBtn2{
	border:0 none;
	outline: none;
	color:#FFF;
	width: 85px;
	height: 30px;
	cursor: pointer;
	background-color: #bd1a2d;
	border-radius: 5px;
	font-size: 14px;
}

.modal_show{
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	z-index:999;
}
.modal{
	width: 1000px;
	background-color: #fff;
	position: fixed;
	top:100px;
	left:50%;
	border-radius: 10px;
	margin-left:-500px;
	box-sizing: border-box;
	display: block!important;
}
.modal_value{
	height: auto;
	line-height: 30px;
	text-indent: 2em;
	font-size: 15px;
}
#modal_close{
	float: right;
	padding-top:5px;
	background: url(../images/guanbi.png) no-repeat;
	background-size:90%;
	margin-right:5px;
	color: #fff;
	cursor: pointer;
	width: 20px;
	text-align: center;
	height: 25px;
	line-height: 24px;
	color: #000;
	margin-top: 8px;
	margin-right: 8px;
}
.modal_content{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	width:100%;
	margin:0 auto;
	height: 100%;
	max-height: 500px;
	overflow-y:auto;
	padding-bottom:10px;
	top: 35px;
	margin-bottom: 35px;
}
.modal_content p{
	width: 95%;
	margin:0 auto;
	padding-top: 10px;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.modal_content p span{
	color: #bd1a2d;
	font-weight: bold;
	font-size: 18px;
}
.modal_content div{
	padding:0px 30px;
}
.modal_content a{
	text-align:left;
	padding:2px 30px;
}
