/* -------------头部------------- */

#header {
    height: 100px;
}

#header .fl_logo {
    margin-top: 2px;
}

#header .fl_logo .nav_btn {
    display: none;
}

#header .fr_nav>li {
    float: left;
    line-height: 100px;
    width: 68px;
    margin-left: 77px;
    box-sizing: border-box;
    position: relative;
}

#header .fr_nav>li a {
    display: block;
    width: 88px;
    font-size: 17px;
    height: 100px;
    line-height: 100px;
}

#header .fr_nav>li .s_level {
    position: absolute;
    z-index: 1000;
    background-color: #f8f8f8;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#header .fr_nav>li .s_level li {
    line-height: 52px;
    padding: 0 34px;
    text-align: center;
}

#header .fr_nav>li .s_level li a {
    width: 110px;
    height: 50px;
    line-height: 50px;
}

#header .fr_nav>li.active::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 6px;
    transform: translateX(-50%);
    background-color: #FF762B;
}

#header .fr_nav li a:hover {
    animation: colorAnimateB 300ms ease-in-out;
    -moz-animation: colorAnimateB 300ms ease-in-out;
    -webkit-animation: colorAnimateB 300ms ease-in-out;
    -o-animation: colorAnimateB 300ms ease-in-out;
    color: #FF762B;
}


/* -------------底部------------- */

#footer {
    background-color: #f6f7fa;
    padding: 100px 0 70px 0;
}

#footer .fr_scroll {
    width: 18px;
    height: 45px;
    cursor: pointer;
    background: url(../images/icon/svg_scroll.svg) no-repeat;
}

#footer .fr_scroll:hover {
    animation: scrollAnimate 300ms ease-in-out;
    -moz-animation: scrollAnimate 300ms ease-in-out;
    -webkit-animation: scrollAnimate 300ms ease-in-out;
    -o-animation: scrollAnimate 300ms ease-in-out;
    background: url(../images/icon/svg_scrollH.svg) no-repeat;
}

#footer .footer_list {
    margin-top: 90px;
}

#footer .footer_list dl {
    width: 200px;
}

#footer .footer_list dl dt {
    margin-bottom: 25px;
}

#footer .footer_list dl a {
    line-height: 28px;
}

#footer .footer_list dl a:hover {
    animation: colorAnimateB 300ms ease-in-out;
    -moz-animation: colorAnimateB 300ms ease-in-out;
    -webkit-animation: colorAnimateB 300ms ease-in-out;
    -o-animation: colorAnimateB 300ms ease-in-out;
    color: #FF762B;
}

#footer  .footer_icon div {
    float: left;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

#footer  .footer_icon div.weibo {
    margin-right: 30px;
    background: url(../images/icon/svg_weibo.svg) no-repeat;
}

#footer  .footer_icon div.weibo:hover {
    animation: weiboAnimate 300ms ease-in-out;
    -moz-animation: weiboAnimate 300ms ease-in-out;
    -webkit-animation: weiboAnimate 300ms ease-in-out;
    -o-animation: weiboAnimate 300ms ease-in-out;
    background: url(../images/icon/svg_weiboH.svg) no-repeat;
}

#footer  .footer_icon div.wechat {
    background: url(../images/icon/svg_wechat.svg) no-repeat;
    margin-right: 100px;
	position: relative;
}

#footer  .footer_icon div.wechat:hover {
    animation: wechatAnimate 300ms ease-in-out;
    -moz-animation: wechatAnimate 300ms ease-in-out;
    -webkit-animation: wechatAnimate 300ms ease-in-out;
    -o-animation: wechatAnimate 300ms ease-in-out;
    background: url(../images/icon/svg_wechatH.svg) no-repeat;
}

#footer  .footer_icon div p {
    width: 170px;
    height: 170px;
    right: -50px;
    top: 44px;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}

#footer  .footer_icon div p img {
    width: 100%;
}

#footer .footer_copyright {
    margin-top: 40px;
    line-height: 18px;
    color: #B6B7BA;
    text-align: center;
}


/* -------------通用------------- */

.public_title {
    position: relative;
    text-align: center;
}

.public_title i {
    display: inline-block;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF762B;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.public_banner {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.public_banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.public_banner .public_position {
    position: absolute;
    top: 30px;
    z-index: 1;
}

.public_banner .public_position li {
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

.public_banner .public_position li a {
    color: #fff;
    padding: 0 5px;
}

.public_banner .public_banner_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.public_banner .public_banner_title h1 {
    line-height: 84px;
    letter-spacing: 12px;
    font-size: 64px;
    /* font-weight: 300; */
    font-family: 'fzzh blod';
}

.public_banner .public_banner_title p {
    line-height: 32px;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Arial';
}

.public_link {
    text-align: center;
    height: 80px;
    background-color: #f6f7fa;
}

.public_link li {
    display: inline-block;
    box-sizing: border-box;
    line-height: 30px;
    margin: 25px 57px 0 0;
}

.public_link li:last-of-type {
    margin-right: 0;
}

.public_link li a {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
}

.public_link li a:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    animation: bgckgroundColorAnimate 300ms ease-in-out;
    -moz-animation: bgckgroundColorAnimate 300ms ease-in-out;
    -webkit-animation: bgckgroundColorAnimate 300ms ease-in-out;
    -o-animation: bgckgroundColorAnimate 300ms ease-in-out;
    background-color: #FF762B;
}

.public_link li.active a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FF762B;
}

.public_shade {
    position: relative;
    width: 100%;
    height: 100%;
}

.public_shade img {
    display: block;
}

.public_shade p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(11, 48, 143, 0.5);
}

.public_more {
    text-align: center;
}

