﻿/*公共样式=========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #f5f9ff !important;
}

p {
	-webkit-text-size-adjust: none;
}

.flex_fr_ac {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex_jc_ac {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex_sp_ai {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.margin_t_60 {
	margin-top: 60px;
}

.margin_t_50 {
	margin-top: 50px;
}

.margin_t_40 {
	margin-top: 40px;
}

.margin_t_30 {
	margin-top: 30px;
}

.margin_t_20 {
	margin-top: 20px;
}

.margin_t_b_30 {
	margin: 30px auto;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

#main {
	position: relative;
	min-height: 90vh;
	overflow: hidden;
}

#bottom {
	background-color: #363535;
	height: 10%;
	line-height: 60px;
	position: relative;
}

.bs p,
.bs .fa {
	color: #E9A212;
}

/* =========================================== */
/* =========================================== */
/* =========================================== */

/* ------------------------------ */
/* 分页样式 start*/
/* ------------------------------ */
.pagination {
	margin: 30px auto;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.pagination li {
	margin: 0 5px;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pagination li.disabled {
	cursor: not-allowed;
}

.pagination li.disabled .page-link {
	background-color: #eee;
	color: #999;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem!important;
	margin-left: -1px;
	line-height: 1.25;
	border-radius: 5px;
	color: #000;
	background-color: #F8F8F8!important;
	border: none;
}

.pagination .page-item.active .page-link {
	background-color: #0052C8!important;
	color: #fff;
}

#page_div .pagination_index, #page_div .pagination_index_num, .pagination a, .pagination span, .pagination .current.prev, .pagination .current.next{padding:0;float:none;border:none;border-radius:5px;background:none;margin-top:0;margin-right:5px;}
#page_div .pagination_index, #page_div .pagination_index_num{padding:8px;background:#F8F8F8;}
#page_div .pagination_index{width:50px;text-align:center;}
#page_div .pagination_index>span{text-align:center;display:block;width:100%;}
.pagination_index_last{display:none;}
#page_div .pagination_index a, #page_div .pagination_index_num a{font-size:16px;}
#page_div .currentIndex, .pagination .current{background:#0052C8;border:none;}
/* ------------------------------ */
/* 分页样式  end*/
/* ------------------------------ */

/* ------------------------------ */
/* ------------------------------ */
/* ------------------------------ */

/* ------------------------------ */
/* 投资洽谈、联系我们  start*/
/* ------------------------------ */
.center-2>.w_95 {
	background-color: #EAF2FF;
	margin-top: 30px;
	margin-bottom: 30px;
}

#tzqt {
	padding: 35px 30px;
	width: 60%;
}

#lxwm {
	padding: 35px 30px;
	width: 40%;
}

#tzqt .tzqt-nav,
#lxwm .lxwm-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#tzqt .tzqt-nav img,
#lxwm .lxwm-nav img {
	margin-right: 10px;
	height: 27px;
	width: 27px;
}

#tzqt .tzqt-nav p,
#lxwm .lxwm-nav p {
	font-size: 23px;
	color: #666;
}

.tzqt-con p {
	margin: 20px 0;
	color: #666;
	line-height: 25px;
	text-align: justify;
}

/* 投资洽谈按钮：我要投资、招商合作 */
.tzqt-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tzqt-btn .btn {
	height: 40px;
	width: 150px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
}

.tzqt-btn .btn a {
	color: #fff;
}

.tzqt-btn .btn.one {
	background-color: #0052C8;
	margin-right: 30px;
}

.tzqt-btn .btn.two {
	background-color: #FFA800;
}

/* 联系我们 */
.lxwm-con p:first-child {
	margin: 20px 0 0 0;
}

.lxwm-con p {
	color: #666;
	line-height: 25px;
	text-align: justify;
}

/* ------------------------------ */
/* 投资洽谈、联系我们  end*/
/* ------------------------------ */

/* ------------------------------ */
/* 二维码、滑到顶部  start*/
/* ------------------------------ */
.code-top {
	position: fixed;
	bottom: 100px;
	right: 15px;
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 99999;
}

.code-top.active {
	opacity: 1;
	overflow: visible;
}

.code-icon,
.code-icon-wb,
.top-icon {
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #E9F3FE;
	border: 1px #D2E4F6 solid;
	cursor: pointer;
	position: relative;
}

