@charset "utf-8";
/* CSS Document */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: simsun;
	font-size: 12px;
	vertical-align: baseline;
	font-style: normal;
	font-family: '微软雅黑';
}

:focus {
	outline: 0;
}

ol,ul {
	list-style: none;
}

.btnActive{
	pointer-events: none;
}

.clear-both {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #2C59B8;
	text-decoration: underline
}

body {
	background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 80px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
#homePage {
	min-width: 1100px;
    max-width: 1508px;
    width: 100%;
}

.w1190 {
	margin: 0 auto;
	width: 1190px
}

#indexAnima {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    margin-top: -110px;
}

#indexAnima .line {
	display: block;
	float: left;
	margin: 6px;
	width: 1px;
	height: 0;
	background: #8F8F8F;
	overflow: hidden
}

#indexAnima .i_font {
	display: block;
	float: left;
	overflow: hidden;
	width: 39px;
	height: 1px;
	font-size: 15px;
	font-family: '宋体'
}

.index_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -103.5px;
}

.i_nav {
	position: absolute;
	top: -100%;
	left: 0
}

.icp_area {
	position: absolute;
	bottom: 15px;
	right: 50px
}
#homePage .imgbg{
    width: 100%;
    min-height: 420px;
    max-height: 724px;
    overflow: hidden;
}
#homePage .sub_nav{
    background: #ffffff;
}
#homePage .global_btm_nav{
    border-bottom: none;
}

/*内页*/
.page_content {
    width: auto;
    min-height: 420px;
    max-height: 724px;
    overflow: hidden;
    zoom: 1;
    display: flex;
    background-color: #fff;
    padding: 44px;
    padding: 22px 22px 22px 44px;
}
.page_box{
    padding: 40px;
}

.page_content .l_con {
    width: 358px;
    height: 637px;
    overflow: hidden;
    background: #fff;
    padding-right: 78px;
}
.page_content .l_con .l_con_btnimg {
	position: absolute;
	left: 60px;
	bottom: 20px
}

.page_content .l_con h3 {
	padding: 54px 0 20px 30px
}

.shzr_list {
	width: 880px;
	height: 420px
}

#m_list {
	position: relative;
	float: left;
	height: 368px;
	overflow: hidden;
	margin-bottom: 40px
}

#pagecent {
    min-width: 1100px;
    max-width: 1508px;
    width: 100%;
}
.page_content.contactus .r_con{
    background-color: #F9F9F9;
}

/*底部公共导航*/
.global_btm_nav {
    margin: 0 auto;
    width: 100%;
    line-height: 40px;
    background: #fff;
    position: relative;
    border-bottom: solid 1px #ededed;
}

.global_btm_nav #logo {
    width: 280px;
	display: block;
    margin-left: 43px;
}

#b_navlist li a,#b_navlist li a:visited {
	display: inline-block;
}

#b_navlist li a:hover {
	text-decoration: none
}

.other_link {
	float: left;
	font-family: 'SimHei';
	padding: 0 27px 0 0;
	font-size: 21px;
	color: #000
}

.other_link a,.other_link a:visited {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center
}

.other_link a:hover {
	text-decoration: none
}

#global_btm_nav_con {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ededed;
}
.sub_nav{
    width: 100%;
    height: 56px;
    background: #FBFBFB;
}


/* change by jay 2022-1-24*/

/* 左侧板块 */
.left_title {
    position: relative;
    padding-bottom: 38px;
    padding-top: 25px;
    /* padding-left: 12px; */
}

/* .left_title::before {
    content: "";
    width: 4px;
    height: 45px;
    border-left: solid 4px #947A54;
    position: absolute;
    top: 2px;
    left: 0;
} */

.left_maintitle {
	font-size: 26px;
	color: #000000;
    margin-top: 2px;
}

.left_subtitle {
	font-size: 12px;
	font-family: 'Arial';
	color: #947A54;
}

.left_content {
    height: calc(100% - 90px);
    font-size: 14px;
    overflow: scroll;
    text-align: justify;
    color: #515151;
    padding-right: 8px;
    line-height: 24px;
    letter-spacing: 1px;
}

.left_content span.dian{
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.left_content::-webkit-scrollbar {
	width: 4px;
	height: 68px;
}

.left_content::-webkit-scrollbar-button:vertical {
	display: none
}

.left_content::-webkit-scrollbar-track:vertical {
	background-color: black
}

.left_content::-webkit-scrollbar-track-piece {
	background: white
}

.left_content::-webkit-scrollbar-thumb:vertical {
	background-color: #f5f5f5;
    -webkit-border-radius: 6px;
}

.left_content::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #b0b0b0;
}