.public_more a {
    display: inline-block;
    width: 164px;
    height: 52px;
    line-height: 52px;
    color: #0062B1;
    border: 1px solid #0062B1;
    box-sizing: border-box;
}

.public_more a:hover {
    animation: publicMoreAnimate 300ms ease-in-out;
    -moz-animation: publicMoreAnimate 300ms ease-in-out;
    -webkit-animation: publicMoreAnimate 300ms ease-in-out;
    -o-animation: publicMoreAnimate 300ms ease-in-out;
    border-color: #FF762B;
    color: #FF762B;
}


/* -------------首页------------- */

#index .content .title i {
    width: 32px;
    margin-top: 15px;
}

#index .content .title h2 {
    letter-spacing: 10px;
    font-size: 24px;
    line-height: 24px;
}

#index .content .banner {
    overflow: hidden;
    position: relative;
    /* height: 600px; */
}

#index .content .banner .hd {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 1;
    transform: translateX(-50%);
}

#index .content .banner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 4px;
    background-color: rgba(204, 204, 204, 0.4);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#index .content .banner .hd ul li.on {
    background-color: #fff;
}

#index .content .banner .bd {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
}


/* #index .content .banner .bd ul {
    height: 600px;
} */

#index .content .banner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: auto;
}

#index .content .banner .bd li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

#index .content .banner .bd ul li a div.abs {
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
}

#index .content .banner .bd ul li a div.abss {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
}

#index .content .banner .bd ul li .abs h1 {
    font-size: 76px;
    line-height: 97px;
    letter-spacing: 75px;
    white-space: nowrap;
    font-family: 'fzzh blod';
    margin-right: -75px;
}

#index .content .banner .bd ul li .abss h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 25px;
    white-space: nowrap;
    font-family: 'fzzh blod';
    margin-right: -25px;
}

#index .content .banner .bd ul li .abs p {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 8px;
    font-family: 'Arial';
}

#index .content .banner .bd ul li .banneri {
    position: absolute;
    left: 50%;
    top: 50%;
}

#index .content .banner .bd ul li .banneri i {
    width: 40px;
    margin-top: 20px;
    display: inline-block;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF762B;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#index .content .banner .bd ul li .abss p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 6px;
    font-family: 'Arial';
}

#index .content .banner .bd img {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#index .content .banner .bd .text_pic {
    position: absolute;
    left: 50%;
    z-index: 9999;
    top: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    /* width: 638px;
    height: 318px; */
}

#index .content .sub_link {
    padding: 35px 0 25px 0;
}

#index .content .sub_link ul {
    display: inline-block;
}

#index .content .sub_link li {
    float: left;
    line-height: 64px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin: 0;
}

#index .content .sub_link li a {
    line-height: 50px;
    width: 194px;
}

#index .content .sub_link li a:hover {
    display: inline-block;
    font-size: 20px;
}

#index .content .sub_link li a:hover::after {
    width: 60%;
    bottom: 0;
}

#index .content .sub_link li:last-child {
    border: none;
}

#index .content .about_us {
    padding: 100px 0;
    background: url(../images/bgk/bgk_aboutus.png) no-repeat center center;
}

#index .content .about_us .aboutus_main {
    margin: 110px 0 70px 0;
}

#index .content .about_us .aboutus_main li {
    float: left;
    text-align: center;
    width: 25%;
}

#index .content .about_us .aboutus_main li p.key {
    font-size: 24px;
}

#index .content .about_us .aboutus_main li p.key span {
    color: #0062B1;
    font-family: 'Arial';
    font-size: 64px;
    display: inline-block;
    line-height: 78px;
    margin-right: 3px;
    font-weight: 700;
}

#index .content .about_us .aboutus_main>div {
    margin-top: 90px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

#index .content .projects {
    background: url(../images/bgk/bgk_projects.png) no-repeat center center;
    padding: 100px 0;
    box-sizing: border-box;
}

#index .content .projects .projects_main {
    margin: 45px 0 40px 0;
}

#index .content .projects .projects_main .hd {
    height: 25px;
    line-height: 18px;
    position: relative;
    text-align: center;
}

#index .content .projects .projects_main .hd ul {
    float: left;
    position: absolute;
    left: 50%;
    top: -1px;
    width: 66%;
    transform: translateX(-50%);
}

#index .content .projects .projects_main .hd ul li {
    float: left;
    cursor: pointer;
    width: 25%;
    font-size: 16px;
    position: relative;
}

#index .content .projects .projects_main .hd ul li.on::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: #FF762B;
    width: 32px;
    height: 4px;
    transform: translateX(-50%);
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#index .content .projects .projects_main .bd {
    margin-top: 30px;
}

#index .content .projects .projects_main .bd li {
    float: left;
    width: 25%;
    height: 165px;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#index .content .projects .projects_main .bd li a {
    color: #fff;
    cursor: default;
}

#index .content .projects .projects_main .bd li img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#index .content .projects .projects_main .bd li .projects_dis {
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 100;
}

#index .content .projects .projects_main .bd li .projects_dis h3 {
    font-size: 18px;
    line-height: 24px;
}

#index .content .projects .projects_main .bd li .projects_dis p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}

#index .content .projects .projects_main .bd li:hover .projects_dis {
    display: block;
    animation: bgckgroundColorAnimate 300ms ease-in-out;
    -moz-animation: bgckgroundColorAnimate 300ms ease-in-out;
    -webkit-animation: bgckgroundColorAnimate 300ms ease-in-out;
    -o-animation: bgckgroundColorAnimate 300ms ease-in-out;
    background-color: #FF762B;
}

#index .content .new_mes {
    padding: 100px 0 90px 0;
}

