.topindex-div {
    position: relative;
}

.navigationdiv {
    border-bottom: 1px solid #6195bd;
    position: absolute;
    z-index: 8;
    width: 100%;
}


.navigation ul li .active {
    font-size: 16px;
    color: #fff !important;
    border-radius: 14px 0px 14px 0px;
    background: #e60012;
    padding: 2px 14px 2px 14px;
}

.more {
    display: none;
}

.gkjh-menu-bg {
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 54px;
    z-index: 98;
    visibility: hidden;
}

.gkjh-menu-list {
    display: none;
}

.indextop {
    height: 78px;
}

.indextop .logo {
    margin: 14px 0 14px 0;
}

.navigation ul li {
    float: left;
    line-height: 78px;
    margin: 0 0px 0px 40px;
}

.navigation ul li a {
    font-size: 15px;
    color: #fff;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.navigation ul li a:hover {
    color: #e60012;
}
header {
    height: 860px;
}
.banner .swiper-slide img {
    width: 100%;
   
}


.nav-menu {
    display: none;
    width: 48px;
    height: 48px;
    background: url(../images/icon-menu.png) no-repeat center center/80%;
}

/* @banner */
.banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .swiper-container {
    height: 860px;
}
.banner1 {
    display: none;
}

.banner .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/indexbannerleft.png) no-repeat 0 0/cover;
    z-index: 99;
}

.banner .swiper-button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/indexbannerright.png) no-repeat 0 0/cover;
    z-index: 99;
}

.banner .swiper-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 35px !important;
    margin-left: -81px;
}

.banner .swiper-pagination span {
    float: left;
    width: 42px;
    height: 4px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: 100px;
    cursor: pointer;
    background: #fff;
    border-radius: inherit;
}

.banner .banner_text {
    position: absolute;
    top: 42%;
    left: 14%;
}

.banner .banner_text .bantext_red {
    background: #e7001b;
    display: block;
    height: 26px;
    width: 94px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.banner .banner_text .bantext_2 {
    font-size: 36px;
    color: #fff;
}

.banner .banner_text .bantext_3 {
    font-size: 16px;
    color: #fff;
}

/* @新闻中心 */
.indexnews {
    height: 700px;
}

.index_public {
    width: 100%;
    height: 42px;
}

.index_public span {
    transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #f9e5e6;
    text-align: center;
    display: block;
    letter-spacing: 2px;
}

.index_public p {
    text-align: center;
    font-size: 28px;
    margin-top: -20px;
    letter-spacing: 2px;
}

.index_public1 span {
    transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #6191ab;
    text-align: center;
    display: block;
    letter-spacing: 2px;
}

.index_public1 p {
    text-align: center;
    font-size: 28px;
    margin-top: -20px;
    color: #fff;
    letter-spacing: 2px;
}

.news_boxfl {
    cursor: pointer;
}

.news_boxfl .news_img {
    position: relative;
    height: 248px;
    width: 480px;
}
.news_boxfl .news_img img{
    height: 248px;
    width: 480px;
}
.news_boxfl .news_img>p {
    position: absolute;
    top: 44px;
    left: 48px;
    color: #fff;
    font-size: 28px;
}

.news_boxfl .news_img>a {
    position: absolute;
    display: block;
    bottom: 50px;
    left: 48px;
    color: #fff;
    font-size: 14px;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.news_boxfl:hover .news_img>a {
    letter-spacing: 8px;
}

.news_boxfl {
    box-shadow: 2px 2px 10px 1px rgb(231, 230, 230);
    margin: 0 0px 0 72px;
}

.news_boxfl .news_boxfl_bot {
    padding: 24px 50px 24px 50px;
    width: 380px;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.news_boxfl .news_boxfl_bot div:first-child {
    border-bottom: 1px solid #ccc;
}

.news_boxfl .news_boxfl_bot div a {
    font-size: 16px;
    display: block;
    line-height: 32px;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
    height: 64px;
    overflow: hidden;
}

.news_boxfl .news_boxfl_bot div a:hover {
    color: #e60012;
}

.news_boxfl .news_boxfl_bot div span {
    display: block;
    color: #ccc;
    font-size: 12px;
}


/* @团队简介 */
.index_team {
    position: relative;
    height: 1220px;
}

.team_top {
    width: 100%;
    height: 670px;
    background: url(../images/p_6.jpg) no-repeat center center;
}

.team_box {
    width: 100%;
    position: absolute;
    top: 500px;
}

.team_box .comWidth1400 {
    background: #fff;
}

.tp-swiperdiv1 {
    display: none;
}



.tp-swiperdiv .swiper-slide {
    width: 372px;
}
.tp-swiperdiv .swiper-slide a .sedfd{
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.tp-swiperdiv .swiper-slide a .sedfd:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

.tp-swiperdiv .swiper-slide a .sedfd:hover:before{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.tp-swiperdiv .swiper-slide a .sedfd:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}
.tp-swiperdiv .swiper-slide a img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.swiper-slide-fa>a>div {
    padding: 26px 28px 26px 28px;
    border: 1px solid #ccc;
    border-top: none;
    cursor: pointer;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.swiper-slide-fa>a>div:hover {
    background: #e60012;
    color: #fff;
}

.swiper-slide-fa>a>div:hover .public_h1 {
    color: #fff;
}

.swiper-slide-fa>a>div:hover .public_p {
    color: #fff;
}

.tp-swiperdiv .swiper-slide .public_h1 {
    font-size: 24px;
    color: #000;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.tp-swiperdiv .swiper-slide .public_p {
    font-size: 14px;
    color: #666;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.public-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tp-swiperdiv .swiper-button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/redl.jpg) no-repeat 0 0/cover;
    z-index: 99;
    right: 0;
}

.tp-swiperdiv .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/redr.jpg) no-repeat 0 0/cover;
    z-index: 99;
    left: 0;
}


.team_01 {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 180px;
    margin-left: 88px;
    margin-top: 168px;
}

.team_01 p {
    font-size: 60px;
    color: #fff;
}

.team_01 p span {
    font-size: 20px;
}

.team_01 i {
    font-size: 14px;
    margin-top: -146px;
    display: block;
    color: #fff;
}


/* @投资案例 */
.index_case {
    width: 100%;
    height: 720px;
    background: url(../images/1.jpg) no-repeat center center;
    position: relative;
}

.swiper-box {
    display: none;
}

.case-swiper .swiper-wrapper .swiper-slide {
    background: #fff;
}

.case-swiper .swiper-slide .fl {
    margin: 80px 56px 80px 88px;
}

.case-swiper .swiper-slide .fr {
    margin: 58px 88px 57px 65px;
}

.case-swiper .swiper-slide .fr img {
    /*border: 2px solid #f27f88;*/
    border: 2px solid #eee;
    width: 356px;
    height: 240px;
}

.case-swiper .swiper-slide .fl .case_name {
    font-size: 24px;
    color: #000;
    height: 30px;
    overflow: hidden;
}

.case-swiper .swiper-slide .fl .case_text {
    font-size: 16px;
    color: #666666;
}

.case-swiper .swiper-slide .fl .case_a a {
    font-size: 14px;
    color: #e60012;
}


.case-swiper .swiper-button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/redl.jpg) no-repeat 0 0/cover;
    z-index: 99;
    right: 0;
}

.case-swiper .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    display: block;
    background: url(../images/redr.jpg) no-repeat 0 0/cover;
    z-index: 99;
    left: 0;
}

/* @招贤纳士 */
.index_invite {
    width: 100%;
    height: 790px;
    background: url(../images/2.jpg) no-repeat 0 0/cover;
    position: relative;
}

.invite_backgbox {
    height: 402px;
    background: url(../images/1.png) no-repeat center;
}

.invite_fiexd {
    position: absolute !important;
    margin: 60px 0 0 0;
}

