Share_Gimg@charset "utf-8";
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
    color: #666;
}
img{
    border: none;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
/******* 导航部分 *******/
.navbar-default{
    background-color: white;
}
@media(min-width: 1200px){
    .navBox{
        width: 1180px;
        padding: 0;
        /*padding: 13px 0 26px;*/
        /*background-color: pink;*/
        /*overflow: hidden;*/
    }

}

/*左边*/
.navBox_lf{
    width: 240px;
    float: left;
}
/* logo */
.logoBox{
    width: 75px;
    height: 101px;
    /*background-color: red;*/
    float: left;
    margin-right: 40px;
}
.logoBox img{
    width: 186px;
    height:49px;
    position: relative;
    top:38px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .logoBox img{
        display: none;
    }

}
@media (max-width: 768px) {
    .logoBox img{
        display: none;
    }
}

/* 右边 */
@media (min-width: 1200px){
    .navBox_rt{
        float: right;
        width: 880px;
        padding-top: 15px;
    }
    .navList li a{
        padding: 10px 19px 0;
        font-size: 18px;
    }
}

/* languge */
#dropdown{
    width: 90px;
    /*margin-top: 80px;*/
    position: relative;
    left:550px;
    float: left;
    font-size: 12px;
}
/*语言区域*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #dropdown{
        position: relative;
        left: 410px;
    }

}

.input_select{
    width: 90px;
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    /*padding-right:30px; */
    border: 1px solid #a9c9e2;
    background: url(../imgs/sanjiao.png) no-repeat 70px 7px;
    color: #807a62;
}
#dropdown ul{
    width: 90px;
    background: #e8f5fe;
    margin-top: -2px;
    border: 1px solid #a9c9e2;
    position: absolute;
    display: none;
    top: 27px;
    z-index: 3333;
    padding-left: 0;
}
#dropdown ul li{
    height: 24px;
    line-height: 24px;
    text-align: center;
    /*padding-left: 10px;*/
    /*margin-top: -2px;*/
    /*text-indent:10px;*/
    /*z-index: 44444;*/
}
#dropdown ul li a{
    display: block;
    height: 24px;
    position: relative;
    top:-10px;
    color: #807a62;
    text-decoration: none;
}
#dropdown ul li a:hover{
    color: #369;
}
/* 分享 */

.share_btn{
    padding-right: 25px;
    text-align: right;
}
.share_btn_tittle{
    /*display: inline-block;*/
    font-size: 14px;
    /*width: 20px;*/
    color: #888888;
    padding: 0 16px;
    border-right: 2px solid #888;
    margin-right: 22px;
}
.share_btn a{
    font-size: 14px;
    padding: 8px;
    color: #666666;
}
.share_btn .share_btnFocus{
    font-size: 16px;
}
.share_btn a:link{
    text-decoration: none;
}
.share_btn a:visited{
    text-decoration: none;
}
.share_btn a:hover{
    text-decoration: none;
    color: #333;
}
.share_btn a:active{
    text-decoration: none;
}