#index .content .newmes_main {
    margin: 60px 0 40px 0;
    overflow: hidden;
    position: relative;
}

#index .content .newmes_main ul li {
    width: 570px;
    margin-right: 30px;
    float: left;
    position: relative;
}

#index .content .newmes_main ul li:last-child {
    margin-right: 0;
}

#index .content .newmes_main ul li img {
    width: 100%;
    height: 100%;
}

#index .content .newmes_main ul li div.abs {
    width: 100%;
    left: 0;
    bottom: 35px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 27px;
    color: #fff;
    padding-left: 10px;
}

#index .content .newmes_main ul li h6 {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 520px;
}

#index .content .newmes_main ul li .abs p {
    line-height: 17px;
    margin-top: 10px;
}

#index .content .newmes_main ul li:hover div.abs {
    border-left-width: 4px;
    border-left-style: solid;
    animation: borderColorAnimate 300ms ease-in-out;
    -moz-animation: borderColorAnimate 300ms ease-in-out;
    -webkit-animation: borderColorAnimate 300ms ease-in-out;
    -o-animation: borderColorAnimate 300ms ease-in-out;
    border-color: #FF762B;
}


/* -------------关于我们------------- */

#us .introduce {
    padding: 100px 0;
    margin-top: 15px;
}

#us .introduce .title i {
    width: 48px;
    margin-top: 30px;
}

#us .introduce .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

#us .introduce .title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#us .introduce .introduce_main {
    text-align: center;
    color: #1a1a1a;
}

#us .introduce .introduce_main p {
    font-size: 14px;
    line-height: 28px;
}


/* -------------关于我们——融汇介绍------------- */

#us_introduce .content .aboutus_main {
    margin: 110px 0 0;
}

#us_introduce .content .introduce_f {
    background: url(../images/bgk/bgk_introduce.png) no-repeat center center;
}

#us_introduce .content .introduce_f .aboutus_main li {
    float: left;
    text-align: center;
    width: 20%;
}

#us_introduce .content .introduce_f .aboutus_main li p.key {
    font-size: 24px;
    line-height: 32px;
}

#us_introduce .content .introduce_f .aboutus_main li p.key span {
    font-size: 64px;
    line-height: 78px;
    color: #0062B1;
    margin-right: 3px;
    font-weight: 700;
    font-family: 'Arial';
    display: inline-block;
}

#us_introduce .content .introduce_f .aboutus_main div {
    margin-top: 90px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

#us_introduce .content .introduce_f .introduce_main {
    margin-top: 70px;
}

#us_introduce .content .introduce_s {
    background: url(../images/bgk/bgk_introduce1.png) no-repeat center center;
}

#us_introduce .content .introduce_s li {
    float: left;
    width: 16.6%;
    text-align: center;
}

#us_introduce .content .introduce_s li i {
    display: inline-block;
    width: 40px;
    height: 24px;
    background: url(../images/icon/icon_fly.png) no-repeat;
    margin-bottom: 15px;
}

#us_introduce .content .introduce_s li p {
    line-height: 18px;
    color: #fff;
}

#us_introduce .content .introduce_s li h2 {
    font-size: 36px;
    line-height: 36px;
    color: #E0C482;
    font-weight: 700;
    margin-top: 45px;
}

#us_introduce .content .introduce_s li h3 {
    font-size: 26px;
    line-height: 36px;
    color: #E0C482;
    margin-top: 45px;
}


/* -------------关于我们——投资理念------------- */

#us_idea .content .introduce_f {
    background: url(../images/bgk/bgk_idea.png) no-repeat center center;
}

#us_idea .content .introduce_s {
    background: url(../images/bgk/bgk_idea1.png) no-repeat center center;
}

#us_idea .content .introduce .introduce_main {
    margin-top: 95px;
}

#us_idea .content .idea_list {
    padding: 95px 0;
    box-sizing: border-box;
}

#us_idea .content .idea_list li {
    float: left;
    width: 370px;
    margin-right: 30px;
}

#us_idea .content .idea_list li:last-of-type {
    margin-right: 0;
}

#us_idea .content .idea_list .title {
    margin: 50px 0;
}

#us_idea .content .idea_list .title h6 {
    font-size: 16px;
    line-height: 21px;
}

#us_idea .content .idea_list .title i {
    width: 24px;
    margin-top: 20px;
}

#us_idea .content .idea_list p {
    line-height: 28px;
    color: #1a1a1a;
    text-align: center;
}


/* -------------关于我们——企业文化------------- */

#us_culture .content .introduce_f {
    background: url(../images/bgk/bgk_culture.png) no-repeat center center;
}

#us_culture .content .introduce_s {
    background: url(../images/bgk/bgk_culture1.png) no-repeat center center;
}

#us_culture .content .introduce_t {
    background: url(../images/bgk/bgk_culture3.png) no-repeat center center;
}

#us_culture .content .introduce .introduce_main {
    margin-top: 70px;
}

#us_culture .content .introduce .introduce_main h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

#us_culture .content .introduce .introduce_main h6 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Arial';
    color: rgba(26, 26, 26, 0.8);
    font-weight: 600;
}

#us_culture .content .introduce .public_title h6 {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Arial';
    color: rgba(26, 26, 26, 0.8);
    font-weight: 600;
}

#us_culture .content .introduce h8 {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Arial';
    color: rgba(26, 26, 26, 0.8);
    font-weight: 600;
}

#us_culture .content .introduce .introduce_main li {
    float: left;
    width: 50%;
}

#us_culture .content .introduce .introduce_Smain ul {
    margin-top: 40px;
}