.invite_fiexd .invite_bt_l {
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.invite_fiexd .invite_text_l {
    color: #707070;
    font-size: 16px;
    line-height: 32px;
    width: 400px;
}

.invite_fiexd .invite_href_l a {
    color: #e60012;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.invite_fiexd .invite_a_l {
    display: block;
    font-size: 14px;
    color: #000;
}

.invite_box {
    position: relative;
    width: 1180px;
    left: 0;
    right: 0;
    margin: auto;
    height: 400px;
}

.invite-swiper {
    width: 1180px;
    height: 342px;
    position: absolute !important;
    top: 60px;
}


.js-silder {
    position: relative;
    min-width: 320px;
    width: 500px;
    top: 60px;
    right: 72px;
}

.silder-scroll {
    width: 460px;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 460px;
    overflow: hidden;
    height: 250px;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
}

.silder-main-img .invite_bt_r {
    color: #fff;
    font-size: 18px;
}

.silder-main-img .invite_text_r {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.silder-main-img .invite_a_r {
    color: #fff;
    font-size: 14px;
    display: block;
}

.js-silder-ctrl {
    width: 100%;
    text-align: center;
}

.silder-ctrl-prev {
    position: absolute;
    top: 100%;
    left: -144px;
    width: 72px;
    height: 40px;
    background: url(../images/invistl.png) no-repeat 0 0/cover;
}

.silder-ctrl-next span {
    display: none;
}

.silder-ctrl-prev span {
    display: none;
}

.silder-ctrl-next {
    position: absolute;
    top: 100%;
    left: -198px;
    width: 72px;
    height: 40px;
    background: url(../images/invistr.png) no-repeat 0 0/cover;
}

.silder-ctrl-con {
    display: none;
}

.nav-menu.menuClose {
    display: none;
    background-image: url(../images/icon-menu-close.png);
    background-size: 100%;
}



/* @关于我们 */
.activeabout {
    background: #fff;
}

.activeabout .navigation ul li a {
    color: #000;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.activeabout .navigation ul li a:hover {
    color: #e60012;
}

.about_banner {
    position: absolute;
    top: 80px;
}

.about_banner .about_box img {
    width: 100%;
}

.headerabout {
    height: 480px;
}

.about_box p {
    color: #fff;
    text-align: center;
    line-height: 400px;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    display: block;
    background: rgba(0, 0, 0, 0.4)
}

.about_txt_bt {
    font-size: 36px;
    color: #000;
}

.about_txt>.fl {
    width: 768px;line-height:30px;
}

.about_txt>.fl p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.about_txt>.fr {
    width: 330px;
}

.about_txt>.fr .fr_bt .bt_red {
    color: #e60012;
    font-size: 22px;
    font-weight: 600;
}

.about_txt>.fr .fr_bt span {
    font-size: 18px;
    color: #999;
    margin-top: 10px;
    display: block;
    font-weight: 100;
    letter-spacing: 2px;
}

.box_aboutr {
    margin-top: 24px;
}

.box_aboutr div {
    width: 244px;
    height: 78px;
    margin: 0 0 40px 0;
    border: 1px solid #dedede;
    padding: 20px 42px 20px 42px;
    position: relative;
    cursor: pointer;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.box_aboutr div:hover {
    border: 1px solid #e60012;
}

.box_aboutr div:hover i {
    display: none;
}

.box_aboutr div i {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #e60012;
    top: -1px;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.aboutr_bt {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.aboutr_wz {
    font-size: 16px;
    color: #797979;
    line-height: 28px;
}

.holding_box {
    width: 100%;
    background: url(../images/about2.jpg) no-repeat center center;
    height: auto;
    padding-bottom: 208px;
}

.holding_c {
    padding-top: 110px;
}

.holding_c .holding_c_bt {
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 150px;
}

.holding_c p {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 100;
}

.honors_box_bt {
    width: 100%;
    line-height: 140px;
    font-size: 36px;
    text-align: center;
    color: #000;
}

.honors-swiper {
    padding-bottom: 60px !important;
}

.honors-swiper .swiper-slide img {
    width: 100%;
}

.honors-swiper .swiper-slide div p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    height: 58px;
    line-height: 29px;
    overflow: hidden;
    padding: 8px 16px 0px 16px;
}

.honors-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #f27f88;
    border: 1px solid #e60012;
}

.honors-swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    opacity: 1;
    border-radius: 6px;
    background: #f27f88;
}

.fund_honors {
    margin-bottom: 26px;
}

.fund_lp {
    width: 100%;
    background: url(../images/about3.jpg) no-repeat center center;
    height: auto;
    padding-bottom: 62px;
}

.heading {
    width: 100%;
    line-height: 140px;
    font-size: 36px;
    text-align: center;
    color: #000;
}

.fund_lp_box>div {
    width: 100%;
    background: #fff;
}

.fund_lp_box>div ul li {
    width: 16.666666667%;
    float: left;
}

.fund_lp_box>div ul li a {
    width: 100%;
    transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
}

.fund_lp_box>div ul li a img {
    width: 100%;
}

.fund_lp_box>div ul li a:hover {
    background: #f27f88;
}

.about_box .invest_bt {
    font-size: 36px;
    color: #fff;
    line-height: 296px;
    z-index: 2;
}

.about_box .invest_text {
    background: rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 36px;
    margin-top: 0px;
    padding-top: 200px;
    height: 200px;
    z-index: 2;
}

.investeam_box_center .box_center ul {
    margin: 60px 0 60px 0;
}

.investeam_box_center .box_center ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 20px 0;
}
.investeam_box_center .box_center ul li{
    height: 400px;
}
.investeam_box_center.adviser_box .box_center ul li {
    height: 330px;
}

.investeam_box_center .box_center ul li i {
    width: 32px;
    height: 1px;
    display: block;
    background: #e60012;
    transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
}

.investeam_box_center .box_center ul li:hover i {
    width: 100%;
    height: 1px;
    display: block;
    background: #e60012;
}

.investeam_box_center .box_center ul li .public_h1 {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

.investeam_box_center .box_center ul li .public_p {
    margin-bottom: 18px;
    margin-top: 8px;
    font-size: 15px;
    color: #666;
    font-weight: 100;
}

.investeam_box_center .box_center ul li:nth-child(4n+0) {
    margin-right: 0;
    float: right;
}

.investeam_box_center .box_center ul li a img {
    width: 100%;
}


.details>div {
    background: #fff;
    margin: 60px 30px 60px 30px;
    box-shadow: -2px 8px 9px 0px rgb(240, 240, 240);
    padding-bottom: 38px;
}

.details>div .fl {
    width: 400px;
}

.details>div .fl img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.details>div .fr {
    float: right;
    width: 660px;
}

.details>div .fl {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.details>div .fl:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}

.details>div .fl:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

.details>div .fl:hover:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.details>div .fr .details_name {
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    color: #000;
}

.details>div .fr .details_position {
    font-size: 16px;
    color: #999;
    font-weight: 100;
}

.details>div .fr .details_text {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-top: 40px;
}

.details>div .fr .details_family {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-top: 40px;
}

.news_box .list li {
    width: 50%;
    float: left;
    text-align: center;
    height: 100px;
    cursor: pointer;

}

.news_box .list li i {
    line-height: 58px;
}

.news_box .list li p {
    line-height: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.news_box .list li.select {
    border-bottom: 2px solid #e60012;
}

.news_box .list li.select i {
    color: #e60012;
}

.zixun-first-ul {
    width: 98%;
    margin: 30px 1% 0px 1%;
}

.zixun-first-ul ul li {
    width: 24.7%;
    float: left;
    margin: 0 0.4% 0.3% 0;
    position: relative;
    height: 308px;
    overflow: hidden;
}

.zixun-first-ul ul li a {
    width: 100%;
    display: block;
}

.zixun-first-ul ul li a img {
    width: 100%;
    height: 308px;
}

.zixun-first-ul ul li a div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.zixun-first-ul ul li a div:hover {
    transform: scale(1.02);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
}

.zixun-first-ul ul li a div:hover span {
    height: 54px;
}

.zixun-first-ul ul li a div:hover p {
    margin-top: -12%;
    margin-left: 15%;
}

.zixun-first-ul ul li a div span {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    border-left: 3px solid #e60012;
    padding-left: 18px;
    display: block;
    margin-top: 30%;
    margin-left: 12%;
    margin-right: 12%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.zixun-first-ul ul li a div p {
    height: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    display: block;
    margin-top: 2%;
    margin-left: 12%;
    margin-right: 12%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.zixun-first-ul ul li:nth-child(4n+0) {
    margin-right: 0;
    float: right;
}

.page {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    line-height: 78px;
}

.page .current {
    padding: 6px 12px 6px 12px;
    font-size: 12px;
    color: #fff;
    background: #e60012;
    border: 1px solid #e60012;
    border-radius: 4px;
}

.page a {
    padding: 6px 12px 6px 12px;
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    margin: 0 3px 0 3px;
}

.page1 {
    display: none;
}

.consu_div ul {
    margin: 60px 0 60px 0;
}

.consu_div ul li {
    float: left;
    width: 49%;
    margin: 0 0 2% 0;
    transition: 1.3s;
    -moz-transition: 1.3s;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
}

.consu_div ul li:nth-child(2n+0) {
    margin-right: 0;
    float: right;
}

.consu_div ul li img {
    width: 100%;
    height: 380px;
    transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    z-index: 2;
}

.consu_div ul li {
    position: relative;
}

.consu_div ul li a {
    display: block;
}

/* .consu_div ul li a:hover img {
    animation: tada 1s .2s ease both;
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
} */

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);

        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);

        opacity: 1;
    }
}

.consu_div ul li div {
    position: absolute;
    bottom: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 148px;
    z-index: 0;
}

.consu_div ul li div i {
    height: 54px;
    width: 3px;
    background: #e60012;
    display: block;
    margin-left: 30px;
    margin-top: 42px;
}

.consu_div ul li div .xm {
    font-size: 24px;
    color: #fff;
    margin-left: 58px;
    margin-top: -60px;
}

.consu_div ul li div p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    margin-top: 12px;
    margin-left: 58px;
}

.detailsa div .fl div {
    height: 110px;
}

.detailsa div .fl div i {
    height: 60px;
    width: 3px;
    background: #e60012;
    display: block;
}

.detailsa div .fl div .xm {
    font-size: 28px;
    color: #000;
    margin-top: -64px;
    margin-left: 16px;
}

.detailsa div .fl div .jj {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
    margin-left: 0;
    /* text-align: center; */
    margin-left: 16px;
}

.kjgwbox div .fl {
    margin-top: 50px;
    width: 580px;
}
.kjgwbox div .fl>img{
    width: 100%;
}
.kjgwbox div .fr {
    margin-top: 50px;
    width: 486px;
}
.kjgwbox div .fr p{
    font-size: 18px !important;
    color: #000;
    line-height: 32px !important;
    margin-top: 40px;
    margin-bottom: 30px;
}
.zixun-firs {
    width: 1180px !important;
    margin: 30px auto;
}

.zixun-firs ul li {
    float: left;
    width: 23%;
    position: relative;
    margin: 0 1% 10px;
}

.zixun-firs ul li img {
    margin: 0 auto;
    width: 100%;
    height: 148px;
    position: relative;
    z-index: 3;
}

.zixun-firs ul li .show_box {
    position: absolute;
    box-shadow: 2px 0px 8px #ccc;
    left: 0;
    top: 0;
    padding-top: 150px;
    width: 100%;
    transition: all 0.25s linear;
    opacity: 0;
    background: #fff;
    transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
}

.zixun-firs ul li .show_box .xm {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 58px;
}

.zixun-firs ul li .show_box .text {
    width: 80%;
    margin: 0 10% 0 10%;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 28px;
}

.zixun-firs ul li .show_box .herf {
    text-align: center;
    color: #e60012;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
}

.zixun-firs ul li:hover .show_box {
    transform: scale(1);
    z-index: 5;
    opacity: 1;
}

.zixun-firs ul li:hover img {
    z-index: 6;
}

.zixun-firs ul li:nth-child(4n+0) {
    float: left;
    margin-right: initial;
}

.zixun-firs .morebox {
    width: 100%;
}

.zixun-firs .morebox a {
    width: 104px;
    height: 36px;
    background: #e60012;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 124px;
}

.salon_div ul {
    margin: 60px 0 60px 0;
}

.salon_div ul li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