@media(max-width: 992px){
    .share_icon{
        float: right;
        padding: 15px 16px;

    }
    .share_btn{
        width: 100px;
        float: right;
        background-color: rgb(236,236,236);
        position: relative;
        top: 50px;
        right: -60px;
        display: none;
        /*padding: 3px;*/
    }
    .share_btn a{
        font-size: 18px;
        padding: 4px;
    }
    .share_btn .share_btnFocus{
        font-size: 20px;
    }
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?rqzddt');
    src:  url('../fonts/icomoon.eot?rqzddt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rqzddt') format('truetype'),
    url('../fonts/icomoon.woff?rqzddt') format('woff'),
    url('../fonts/icomoon.svg?rqzddt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-WeChat:before {
    content: "\e902";
}
/****** 导航列表 ******/
.navListBox{
    float: right;
    margin-top: 20px;
}
.navList{

}

.navListBox .navList li.active a{
    background-color: white;
    color: rgb(0,0,63);
}
.navListBox .navList li{
    background: white;
}
.navListBox .navList li:hover a{
    background-color: white!important;
}

@media (max-width: 1200px) {
    .navBox{
        padding: 16px 0 20px;
    }
    .navBox_rt{
        padding: 31px 0 0;
        /*overflow: hidden;*/
    }
    .navList li a{
        padding: 10px 10px 0;
    }
    .share_btn{
        padding-right: 10px;
    }
}
@media (max-width: 992px){
    .navBox{
        padding: 0;
        position: relative;
    }
    /*logo*/
    .logoBox{
        width: 29px;
        height: 29px;
        margin-right: 5px;

    }
    #dropdown{
        position: absolute;
        top: -60px;
        left: 40px;
    }
    /*导航盒子*/
    .navBox_rt{
        padding-top: 0;
    }
    .navListBox .navList li.active a{
        background-color: white;
        color: rgb(0,0,63);
    }
    .navListBox .navList li{
        background-color: rgb(236,236,236);
    }
    .navListBox .navList li:hover a{
        background-color: rgb(236,236,236)!important;
    }
    /*按钮*/
    .navListBox .btn_list{
        float: left;
        margin: 8px;
    }
    /*导航盒子*/
    .navListBox{
        position: absolute;
        top: ;
        left: 0;
        margin: 0;
    }
    /*左边logo/语言盒子*/
    .navBox_lf{
        position: absolute;
        left: 50%;
        width: 150px;
        padding-top: 8px;
        margin-left: -50px;
    }
}

/****** banner轮播 ******/
#myCarousel {
    margin: 140px 0 0 0;
}
#myCarousel > .carousel-inner > .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 当屏幕宽度大于768时，将元素高度设置为600px */
@media (min-width: 768px) {
  #myCarousel > .carousel-inner > .item {
    height: 600px;
  }
}
#myCarousel > .carousel-inner > .item > img {
  width: 100%;
}

#navbar-collapse ul {
    margin-top:0;
}
.carousel-inner img {
    margin: 0 auto;
}
/*翻页按钮*/
.pre_box,.next_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.pre_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.next_box img{
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -32px 0 0 -32px;
}

/*顶部小圆点*/
.carousel-indicators{
    bottom: 20px;
}
.carousel-indicators li{
    margin: 2px;
    background-color: rgb(29,42,85);
    border: 0;
}
.carousel-indicators .active{
    width: 18px;
    height: 18px;
    background-color: rgb(29,42,85);
}
/*文字介绍*/
.baner_text{
    position: absolute;
    top: 12%;
    left: 15%;
    font-size: 30px;
}
.baner_text p{
    margin: 0;
}
@media(max-width: 992px){
    #myCarousel {
        margin: 48px 0 0 0;
        /*height: 250px;*/
    }

    /*左右按钮*/
    .pre_box img,.next_box img{
        width: 32px;
        height: 32px;
    }
    .pre_box img{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -16px 0 0 -16px;
    }
    .next_box img{
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -16px 0 0 -16px;
    }
    /*文字*/
    .baner_text{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    #myCarousel {
        margin: 53px 0 0 0;
    }
    /*小圆点*/
    .carousel-indicators{
        bottom: 6px;
        margin-bottom: 0;
    }
    .carousel-indicators li{
        width: 6px;
        height: 6px;
    }
    .carousel-indicators .active{
        width: 10px;
        height: 10px;
        background-color: rgb(29,42,85);
    }
    /*左右按钮*/
    .pre_box img,.next_box img{
        width: 18px;
        height: 18px;
    }
    .pre_box img{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px 0 0 -9px;
    }
    .next_box img{
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -9px 0 0 -9px;
    }

}
/****** 集团简介 ******/
.jumbotron{
    background-color: white;
    padding: 30px 0 0;
}
.Group_info{
    padding-top: 12px;
    text-align: center;
}
.Group_info h3,.title_STG h3,.title_CT h3,.concept h3{
    font-size: 20px;
    color: #666;
    margin: 0;
    line-height: 56px;
}
.Group_info p,.title_CT p,.concept p{
    width: 800px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin: 0 auto;
    font-weight: 200;
}
@media (max-width: 992px) {
    .jumbotron{
        margin-bottom: 0;
    }
    .Group_info p,.title_CT p,.concept p{
        width: auto;
    }
    .Group_info p{
        margin-bottom: 20px;
    }
}