#us_culture .content .introduce .introduceS_main li h6 {
    margin-bottom: 13px;
}

#us_culture .content .introduce .introduce_Tmain {
    width: 25%;
    float: left;
}

#us_culture .content .introduce .introduce_Tmain ul {
    margin-top: 20px;
}

#us_culture .content .introduce .introduce_Tmain ul p {
    font-family: 'Arial';
}


/* #us_culture .content .introduce .introduce_Tmain:nth-of-type(3) {
    margin-top: 40px;
} */


/* -------------关于我们——投资团队------------- */

#us_team .content .content_main {
	background: url(../images/team/group-bk.png) no-repeat center center;
	/* height: 900px; */
	padding: 60px 0 60px 0;
}

#us_team .content .content_main li {
    float: left;
    width: 270px;
    margin: 65px 30px 0 0;
    cursor: pointer;
    overflow: hidden;
}

#us_team .content .content_main li:nth-of-type(4n) {
    margin-right: 0;
}

#us_team .content .content_main li .img_parent {
    background: #F9FAFC;
    text-align: right;
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 0;
}

#us_team .content .content_main li .img_parent i {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: right 23px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 0;
}

#us_team .content .content_main li .img_parent img {
    width: auto;
    position: relative;
    z-index: 1;
    right: 0;
}

#us_team .content .content_main li h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 10px;
    font-weight: 400;
}

#us_team .content .content_main li p {
    font-size: 12px;
    line-height: 15px;
}

#us_team .content .content_main li p:last-child {
    font-family: 'Arial';
    color: #1a1a1a;
}

.us_layer .layui-layer-content {
    padding: 0!important;
    height: 100%!important;
    overflow: hidden;
}

.us_layer .layui-layer-content .img_parent {
    width: 470px;
    height: 100%;
}

.us_layer .layui-layer-content .img_parent img {
    width: 100%;
    height: 100%;
    display: block;
}

.us_layer .layui-layer-content .us_laryerM {
    width: 700px;
}

.us_layer .layui-layer-content .us_laryerM .us_layerT {
    height: 200px;
    padding: 50px 58px 0;
    box-sizing: border-box;
}

.us_layer .layui-layer-content .us_laryerM .us_layerT h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.us_layer .layui-layer-content .us_laryerM .us_layerT p {
    font-size: 15px;
    line-height: 20px;
}

.us_layer .layui-layer-content .us_laryerM .us_layerB {
    height: 330px;
    padding: 0 58px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #F7F9FB;
}

.us_layer .layui-layer-content .us_laryerM .us_layerB .scroll {
    padding: 15px 0 40px;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    overflow: hidden;
}

.us_layer .layui-layer-content .us_laryerM .us_layerB .scroll p {
    margin-top: 30px;
}
    #us_team .content_main .wrap{
	    position: relative;
	    height: 100%;
    }
    #us_team .tzwyh {
	    background: url(../images/team/group-04.png) no-repeat center center;
		background-size: 100% 100%;
		width: 132px;
		height: 132px;
	    position: absolute;
		top: -55px;
		left: 310px;
	    text-align: center;
    }
	#us_team .tzwyh .text {
	    font-size: 18px;
	    line-height: 30px;
	    color: #FFF;
	    margin-top: 35px;
    }
    #us_team .zxwyh {
	    background: url(../images/team/group-04.png) no-repeat center center;
		background-size: 100% 100%;
		width: 132px;
		height: 132px;
	    position: absolute;
		top: 280px;
		left: 935px;
	    text-align: center;
    }
	#us_team .zxwyh .text{
	    font-size: 18px;
	    line-height: 30px;
	    color: #FFF;
		margin-top: 35px;
	}
    #us_team .gsglc {
	    background: url(../images/team/group-05.png) no-repeat center center;
		background-size: 100% 100%;
		width: 307px;
		height: 279px;
	    position: absolute;
		top: 45px;
		left: 528px;
	    text-align: center;
    }
    #us_team .gsglc .text{
	    font-size: 18px;
	    line-height: 30px;
	    color: #FFF;
	    margin-top: 140px;
    }
    #us_team .tztd {
	    background: url(../images/team/group-01.png) no-repeat center center;
		background-size: 100% 100%;
		width: 158px;
		height: 190px;
	    position: absolute;
		top: -35px;
		left: 791px;
    }
	#us_team .tztd .text{
	    margin: 25px 0 0 70px;
    }
    #us_team .tztd .title{
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
    }
    #us_team .tztd .desc{
	    font-size: 12px;
	    line-height: 15px;
	    padding-top: 3px;
    }
    #us_team .zhttd {
	    background: url(../images/team/group-02.png) no-repeat center center;
		background-size: 100% 100%;
		width: 140px;
		height: 199px;
	    position: absolute;
		top: 100px;
		left: 441px;
    }
	#us_team .zhttd .text {
		margin: 5px 0 0 -30px;
	}
    #us_team .zhttd .title{
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
    }
    #us_team .zhttd .desc{
	    font-size: 12px;
	    line-height: 15px;
	    padding-top: 3px;
    }
    #us_team .gwtd {
	    background: url(../images/team/group-06.png) no-repeat center center;
		background-size: 100% 100%;
		width: 197px;
		height: 160px;
	    position: absolute;
		top: 285px;
		left: 705px;
    }
	#us_team .gwtd .text{
	    margin: 45px 0 0 40px;
	}
    #us_team .gwtd .title{
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
    }
    #us_team .gwtd .desc{
	    font-size: 12px;
	    line-height: 15px;
	    padding-top: 3px;
    }
    
    #us_team .jybj {
	    width: 236px;
	    position: absolute;
	    top: 240px;
	    left: 100px;
    }
    #us_team .jybj .text{
	    border-top:2px solid #1A1A1A;
	    border-bottom:2px solid #1A1A1A;
	    padding: 25px 0;
    }
    #us_team .jybj .title{
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 10px;
    }
    #us_team .jybj .desc{
	    font-size: 18px;
	    line-height: 28px;
	    padding-top: 30px;
	    width: 224px;
    }
