@import url("/public/css/SitePublic.css");


:root {
	--LeftWidth: 355px;
	/* 主页左宽*/
	--CenterWidth: 631px;
	--RightWidth: 250px;
}

.Main_tops {
	width: 100%;
	height: 190px;
	min-width: 1000px;
	background-color: white;
}

.lunbo {
	width: 100%;
	margin: auto;
}

.model_title {
	height: 40px;
	width: 100%;
}

.model_title_font {
	text-align: left;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	font-weight: 600;
	color: var(--M_BorderColor);
	width: 100%;
	font-family: "黑体";
	margin-left: 20px;
}


.left_div {
	width: var(--LeftWidth);
	float: left;
	/* margin-left: 20px; */
}

.left_div .notice {
	border-radius: 8px 8px 8px 8px;
	width: var(--LeftWidth);
	/* height: 200px; */
	margin-top: 5px;
	border: 1px solid rgb(180, 180, 180);
	background: -webkit-linear-gradient(bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgb(235, 235, 235)), rgb(255, 255, 255);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* 标准的语法 */
}

#M_imageNews {
	height: 250px;
}

#M_loan {
	height: 190px;
}


#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .8;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#dialog {
	width: 300px;
	height: 240px;
	margin: 0 auto;
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -150px;
	z-index: 10000;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
}

.dialogTop {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: right;
}

.dialogIco {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}


.animate {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
}

#M_service_del {
	height: 240px;
}

#notice_lunbo {
	padding-left: 2px;
	padding-right: 2px;
}

.center_div {
	margin-top: -10px;
	margin-left: 5px;
	width: var(--CenterWidth);
	float: left;
	/* height: 580px; */


}

.center_div_unit {
	margin-top: 5px;
	border: 1px solid rgb(180, 180, 180);
	height: 344px;

	width: var(-CenterWidth);
	border-radius: 8px 8px 8px 8px;
	background: -webkit-linear-gradient(bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgb(235, 235, 235)), rgb(255, 255, 255);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* 标准的语法 */
}

#M_News {
	margin-top: 15px;
	/* height: 334px; */
}

#M_zcfg {
	height: 344px;
}

.center_div .comp_news {
	width: 100%;
	margin-top: -16px;
}
/* 综合新闻栏 */

.comp_news_title {
	width: 100%;
	/* margin-top:15px; */
	/* height: 36px; */
}

.comp_news_title ul {
	margin-left: -20px;

}

.comp_news_title ul li {
	float: left;

}

.comp_news_title ul li {
	font-family: "微软雅黑";
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 30px;
	line-height: 25px;
	width: 80px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
	color: rgb(229, 229, 229);

}

.comp_news_title ul li a {
	font-family: "微软雅黑";
	font-size: 17px;
	text-decoration: none;
	color: rgb(64, 64, 64);
}

.comp_news_title .activi {
	font-weight: 600;
	font-size: 18px;
	color: var(--M_BorderColor);
	border-top: 2px solid;
	background: white;
	height: 28px;

}

.news_title .activi a {
	color: var(--M_BorderColor);
}


.comp_new_list {
	width: 100%;
}

.comp_new_list ul li a {
	text-decoration: none;
	color: #404040;
	list-style-type: square;
	font-size: 15px;
	font-family: "微软雅黑";

}

.comp_new_list ul li a:hover {
	color: var(--NewsHoverColor);
	font-weight: bold;
	font-size: 15px;
}

.comp_new_list ul li {
	list-style: none;
	padding-top: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	height: 25px;
}

.comp_new_list ul .fm {
	font-weight: bold;
}

.comp_new_list ul {
	margin-left: -20px;
}

.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background: rgb(205, 205, 205);
	vertical-align: middle;
	overflow: hidden;
}

/* .center_bottom {} */

.right_div {
	width: var(--RightWidth);
	float: left;
	margin-left: 5px;
}

.right_div .M_R_Unit {
	border-radius: 8px 8px 8px 8px;
	margin-top: 5px;
	border: 1px solid rgb(180, 180, 180);
	width: var(--RightWidth);
	/* height: 200px; */
	background: -webkit-linear-gradient(bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgb(235, 235, 235), rgb(255, 255, 255));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(255, 255, 255));
	/* 标准的语法 */


}

#M_QR_code {
	height: 230px;
}

#M_yglink {
	height: 456px;
}

#M_bank {
	display:none;
	height: 200px;
}

.right_div .M_R_Unit .comp_code {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	text-align: center;
}


.coop_bank {
	width: 100%-20px;
	height: 100%;
	margin: 10px;
	overflow: auto;
}

.youqing_link {
	width: 100%;
	height: 165px;
	overflow: auto;
	margin-left: 30px;
}

.youqing_link div {
	width: var(--RightWidth);
	height: 30px;
	border-bottom: 0px solid;
	border-bottom-color: rgb(240, 240, 240);
}

.youqing_link div a {
	text-decoration: none;
	color: #404040;
	list-style-type: square;
	font-size: 15px;
	line-height: 45px;
	font-family: "微软雅黑";
}

.coop_bank img {
	width: 25px;
	height: 25px;
	margin-left: 30px;
}

.query_loan {
	font-size: 15px;
	font-family: "微软雅黑";
	margin-top: 10px;
	margin-left: 30px;
}

.query_loan input {
	width: 50px;
}

.query_loan select {
	width: 80px;
	font-family: "微软雅黑";
}

.col_div input {
	width: 150px;
	height: 30px;
	background: var(--M_BorderColor);
	font-family: "微软雅黑";
	font-size: 15px;
	color: white;
	border: 0px;
}

.col_div input:hover {
	background: rgb(0, 153, 255);
	color: white;
	cursor: pointer;
}

.col_div {
	text-align: center;
}

.service_del {

	margin-top: 2px;
}

.service_del_img {
	margin-left: 20px;
	float: left;
	width: 15px;
	height: 15px;

}

.service_del span {
	font-family: "微软雅黑";
	font-size: 15px;
	width: 50px;
	height: 50px;
	line-height: 15px;
	margin-left: 10px;
}