/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }


 

/* 1366*/
@media only screen and (max-width:1366px){
    /*首页*/
    .ibanner .dots_btn{bottom:170px;}


}
/*
* PadMode
*/
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    /*padMode 1240px 网站样式*/

    .header_bott .inav{display:none;}
    .xc_nav{display:none;}
    .xc_banner .infor .con{font-size:30px;}
    .footer_top .share_box a{margin:0 2px;}
    .footer_top .ser_tel{font-size:20px;}
    
    /*手机端导航下拉按钮*/
    .header_bott .h_tools .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:20px; height:20px; margin-top:4px;} 
    .header_bott .h_tools .mobile_key span,
    .header_bott .h_tools .mobile_key:before,
    .header_bott .h_tools .mobile_key:after {position:absolute; top:50%; left:50%; width:17px; height:2px; margin-left:-10px; background:#666; border-radius:2px; display:inline-block; transition:all 0.3s ease-in-out;}
    .header_bott .h_tools .mobile_key span{margin-top:-4px;}
    .header_bott .h_tools .mobile_key:before{content:''; margin-top:3px;}
    .header_bott .h_tools .mobile_key:after{content:''; margin-top:10px;}
    .menu-open .header_bott .mobile_key:before{opacity:0; transition:0.2s ease 0.1s;}
    .menu-open .header_bott .mobile_key:after{margin-top:2px !important; -webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}
    .menu-open .header_bott .mobile_key span{margin-top:2px !important; -webkit-transform:rotateZ(45deg); transform:rotateZ(45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}

    /* 底部 */
    .footer .foot_top .left{width:72%;}
    .footer .foot_top .left ul li{margin-left:10px;}
    .footer .foot_top .left ul li{padding-left:25px;}
    .footer .f_son_company .content .con .cell{font-size:12px;}

    /*------------------手机端下拉---------------------*/
    .m_nav{position:fixed; left:0; top:105px; right:0; width:100%; background:#00a1e9; z-index:20; display:none; max-height:calc(100vh - 55px); max-height:calc(var(--vh, 1vh) * 100 - 55px); overflow-y:auto;} 
    .m_nav .m_wrap{padding:0 5%;}
    .m_nav .mNav_bott .m_navli{position:relative; transition:all 0.3s ease-out; border-bottom:solid 1px #58a3e7;}
    .m_nav .mNav_bott .m_navli:last-child{border-bottom:none;}
    .m_nav .mNav_bott .m_navli>a{display:block; padding:15px 35px 15px 15px; font-size:14px; position:relative; overflow:hidden; color:#fff;}
    .m_nav .mNav_bott .m_navli>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli>a:after,
    .m_nav .mNav_bott .m_navli>a:before{content:''; background:#fff; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_nav .mNav_bott .m_navli>a:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_nav .mNav_bott .m_navli>a:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_nav .mNav_bott .m_navli.active{background:#2a7ecc;}
    .m_nav .mNav_bott .m_navli.active>a:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a{/*border-bottom:solid 1px #58a3e7;*/ font-weight:bold;}
    .m_nav .mNav_bott .m_navli .m_secNav{display:none;}
    .m_nav .mNav_bott .m_navli .m_secNav .li-title{width:100%; padding:8px 25px; border-top:solid 1px #58a3e7; padding-top:18px; box-sizing:border-box; color:#fff; font-size:13px; position:relative;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a{padding:5px 0 5px 25px; display:block; position:relative; font-size:14px; line-height:1.25; transition:all 0.3s ease-out;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after{content:''; width:15px; height:15px; background:url(../img/m_anniu1.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-7px; background-size:cover;}
    .m_nav .mNav_bott .m_navli .m_secNav ul{font-size:0; padding-bottom:18px;}
    .m_nav .mNav_bott .m_navli .m_secNav li{font-size:14px;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul{overflow:hidden;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li{width:50%; float:left;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a{padding:8px 25px; line-height:28px; display:block; position:relative; color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a.cur{color:#fff;}

    /*无连接的话去掉加号*/
    .m_nav .mNav_bott .m_navli.nav_link>a:after,
    .m_nav .mNav_bott .m_navli.nav_link>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before,
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link a:after{content:''; display:block; width:16px; height:16px; background:url(../img/link_ico.png) no-repeat center; position:absolute; top:0; bottom:0; right:15px;}
    
    /*下拉黑色背景*/
    .header_bott .header-overlay {transition:all 0.2s ease-out; background:rgba(0, 0, 0, 0.5); width:100%; height:100%; position:fixed; left:0; z-index:-1; top:0; opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; visibility:hidden;}
    .bg-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .bg-open1 .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .menu-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .header_bott .h_tools .h_language.mobile_language{display:block;}
    .header_bott .h_tools .h_language.pc_language{display:none;}

    /*手机端搜索下拉*/
    .header_bott .h_tools .h_search.nolink{display:none;}
    .header_bott .h_tools .h_search.a_link{display:block; padding-right:10px; height:35px; line-height:35px;}
    .header_bott .h_tools .h_search.a_link .icon{width:20px; height:20px; background:url(../img/mobile_sear.png) no-repeat center; background-size:cover; display:inline-block; vertical-align:-5px;}
    .header_bott .mSearch{background:#3687d1; padding:15px 10px; position:absolute; width:100%; left:0; top:100%; box-sizing:border-box; display:none;}
    .header_bott .mSearch .search-inner .search-input input{width:100%; height:38px; font-size:13px;border-radius:38px; border:none; padding:10px 17px; box-sizing:border-box;}
    .header_bott .mSearch .search-inner .search-btn button{position:absolute; top:0; bottom:0; right:16px; margin:auto; width:27px; height:27px; background-color:transparent; border:none; border-radius:50%; padding:0;}

    /*手机端二级导航*/
    .m_sencondNav{display:block;}

    /*新闻列表*/
    .news_list01 .news_list_r .search_box .search_title{font-size:25px;}
    .news_list01 .news_list_r .news_gjc{padding:20px;}
    .news_list01 .news_list_r .news_gjc .gjc_con a{padding:0 15px;}
    .news_list01 .news_list_r .search_inp .select_box01{width:100%; box-sizing:border-box;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding:15px 0 0 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:23px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .d{margin-top:5px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{display:none;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool ._tool{display:block;}

    /* 新闻详细 */
    .news_detail01 .news_det_top .right .share{margin-right:30px;}
    .news_detail01 .news_det_top .right .share:after{right:-15px;}

    /* 关于我们 */
    .about_us01 .content .bd .item .left .box{padding:30px 25px;}
    .about_us02 ul li .txt{margin-left:10px;}
    .about_us02 ul li .txt .t span{font-size:50px;}
    .about_us03 .content .right .right_more .box{padding-top:60px;}
    .about_us03 .content .right .right_more .box .intro{font-size:30px;}
    .about_us03 .content .left .intro .box{padding-top:35px;}

    /* 培训体系 */
    .train03 .left{width:100%;}
    .train03 .right{width:100%;}
    .train03 .content .item1 .box .t{font-size:24px;}
    .train03 .content .box{padding:20px;}
    .train03 .content .box .t{margin-bottom:15px;}
    .train03 .content .box .c{font-size:14px;}

    /*招聘列表*/
    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent:5px; background:none}

    /* 企业文化 */
    .culture02 .item .box{height:199px;}
    .culture02 .item .box .intro{padding-bottom:0;}

    /* 首页 */
    .ipart01 .content .left .cover .box .t{line-height:1.2;}
    .ipart01 .content .right .box{padding:20px;}
    .ipart01 .content .right .box .tit{margin-bottom:10px; display:none;}
    .ipart01 .content .right .box .con{margin-bottom:10px;}
    .ipart01 .content .right .box .t{font-size:16px; line-height:26px;}
    .ipart01 .content .right .box .con:after{top:-5px;}
    .ipart02 .left .tit a{font-size:30px;}
    .ipart02 .left .con{margin:10px 0;}
    .ipart02 .left ul li{line-height:40px; font-size:16px;}
    .ipart02 .right .cover .box .tit{font-size:30px; margin-bottom:10px;}

    .business02 .content .item .box .t{font-size:19px;}
    .business01 .right .tit{margin-top:0;}

    .download01 .download_title{width:75%;}
    .download01 .item_btn{width:10%;}

    /* 发展平台 */
    .develop01 .right{width:50%;}
    .develop01 .right .tit{padding-top:20px;}

    .news_detail01 .news_det_top .logo{width:17%; margin-right:15px;}
    .Form-Pjsq .Form-Pjsq-li input{width:62%;}
    .footer .f_son_company .content .f_son_close{right:0; top:20px;}










}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    /* 分页2 */
    .page_bott .page_prev{width:100%;}
    .page_bott .page_next{width:100%;}
    .page_bott .page_next .page_btn{float:left; padding-left:45px; padding-right:0;}
    .page_bott .page_next .page_btn .icon{left:0;}
    .page_bott .box{padding:20px;}
    .page_bott .page_center{display:none;}

    /* 底部 */
    .footer .foot_top{padding:15px 0;}
    .footer .foot_top .left{width:100%;}
    .Form-Pjsq .Form-Pjsq-Btn button{width:130px;}
    .footer .foot_top .left .tit{font-size:18px; padding-bottom:10px; margin-bottom:10px;}
    .footer .foot_top .left ul li{margin-left:0; margin-bottom:5px;}
    .footer .foot_top .right{display:none;}
    .footer .foot_bott .right{width:15%;}

   
    /*首页*/
    .ibanner{height:403px;;}
    .ibanner .owl-carousel.owl-loaded .item{height:403px;}
    .ibanner .owl-carousel .owl-item img{width:1060px; margin-left:-530px;}
    .ibanner .dots_btn{bottom:30px;}

    .ipart{margin-top:295px;}

    /*新闻列表*/
    .news_list01 .news_list_r{display:none;}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_l ul li .box .img{margin-left:20px;}
    .news_list01 .news_list_l ul li .box .txt .t{margin:10px 0;}

    /* 新闻详细 */
    .news_detail01 .news_det_bott .content ._t{font-size:25px;}
    .news_detail01 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail01 .news_det_bott{padding-bottom:50px;}

    /* 关于我们 */
    .about_us03 .content .left .intro .box{padding-top:25px;}
    .about_us03 .content .right .right_more .box{padding-top:46px;}

    /* 金融业务 */
    .business01{padding:50px 0;}
    .business01 .right .tit{margin-top:0;}
    .business02 .content .item .box .t{font-size:20px;}
    .business02 .content .item .box{padding:20px;}
    .business02 .content .item{width:48%; margin-right:2%;}
    .business02 .content .item.three_item{margin-right:2%;}
    .business02 .content .item:nth-child(2n){margin-right:0;}
    

    /* 培训体系 */
    .train03 .content .box .t{height:auto;}
    .train03 .content .right .item{width:100%;}
    .train03 .content .right img{width:800px;}

    /*招聘列表*/
    .job_list01 ._jcon{padding-left:30px;}
    .jobList_ban .form_box{padding:0;}

    /* 下载中心 */
    .download01 .download_date{width: 12.3%;}
    .download01 .item_btn{width: 14%;}
    .download01 .download_title{width:67%;padding-right:0; }

    /* 计算器 */
    .Form-Pjsq .Form-Pjsq-Left{width:100%;}
    .Form-Pjsq .Form-Pjsq-right{width:100%;}
    .Form-Pjsq .Form-Pjsq-Left .Form-Pjsq-li label{width:9em;}

    /* 首页 */
    .ipart01 .infor .tit{font-size:30px;}
    .ipart01 .list .item .item_box{padding:20px 20px 0;}
    .ipart02 .left .con{display:none;}
    .ipart02 .left ul li{width:100%;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .content ul li .t{font-size:14px;}

    /* 人才理念 */
    .rc_concept01 .content .infor .box{padding:70px 50px;}
    /* 发展平台 */
    .develop01 .right .tit{padding-top:0; font-size:25px;}
    .develop02 .content li .box_hd{padding:10px 0;}

    .jsq .input01{width:100px;}
    .jsq .dkjsp_inpright1{width:130px;}
    .jsq .dkjsp_centop1 .dkjsp_conee{width:45%;}
    .jsq .wd02{width:83%;}
    .jsq .wd01{width:85%;}
    .jsq .dkjsp_inpright{width:65%;}

    /* 表单 */
    .jltd .text_content{padding:0 6%;}

    .ipart01 .content .left .cover .box{padding:20px;}
    .ipart01 .content .right .box .con2{display:none;}








}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:14px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/
    /* 分页2 */
    .page_bott{margin-top:15px;}
    .page_bott .page_btn{font-size:14px;}
    .page_bott .t{font-size:14px; line-height:22px;}
    .page_bott .box{padding:10px 20px;}
    .page_bott .page_prev{border:none;}
    .page_bott .page_next{border:none;}
    .header_top{display:none;}
    .header_bott{padding:15px 0;}
    .header_bott .logo{width:240px; height:auto; margin-right:0;}
    .header_bott .h_tools .h_search.a_link{height:24px; line-height:24px;}
    .header_bott .h_tools .mobile_key{margin-top:0;}
    .m_nav{top:54px;}
    .xc_banner{height:224px;}
    .xc_banner>img{width:1000px; margin-left:-500px;}
    .xc_banner .cover{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .xc_banner .infor {display:none;}
    .xc_banner .xc_crumbs{display:block;}
    .xc_banner .cover{position:absolute; width:100%; height:100%; background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    
    .channel_content{padding:0 0 20px;}

    .footer .foot_bott .left .beian{display:block;}
    .footer .foot_bott .right{display:none;}
    .sideLayer{display:none;}

    .time_order{padding:15px 10px; margin-bottom:0;}
    .time_order .time_con{margin-top:5px;}
    .time_order .time_con a{margin:0 3px; font-size:14px;}
    /* 弹窗 */
    .common_tc .content .box .tc_con .tit .t{font-size:18px;}
    .common_tc .content .box .tc_con .tit .c{font-size:16px; margin:40px 0 20px;}
    .common_tc .content .box{height:460px;}
    /* 新闻列表 */
    .widgets_common_pages_6{margin-top:30px;}
    .widgets_common_pages_6 a, 
    .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
    .news_list01{padding:0}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l ul li{margin-bottom:15px;}
    .news_list01 .news_list_l ul li:last-child{margin-bottom:0;}
    .news_list01 .news_list_l ul li .box{padding:15px;}
    .news_list01 .news_list_l ul li .box .img{width:35%; margin:10px 0 20px; margin-left:3%;}
    .news_list01 .news_list_l ul a {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:16px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; height:auto;}
    .news_list01 .news_list_l ul li .box .txt .d{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{display:none;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d{display:block;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:14px; font-weight:bold; margin:0 0 5px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; line-height:22px; height:44px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

    /* 新闻详细 */
    .news_detail01 .news_det_top{display:none;}
    .news_detail01 .news_det_bott .content .share{width:30px; height:30px; background-size:cover}
    .news_detail01 .news_det_bott .content .box{padding:35px 20px 20px;}
    .news_detail01 .news_det_bott .content ._t{font-size:18px;}
    .news_detail01 .news_det_bott .content ._date{font-size:14px; margin-bottom:20px;}
    .news_detail01 .news_det_bott .content .con{font-size:13px;}
    .news_detail01 .news_det_bott .keywords{margin-top:30px; font-size:16px;}
    .news_detail01 .news_det_bott .keywords a{font-size:14px;}
    .news_detail01 .news_det_top .logo{width:27%;}
    .news_detail01 .news_det_top .tit{font-size:14px;}
    .news_detail01 .news_det_top .tit span{font-size:15px;}
    .news_detail01 .news_det_top .right{display:none;}
    .news_detail01 .news_det_bott{padding:20px 0 15px;}
    .news_detail01 .news_det_bott ._tools{margin-top:5px;}
    .news_detail01 .news_det_bott ._tools ._tool{height:30px; line-height:30px; margin-right:3px}
    .news_detail01 .news_det_bott ._tools ._tool:last-child{margin-right:0;}
    .news_detail01 .news_det_bott ._tools #switcher{height:25px; line-height:25px;}

    /* 关于我们 */
    .about_us01 .content .bd .item .left{width:100%;}
    .about_us01 .content .bd .item .left .box{padding:15px;}
    .about_us01 .content .bd .item .left .box .tit{font-size:20px;}
    .about_us01 .content .bd .item .left .box .con{font-size:13px; margin-top:15px; min-height:auto; height:208px; overflow-y:auto; padding-right:20px;}
    .about_us01 .content .bd .item .right{width:100%;}
    .about_us01 .content .bd .item .right{margin-top:15px;}
    .about_us01 .content .hd .item .icon{display:none;}
    .about_us01 .content .hd{height:auto; overflow:hidden;}
    .about_us01 .content .hd .item .txt{font-size:14px; padding:15px 0;}
    .about_us02{padding:15px 0;}
    .about_us02 ul li .img{width:40%; margin-bottom:15px;}
    .about_us02 ul li .txt{margin-left:0; text-align:center;}
    .about_us02 ul li .txt .t,
    .about_us02 ul li .txt .c{font-size:13px;}
    .about_us02 ul li .txt .t span{font-size:30px;}
    .about_us03 .infor .tit{font-size:20px; margin-bottom:15px;}
    .about_us03 .content .left{width:100%; margin-bottom:15px;}
    .about_us03 .content .right{width:100%;}
    .about_us03 .content .cover .ico{display:none;}
    .about_us03 .content .cover{display:none;}
    .about_us03 .content .right .right_more .box{padding:20px;}
    .about_us03 .content .right .right_more .box .intro{font-size:20px;}
    .about_us03 .content .rect-3322,
    .about_us03 .content .rect-2197{padding-bottom:0;height:auto;}
    .about_us03 .content .right .right_more .box .intro .icon{margin-left:15px; width:20px; height:20px; background-size:cover;}
    .about_us03 .content .left .intro .box{padding:15px 0;}
 
    /* 发展历程 */
    .history01{padding-top:20px;}
    .history01 .his_left{width:100%; display:none;}
    .history01 .his_right{width:100%;}
    .history01 .his_right ul{padding-left:0;}
    .history01 .his_right ul:after{display:none;}
    .history01 .his_right li{margin-bottom:20px;}
    .history01 .his_right .list_box{padding:20px;}
    .history01 .his_right .list_text .d{font-size:20px;}
    .history01 .his_right .list_text .t{font-size:14px;}

    /* 荣誉资质 */
    .honor01{margin-top:20px;}
    .honor01 li{margin-bottom:15px;}
    .honor01 li ._info{padding:15px;}
    .honor01 ._info h3{margin-bottom:10px;}

    /* 金融业务 */
    .business01{padding:20px 0;}
    .business01 .left{width:100%;}
    .business01 .right{width:100%; margin-right:0; margin-top:15px;}
    .business01 .right .tit{font-size:20px; margin-bottom:15px;}
    .business01 .right .con{font-size:14px;}
    .business02{padding:20px 0;}
    .business02 .infor .tit{font-size:20px; margin-bottom:15px;}
    .business02 .content .item{width:100%; margin-right:0; margin-bottom:15px;}
    .business02 .content .item .box{padding:15px;}
    .business02 .content .item .box .t{font-size:18px;}
    .business02 .content .item .box .c{height:auto;}

    /* 培训体系 */
    .train01{padding:15px 0;}
    .train01 .left{width:100%;}
    .train01 .right{width:100%;}
    .train01 .left .t{margin:0 0 15px; font-size:20px;}
    .train01 .left .c{font-size:14px; margin-bottom:15px;}
    .train02{padding:15px 0 0;}
    .train02 .infor .tit{font-size:20px; margin-bottom:15px;}
    .train02 .content .item{width:100%; margin-bottom:15px;}
    .train02 .content .item .box{padding:15px;}
    .train02 .content .item .box .c{margin-top:15px; height:auto;}
    .train02 .content .item .box .t{font-size:18px;}
    .train03{margin-top:15px;}
    .train03 .content .box .c{font-size:14px;}
    .train03 .content .box{padding:15px;}
    .train03 .content .item1 .box .t{font-size:20px;}

    /*招聘列表*/
    .jobList_ban.xc_banner{height:314px;}
    .jobList_ban.xc_banner>img{width:1400px; margin-left:-700px;}
    .jobList_ban.xc_banner .infor .tit{font-size:20px; margin-bottom:20px;}
    .job_list .form_box{padding:15px;}
    .job_list .form_box .inp_wrap{width:100%; margin-right:0; margin-bottom:15px;}
    .job_list .form_box .inp_wrap:last-child{margin-bottom:0;}
    .job_list .form_box .inp_wrap .inp{height:40px; line-height:40px;}
    .job_list .form_box .inp_wrap.search_wrap{width:100%;}
    .job_list .form_box button{height:46px; line-height:46px;}
    .job_list01{margin-bottom:15px;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{display:none;}
    .job_list01 ._t6{display:none;}
    .job_list01 ._t1{width:32%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t2{width:42%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t5{width:26%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

    /* 企业文化 */
    .culture01 .content{height:248px;}
    .culture01 .content>img{width:600px; margin-left:-300px;}
    .culture01 .content .cover{left:10%; top:10%; right:10%; bottom:10%; width:auto; margin:0; padding:50px; box-sizing:border-box;}
    .culture01 .content .cover .box .tit{font-size:20px;}

    /* 企业文化 */
    .culture01 .infor{margin:15px 0; font-size:20px;}
    .culture02{padding:0;}
    .culture02 .item{margin-bottom:15px;}
    .culture02 .item .box{height:auto;}
    .culture02 .item .box .intro{padding:15px 20px;}
    .culture02 .item .box .intro .tit{font-size:18px; margin-bottom:0;}
    .culture02 .item .box .intro .con{font-size:13px; height: auto;}
    .culture02 .item .box .intro .icon{right:10px;}

    /* 图片列表 */
    .img_list01{padding-top:0;}
    .img_list01 .infor .tit{font-size:20px; line-height:30px}
    .img_list01 .infor .con{font-size:14px; line-height:20px;}

    /* 下载中心 */
    .download01{padding-top:15px;}
    .download01 .download_date{ width: 11%;}
    .download01 .download_title{ width: 55%;}
    .download01 .item_btn{ width: 10%; padding-left: 4%;}
    .download01 .download_item{ height: auto; line-height: 66px;}
    .download01 .download_date{ width: 28%; line-height: 124px;}
    .download01 .download_title{ width:55%; padding-right: 0; border-bottom: none; line-height:56px;}
    .download01 .item_btn{ float: right; width: 25%; line-height: 56px;}

    /* 计算器 */
    .jsq01{margin-top:20px;}
    .Form-Pjsq .Form-Pjsq-Btn{margin-top:20px; padding-top:20px;}
    .Form-Pjsq .Form-Pjsq-yzm{margin-bottom:20px;}

    /* 首页 */
    .ibanner{position:static;}
    .ibanner,
    .ibanner .owl-carousel.owl-loaded .item{height:0; padding-bottom:62.5%;}
    .ibanner .owl-carousel .owl-item img{position:static; width:100%; margin-left:0;}
    .ibanner .dots_btn{opacity:1; visibility:visible;}
    .ibanner .dots_btn .dot .rect-5565, .ibanner .dots_btn .dot .mask{display:none;}
    .ibanner .dots_btn{text-align:center; width:100%; bottom:20px; height:auto}
    .ibanner .dots_btn .dot{float:none; display:inline-block; border:none; width:12px; height:12px; background:#fff; border-radius:50%; margin:0 5px;}
    .ipart{margin-top:0;}
    .ipart01 .infor .tit{font-size:20px;}
    .ipart01 .infor .con{font-size:13px;}
    .ipart01 .content{margin:15px 0;}
    .ipart01 .content .left{width:100%;}
    .ipart01 .content .left .cover .box{padding:25px 20px;}
    .ipart01 .content .left .cover .box .t{font-size:16px;}
    .ipart01 .content .right{width:100%;}
    .ipart01 .right{margin-top:20px;}
    .ipart01 .right .rect-878{padding-bottom:0; height:auto;}
    .ipart01 .content .right .box .tit{font-size:18px;}
    .ipart01{padding-bottom:15px; padding-top:15px;}
    .ipart01 .list .item .item_box{padding:0 10px 0;}
    .ipart01 .list .item .item_box .intro .t{font-size:16px;}
    .ipart01 .list .item .item_box .intro .d{margin-bottom:10px;}
    .ipart01 .list .item .item_box .intro .c{margin-bottom:20px;}
    .ipart02{padding:40px 0 15px;}
    .ipart02 .infor{margin-bottom:15px;}
    .ipart02 .infor .tit{font-size:20px;}
    .ipart02 .infor .con{font-size:14px;}
    .ipart02 .left{width:100%;}
    .ipart02 .left .tit{font-size:16px;}
    .ipart02 .right{width:100%;}
    .ipart02 .right .cover .box{padding:15px;}
    .ipart02 .right .cover .box .tit{font-size:16px;}
    .ipart02 .right .cover .box .con{line-height:20px;}
    .ipart03{padding:15px 0;}
    .ipart03 .content{margin-top:20px;}
    .ipart03 .content ul{padding:0;}
    .ipart03 .infor{margin-bottom:15px;}
    .ipart03 .infor .tit{font-size:20px;}
    .ipart03 .content ul li .t{float:left;}
    .ipart03 .content ul li .t span{font-size:35px;}
    .ipart03 .content ul li .c{font-size:13px; float:left; margin-top:15px; margin-left:10px;}
    .ipart03 .content ul li{width:100%; margin-bottom:10px;}

    .download01 .item_btn{font-size:12px;}
    .download01 .item_btn{width:18%;}


    /* 人才理念 */
    .rc_concept.channel_content{padding-top:15px; min-height:200px;}
    .rc_concept01{padding-top:15px;}
    .rc_concept01 .content .infor .box{padding:15px;}
    .rc_concept01 .content .infor .box .tit{font-size:20px;}
    .rc_concept01 .content .infor .box .con{font-size:14px;}

    /* 发展平台 */
    .develop01{padding:15px 0;}
    .develop01 .left{width:100%;}
    .develop01 .right{width:100%;}
    .develop01 .right .tit{font-size:20px; padding:15px 0;}
    .develop01 .right .con{font-size:14px;}
    .develop02 .infor{font-size:20px; margin-bottom:15px;}
    .develop02 .content li .box_hd .tit{font-size:14px; display:inline-block; width:90%;}
    .develop02 .content li .box_bd .t span{line-height:1.6;}
    .develop02 .content li .box_hd{padding:0;}
    .develop02 .content li .box_hd .symbol .iconfont{font-size:18px;}
    .develop02 .content li .box_bd .t span{margin-top:15px;}
    .develop02 .content li .box_bd .t{margin-bottom:15px;}
    .develop02 .content li .box_bd{padding-bottom:15px;}

    .jsq .dkjsp_conee{width:100%;}
    .jsq .dkjsp_centop1 .dkjsp_conee{width:100%;}
    .jsq .dkjsp_inpright{width:60%;}
    .channelMain{padding-top:15px;}

    body .resultArea #botBtn .btnMore{line-height:37px; height:37px; padding:0 25px; font-size:14px;}
    /* 表单 */
    .jltd .tit{margin-bottom:15px;}
    .jltd .tit .c{font-size:13px}
    .jltd .tit .t{font-size:20px;}
    .jltd .text_content{margin:0; padding:0;}
    .jltd .text_content .inp_box{width:100%; margin:10px 0;}
    .jltd .text_content .yzm .input_area{margin:0 1% 0 0;}
    .jltd .text_content .send{float:none; font-size:16px;}
    .jltd .tit .t{font-size:20px;}
    .jltd{padding:15px 0;}
    .jltd .text_content .send{font-size:13px; line-height:35px; height:35px; width:120px; margin-top:15px;}
    .jltd .text_content .inp_box select.select_wrap{font-size:13px;}
    .jltd .text_content .con{margin-top:15px; padding-top:15px;}
    .jltd .text_content .t{line-height:24px;}


    .header.fixed .header_bott{position:relative;}
    .ibanner .dots_btn{z-index:8;}
    .ipart01 .content .left .cover{background:url(../img/ipart01_bg.png) no-repeat center bottom; background-size:cover;}.ipart01 .content .left .cover .box .t{font-size:13px;}
    .ipart01 .content .left .cover .box{padding:15px;}
    .ipart03{background-size:cover; position:relative;}
    .ipart03:after{content:''; position:absolute; width:100%; height:100%; top:0; left:0; background:url(../img/black.2.png);}
    .ipart03 .wrap{position:relative; z-index:1;}
    .ipart01 .content .right .box .con{display:block;}



}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/
    .download01 .item_btn{padding: 0;width:20%;}

            
    
}
@media only screen and (max-width: 375px) {
    .download01 .item_btn i{display:none;}
    .download01 .item_btn{padding: 0;width:16%;}



}
@media only screen and (max-width: 320px) {
    /*mobileMode 320 网站样式*/
   


}