/* -------------关于我们——企业活动------------- */

#us_activity .content .introduce_f {
    background: url(../images/bgk/bgk_activity.png) no-repeat center center;
}

#us_activity .content .introduce .introduce_main {
    margin-top: 70px;
}

#us_activity .content .activity_list {
    padding: 100px 0;
    box-sizing: border-box;
}

#us_activity .content .activity_list li {
    float: left;
    width: 570px;
    margin-right: 30px;
}

#us_activity .content .activity_list p.title {
    line-height: 28px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 20px;
}

#us_activity .content .activity_list li:last-of-type {
    margin-right: 0px;
}

#us_activity .content .introduce_s {
    background: url(../images/bgk/bgk_activity1.png) no-repeat center center;
}


/* -------------资讯中心------------- */

#information h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
}


/* -------------资讯中心——荣誉------------- */

#information_honor .content_main {
    padding: 30px 0 100px;
}

#information_honor .content_main li {
    margin-top: 70px;
}

#information_honor .content_main li i {
    display: inline-block;
    width: 40px;
    height: 24px;
    background: url(../images/icon/icon_fly.png) no-repeat;
    margin-bottom: 30px;
}

#information_honor .content_main li p {
    font-size: 30px;
    line-height: 36px;
}

#information_honor .content_main li h2 {
    color: #E0C482;
    margin-top: 20px;
}


/* -------------资讯中心——新闻------------- */

#information_news .content_main {
    padding: 100px 0;
}

#information_news .content_main .main_pic {
    position: relative;
    height: 305px;
}

#information_news .content_main .main_pic img {
    display: block;
    width: 100%;
    height: 100%;
}

#information_news .content_main .main_pic .shade {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, 0 10%, 100% 50%, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#information_news .content_main .main_pic .text {
    width: 460px;
    color: #fff;
    z-index: 10;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}

#information_news .content_main .main_pic .text h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

#information_news .content_main .main_pic .text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

#information_news .content_main dl {
    margin-top: 50px;
}

#information_news .content_main dl dt {
    width: 270px;
    margin-right: 30px;
    position: relative;
}

#information_news .content_main dl dd {
    width: 870px;
}

#information_news .content_main dl h5 {
    font-size: 24px;
    line-height: 32px;
}

/* #information_news .content_main li {
    float: left;
    width: 270px;
    height: 220px;
    margin: 0 30px 30px 0;
    position: relative;
} */

#information_news .content_main li:nth-of-type(3n) {
    margin-right: 0;
}

#information_news .content_main li .img_parent {
    position: relative;
}

#information_news .content_main li .img_parent img {
    display: block;
}

#information_news .content_main li .img_parent .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(72, 100, 171, 0.9);
    display: none;
    color: #fff;
    padding: 28px 21px;
    box-sizing: border-box;
}

#information_news .content_main li .img_parent .shade p {
    line-height: 28px;
}

#information_news .content_main li .img_parent .shade p .release {
    font-size: 16px;
}

#information_news .content_main li p.title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 550;
}

#information_news .content_main li p.text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

#information_news .content_main li div.mobile_show {
    display: none;
}

#information_news .content_main .public_more {
    margin-top: 40px;
    width: 870px;
}

#information_news .news_info {
    width: 100%;
    height: 164px;
    margin-bottom: 40px;
}

#information_news .news_info .news_pic {
    width: 270px;
    height: 164px;
    float: left;
}

#information_news .news_info .news_intro {
    float: left;
    width: 820px;
    padding: 0 30px;
}

#information_news .news_info .news_intro .news_title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    color: #222326;
}

#information_news .news_info .news_intro .news_desc {
    font-size: 14px;
    line-height: 24px;
    color: #393939;
}

#information_news .news_info .news_intro .news_au_date {
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
    color: #A0A0A0;
}

#information_news .news_info .news_intro .news_date {
    float: right;
}


/*****************分页***************/

#pagelist {
    height: 40px;
    line-height: 40px;
    margin-top: 15%;
}

#pagelist .pagenum {
    min-width: 93px;
    width: auto;
    line-height: 40px;
    text-align: center;
}

#pagelist .pagenum a {
    color: #A0A0A0;
}

#pagelist .page_prev {
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 3px;
}

#pagelist .pagenum .pager {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 3px;
}

#pagelist .pagenum .active {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 3px;
    background: #F6F7FA;
}

#pagelist .pagenum .active a {
    color: #4F6395;
}


/* -------------资讯中心——新闻详情------------- */

#information_news_detail .public_banner .abs {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(72, 100, 171, 0.8);
}

#information_news_detail .public_banner img {
    filter: contrast(0.1);
}

#information_news_detail .content .detail_banner_title {
    text-align: left;
    width: 1170px;
    z-index: 1;
}

#information_news_detail .content .detail_banner_title h1 {
    font-size: 50px;
    line-height: 66px;
    letter-spacing: 9.38px;
    margin: 30px 0 25px;
}

#information_news_detail .content .content_main {
    padding: 80px 0 90px;
}

#information_news_detail .content .content_main .detail_banner_title p {
    font-size: 18px;
    line-height: 24px;
}

#information_news_detail .content .content_main .fl_text {
    width: 770px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 40px;
    margin-right: 60px;
}