.salon_div ul li a div {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.salon_div ul li img {
    width: 100%;
    height: 206px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.salon_div ul li a div:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

.salon_div ul li a div:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}

.salon_div ul li a div:hover:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


.salon_div ul li a>div>p {
    font-size: 18px;
    margin-top: -3px;
    color: #000;
    padding: 12px 24px 12px 24px;
    line-height: 34px;
    font-weight: 600;
    background: #f8f8f8;
    transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;

}

.salon_div ul li a>div>p:hover {
    color: #e60012;
}

.salon_div ul li a div>div {
    background: #f8f8f8;
    padding: 12px 24px;
}

.salon_div ul li a div>div p {
    font-weight: 100;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 32px;
    float: left;
    margin: 0 35px 0 0;
}

.salon_div ul li:nth-child(3n+0) {
    float: right;
    margin-right: 0;
}

.about_boxaa img {
    position: relative;
    width: 100%;
    height: 400px;
}

.about_boxaa div {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
}

.about_boxaa div .invest_bt {
    color: #f2f2f2;
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
}

.about_boxaa div .invest_text {
    color: #f2f2f2;
    font-size: 18px;
    text-align: center;
    margin-top: 28px;
    font-weight: 100;
    line-height: 36px;
}

.about_boxaa div .invest_a a {
    background: rgba(230, 0, 18, 0.5);
    width: 240px;
    height: 48px;
    color: #f7f7f7;
    font-size: 16px;
    display: block;
    border: 1px solid #fff;
    border-radius: 24px;
    margin: 21px auto;
    text-align: center;
    line-height: 48px;
}

.about_boxaa div .invest_a a:hover {
    background: rgba(230, 0, 18, 0.8);
}

.recruit_div table {
    width: 100%;
    margin: 60px 0 6px 0;
}

.recruit_div table tr {
    height: 70px;
    width: 100%;
}

.recruit_div table thead tr {
    background: #e60012;
}

.recruit_div table thead tr th {
    text-align: left;
    padding-left: 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

.recruit_div table thead tr .th1 {
    width: 40%;
}

.recruit_div table tbody tr td {
    text-align: left;
    padding-left: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 100;
}

.recruit_div table tbody tr td a {
    font-size: 14px;
    color: #e60012;
    font-weight: 500;
}

.color1 {
    background-color: #fff;
}

.color2 {
    background-color: #fef2f3;
}

.color3 {
    background-color: #f6dee0;
}



.recruit_details_box .recruit_div table {
    width: 100%;
    margin: -36px 0 6px 0;
}

.recruit_details_box .recruit_div table tr {
    height: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 12px #ccc;
}

.recruit_details_box .recruit_div table tr td .mail {
    padding: 4px 24px 4px 24px;
    background: #e60012;
    font-size: 12px;
    color: #fff;
    border-radius: 18px;
    /* text-align: right; */
    margin-right: 20px;
    float: right;
}

.station {
    margin: 60px 0 60px 0;
}

.station .station_one {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.station div h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.station div p {
    font-size: 16px;
    line-height: 34px;
}

.time_right>p {
    font-size: 18px;
    color: #fff;
}

.time_right .wrapper>div {
    background: url(../images/wangge.png) no-repeat center center;
    width: 25%;
    float: left;
    height: 230px;
    margin: 70px auto;
}

.time_right .wrapper>div .time1 {
    width: 132px;
    height: 66px;
    margin: 0 auto;
    line-height: 224px;
}

.time_right .wrapper>div .timey {
    width: 132px;
    text-align: center;
    color: #fff;
    height: 20px;
    margin: 78px auto;
    font-size: 18px;
}

.time_right .wrapper>div .time1 h2 {
    display: block;
    width: 112px;
    height: 66px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    float: left;
}

.time_right .wrapper>div .time1 .timex {
    display: block;
    width: 20px;
    height: 66px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: bottom;
    margin-top: 10px;
}

.time_right .wrapper>div .time2 {
    width: 125px;
    height: 66px;
    margin: 0 auto;
    line-height: 224px;
}

.time_right .wrapper>div .time2 h2 {
    display: block;
    width: 98px;
    height: 66px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    float: left;
}

.time_right .wrapper>div .time2 .timex {
    display: block;
    width: 20px;
    height: 66px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: bottom;
    margin-top: 10px;
}

.time_right .wrapper>div .time3 {
    width: 68px;
    height: 66px;
    margin: 0 auto;
    line-height: 224px;
}

.time_right .wrapper>div .time3 h2 {
    display: block;
    width: 48px;
    height: 66px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    float: left;
}

.time_right .wrapper>div .time3 .timex {
    display: block;
    width: 20px;
    height: 66px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: bottom;
    margin-top: 10px;
}

.time_right .wrapper>div .time4 {
    width: 116px;
    height: 66px;
    margin: 0 auto;
    line-height: 224px;
}

.time_right .wrapper>div .time4 h2 {
    display: block;
    width: 94px;
    height: 66px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    float: left;
}

.time_right .wrapper>div .time4 .timex {
    display: block;
    width: 20px;
    height: 66px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: bottom;
    margin-top: 10px;
}

.limibody {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



/* 中科院特色 */
.zkytese>div {
    margin: 60px 0 60px 0;
}

.zkytese .tese-l {
    width: 580px;
    height: 410px;
}

.zkytese .tese-l div p {
    font-size: 16px;
    color: #414141;
    line-height: 24px;
    margin: 34px 0 0 0;
}

.zkytese .tese-r {
    width: 580px;
    height: 410px;
}

.zkytese .tese-r ul li {
    width: 180px;
    height: 120px;
    background: #f6f6f6;
    float: left;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

.zkytese .tese-r ul li:hover {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
}

.zkytese .tese-r ul li p {
    margin: 30px 14px 0px 14px;
    font-size: 16px;
    color: #333;
}

.zkytese .tese-r ul li p span {
    font-size: 28px;
    font-weight: 600;
    color: #ff4d5b;
    margin-right: 8px;
}

.zkytese .tese-r ul li p:nth-child(2) {
    margin: 0px 35px 10px 14px;
}

.zkytese .tese-r ul li:nth-child(2) {
    background: #3d7dcc;
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(2) p {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(2) span {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(3) {
    background: #3d7dcc;
    margin-right: 0;
}

.zkytese .tese-r ul li:nth-child(3) p {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(3) span {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(6) {
    margin-right: 0;
}

.zkytese .tese-r ul li:nth-child(4) {
    background: #3d7dcc;
}

.zkytese .tese-r ul li:nth-child(4) p {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(4) span {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(8) {
    background: #3d7dcc;
}

.zkytese .tese-r ul li:nth-child(8) p {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(8) span {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(9) {
    background: #3d7dcc;
    margin-right: 0;
}

.zkytese .tese-r ul li:nth-child(9) p {
    color: #fff;
}

.zkytese .tese-r ul li:nth-child(9) span {
    color: #fff;
}



.bztbox {
    background: #f2f6fb;
}

.bztsjfx ul li {
    float: left;
    width: 30%;
    margin: 60px 5% 34px 0;
}

.bztsjfx ul li:nth-child(3) {
    margin-right: 0;
}

.bztsjfx ul li div {
    margin: 0 0 26px 0;
}

.bztsjfx ul li div .sjwz {
    color: #e60012;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.bztsjfx ul li div img {
    margin: 0 auto;
    display: block;
}

.bztsjfx ul li div p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}






.gkkgbkcenter {
    width: 100%;
    /* height: 836px; */
    background: url(../images/bks.jpg) no-repeat center top;
}

.gkkgbkcenter>div>div {
    padding: 80px 0 60px 0;
}

.clear-lf h2 {
    font-size: 34px;
    color: #fff;
    text-align: left;
}

.clear-lf p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 44px 0 0 0;
}

.clear-lf {
    width: 680px;
}

.clear-rf {
    width: 480px;
}

/* 树状图 */
.tree {
    margin-right: 0;
    float: right;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
}

.tree li {
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 20px 5px 0 5px;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
}

/*利用::before,::after作分支线*/
.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 20px;
    border-top: 1px solid #fff;
}

.tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid #fff;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #fff;
}




/*删除仅只有一个分支的分支线*/
.tree li:only-child::before,
.tree li:only-child::after {
    border: none;
}

.tree li:only-child {
    padding-top: 0;
}


/*添加仅只有一个分支的下分支线*/
.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #fff;
    width: 0;
    height: 20px;
}

.tree a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
    cursor: pointer;
}

.cloff1 {
    background: #fff;
    color: #000 !important;
}

/*添加选中状态*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background-color: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

.tree li a:hover+ul li:after,
.tree li a:hover+ul li:before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}

.tree ul .heiborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #fff;
    width: 0;
    height: 40px;
}

.tree .heiborder li:only-child {
    padding-top: 20px;
}

/* 树状图 */

.gkkullist ul li {
    background: #fff;
    float: left;
    width: 24%;
    height: 428px;
    margin: 0 1.33% 0 0;
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.gkkullist ul li div h2 {
    height: 122px;
    line-height: 122px;
    color: #ff4c5b;
    font-size: 24px;
    text-align: center;
}

.gkkullist ul li div p {
    margin: 0 34px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.gkkullist ul li:nth-child(4) {
    margin-right: 0;
}

.gkkullist {
    margin-top: 60px;
}


.titleh2 {
    height: 150px;
    line-height: 126px;
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.titleh3 {
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-size: 32px;
    color: #3d7dcc;
    font-weight: 600;
}


.cloud-product-ul li.active {
    z-index: 9;
    width: 428px;
    border: 1px solid #3d7dcc;
}

.cloud-product-ul li:first-child {
    margin-left: 0;
}

.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear;
}

.cloud-product-ul li {
    position: relative;
    width: 250px;
    height: 340px;
    float: left;
    background: #fff;
}

.cloud-product-ul li.active .normal-inner {
    /* display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; */
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.cloud-product-single-bottom {
    width: 100%;
    height: 340px;
}

.empty-space {
    width: 100%;
    height: 99px;
    padding: 26px 0 0 0;
}

.bg-product-pic {
    width: 100%;
    height: 82px;
}

.product-introduce-title {
    margin: 0px 70px 0 70px;
    margin-bottom: 14px;
    height: 38px;
    line-height: 20px;
    font-size: 22px;
    color: #ff4c5b;
    text-align: center;
    border-bottom: 2px solid #dedede;
}

.product-introduce-content {
    margin: 0 auto 26px;
    width: 180px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.server-header-01 {
    background: url(../images/icon01.png) center no-repeat;
}

.cloud-product-ul li.active .server-header-01 {
    background: url(../images/icon011.png) left no-repeat;
    margin-left: 68px;
}

.cloud-product-ul li.active .product-introduce-title {
    margin: 0px 70px 0 70px;
    margin-bottom: 14px;
    height: 38px;
    line-height: 20px;
    font-size: 22px;
    color: #ff4c5b;
    text-align: left;
    border-bottom: 2px solid #dedede;
}

.cloud-product-ul li.active .product-introduce-content {
    margin: 0 auto 26px;
    width: 292px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    color: #999;
}

.server-header-02 {
    background: url(../images/icon02.png) center no-repeat;
}

.cloud-product-ul li.active .server-header-02 {
    background: url(../images/icon022.png) left no-repeat;
    margin-left: 68px;
}

.server-header-03 {
    background: url(../images/icon03.png) center no-repeat;
}

.cloud-product-ul li.active .server-header-03 {
    background: url(../images/icon033.png) left no-repeat;
    margin-left: 68px;
}

.server-header-04 {
    background: url(../images/icon04.png) center no-repeat;
}

.cloud-product-ul li.active .server-header-04 {
    background: url(../images/icon044.png) left no-repeat;
    margin-left: 68px;
}

.active-product-introduce-title {
    color: #000;
}

.cloud-product-box {
    margin-bottom: 80px;
}



.fbacnkbox {
    width: 100%;
    height: 700px;
    background: url(../images/foterback.png) no-repeat center top;
}

.fbacnkbox div ul li {
    position: relative;
    background: #fff;
    float: left;
    width: 24%;
    height: 382px;
    margin: 0 1.33% 0 0;
    /* box-shadow: 0 2px 6px 0px rgba(0,0,0,0.2); */
}

.fbacnkbox div ul li:hover {
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.fbacnkbox div ul li:nth-child(4) {
    margin-right: 0;
}

.fbacnkbox div ul li div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -50px;
    left: 86px;
}

.fbacnkbox div ul li div p {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #3d7dcc;
    margin: 6px;
    color: #fff;
    text-align: center;
    line-height: 86px;
    font-size: 22px;
}

.fbacnkbox div ul li:nth-child(3) div p {
    width: 88px;
    height: 74px;
    border-radius: 50%;
    background: #3d7dcc;
    margin: 6px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 14px 0 0 0;
}

.fbacnkbox div ul li>p {
    margin-top: 86px;
    margin-left: 36px;
    margin-right: 36px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.zkytese .tese-l>div img {
    margin-left: 0;
    display: block;
}




/* 响应 */
@media screen and (max-width: 1920px) {
    .gkjh-menu-list {
        display: none !important;
    }

    .comWidth1400 {
        width: 1400px;
        margin: 0 auto;
    }

    /* .banner .swiper-slide img{
        width: 100%;
    } */
    .about_banner .about_box img {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 1440px) {



    header {
        height: 768px;
    }
    .banner .swiper-container {
        height: 768px !important;
    }

    .gkjh-menu-list {
        display: none !important;
    }
    .case-swiper .swiper-slide .fl {
        margin: 60px 10px 60px 80px;
    }
    .about_boxaa img {
        position: relative;
        width: 100%;
        height: 340px;
    }

    .about_boxaa div .invest_bt {
        color: #f2f2f2;
        font-size: 36px;
        text-align: center;
        margin-top: 54px;
    }

    .zixun-firs {
        width: 1000px !important;
        margin: 30px auto;
    }

    .consu_div ul li img {
        width: 100%;
        height: 330px;

    }

    .zixun-firs ul li .show_box .text {
        width: 80%;
        margin: 0 10% 0 10%;
        font-size: 12px;
        color: #333;
        text-align: center;
        line-height: 22px;
    }

    .holding_box {
        height: auto;
        padding-bottom: 80px;
    }

    .holding_c .holding_c_bt {
        text-align: center;
        font-size: 36px;
        color: #fff;
        line-height: 80px;
    }

    .holding_c p {
        text-align: center;
        color: #fff;
        line-height: 36px;
        font-size: 15px;
        font-weight: 100;
    }

    .holding_c {
        padding-top: 54px;
    }

    .comWidth1400 {
        width: 1200px;
        margin: 0 auto;
    }

    .banner .swiper-slide img {
        width: 100%;
        height: 768px;
    }

    .comWidth {
        width: 1000px;
        margin: 0 auto;
    }

    .comWidth1060 {
        width: 1000px;
        margin: 0 auto;
    }

    .news_boxfl {
        box-shadow: 2px 2px 10px 1px rgb(231, 230, 230);
        margin: 0 0px 0 12px;

    }

    .team_box {
        width: 100%;
        position: absolute;
        top: 424px;
    }

    .index_team {
        position: relative;
        height: 1062px;
    }

    .silder-ctrl-next {
        left: -190px;
    }

    .silder-ctrl-prev {
        left: -136px;
    }

    .js-silder {
        width: 418px;
    }

    .silder-scroll {
        width: 390px;
    }

    .silder-main {
        width: 390px;
    }

    .silder-main-img {
        width: 390px;
    }

    .invite_fiexd .invite_text_l {
        font-size: 15px;
    }

    .silder-main-img .invite_text_r {
        font-size: 15px;
    }



    .about_txt>.fl {
        width: 610px;
    }

    .details>div {
        background: #fff;
        margin: 60px 30px 60px 30px;
        box-shadow: -2px 8px 9px 0px rgb(240, 240, 240);
        padding-bottom: 38px;
    }

    .details>div .fl {
        width: 330px;
    }

    .details>div .fl img {
        width: 100%;
    }

    .details>div .fr {
        float: right;
        width: 560px;
    }

    /* .headerabout {
        height: 420px;
    } */

    .about_box p {
        line-height: 340px;
        font-size: 36px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 340px; */
        display: block;
        background: rgba(0, 0, 0, 0.4);
    }

    .details>div .fr .details_name {
        height: 54px;
        line-height: 54px;
    }

    .about_banner .about_box img {
        width: 100%;
        /* height: 340px; */
    }

    .details>div .fr .details_position {
        font-size: 14px;
        color: #999;
        font-weight: 100;
    }

    .details>div .fr .details_text {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        margin-top: 8px;
    }

    .details>div .fr .details_family {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        margin-top: 8px;
    }

    .zixun-first-ul ul li a div span {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #999;
        border-left: 3px solid #e60012;
        padding-left: 18px;
        display: block;
        margin-top: 24%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .zkytese .tese-l {
        width: 480px;
        height: 410px;
    }

    .zkytese .tese-r {
        width: 498px;
        height: 410px;
    }

    .zkytese .tese-r ul li {
        width: 152px;
        height: 110px;
        background: #f6f6f6;
        float: left;
        margin: 0 20px 20px 0;
        cursor: pointer;
    }

    .zkytese .tese-r ul li p {
        margin: 14px 14px 0px 14px;
        font-size: 15px;
        color: #333;
    }

    .zkytese .tese-r ul li p:nth-child(2) {
        margin: 0px 14px 10px 14px;
    }

    .zkytese .tese-l div p {
        font-size: 15px;
        color: #414141;
        line-height: 24px;
        margin: 20px 0 0 0;
    }

    .clear-lf {
        width: 498px;
    }

    .gkkullist ul li div p {
        margin: 0 22px;
        font-size: 15px;
        color: #333;
        line-height: 34px;
    }

    .cloud-product-ul li {
        width: 210px;
        height: 326px;
    }

    .cloud-product-ul li.active {
        width: 368px;
    }

    .product-introduce-title {

        margin: 0px 47px 0 47px;
    }

    .cloud-product-ul li.active .product-introduce-title {
        margin: 0px 45px 0 40px;
    }

    .cloud-product-ul li.active .server-header-01 {
        background: url(../images/icon011.png) left no-repeat;
        margin-left: 40px;
    }

    .cloud-product-ul li.active .server-header-02 {
        background: url(../images/icon022.png) left no-repeat;
        margin-left: 40px;
    }

    .cloud-product-ul li.active .server-header-03 {
        background: url(../images/icon033.png) left no-repeat;
        margin-left: 40px;
    }

    .cloud-product-ul li.active .server-header-04 {
        background: url(../images/icon044.png) left no-repeat;
        margin-left: 40px;
    }

    .fbacnkbox div ul li div {
        left: 70px;
    }
    .footer_1>.fl>div {
        width: 208px;
        margin: 0 8px 0 0;
        width: 165px;
    }
    .footer_1 .footer_name {
        font-size: 16px;
    }
    .footer_1 p {
        font-size: 14px;
    }
    .navigation ul li a{
        font-size: 13px;
    }

    .investeam_box_center .box_center ul li{
        height: 350px;
    }
    .investeam_box_center.adviser_box .box_center ul li{
        height:290px;
    }
}

@media screen and (max-width: 1200px) {
    .gkjh-menu-list {
        display: none;
    }
    .news_boxfl .news_img img {
        height: 196px;
        width: 390px;
    }
    header {
        height: 660px;
    }
    .banner .swiper-container {
        height: 660px !important;
    }

    .case-swiper .swiper-slide .fl {
        margin: 40px 32px 40px 50px;
    }
    .time_right .wrapper>div {
        background: url(../images/wangge.png) no-repeat center center;
        width: 25%;
        float: left;
        height: 230px;
        margin: 38px auto;
    }

    .recruit_div table {
        width: 100%;
        margin: 30px 0 2px 0;
    }

    .recruit_div table tr {
        height: 50px;
        width: 100%;
    }

    .recruit_div table thead tr th {
        padding-left: 24px;
        font-size: 16px;
    }

    .recruit_div table tbody tr td {
        padding-left: 24px;
        font-size: 14px;
    }

    .salon_div ul li img {
        width: 100%;
        height: 160px;
    }

    .salon_div ul li a div>div {
        background: #f8f8f8;
        padding: 12px 12px;
    }

    .salon_div ul li a>div>p {
        font-size: 16px;
        margin-top: -3px;
        color: #000;
        padding: 12px 20px 12px 20px;
        line-height: 30px;
        font-weight: 600;
        background: #f8f8f8;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
        height: 60px;
        overflow: hidden;
    }

    .salon_div ul {
        margin: 36px 0 30px 0;
    }

    .about_box .invest_bt {
        font-size: 36px;
        color: #fff;
        line-height: 242px;
        z-index: 2;
    }

    .about_box .invest_text {
        background: rgba(0, 0, 0, 0.1);
        font-size: 18px;
        color: #fff;
        font-weight: 100;
        line-height: 36px;
        margin-top: 0px;
        padding-top: 162px;
        height: 178px;
        z-index: 2;
    }

    .consu_div ul li img {
        width: 100%;
        height: 282px;
    }

    .consu_div ul li div p {
        font-size: 14px;
    }

    .about_txt>.fl {
        width: 610px;
    }

    .details>div {
        background: #fff;
        margin: 60px 30px 60px 30px;
        box-shadow: -2px 8px 9px 0px rgb(240, 240, 240);
        padding-bottom: 38px;
    }

    .details>div .fl {
        width: 260px;
    }

    .details>div .fl img {
        width: 100%;
    }

    .details>div .fr {
        float: right;
        width: 480px;
    }

    .headerabout {
        height: 420px;
    }

    .about_box p {
        line-height: 340px;
        font-size: 36px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 340px;
        display: block;
        background: rgba(0, 0, 0, 0.4);
    }

    .details>div .fr .details_name {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }

    .about_banner .about_box img {
        width: 100%;
        height: 340px;
    }

    .details>div .fr .details_position {
        font-size: 14px;
        color: #999;
        font-weight: 100;
    }

    .details>div .fr .details_text {
        font-size: 14px;
        color: #000;
        line-height: 24px;
        margin-top: 8px;
    }

    .details>div .fr .details_family {
        font-size: 14px;
        color: #000;
        line-height: 24px;
        margin-top: 8px;
    }

    .news_boxfl {
        width: 390px;
    }

    .news_img img {
        width: 100%;
    }

    .silder-ctrl-next {
        left: -208px;
    }

    .silder-ctrl-prev {
        left: -152px;
    }

    .comWidth1400 {
        width: 980px;
        margin: 0 auto;
    }

    .navigation ul li {
        float: left;
        line-height: 78px;
        margin: 0 0px 0px 24px;
    }

    .banner .swiper-slide img {
        width: 100%;
        height: 660px;
    }


    .comWidth {
        width: 840px;
    }

    .news_boxfl .news_img {
        position: relative;
        height: 202px;
    }

    .news_boxfl .news_boxfl_bot {
        width: 332px;
        padding: 12px 30px 12px 30px
    }

    .news_boxfl {
        box-shadow: 2px 2px 10px 1px rgb(231, 230, 230);
        margin: 0 0px 0 20px;
    }

    .team_top {
        width: 100%;
        height: 500px;
        background: url(../images/p_6.jpg) no-repeat center center;
    }

    .team_box {
        width: 100%;
        position: absolute;
        top: 338px;
    }

    .index_team {
        position: relative;
        height: 952px;
    }

    .swiper-slide-fa>div {
        padding: 13px 14px 13px 14px;
        border: 1px solid #ccc;
        border-top: none;
        cursor: pointer;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .mb {
        margin-bottom: 10px;
    }

    .comWidth1060 {
        width: 840px;
        margin: 0 auto;
    }

    .case-swiper .swiper-slide .fl {
        margin: 80px 32px 80px 50px;
    }

    .case-swiper .swiper-slide .fr {
        margin: 58px 50px 57px 8px;
    }

    .index_case {
        height: 588px;
    }

    .js-silder {
        width: 334px;
    }

    .js-silder {
        width: 300px;
    }

    .silder-scroll {
        width: 300px
    }

    .silder-main {
        width: 300px
    }

    .silder-main-img {
        width: 300px
    }

    .silder-main-img .invite_text_r {
        font-size: 15px;
    }

    .invite_fiexd .invite_text_l {
        font-size: 15px;
        width: 320px;
    }

    .footer_1 > .fl{
        float: none;
    }
    .footer_1 > .fr{
        float: none;
    }
    .footer_1>.fl>div {
        width: 208px;
        margin: 0 32px 0 0;
        width: 260px;
        margin: 0 20px 30px 0;
    }
    .footer_1 p.mt16{
        margin-top: 8px;
    }
    .footer_code{
        margin:  0 auto;
    }

    .footer_2 p {
        line-height: 54px;
        font-size: 14px;
        color: #8b8b8b;
    }

    .indexnews {
        height: 608px;
    }


    .about_txt>.fl {
        width: 100%;
    }

    .about_txt>.fr {
        width: 100%;
    }

    .box_aboutr div:first-child {
        float: left;
    }

    .box_aboutr div:last-child {
        float: right;
    }

    .investeam_box_center .box_center ul li .public_p {
        font-size: 14px;
    }

    .zixun-first-ul ul li a div span {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #999;
        border-left: 3px solid #e60012;
        padding-left: 18px;
        display: block;
        margin-top: 18%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .zkytese .tese-l {
        width: 310px;
        height: 410px;
    }

    .zkytese .tese-r {
        width: 500px;
        height: 410px;
    }

    .zkytese .tese-r ul li {
        width: 144px;
        height: 133px;
        background: #f6f6f6;
        float: left;
        margin: 0 20px 20px 0;
        cursor: pointer;
    }

    .zkytese .tese-l div p {
        font-size: 14px;
        margin: 16px 0 0 0;
    }

    .bztsjfx ul li div p {
        font-size: 14px;
    }

    .clear-lf {
        width: 340px;
    }

    .clear-lf p {
        font-size: 14px;
    }

    .gkkullist ul li div h2 {
        height: 96px;
        line-height: 96px;
        font-size: 20px;
    }

    .gkkullist ul li div p {
        margin: 0 20px;
        font-size: 14px;
        color: #333;
        line-height: 32px;
    }

    .cloud-product-ul li.active {
        width: 250px;
    }

    .cloud-product-ul li.active .product-introduce-content {
        margin: 12px auto 26px;
        width: 174px;
        line-height: 24px;
        font-size: 14px;
        text-align: left;
        color: #999;
    }

    .cloud-product-ul li {
        width: 196px;
        height: 326px;
    }

    .product-introduce-content {
        margin: 8px auto 26px;
        width: 180px;
        line-height: 24px;
        font-size: 12px;
        text-align: center;
        color: #999;
    }

    .product-introduce-title {
        font-size: 20px;
    }

    .fbacnkbox div ul li div {
        left: 52px;
    }

    .fbacnkbox div ul li>p {
        margin-top: 86px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .gkjh-menu-list {
        display: none;
    }

    .comWidth1400 {
        width: 840px;
    }

    .silder-ctrl-next {
        left: -200px;
    }

    .silder-ctrl-prev {
        left: -146px;
    }

    .indextop {
        height: 60px;
    }

    .indextop .logo img {
        width: 62%;
    }

    .navigation ul li {
        float: left;
        line-height: 60px;
        margin: 0 0px 0px 12px;
    }

    .headerabout {
        height: 402px;
    }

    .navigation ul li .active {
        font-size: 15px;
        color: #fff !important;
        border-radius: 14px 0px 14px 0px;
        background: #e60012;
        padding: 2px 14px 2px 14px;
    }

    .about_banner {
        position: absolute;
        top: 62px;
    }
}

@media only screen and (max-width : 768px) {
    header {
        width: 100%;
        height: auto;
    }

    .zkytese>div {
        margin: 30px 0 30px 0;
    }

    .zkytese .tese-l {
        width: 100%;
        height: auto;
    }

    .zkytese .tese-l>div img {
        margin: 0 auto;
        display: block;
    }

    .zkytese .tese-r {
        width: 100%;
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .zkytese .tese-r ul li {
        width: 32%;
        height: 133px;
        background: #f6f6f6;
        float: left;
        margin: 0 2% 20px 0;
        cursor: pointer;
    }

    .gkkgbkcenter>div>div {
        padding: 40px 0 40px 0;
    }

    .clear-lf {
        width: 100%;
    }

    .clear-lf h2 {
        font-size: 30px;
        color: #000;
        text-align: center;
    }

    .clear-lf p {
        font-size: 16px;
        color: #000;
        line-height: 24px;
        margin: 26px 0 0 0;
    }

    .gkkullist ul li {
        background: #fff;
        float: left;
        width: 48%;
        height: 282px;
        padding-bottom: 5%;
        margin: 0 1.33% 26px 0;
        box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
    }

    .gkkgbkcenter {
        width: 100%;
        /* height: 836px; */
        background: none;
        height: auto;
    }

    .clear-rf {
        display: none;
        width: 100%;
    }

    .cloud-product-box {
        display: none;
    }

    .titleh2 {
        display: none;
    }

    .fbacnkbox div ul li {
        position: relative;
        background: #fff;
        float: left;
        width: 48%;
        height: 282px;
        margin: 0 1.33% 14% 0;
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    }


    .fbacnkbox {
        width: 100%;
        height: initial;
        background: none;
    }

    .fbacnkbox div ul li div {
        left: 32%;
    }







    .box_aboutr div {
        width: 88%;
        margin: 0 0 20px 0;
        padding: 4% 6% 4% 6%;
    }

    .about_txt>.fr .fr_bt .bt_red {
        text-align: center;
    }

    .about_txt>.fr .fr_bt span {
        text-align: center;
    }

    .about_txt_bt {
        font-size: 28px;
        color: #000;
        text-align: center;
        /* line-height: 45px; */
        padding-bottom: 34px;
    }

    .about_boxaa img {
        height: 276px;
    }

    .about_boxaa div .invest_bt {
        font-size: 30px;
        margin-top: 40px;
    }

    .about_boxaa div .invest_text {
        font-size: 16px;
        margin-top: 14px;
    }

    .about_boxaa div .invest_a a {
        width: 200px;
        height: 40px;
        font-size: 14px;
        margin: 18px auto;
        line-height: 40px;
    }

    .salon_div ul {
        margin: 36px 3% 30px 3%;
        width: 94%;
    }

    .salon_div ul li {
        float: left;
        width: 48%;
        margin: 0 0% 2% 0;
    }

    .salon_div ul li:nth-child(2n+0) {
        margin-right: 0 !important;
        float: right !important;
    }

    .salon_div ul li a>div>p {
        font-size: 14px;
        margin-top: -3px;
        color: #000;
        padding: 5px 10px 5px 10px;
        line-height: 30px;
        font-weight: 600;
        background: #f8f8f8;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
        height: 60px;
        overflow: hidden;
    }

    .salon_div ul li a div>div {
        background: #f8f8f8;
        padding: 5px 5px;
    }

    .salon_div ul li:nth-child(3n+0) {
        float: left;
        margin-right: initial;
    }

    .salon_div ul li img {
        width: 100%;
        height: 144px;
    }

    .zixun-firs {
        width: 98% !important;
        margin: 30px auto;
    }

    .zixun-firs .morebox {
        width: 100% !important;
        height: 80px;
    }

    .zixun-firs .morebox a {
        width: 30%;
        height: 36px;
        background: #e60012;
        color: #fff;
        text-align: center;
        line-height: 36px;
        margin: 0 auto;
        margin-top: 36px;
        left: 35%;
    }

    .zixun-firs ul {
        width: 94%;
        margin: 0 3% 30px 3%;
    }

    .zixun-firs ul li {
        width: 49% !important;
        float: left;
        margin: 0 0.4% 4% 0;
        position: relative;
    }

    .zixun-firs ul li a {
        width: 100%;
        display: block;
        position: absolute !important;
    }

    .zixun-firs ul li .show_box {
        box-shadow: 2px 0px 8px #ccc;
        padding-top: 110px;
        width: 100%;
        position: initial;
        transition: all 0.25s linear;
        opacity: 1;
        background: #fff;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
    }

    .zixun-firs ul li .show_box .text {
        width: 80%;
        margin: 0 10% 0 10%;
        font-size: 12px;
        color: #999;
        text-align: center;
        line-height: 20px;
    }

    .zixun-firs ul li .show_box .xm {
        font-size: 18px;
        color: #000;
        text-align: center;
        line-height: 30px;
    }

    .zixun-firs ul li:nth-child(2n+0) {
        float: right;
        margin-right: 0;
    }

    .zixun-firs ul li img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 3;
    }

    .details div .fl div i {
        height: 60px;
        width: 3px;
        background: #e60012;
        display: none;
    }

    .details div .fl div .xm {
        font-size: 24px;
        color: #000;
        margin-top: 0px;
        margin-left: 0;
        text-align: center;
    }

    .about_box p {
        height: 276px;
    }

    .about_banner .about_box img {
        width: 100%;
        height: 276px;
    }

    .headerabout {
        height: 330px;
    }

    .about_box .invest_bt {
        font-size: 30px;
        line-height: 214px;
    }

    .about_box .invest_text {
        background: rgba(0, 0, 0, 0.1);
        font-size: 18px;
        color: #fff;
        font-weight: 100;
        line-height: 36px;
        margin-top: 0px;
        padding-top: 138px;
        height: 138px;
        z-index: 2;
    }

    .zixun-first-ul ul li {
        width: 49.5%;
        float: left;
        margin: 0 0.4% 0.3% 0;
        position: relative;
    }

    .consu_div ul {
        width: 94%;
        margin: 30px 3% 30px 3%;
    }

    .consu_div ul li img {
        width: 100%;
        height: 200px;
    }

    .consu_div ul li div i {
        height: 40px;
        width: 3px;
        background: #e60012;
        display: block;
        margin-left: 12px;
        margin-top: 50px;
    }

    .consu_div ul li div .xm {
        font-size: 20px;
        color: #fff;
        margin-left: 36px;
        margin-top: -45px;
    }

    .consu_div ul li div p {
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        line-height: 28px;
        margin-top: 0px;
        margin-left: 36px;
        font-size: 12px;
    }

    .zixun-first-ul ul li:nth-child(2n+0) {
        float: right;
    }

    .page {
        display: none;
    }

    .page1 {
        display: block;
    }

    .page1 {
        padding-right: 3px;
        padding-left: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        line-height: 78px;
    }

    .page1 .current {
        padding: 6px 12px 6px 12px;
        font-size: 12px;
        color: #fff;
        background: #e60012;
        border: 1px solid #e60012;
        border-radius: 4px;
    }

    .page1 a {
        padding: 6px 12px 6px 12px;
        font-size: 12px;
        color: #999;
        border: 1px solid #999;
        border-radius: 4px;
    }

    .zixun-first-ul ul li a div span {
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #999;
        border-left: 3px solid #e60012;
        padding-left: 18px;
        display: block;
        margin-top: 8%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .zixun-first-ul {
        width: 98%;
        margin: 10px 1% 0px 1%;
    }

    .zixun-first-ul ul li a div p {
        height: 15px;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        display: block;
        margin-top: 2%;
        margin-left: 12%;
        margin-right: 12%;
    }


    .box_center ul li .public_p {
        font-size: 12px;
        height: 16px;
        overflow: hidden;
    }

    .nav-menu.menuClose {
        display: block;
    }

    .topindex-div {
        width: 100%;
        position: initial;
    }

    .navigationdiv {
        width: 100%;
        position: initial;
        border: none;
        height: 54px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
    }

    .indextop .logo {
        margin: initial;
        width: 30%;
        height: 54px;
    }

    .nav-menu {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 13px;
        margin-right: 10px;
        cursor: pointer;
    }

    .navigation {
        display: none;
    }

    .gkjh-menu-list {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 99;
    }

    .gkjh-menu-list {
        display: none;
        visibility: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1;
        /* opacity: 0; */
        -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
        transition: opacity 0.5s, visibility 0s 0.5s;
    }

    .gkjh-menu-list ul li {
        padding: 0 18px;
        border-bottom: 1px solid #e43d4a;
        background: #e60012;
        line-height: 48px;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        -webkit-filter: alpha(opacity=0);
    }

    .gkjh-menu-list ul li:last-child {
        border-bottom: none;
    }

    .gkjh-menu-list ul li:first-child {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .gkjh-menu-list ul li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .gkjh-menu-list ul li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .gkjh-menu-list ul li:nth-child(4) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .gkjh-menu-list ul li a {
        color: #fff;
        font-size: 12px;
        /* margin: 0 18px; */
    }

    .gkjh-menu-list ul li a.mn i.ico {
        position: absolute;
        top: 20px;
        right: 16px;
        display: inline-block;
        width: 18px;
        height: 17px;
        background: url(../images/icon-sq.png) no-repeat;
        background-size: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .gkjh-menu-list.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 99;
    }

    .gkjh-menu-list.open ul li {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gkjh-menu-list {
        width: 100%;
        display: block !important;
    }

    .navigationdiv .logo img {
        width: 100%;
        margin: 10px;
    }

    .comWidth1400 {
        width: initial;
    }

    .indextop {
        height: initial;
        box-shadow: 0px 0px 6px rgba(22, 22, 22);
    }

    .banner {
        position: initial;
        width: 100%;
        display: none;
    }

    /* 移动端首页banner */
    .banner1 {
        display: block;
        width: 100%;
        margin-top: 54px;
    }

    .banner1 .swiper-pagination {
        position: absolute;
        left: 50% !important;
        bottom: 35px !important;
        margin-left: -81px;
    }

    .banner1 .swiper-pagination span {
        float: left;
        width: 42px;
        height: 4px;
        overflow: hidden;
        margin: 0 5px;
        text-indent: 100px;
        cursor: pointer;
        background: #fff;
        border-radius: inherit;
    }

    /* 新闻中心 */
    .comWidth {
        width: 94%;
    }

    .indexnews {
        height: initial;
    }

    .news_boxfl {
        box-shadow: 2px 2px 10px 1px rgb(231, 230, 230);
        width: 44%;
        margin: 0 3% 3% 3%;
    }

    .news_boxfl .news_img img {
        width: 50%;
        height: 126px;
    }

    .news_boxfl .news_boxfl_bot {
        padding: 2% 5% 2% 5%;
        width: 90%;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .mb48 {
        margin-bottom: -12px;
    }

    .mt48 {
        margin-top: 48px;
    }

    .index_case .mb68 {
        margin-bottom: 32px;
    }

    .index_case .pt68 {
        padding-top: 60px;
    }

    .news_boxfl .news_img {
        position: relative;
        height: auto;
    }

    .index_public span {
        transform: uppercase;
        font-size: 12px;
        font-weight: 100;
        color: #ccc;
        text-align: center;
        display: block;
    }

    .index_public p {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: -44px;
    }

    .news_boxfl .news_img>p {
        position: absolute;
        top: 15%;
        left: 10%;
        color: #fff;
        font-size: 28px;
    }

    .news_boxfl .news_img>a {
        position: absolute;
        display: block;
        bottom: 15%;
        left: 10%;
        color: #fff;
        font-size: 14px;
    }

    /* 团队简介 */
    .index_team {
        position: relative;
        height: auto;
    }

    .team_top {
        width: 100%;
        height: 20px;
        display: none;
        background: url(../images/p_6.jpg) no-repeat center center;
    }

    .team_box {
        width: 100%;
        position: initial;
        top: initial;
    }

    .tp-swiperdiv {
        display: none;
    }

    .tp-swiperdiv1 {
        display: block;
    }

    .tp-swiperdiv1 .swiper-slide a img {
        display: block;
        width: 100%;
    }

    .tp-swiperdiv1 .swiper-button-next {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        display: block;
        background: url(../images/indexbannerright.png) no-repeat 0 0/cover;
        z-index: 99;
    }

    .tp-swiperdiv1 .swiper-button-prev {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        display: block;
        background: url(../images/indexbannerleft.png) no-repeat 0 0/cover;
        z-index: 99;
    }

    .swiper-slide-fa>div {
        padding: 10px 5% 10px 5%;
        border: none;
        border-top: none;
        cursor: pointer;
        width: 90%;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .mb20 {
        margin-bottom: 12px;
    }

    .tp-swiperdiv1 .swiper-slide .public_h1 {
        font-size: 24px;
        color: #000;
        text-align: center;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .tp-swiperdiv1 .swiper-slide .public_p {
        font-size: 14px;
        color: #666;
        text-align: center;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }



    /* 投资案例 */
    .index_case {
        width: 100%;
        margin-top: 36px;
        height: 346px;
        background: url(../images/1.jpg) no-repeat center center;
        position: relative;
    }

    .case-swiper .swiper-slide .fl .case_name {
        font-size: 20px;
        color: #000;
    }

    .case-swiper .swiper-slide .fl .case_text {
        font-size: 16px;
        color: #666666;
    }

    .case-swiper .swiper-slide .fl {
        margin: 50px 0px 50px 54px;
    }

    .case-swiper .swiper-slide .fr {
        margin: 50px 58px 50px 0px;
        width: 170px;
    }

    .case-swiper .swiper-slide .fr img {
        border: 1px solid #f27f88;
        width: 100%;
    }

    .comWidth1060 {
        height: 180px;
        width: 90%;

        margin: 0 auto;
    }

    .pt68 {
        padding-top: 48px;
    }

    .mb68 {
        margin-bottom: 0px;
    }

    .case-swiper {
        display: block;
    }

    .swiper-box {
        display: none;
    }

    .swiper-box .swiper-slide {
        width: 100%;
        margin: 20px 0 0px 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 0 4px 0;
    }

    .swiper-box .swiper-slide .fl {
        margin: 0 0 0 5%;
        width: 55%;
    }

    .swiper-box .swiper-slide .fl .case_name {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        overflow: hidden;
    }

    .mt28 {
        margin-top: 14px;
    }

    .swiper-box .swiper-slide .fl .case_text {
        font-size: 14px;
        color: #f7f7f7;
        font-weight: 100;
        overflow: hidden;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .swiper-box .swiper-slide .fl .case_a a {
        font-size: 12px;
        color: #e60012;
        margin-top: -2px;
        display: block;
    }

    .swiper-box .swiper-slide .fr {
        margin: 0 5% 0 0;
        width: 33%;
    }

    .swiper-box .swiper-slide .fr img {
        width: 100%;
        border: 1px solid #ccc;
    }

    .index_public1 span {
        transform: uppercase;
        font-size: 12px;
        font-weight: 100;
        color: #ccc;
        text-align: center;
        display: block;
    }

    .index_public1 p {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: -44px;
        color: #fff;
    }

    /* 查看更多 */
    .more {
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        height: 36px;
        line-height: 36px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        text-align: center;
    }

    .more a {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }


    /* 招贤纳士 */
    .index_invite {
        height: auto;
    }

    .invite_backgbox {
        background: none;
        height: auto;
    }

    .js-silder {
        display: none;
    }

    .invite_fiexd .invite_text_l {
        color: #707070;
        font-size: 16px;
        line-height: 32px;
        width: 100%;
    }

    .invite_fiexd {
        position: initial !important;
        margin: 0px 3% 36px 3%;
        width: 94%;
    }

    .invite_fiexd .invite_bt_l {
        font-size: 14px;
        color: #000;
        text-align: center;
    }

    .invite_fiexd .invite_text_l {
        color: #999;
        font-size: 13px;
        line-height: 26px;
        width: 100%;
    }

    .invite_fiexd .invite_href_l {
        float: left;
    }

    .invite_fiexd .invite_a_l {
        display: block;
        font-size: 12px;
        color: #999;
        float: right;
    }

    .invite_fiexd .mt28 {
        margin-top: 16px;
    }

    .invite_fiexd .invite_href_l a {
        color: #e60012;
        font-size: 12px;
        font-weight: 100;
        text-decoration: none;
    }

    .invite_box {
        height: auto;
    }

    .footer {
        width: 100%;
        height: auto;
        background: #333031;
    }

    .footer_1 {
        padding: 24px 3% 24px 3%;
        height: auto;
        width: 94%;
    }

    .footer_1>.fl {
        width: 100%;
    }

    .footer_1>.fl>div {
        width: 100%;
        margin: 0 0px 30px 0;
    }

    .footer_1 .footer_name {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .mt16 {
        margin-top: 8px;
    }

    .footer_1 p {
        font-size: 12px;
        color: #ccc;
        line-height: 20px;
        text-align: center;
    }

    .footer_1 .fr {
        width: 100%;
    }

    .footer_code {
        width: 120px;
        height: 180px;
        background: #3d3b3c;
        margin: 0 auto;
    }

    .footer_2 {
        width: 100%;
        height: auto;
        border-top: 1px solid #555555;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer_2>div {
        width: 94%;
        margin: 0 3% 0 3%;
    }

    .footer_2 p {
        line-height: 20px;
        font-size: 12px;
        color: #8b8b8b;
        text-align: center;
    }

    .footer_2 .fr {
        width: initial;
        float: right;
    }

    .indextop .logo {
        margin: initial;
        width: 30%;
        height: 54px;
    }

    .navigationdiv .logo img {
        width: 58%;
        margin: 10px;
    }

    .banner1 img {
        width: 100%;
        height: 300px;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .banner1 .swiper-pagination {
        position: absolute;
        left: 50% !important;
        bottom: 18px !important;
        margin-left: -81px;
    }

    .about_banner {
        position: absolute;
        top: 54px;
    }

}

@media screen and (max-width: 550px) {
    .zixun-firs {
        width: 98% !important;
        margin: 30px auto;
    }



    .zkytese .tese-l>div img {
        margin: 0 auto;
        display: block;
        width: 22%;
    }

    .zkytese .tese-l div p {
        font-size: 14px;
        margin: 16px 3% 0 3%;
    }

    .zkytese .tese-r {
        width: 94%;
        margin: 0 3%;
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .zkytese .tese-r ul li {
        width: 32%;
        height: 118px;
        background: #f6f6f6;
        float: left;
        margin: 0 2% 20px 0;
        cursor: pointer;
    }

    .zkytese .tese-r ul li p span {
        font-size: 18px;
    }

    .zkytese .tese-r ul li p {
        margin: 28px 14px 0px 14px;
        font-size: 14px;
    }

    .bztsjfx ul li {
        float: left;
        width: 100%;
        margin: 28px 5% 0px 0;
    }

    .gkkgbkcenter>div>div {
        padding: 18px 0 20px 0;
    }

    .recruit_details_box .recruit_div table tr td .mail {
        width: 48px;
        height: 16px;
        line-height: 17px;
        overflow: hidden;
    }

    .clear-lf h2 {
        font-size: 22px;

    }

    .clear-lf p {
        font-size: 14px;
        color: #000;
        line-height: 24px;
        margin: 26px 3% 0 3%;
    }

    .gkkullist {
        margin-top: 20px;
    }

    .gkkullist ul li {
        background: #fff;
        float: left;
        width: 44%;
        /* margin-left: 2%; */
        height: 282px;
        padding-bottom: 5%;
        margin: 0 3% 28px 3%;
        box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
    }

    .gkkullist ul li div h2 {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }

    .gkkullist ul li div p {
        margin: 0 12px;
        font-size: 12px;
        color: #333;
        line-height: 26px;
    }

    .titleh3 {
        height: 128px;
        line-height: 44px;
        text-align: center;
        font-size: 24px;
        color: #3d7dcc;
        font-weight: 600;
    }

    .fbacnkbox div ul li {
        position: relative;
        background: #fff;
        float: left;
        width: 94%;
        height: 210px;
        margin: 0 3% 26% 3%;
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    .fbacnkbox div ul li div {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: -40px;
        left: 38%;
    }

    .fbacnkbox div ul li div p {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: #3d7dcc;
        margin: 6px;
        color: #fff;
        text-align: center;
        line-height: 68px;
        font-size: 16px;
    }

    .fbacnkbox div ul li:nth-child(3) div p {
        width: 68px;
        height: 54px;
        border-radius: 50%;
        background: #3d7dcc;
        margin: 6px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        padding: 14px 0 0 0;
    }

    .fbacnkbox div ul li>p {
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }























    .recruit_details_box .recruit_div table {
        width: 94%;
        margin: 14px 3% 6px 3%;
    }

    .station {
        margin: 30px 3% 30px 3%;
    }

    .station div p {
        font-size: 14px;
        line-height: 30px;
    }

    .station div h3 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .station .station_one {
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 18px;
    }

    .about_boxaa img {
        height: 148px;
    }

    .about_boxaa div .invest_bt {
        font-size: 22px;
        margin-top: 30px;
    }

    .about_boxaa div .invest_text {
        font-size: 12px;
        line-height: 20px;
        width: 94%;
        text-align: center;
        margin: 12px auto;
    }

    .about_boxaa div {
        height: 97%;
    }

    .recruit_div table {
        width: 94%;
        margin: 30px 3% 30px 3%;
    }

    .recruit_div table thead tr .th1 {
        width: 30%;
    }

    .recruit_div table thead tr th {
        padding-left: 18px;
        font-size: 14px;
        font-weight: 300;
    }

    .recruit_div table tbody tr td {
        padding-left: 18px;
        font-size: 14px;
    }

    .invest_a {
        display: none;
    }

    .salon_div ul li a>div>p {
        font-size: 14px;
        margin-top: -3px;
        color: #000;
        padding: 5px 10px 5px 10px;
        line-height: 30px;
        font-weight: 500;
        background: #f8f8f8;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
        height: 60px;
        overflow: hidden;
    }

    .salon_div ul li a>div>p:nth-child(2n+0) {
        font-size: 12px;
    }

    .salon_div ul li a div>div {
        background: #f8f8f8;
        padding: 5px 5px;
        margin-top: -12px;
    }

    .salon_div ul li img {
        width: 100%;
        height: 94px;
    }

    .salon_div ul li a div>div p {
        font-weight: 100;
        font-size: 12px;
        color: #a0a0a0;
        line-height: 32px;
        float: left;
        margin: 0 8px 0 0;
    }

    .zixun-firs .morebox {
        width: 100% !important;
        height: 80px;
    }

    .zixun-firs .morebox a {
        width: 30%;
        height: 36px;
        background: #e60012;
        color: #fff;
        text-align: center;
        line-height: 36px;
        margin: 0 auto;
        margin-top: 36px;
        left: 35%;
    }

    .zixun-firs ul {
        width: 94%;
        margin: 0 3% 30px 3%;
    }

    .zixun-firs ul li {
        width: 49% !important;
        float: left;
        margin: 0 0.4% 4% 0;
        position: relative;
    }

    .zixun-firs ul li a {
        width: 100%;
        display: block;
        position: absolute !important;
    }

    .zixun-firs ul li .show_box {
        box-shadow: 2px 0px 8px #ccc;
        padding-top: 110px;
        width: 100%;
        position: initial;
        transition: all 0.25s linear;
        opacity: 1;
        background: #fff;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
    }

    .zixun-firs ul li .show_box .text {
        width: 80%;
        margin: 0 10% 0 10%;
        font-size: 12px;
        color: #999;
        text-align: center;
        line-height: 20px;
    }

    .zixun-firs ul li .show_box .xm {
        font-size: 18px;
        color: #000;
        text-align: center;
        line-height: 30px;
    }

    .zixun-firs ul li:nth-child(2n+0) {
        float: right;
        margin-right: 0;
    }

    .zixun-firs ul li img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 3;
    }

    header {
        width: 100%;
        height: auto;
    }

    .nav-menu.menuClose {
        display: block;
    }

    .topindex-div {
        width: 100%;
        position: initial;
    }

    .navigationdiv {
        width: 100%;
        position: initial;
        border: none;
        height: 54px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
    }

    .indextop .logo {
        margin: initial;
        width: 30%;
        height: 54px;
    }

    .nav-menu {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 13px;
        margin-right: 10px;
        cursor: pointer;
    }

    .navigation {
        display: none;
    }

    .gkjh-menu-list {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 99;
    }

    .gkjh-menu-list {
        display: none;
        visibility: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1;
        /* opacity: 0; */
        -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
        transition: opacity 0.5s, visibility 0s 0.5s;
    }

    .gkjh-menu-list ul li {
        padding: 0 18px;
        border-bottom: 1px solid #e43d4a;
        background: #e60012;
        line-height: 48px;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        -webkit-filter: alpha(opacity=0);
    }

    .gkjh-menu-list ul li:last-child {
        border-bottom: none;
    }

    .gkjh-menu-list ul li:first-child {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .gkjh-menu-list ul li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .gkjh-menu-list ul li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .gkjh-menu-list ul li:nth-child(4) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .gkjh-menu-list ul li a {
        color: #fff;
        font-size: 12px;
        /* margin: 0 18px; */
    }

    .gkjh-menu-list ul li a.mn i.ico {
        position: absolute;
        top: 20px;
        right: 16px;
        display: inline-block;
        width: 18px;
        height: 17px;
        background: url(../images/icon-sq.png) no-repeat;
        background-size: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .gkjh-menu-list.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 99;
    }

    .gkjh-menu-list.open ul li {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gkjh-menu-list {
        width: 100%;
    }

    .navigationdiv .logo img {
        width: 100%;
        margin: 10px;
    }

    .comWidth1400 {
        width: initial;
    }

    .indextop {
        height: initial;
        box-shadow: 0px 0px 6px rgba(22, 22, 22);
    }

    .banner {
        position: initial;
        width: 100%;
        display: none;
    }

    /* 移动端首页banner */
    .banner1 {
        display: block;
        width: 100%;
        margin-top: 54px;
    }

    .banner1 .swiper-pagination {
        position: absolute;
        left: 50% !important;
        bottom: 35px !important;
        margin-left: -81px;
    }

    .banner1 .swiper-pagination span {
        float: left;
        width: 42px;
        height: 4px;
        overflow: hidden;
        margin: 0 5px;
        text-indent: 100px;
        cursor: pointer;
        background: #fff;
        border-radius: inherit;
    }

    .banner1 img {
        width: 100%;
        height: 180px;
    }


    /* 新闻中心 */
    .comWidth {
        width: 100%;
    }

    .indexnews {
        height: initial;
    }

    .news_boxfl {
        box-shadow: 2px 2px 10px 1px rgb(231, 230, 230);
        width: 94%;
        margin: 0 3% 0 3%;
    }

    .news_boxfl .news_img img {
        width: 100%;
        height: 180px;
    }

    .news_boxfl .news_boxfl_bot {
        padding: 2% 5% 2% 5%;
        width: 90%;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .mb48 {
        margin-bottom: -12px;
    }

    .mt48 {
        margin-top: 48px;
    }

    .index_case .mb68 {
        margin-bottom: 32px;
    }

    .index_case .pt68 {
        padding-top: 60px;
    }

    .news_boxfl .news_img {
        position: relative;
        height: auto;
        width: 100%;
    }

    .index_public span {
        transform: uppercase;
        font-size: 12px;
        font-weight: 100;
        color: #ccc;
        text-align: center;
        display: block;
    }

    .index_public p {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: -44px;
    }

    .news_boxfl .news_img>a {
        position: absolute;
        display: block;
        bottom: 50px;
        left: 48px;
        color: #fff;
        font-size: 14px;
    }

    /* 团队简介 */
    .index_team {
        position: relative;
        height: auto;
    }

    .team_top {
        display: none;
        width: 100%;
        height: 20px;
        background: url(../images/p_6.jpg) no-repeat center center;
    }

    .team_box {
        width: 100%;
        position: initial;
        top: initial;
    }

    .tp-swiperdiv {
        display: none;
    }

    .tp-swiperdiv1 {
        display: block;
    }

    .tp-swiperdiv1 .swiper-slide a img {
        display: block;
        width: 100%;
    }

    .tp-swiperdiv1 .swiper-button-next {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        display: block;
        background: url(../images/indexbannerright.png) no-repeat 0 0/cover;
        z-index: 99;
    }

    .tp-swiperdiv1 .swiper-button-prev {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        display: block;
        background: url(../images/indexbannerleft.png) no-repeat 0 0/cover;
        z-index: 99;
    }

    .swiper-slide-fa>div {
        padding: 10px 5% 10px 5%;
        border: none;
        border-top: none;
        cursor: pointer;
        width: 90%;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .mb20 {
        margin-bottom: 12px;
    }

    .tp-swiperdiv1 .swiper-slide .public_h1 {
        font-size: 24px;
        color: #000;
        text-align: center;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }

    .tp-swiperdiv1 .swiper-slide .public_p {
        font-size: 14px;
        color: #666;
        text-align: center;
        transition: 1.3s;
        -moz-transition: 1.3s;
        -webkit-transition: 1.3s;
        -o-transition: 1.3s;
    }



    /* 投资案例 */
    .index_case {
        width: 100%;
        margin-top: 12px;
        height: auto;
        background: url(../images/1.jpg) no-repeat center center;
        position: initial;
    }

    .comWidth1060 {
        width: 100%;
        margin: 0 auto;
    }

    .pt68 {
        padding-top: 48px;
    }

    .mb68 {
        margin-bottom: 0px;
    }

    .case-swiper {
        display: none;
    }

    .swiper-box {
        display: block;
    }

    .swiper-box .swiper-slide {
        width: 100%;
        margin: 20px 0 0px 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 0 4px 0;
    }

    .swiper-box .swiper-slide .fl {
        margin: 0 0 0 5%;
        width: 55%;
    }

    .swiper-box .swiper-slide .fl .case_name {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        overflow: hidden;
    }

    .mt28 {
        margin-top: 4px;
    }

    .swiper-box .swiper-slide .fl .case_text {
        font-size: 14px;
        color: #f7f7f7;
        font-weight: 100;
        overflow: hidden;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .swiper-box .swiper-slide .fl .case_a a {
        font-size: 12px;
        color: #e60012;
        margin-top: -2px;
        display: block;
    }

    .swiper-box .swiper-slide .fr {
        margin: 0 5% 0 0;
        width: 33%;
    }

    .swiper-box .swiper-slide .fr img {
        width: 100%;
        height: 82px;
        border: 1px solid #ccc;
    }

    .index_public1 span {
        transform: uppercase;
        font-size: 12px;
        font-weight: 100;
        color: #ccc;
        text-align: center;
        display: block;
    }

    .index_public1 p {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: -44px;
        color: #fff;
    }

    /* 查看更多 */
    .more {
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        height: 36px;
        line-height: 36px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        text-align: center;
    }

    .more a {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }


    /* 招贤纳士 */
    .index_invite {
        height: auto;
    }

    .invite_backgbox {
        background: none;
        height: auto;
    }

    .js-silder {
        display: none;
    }

    .invite_fiexd .invite_text_l {
        color: #707070;
        font-size: 16px;
        line-height: 32px;
        width: 100%;
    }

    .invite_fiexd {
        position: initial !important;
        margin: 0px 3% 36px 3%;
        width: 94%;
    }

    .invite_fiexd .invite_bt_l {
        font-size: 14px;
        color: #000;
        text-align: center;
    }

    .invite_fiexd .invite_text_l {
        color: #999;
        font-size: 13px;
        line-height: 26px;
        width: 100%;
    }

    .invite_fiexd .invite_href_l {
        float: left;
    }

    .invite_fiexd .invite_a_l {
        display: block;
        font-size: 12px;
        color: #999;
        float: right;
    }

    .invite_fiexd .mt28 {
        margin-top: 16px;
    }

    .invite_fiexd .invite_href_l a {
        color: #e60012;
        font-size: 12px;
        font-weight: 100;
        text-decoration: none;
    }

    .invite_box {
        height: auto;
    }

    .footer {
        width: 100%;
        height: auto;
        background: #333031;
    }

    .footer_1 {
        padding: 24px 3% 24px 3%;
        height: auto;
        width: 94%;
    }

    .footer_1>.fl {
        width: 100%;
    }

    .footer_1>.fl>div {
        width: 100%;
        margin: 0 0px 30px 0;
    }

    .footer_1 .footer_name {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .mt16 {
        margin-top: 8px;
    }

    .footer_1 p {
        font-size: 12px;
        color: #ccc;
        line-height: 20px;
        text-align: center;
    }

    .footer_1 .fr {
        width: 100%;
    }

    .footer_code {
        width: 120px;
        height: 180px;
        background: #3d3b3c;
        margin: 0 auto;
    }

    .footer_2 {
        width: 100%;
        height: auto;
        border-top: 1px solid #555555;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer_2>div {
        width: 94%;
        margin: 0 3% 0 3%;
    }

    .footer_2 p {
        line-height: 20px;
        font-size: 12px;
        color: #8b8b8b;
        text-align: center;
    }

    .footer_2 .fr {
        width: 100%;
    }

    .indextop .logo {
        margin: initial;
        width: 30%;
        height: 54px;
    }

    .navigationdiv .logo img {
        width: 100%;
        margin: 10px;
    }

    .banner1 img {
        width: 100%;
        height: 180px;
    }

    .banner1 .swiper-pagination {
        position: absolute;
        left: 50% !important;
        bottom: 18px !important;
        margin-left: -81px;
    }

    .about_banner {
        position: absolute;
        top: 54px;
    }

    .about_banner .about_box img {
        width: 100%;
        height: 148px;
    }

    .about_box p {
        color: #fff;
        text-align: center;
        line-height: 148px;
        font-size: 22px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 148px;
        display: block;
        background: rgba(0, 0, 0, 0.4);
    }

    .headerabout {
        height: 202px;
    }

    .about_txt {
        width: 94%;
        margin: 0 3%;
    }

    .about_txt_bt {
        font-size: 20px;
        color: #000;
        margin-top: 15px;
        margin-bottom: 13px !important;
        text-align: center;
    }

    .about_txt>.fl p {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        font-weight: 100;
        margin: 0 0 14px 0;
        text-indent: 2rem;
    }

    .about_txt>.fr {
        width: 100%;
    }

    .about_txt>.fr .fr_bt .bt_red {
        color: #e60012;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }

    .about_txt>.fr .fr_bt span {
        font-size: 16px;
        color: #999;
        text-align: center;
        margin-top: 0px;
        display: block;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .box_aboutr div {
        width: 88%;
        margin: 0 0 20px 0;
        padding: 4% 6% 4% 6%;
    }

    .box_aboutr div:first-child {
        float: initial;
    }

    .box_aboutr div:last-child {
        float: initial;
    }

    .holding_box {
        height: auto;
        padding-bottom: 18px;
    }

    .holding_c {
        padding-top: 14px;
    }

    .holding_c .holding_c_bt {
        text-align: center;
        font-size: 20px;
        color: #fff;
        line-height: 54px;
    }

    .holding_c p {
        text-align: center;
        color: #fff;
        width: 94%;
        margin: 0 3%;
        line-height: 36px;
        font-size: 15px;
        font-weight: 100;
    }

    .heading {
        width: 100%;
        line-height: 80px;
        font-size: 22px;
        text-align: center;
        color: #000;
    }

    .fund_lp {
        height: auto;
        padding-bottom: 18px;
    }

    .fund_lp_box>div {
        width: 94%;
        background: #fff;
        margin: 0 3%;
    }

    .fund_lp_box>div ul li {
        width: 33.333333333%;
        float: left;
    }

    .fund_lp_box>div ul li a {
        width: 100%;
        transition: 1.2s;
        -moz-transition: 1.2s;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
    }

    .about_box .invest_bt {
        font-size: 22px;
        color: #fff;
        line-height: 126px;
        z-index: 2;
    }

    .about_box .invest_text {
        background: rgba(0, 0, 0, 0.1);
        font-size: 12px;
        color: #ccc;
        font-weight: 100;
        line-height: 24px;
        padding-top: 76px;
        height: auto;
        z-index: 2;
    }

    .investeam_box_center .box_center ul {
        margin: 20px 3% 20px 3%;
    }

    .investeam_box_center .box_center ul li {
        width: 48%;
        height: auto;
    }

    .investeam_box_center .box_center ul li:nth-child(2n+0) {
        margin-right: 0;
        float: right;
    }

    .details>div {
        background: #fff;
        margin: 30px 3% 30px 3%;
        box-shadow: -2px 8px 9px 0px rgb(240, 240, 240);
        padding-bottom: 38px;
    }

    .details>div .fl {
        width: 60%;
        margin: 0 auto;
        margin-left: 20%;
    }

    .details>div .fr {
        float: right;
        width: 100%;
        text-align: center;
    }

    .details>div .fr .details_family {
        text-align: left;
    }

    .menu-list li .active {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }


    .news_box .list li {
        width: 50%;
        float: left;
        text-align: center;
        height: 60px;
        cursor: pointer;
    }

    .news_box .list li i {
        line-height: 40px;
    }

    .news_box .list li p {
        line-height: 0px;
        font-size: 14px;
        color: #000;
    }

    .zixun-first-ul ul li {
        width: 49.5%;
        height: 128px;
        float: left;
        margin: 0 0.4% 0.3% 0;
        position: relative;
    }

    .zixun-first-ul ul li:nth-child(2n+0) {
        margin-right: 0;
        float: right;
    }

    .page {
        display: none;
    }

    .page1 {
        display: block;
    }

    .page1 {
        padding-right: 3px;
        padding-left: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        line-height: 78px;
    }

    .page1 .current {
        padding: 6px 12px 6px 12px;
        font-size: 12px;
        color: #fff;
        background: #e60012;
        border: 1px solid #e60012;
        border-radius: 4px;
    }

    .page1 a {
        padding: 6px 12px 6px 12px;
        font-size: 12px;
        color: #999;
        border: 1px solid #999;
        border-radius: 4px;
    }

    .zixun-first-ul ul li a div span {
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        color: #999;
        border-left: 3px solid #e60012;
        padding-left: 18px;
        display: block;
        margin-top: 8%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .zixun-first-ul {
        width: 98%;
        margin: 10px 1% 0px 1%;
    }

    .zixun-first-ul ul li a div p {
        height: 14px;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        display: block;
        margin-top: 2%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .consu_div ul li img {
        width: 100%;
        height: 128px;
    }

    .consu_div ul li div i {
        height: 40px;
        width: 3px;
        background: #e60012;
        display: block;
        margin-left: 12px;
        margin-top: -42px;
        display: none;
    }

    .consu_div ul li div {
        position: initial;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        width: 100%;
        height: 130px;
        margin-top: -28px;
    }

    .consu_div ul li div .xm {
        font-size: 18px;
        color: #fff;
        margin-left: 36px;
        /* margin-top: 12px; */
        position: absolute;
        top: 180px;
        left: -18px;
        color: #000;
    }

    .consu_div ul li div p {
        font-weight: 100;
        line-height: 24px;
        margin-top: 0px;
        margin-left: 36px;
        font-size: 12px;
        position: absolute;
        top: 162px;
        left: -18px;
    }
}

@media screen and (max-width: 320px) {
    .navigationdiv .logo img {
        width: 100%;
        margin: 14px;
    }

    .recruit_details_box .recruit_div table tr td .mail {
        width: 48px;
        height: 16px;
        line-height: 17px;
        overflow: hidden;
    }

    .about_boxaa div .invest_bt {
        font-size: 22px;
        margin-top: 20px;
    }

    .pt68 {
        padding-top: 40px;
    }

    .swiper-box .swiper-slide .fr img {
        width: 100%;
        height: 74px;
        border: 1px solid #ccc;
    }

    .banner1 img {
        width: 100%;
        height: 150px;
    }

    .news_boxfl .news_boxfl_bot div a {
        font-size: 14px;
        line-height: 20px;
    }

    .swiper-box .swiper-slide .fl .case_name {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        overflow: hidden;
    }

    .swiper-box .swiper-slide .fl .case_text {
        font-size: 12px;
        color: #f7f7f7;
        font-weight: 100;
        overflow: hidden;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .banner1 .swiper-pagination {
        position: absolute;
        left: 50% !important;
        bottom: 18px !important;
        margin-left: -81px;
    }

    .consu_div ul li img {
        width: 100%;
        height: 98px;
    }

    .consu_div ul li div {
        display: none;
    }
}




.ssevg .swiper-slide {
    height: 380px;
}
.ssevg .swiper-slide .fl{
    width: 38%;
}