.line{
    height: 1px;
    background: #ccc;
    margin: 60px 0 0 0;
}

@media(max-width: 768px){
    .line{
        height: 1px;
        background: #ccc;
        margin: 12px 0 20px 0;
    }
}

/****** 荣耀分享 ******/
@media(min-width: 1200px){
    .title_STG{
        width: 1180px;
        text-align: center;
    }
}
@media(max-width: 1200px){
    .title_STG{
        width: auto;
        text-align: center;
    }
}

.title_STG h3{
    margin: 26px 0 12px 0;
}
.Share_G{
    overflow: hidden;
}
.Share_G .Share_Gimg{
    /*width: 354px;*/
    /*height: 214px;*/
    width: 100%;
    /*height: auto;*/
    margin-bottom: 25px;
    overflow: hidden;
}
.Share_G .Share_Gimg img{
    width: 100%;
    /*height: 100%;*/
}
.Share_G p{
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
    color: #888;
    font-weight: 200;
}
@media(min-width: 768px) and (max-width: 992px){
    .Share_G .Share_Gimg{
        /*position: relative;*/
        /*left: 50%;*/
        /*margin-left: -177px;*/
    }
}
@media(max-width: 768px){
    .Share_G p{
        padding: 0 20px 30px;
    }
    .Share_G .Share_Gimg{
        /*width: 345px;*/
        /*height: 214px;*/
        margin-bottom: 10px;
        overflow: hidden;
        margin: auto;
    }

}
/****** 顾问团队 ******/
.title_CT{
    margin: 42px 0 0 0;
}
.title_CT h3,p{
    text-align: center;
}
/*   点击轮播   */
/*pc/ipad*/
/*外部盒子*/
.cTeamBox{
    width: 1180px;
    margin: 25px auto 0 auto;
    background: red;
    position: relative;
}

/*单个盒子*/
.ct_array{
    width: 204px;
    height: 344px;
    border: 2px solid transparent;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}
.ct_array:hover{
    border: 2px solid rgb(174,204,56);
}
.ct_array:hover .ct_info{
    color: white;
    background-color: #2e3092;
}
.ct_info{
    width: 200px;
    height: 60px;
    background-color: #eaeaea;
    padding: 6px 0 6px 10px;
}
.ct_info p{
    line-height: 24px;
    margin: 0;
    text-align: left;
}
/*单个模块图片*/
.ct_img{
    width: 200px;
    height: 280px;
}
.ct_img img{
    width: 100%;
}

/*图片展示舞台即可视区域*/
.cTshowBox{
    position: relative;
    width: 1180px;
    height: 340px;
    float: left;
    overflow: hidden;
}

/*所有图片列队舞台*/
.cTshow_w{
    position: absolute;
    width: 1500px;
    float: left;
    left: 0px;
}

@media(max-width: 998px){
    .cTeamBox{
        width: 636px;
    }
    .cTshowBox{
        width: 636px;
    }
    .ct_array{
        margin-right: 21px;
    }
}
/*左右按钮*/
.cTeamBox .img_l{
    position: absolute;
    top: 120px;
    left: 10px;
    cursor:pointer;
    z-index: 222;
}
.cTeamBox .img_r{
    position: absolute;
    top: 120px;
    right: 10px;
    cursor: pointer;
    z-index: 222;
}
.cTeamBox .img_r img,.cTeamBox .img_l img{
    width: 100%;
    opacity: 0.1;
}
.cTeamBox .img_r:hover img,.cTeamBox .img_l:hover img{
    opacity: 0.8;
}