#information_news_detail .content .content_main .fl_text p {
    text-indent: 2em;
}

#information_news_detail .content .content_main .fl_text p strong {
    font-weight: bold;
}

#information_news_detail .content .content_main .fl_text h6 {
    font-size: 20px;
    line-height: 30px;
    margin: 60px 0 30px;
}

#information_news_detail .content .content_main .fr_addr {
    width: 340px;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    background-color: #F6F7FA;
}

#information_news_detail .content .content_main .fr_addr li {
    font-size: 16px;
    line-height: 21px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#information_news_detail .content .content_main .fr_addr .link {
    color: #4682C9;
}

#information_news_detail .content .content_main .fr_addr .public_more {
    text-align: left;
    margin-top: 20px;
}

#information_news_detail .content .content_main .fr_addr .public_more a {
    text-align: center;
}

#information_news_detail .content .content_main .fr_addr .share {
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    color: #6C7DA4;
    padding-left: 60px;
    box-sizing: border-box;
    margin-top: 20px;
    display: block;
    height: 40px;
}

#information_news_detail .content .content_main .fr_addr .wechat {
    background: url(../images/icon/icon_shape_wechat.png) 0 center no-repeat;
    margin-top: 35px;
}

#information_news_detail .content .content_main .fr_addr .weibo {
    background: url(../images/icon/icon_shape_weibo.png) 0 center no-repeat;
}


/* -------------关于业务—------------- */

#work .content_main {
    padding-top: 80px;
}

#work .content_main .title {
    text-align: center;
    color: #434E6B;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

#work .content_main .title p:last-child::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 80px;
    height: 6px;
    transform: translateX(-50%);
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FF762B;
}

#work .content_main .detail {
    margin-top: 90px;
}

#work .content_main .detail li {
    float: left;
    height: 730px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#work .content_main .detail li a>img {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#work .content_main .detail li .detail_main {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    text-align: center;
    padding: 95px 20px;
    box-sizing: border-box;
    color: #29375A;
    transform: translateX(-50%);
}

#work .content_main .detail li .detail_main .detail_mainT {
    overflow: hidden;
}

#work .content_main .detail li .detail_main .detail_mainT div {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

#work .content_main .detail li .detail_main .detail_mainT p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

#work .content_main .detail li .detail_main .detail_mainT .desc {
    font-size: 14px;
    line-height: 24px;
}

#work .content_main .detail li .detail_main .detail_mainT p.num {
    font-family: 'Arial';
    font-weight: 700;
    color: #FF762B;
}

#work .content_main .detail li .detail_main .detail_mainT p.english {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
    height: 72px;
    vertical-align: middle;
    display: table-cell;
}

#work .content_main .detail li .detail_main .detail_mainT h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
}

#work .content_main .detail li .detail_main .detail_mainB {
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
    text-align: center;
}

#work .content_main .detail li .detail_main .detail_mainB img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 170px;
    max-height: 70px;
}


/* -------------投资项目——地产------------- */

#project_estate .content .content_main {
    padding: 100px 0;
}

#project_estate .content .content_main li {
    float: left;
    width: 370px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#project_estate .content .content_main li:nth-of-type(3n) {
    margin-right: 0;
}

#project_estate .content .content_main li h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin-top: 20px;
}

#project_estate .content .content_main li p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}


/* -------------投资项目——全部------------- */

#project_all .content .content_main {
    padding: 40px 0 200px;
}

#project_all .content .content_main li {
    float: left;
    width: 270px;
    height: 180px;
    margin: 15px 15px 15px 0;
    position: relative;
    border: 3px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

#project_all .content .content_main li:nth-of-type(4n) {
    margin-right: 0;
}

#project_all .content .content_main li img {
    height: auto;
    width: 200px;
    margin-left: 35px;
}

#project_all .content .content_main li p {
    height: 56px;
    padding: 0 5px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
}

.project_layer .layui-layer-content {
    padding: 0!important;
    height: 100%!important;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.project_layer .layui-layer-content .detail {
    width: 350px;
    height: 100%;
    padding: 80px 50px;
    box-sizing: border-box;
    background: #fff;
}

.project_layer .layui-layer-content .detail .detail_T img {
    display: block;
    width: auto;
    height: auto;
}

.project_layer .layui-layer-content .detail .detail_T p {
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    margin-top: 20px;
}

.project_layer .layui-layer-content .detail .detail_B {
    bottom: 80px;
}

.project_layer .layui-layer-content .detail .detail_B span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #383838;
}

.project_layer .layui-layer-content .detail .detail_B a {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
    color: #383838;
    background: url(../images/icon/icon_golink.png) right 0 no-repeat;
    padding-right: 60px;
}

.project_layer .layui-layer-content .triangle-right {
    width: 0;
    height: 0;
    border-top: 500px solid transparent;
    border-left: 100px solid #fff;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: 350px;
}

.project_layer .layui-layer-btn {
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.project_layer .layui-layer-btn .layui-layer-btn0 {
    background-color: transparent;
    border: none;
    font-size: 20px;
    line-height: 30px;
}

.project_layer .layui-layer-btn .layui-layer-btn0:hover {
    animation: colorAnimateW 300ms ease-in-out;
    -moz-animation: colorAnimateW 300ms ease-in-out;
    -webkit-animation: colorAnimateW 300ms ease-in-out;
    -o-animation: colorAnimateW 300ms ease-in-out;
    color: #FF762B
}


/* -------------联系我们——商业计划书------------- */

#contact_prospectus .content .content_main {
    padding: 145px 0 300px;
    background: url(../images/bgk/bgk_contact.png) no-repeat center center;
    box-sizing: border-box;
    text-align: center;
}