.left_content::-webkit-scrollbar-corner:vertical {
	background-color: #b0b0b0;
}

.left_content::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00;
}

/* 右侧板块 */
.page_content .r_con {
    width: calc(100% - 436px);
    height: 675px;
    background-color: #f9f9f9;
}

.center {
	text-align: center;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.full_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .notice_font{
    font-family: 'Microsoft YaHei';
    color: #626262;
    font-size: 15px;
    top: 560px;
    left: 417px;
    position: absolute;
    z-index: 1;
} */

.r_con ul {
    text-align: left;
    color: #555555;
    margin-bottom: -45px;
}

.r_con ul li {
	margin-bottom: 45px;
}

.r_con ul li p {
	margin-top: 10px;
	font-size: 12px;
	font-family: 'Microsoft YaHei';
}

.r_con ul li span {
	font-weight: bold;
	font-size: 13px;
	font-family: 'Microsoft YaHei';
}

.imgbg img {
	width: 100%;
}
/* .contactus_content{
    width: 380px;
    height: 162px;
    text-align: left;
} */


/* 表格样式 */
.font_content_box {
    font-size: 12px;
    padding: 36px;
    max-height: calc(100% - 100px);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

.font_content_box p {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #555555;
	text-align: justify;
}

.font_content_box table {
	font-size: 14px;
	color: #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	width: 100%;
	text-align: center;
}

.font_content_box table tr {
	height: 45px;
}

.font_content_box table th {
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
}

.font_content_box table td {
    border-left: 1px solid #555555;
    border-top: 1px solid #555555;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px;
}
.font_content_box table td:last-child{
    text-align: left;
}

/*底部公共导航*/
#b_navlist {
    width: 1020px;
    height: 100%;
    margin-right: 42px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#b_navlist li {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}

/* #b_navlist li:hover .b_navcon {
	display: block;
} */

#icp {
    display: none;
	height: 40px;
	line-height: 40px;
	float: right;
	padding: 0 10px;
}

#icp a {
	font-size: 8px;
	font-family: 'Microsoft YaHei';
	color: #000!important;
}

.menu_fonts {
	color: #000!important;
	font-size: 18px;
}

.mf_w84 {
	width: 84px;
}

.mf_w42 {
	width: 42px;
}

.b_navcon {
    display: none;
    height: 56px;
    position: absolute;
    bottom: -57px;
}

.b_navcon a {
    font-size: 18px;
    color: #7A7A7A;
    white-space: nowrap;
    position: relative;
}
.b_navcon > div{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 66px;
}
/* .b_navcon a::before {
	content: "";
	width: 2px;
	height: 15px;
	border-left: solid 2px #c8161d;
	position: absolute;
	top: 13px;
	left: 14px;
	display: none;
} */

/* .b_navcon a:hover::before {
	display: block;
} */

/* 导航栏菜单 */
#b_navlist .active > a{
    position: relative;
}
#b_navlist .active > a::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #C8161D;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
#b_navlist li.active .b_navcon{ 
    display: block;
}
#b_navlist .active .b_navcon a.sub_active{
    color: #000;
}

/* 地产 */
#b_navlist li:nth-child(3) .b_navcon{ 
    right: 0;
}

/* 旅游 */
#b_navlist li:nth-child(7) .b_navcon{ 
    right: 0;
}

@media(max-width: 1100px){
    body{
        padding: 0;
        justify-content: left;
    }
}

@media(max-width: 1400px){
    #b_navlist li:nth-child(3) .b_navcon > div{ 
        gap: 42px;
    }
}

/* --------------------------------------------------- 特定样式 ---------------------------------------------------*/

/* 相关资质/科技荣誉 */
.page_content.awards{
    justify-content: space-between;
}
.page_content.awards .r_con {
    width: 802px;
}
.awards .left_content{
    font-size: 16px;
    line-height: 22px;
}
.awards .left_title{ 
    padding-top: 90px;
}
.page_content.awards .l_con{
    padding-left: 70px;
    position: relative;
    overflow: initial;
}

/* 金融 */
.page_content.finance .l_con{
    width: 600px;
    padding-right: 200px;
    position: relative;
    overflow: initial;
}
.page_content.finance .l_con::after{
    content: "";
    width: 100%;
    height: 248px;
    background: url(../images/finance/finance_index_1.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -44px;
    padding-right: 44px;
}
.finance .left_title{ 
    padding-bottom: 86px;
}