/*移动端*/
.mobile_lb{
    overflow: hidden;
    margin-top: 8px;
}
.mobile_box{
    padding: 0 10px;
    margin-bottom: 20px;
}
.mb_img{
    width: 100%;
}
.mb_img img{
    width: 100%;
}
.mb_info{
    padding: 8px 0 8px 8px;
    background-color: rgb(231,231,231);
}
.mb_info p{
    line-height: 20px;
    text-align: left;
    margin: 0;
}

/****** 企业理念/愿景 ******/
.concept{
    text-align: center;
    margin: 42px 0;
}
.concept p{
    margin: 0 auto;
}
/****** 底部信息 ******/
footer{
    padding: 56px 0 0 0;
    background-color: #333;
}
@media(min-width: 1200px){
    .botmBox{
        width: 1180px;
        overflow: hidden;
    }
}
@media(max-width: 1200px){
    .botmBox{
        width: auto;
    }
}

.btm_two,.btm_three,.btm_four{
    width: 140px;
    margin: 0 auto;
}
.botmBox dt{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
}
.botmBox dl dd{
    font-size: 14px;
    line-height: 24px;
    color: #999;

}
.btm_two span{
    color: #ffffff;
    margin-right: 3px;
}
.btm_two a{
    text-decoration: none;
    color: #999;
}
.btm_four dd{
    position: relative;
    /*left: 30px;*/
}
.btm_four a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
}
.btm_four a:hover{
    background-color: white;
}

.btm_four .btm_four_img{
    width: 54px;
    height: 73px;
    position: relative;
    top: 37px;
    /*left: 0;*/
}

/*注册信息*/
.logon_info{
    margin-top: 30px;
}
.logon_info p{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #808080;
    text-align: left;
    border-top: 1px solid #999;
}
.logon_info span{
    color: white;
}
@media(max-width: 768px) {
    .logon_info p{
        position: relative;
        left: -4px;
        width: 320px;

    }
}
/*底部浮标*/
.Top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 10px 13px 14px;
    border-radius: 6px;
    background-color: rgba(48,55,142,0.9);
    cursor: pointer;
    display: none;
}

/*移动端*/
@media(max-width: 768px){
    footer{
        padding: 20px 10px;
    }
}
.mobile_sub{
    padding: 0 10px;
}
.mobile_sub_logo{
    overflow: hidden;
    margin-bottom: 20px;
}
.mobile_sub_logoLf{
    float: left;
    width: 35px;
}
.mobile_sub_logoLf img{
    /*width: 100%;*/
    width: 130px;
}
.mobile_sub_logoRt{
    float: right;
    height: 44px;
    line-height: 44px;
}
.mobile_sub_logoRt span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
}
.mobile_sub_logoRt span:hover{
    background-color: white;
}
.mobile_sub_info{
    margin: 0;
    text-align: left;
    color: rgb(102,102,102);
}







/*头部区域992<*<1200修改*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navBox {
        padding: 0;
    }
    .share_btn {
        padding-right: 0;
        position: relative;
        top:-15px;
    }
    .navList li a {
        padding: 10px 10px 0;
    }
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        top:-10px;
    }
}
/*顶部*>1200px*/
@media (min-width: 1200px) {
    .share_btn {
        padding-right: 10px;
        text-align: right;
    }

}
/*底部修改*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .logon_info{
        width: 957px;
    }
}

/*简历介绍区域*/
.mobile_lb .mobile_box .mb_info p{
    overflow: hidden;

    /*display: block;*/

    text-overflow: ellipsis;

    white-space: nowrap;

    cursor: pointer;

    -webkit-line-clamp: 4;

}
ct_info p{
    overflow: hidden;

    display: block;

    text-overflow: ellipsis;

    white-space: nowrap;

    cursor: pointer;

    -webkit-line-clamp: 4;

}