#contact_prospectus .content .content_main .title i {
    width: 45px;
    margin-top: 35px;
}

#contact_prospectus .content .content_main .title h4 {
    font-size: 22px;
    line-height: 30px;
}

#contact_prospectus .content .content_main .text {
    margin-top: 80px;
}

#contact_prospectus .content .content_main .text p {
    font-size: 20px;
    line-height: 30px;
}

#contact_prospectus .content .content_main .text a {
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    color: #363c4d;
    display: inline-block;
}


/* -------------联系我们——加入我们------------- */

#contact_join .content .content_main {
    padding-bottom: 100px;
}

#contact_join .content .content_main .text {
    padding: 100px 0 80px;
    background: url(../images/bgk/bgk_contact1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

#contact_join .content .content_main .text p {
    padding: 0 355px;
    font-size: 20px;
    line-height: 40px;
    box-sizing: border-box;
    color: #383838;
}

#contact_join .content .content_main .text p:last-of-type {
    line-height: 28px;
    color: #363C4D;
    margin-top: 50px;
}

#contact_join .content .content_main .text a {
    font-size: 18px;
    line-height: 28px;
    color: #363C4D;
}

#contact_join .content .content_main .slideTxtBox {
    margin-top: 50px;
}

#contact_join .content .content_main .slideTxtBox .fl {
    width: 270px;
    box-sizing: border-box;
    margin-right: 50px;
}

#contact_join .content .content_main .slideTxtBox .fr {
    width: 850px;
}

#contact_join .content .content_main .slideTxtBox .title h5 {
    color: #717c99;
    font-size: 20px;
    line-height: 30px;
}

#contact_join .content .content_main .slideTxtBox .tab {
    margin-top: 15px;
}

#contact_join .content .content_main .slideTxtBox .hd ul li {
    height: 90px;
    padding: 23px 0;
    box-sizing: border-box;
    padding-left: 40px;
}

#contact_join .content .content_main .slideTxtBox .hd ul li h3 {
    font-size: 24px;
    line-height: 28px;
    color: #363c4c;
}

#contact_join .content .content_main .slideTxtBox .hd ul li p {
    font-size: 14px;
    line-height: 16px;
    color: #717c99;
}

#contact_join .content .content_main .slideTxtBox .hd ul li.on {
    background-color: #e7ecf3;
}

#contact_join .content .content_main .slideTxtBox .bd ul li {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

#contact_join .content .content_main .slideTxtBox .bd ul li:first-of-type {
    margin-top: 16px;
}

#contact_join .content .content_main .slideTxtBox .bd ul li h6 {
    font-size: 16px;
    line-height: 28px;
    color: #717c99;
    margin-bottom: 15px;
}

.contact_layer .layui-layer-content {
    padding: 45px 50px!important;
    height: 100%!important;
    overflow: hidden;
    box-sizing: border-box;
}

.contact_layer .layui-layer-content .fl_main {
    height: 100%;
    position: relative;
    width: 250px;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}

.contact_layer .layui-layer-content .fl_main .fr_mainT {
    margin-left: 30px;
}

.contact_layer .layui-layer-content .fl_main .fr_mainT .contact_title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.contact_layer .layui-layer-content .fl_main .fr_mainT .contact_content {
    font-size: 18px;
    line-height: 28px;
}

.contact_layer .layui-layer-content .fl_main .fl_mainT p {
    line-height: 28px;
    color: #666;
}

.contact_layer .layui-layer-content .fl_main .fl_mainT h3 {
    font-size: 30px;
    line-height: 28px;
    color: #383838;
    margin-top: 8px;
}

.contact_layer .layui-layer-content .fl_main .fl_mainB {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 28px;
    color: #383838;
}

.contact_layer .layui-layer-content .fl_main .fl_mainB p {
    font-size: 16px;
}

.contact_layer .layui-layer-content .fr_detail {
    width: 730px;
    padding-left: 40px;
    box-sizing: border-box;
}

.contact_layer .layui-layer-content .fr_detail li {
    margin-bottom: 17px;
}

.contact_layer .layui-layer-content .fr_detail li h6 {
    font-size: 16px;
    line-height: 28px;
    color: #717C99;
}

.contact_layer .layui-layer-content .fr_detail li h2 {
    font-size: 30px;
    color: #383838;
}

.contact_layer .layui-layer-content .fr_detail li p {
    font-size: 18px;
    line-height: 26px;
    color: #383838;
    margin-top: 10px;
}

.contact_layer .layui-layer-btn {
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.contact_layer .layui-layer-btn .layui-layer-btn0 {
    background-color: transparent;
    border: none;
    font-size: 20px;
    line-height: 30px;
}

.contact_layer .layui-layer-btn .layui-layer-btn0:hover {
    animation: colorAnimateW 300ms ease-in-out;
    -moz-animation: colorAnimateW 300ms ease-in-out;
    -webkit-animation: colorAnimateW 300ms ease-in-out;
    -o-animation: colorAnimateW 300ms ease-in-out;
    color: #FF762B
}


/* -------------联系我们——办公地点------------- */

#contact_address .content .title i {
    width: 45px;
    margin-top: 15px;
}

#contact_address .content .title h4 {
    font-size: 22px;
    line-height: 30px;
}

#contact_address .content .content_main .wrap {
    width: 100%!important;
}

#contact_address .content .content_main .wrap img {
    display: block;
}

#contact_address .content .content_main .wrap>div {
    margin-top: 100px;
}

#contact_address .content .content_main ul.text {
    margin: 80px auto 30px;
    width: 1170px;
}

#contact_address .content .content_main ul.text li {
    float: left;
    width: 33%;
    text-align: center;
}