#code-img-wb {
	padding: 5px 5px 25px 5px;
	width: 140px;
	height: 140px;
	border: none;
	position: absolute;
	left: -170px;
	bottom: 0px;
	z-index: -1;
	background-color: #FFF;
	/*box-shadow: 0px 0px 25px #d0cccc;*/
}

#code-img {
	padding: 5px 5px 25px 5px;
	width: 140px;
	height: 140px;
	border: none;
	position: absolute;
	left: -170px;
	top: 0px;
	z-index: -1;
	background-color: #FFF;
	/*box-shadow: 0px 0px 25px #d0cccc;*/
}

#code-img img,#code-img-wb img {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.code-top img,.code-img-wb img {
	margin: 10px auto;
	width: 30px;
	height: 30px;
}

/* ------------------------------ */
/* 二维码、滑到顶部  end*/
/* ------------------------------ */

/* ------------------------------ */
/* 页脚  start*/
/* ------------------------------ */
#footer {
	margin-top: 30px;
}

.footer-top {
	height: 60px;
	background-color: #4a4a4a;
	line-height: 60px;
	text-align: center;
}

.footer-top p {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
}

.footer-top a {
	font-size: 14px;
	background: #0080FF;
	color: #FFF;
	padding: 10px 15px;
	margin-left: 15px;
	border-radius: 5px;
	letter-spacing: 1px;
	text-decoration: none;
}

.footer-top a:hover {
	color: #FFF;
}

.footer-bottom {
	background-color: #363535;
	padding: 20px 0;
}

.footer-bottom p {
	color: #a5a5a5;
}

/* ------------------------------ */
/* 页脚  end*/
/* ------------------------------ */



/* ------------------------------ */
/* layer弹框颜色 end*/
/* ------------------------------ */
body .alert-class .layui-layer-title {
	background: #035DCB;
	color: #fff;
	border: none;
}

body .alert-class .layui-layer-btn a {
	background: #035DCB;
}

body .alert-class .layui-layer-btn0 {
	border-color: #035DCB;
}

/* ------------------------------ */
/* layer弹框颜色 end*/
/* ------------------------------ */


/* ------------------------------ */
/* 登录、注册 start*/
/* ------------------------------ */
.login-regis {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
}

.layui-form-pane .layui-form-label {
	width: 140px !important;
}

.layui-form-pane .layui-input-block {
	margin-left: 140px !important;
}

.layui-form-pane .layui-form-label {
	text-align: justify !important;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #d2d2d2;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #d2d2d2;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
	/*put it behind the numbers*/
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

.layui-form-mid {
	margin-left: 150px !important;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
	background: #27AE60;
	color: white;
	text-align: center;
}

#content {
	position: relative;
}

#content li {
	position: absolute;
	z-index: -1;
	background-color: #FFF;
	opacity: 0;
	display: none;
	width: 100%;
}

#content li.active {
	z-index: 99;
	opacity: 1;
	display: block;
}

.layui-form-item.flex {
	display: flex;
	justify-content: space-between;
}

.layui-form-label {
	width: 100px !important;
}

.layui-input-block {
	margin-left: 140px !important;
}

#verifycode {
	height: 38px;
	width: 100px;
}

/* ------------------------------ */
/* 登录、注册 end*/
/* ------------------------------ */

/* ------------------------------ */
/* 自定义layer弹框样式 start*/
/* ------------------------------ */
body .custom-layer-class {
	border-radius: 10px;
}

body .custom-layer-class .layui-layer-title {
	background: #ACC8EE;
	color: #3D424A;
	border: none;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* ------------------------------ */
/* 自定义layer弹框样式 end*/
/* ------------------------------ */

/* ------------------------------ */
/* layer弹框滚动条样式  start*/
/* ------------------------------ */
.layui-layer-content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.layui-layer-content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #BFBFBF;

}

.layui-layer-content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #E5E5E5;

}
/* ------------------------------ */
/* layer弹框滚动条样式  end*/
/* ------------------------------ */
/*  */

body .layui-btn{
	background-color: #0052C8;
}

.print_icon{
	cursor: pointer;
}

#cnzz_stat_icon_1279568519 {
    display: none;
}