#contact_address .content .content_main ul.text li p:first-of-type {
    line-height: 28px;
    color: #666;
}

#contact_address .content .content_main ul.text li p:last-of-type {
    font-size: 18px;
    line-height: 26px;
    color: #383838;
}


/* -------------联系我们------------- */

#contact .content_main .text a:hover,
.layui-layer-content a:hover,
.project_layer .detail .detail_B a:hover {
    animation: colorAnimateB 300ms ease-in-out;
    -moz-animation: colorAnimateB 300ms ease-in-out;
    -webkit-animation: colorAnimateB 300ms ease-in-out;
    -o-animation: colorAnimateB 300ms ease-in-out;
    color: #FF762B;
}


/* -------------弹窗关闭按钮------------- */

.layui-layer-setwin {
    right: 80px!important;
    top: 0px!important;
}

.layui-layer-ico {
    width: 80px!important;
    height: 80px!important;
    left: 0!important;
    top: 0!important;
    background: url(../images/icon/svg_close.svg) no-repeat #fff center center !important;
}

.layui-layer-ico:hover {
    animation: closeAnimate 300ms ease-in-out;
    -moz-animation: closeAnimate 300ms ease-in-out;
    -webkit-animation: closeAnimate 300ms ease-in-out;
    -o-animation: closeAnimate 300ms ease-in-out;
    background: url(../images/icon/svg_closeH.svg) no-repeat #fff center center!important;
}


/* -------------加入我们------------- */

#contact_join .fuli_info {
    margin-top: 70px;
}

#contact_join .fuli {
    width: 100%;
    height: 110px;
    margin-bottom: 40px;
}

#contact_join .fuli .fuli_pic {
    width: 310px;
    height: 110px;
    float: left;
}

#contact_join .fuli .fuli_intro {
    float: left;
    width: 767px;
    margin-left: 50px;
}

#contact_join .fuli .fuli_intro .fuli_title {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0;
    color: #717C99;
    position: relative;
}

#contact_join .fuli .fuli_intro .fuli_title span::after {
    content: '';
    position: absolute;
    top: -1px;
    width: 72px;
    height: 4px;
    transform: translateX(-100%);
    background-color: #E7ECF3;
}

#contact_join .fuli .fuli_intro .fuli_desc {
    font-size: 20px;
    line-height: 26px;
    color: #383838;
}

#contact_join .job_content {
    padding: 0 120px;
}

#contact_join .job_content .search {
    position: relative;
    margin: 40px 0;
    padding: 0 20px;
}

#contact_join .job_content .search input {
    height: 40px;
    width: 725px;
    padding: 0 40px;
    background-color: #F6F7FA;
    font-size: 14px;
    display: block;
}

#contact_join .job_content .search .search_btn {
    text-align: center;
    background-color: #717C99;
    color: #fff;
    height: 40px;
    letter-spacing: 1px;
    z-index: 999;
    position: absolute;
    right: 0;
    width: 200px;
    font-size: 20px;
    line-height: 40px;
}

#contact_join .job_content .search .search_btn img {
    width: 20px;
    position: absolute;
    right: 150px;
    top: 10px;
}

#contact_join .jobinfo {
    height: 78px;
    line-height: 78px;
    padding: 0 20px;
}

#contact_join .jobinfo:hover {
    background-color: #E7ECF3;
}

#contact_join .jobinfo .job_title {
    font-size: 20px;
    line-height: 41px;
}

#contact_join .jobinfo .job_detail {
    border-bottom: 1px solid #EEEEEE;
}

#contact_join .jobinfo .job_date {
    float: right;
    font-size: 14px;
    color: #717C99;
}

#contact_join .jobinfo .job_line {
    float: right;
    font-size: 14px;
    color: #717C99;
}
.statement li p {
    text-align: justify;
	text-indent: 2em;
	font-size: 20px;
	line-height: 34px;
}

table {
    margin: 0 auto; /* 水平居中核心 */
    text-align: center; /* 可选：让表格内文字也居中（原表格文字默认左对齐，按需开启） */
    width: auto; /* 保持表格宽度自适应内容，不拉伸 */
}
/* 可选：优化表格单元格样式（边框、内边距） */
table td {
    padding: 8px 12px; /* 单元格内边距，避免内容拥挤 */
    border: 1px solid #ccc; /* 可选：添加边框，让表格结构更清晰 */
}

html, body { height: 100%; }
body { min-height: 100vh; }

body > div[id]{
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}
body > div[id] > section{ flex: 1 0 auto; }
body > div[id] > footer{ margin-top: auto; }

#header{
    position: relative;
    z-index: 9999;
}
#header .header_content,
#header .fr_nav,
#header .fl_logo{
    position: relative;
    z-index: 10000;
}
#header .fl_logo .nav_btn{
    position: relative;
    z-index: 10001;
}

/* 统一 banner 图片策略：铺满容器，居中裁切，不再出现显示不完整 */
.public_banner{
    position: relative;
    height: 280px;
    overflow: hidden;
}
.public_banner img{
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* banner 文案层不拦截鼠标事件，避免覆盖 header/nav */
.public_banner .public_banner_title,
.public_banner .public_position,
.public_banner .abs{
    pointer-events: none;
}

/* 首页文字层 #element_in_mainimg 是 absolute，极易覆盖 header 导致导航无法点击 */
#element_in_mainimg{
    pointer-events: none;
}

/* 若某些页面还有遮罩层，统一避免拦截点击 */
.public_shade,
.public_shade *{
    pointer-events: none;
}

/* 分页容器（PC端轻微整理，不破坏原样式） */
#pagelist{
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
