/*****author chengxuefeng*****/
/*@reset*/
*,*:before,*:after{box-sizing: border-box;}     /*IE8 && phone*/
html,body{height:100%;}
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,input,textarea{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
li{list-style:none;}
a{color:inherit;text-decoration:none;cursor:pointer;}
i,em{font-style:normal;}
b,strong{font-weight:normal;}
input, select{outline:none;}
/*é‡ç½®webkitæ»šåŠ¨æ¡æ ·å¼*/
/*
*::-webkit-scrollbar{width:8px;height:8px;background:#e5e5e5;}
*::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius: 8px;}
*::-webkit-scrollbar-corner{background:#e5e5e5;}
*/

/*@public*/
.clear{zoom:1;}
.clear:before,
.clear:after{display:table;content:"";}
.clear:after{clear:both;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.dblock{display:block;}
.diblock{display:inline-block;}
.none{display:none;}
.hidetext{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}        /*æ–‡å­—æº¢å‡ºéšè—*/
/*width*/
.fluid{display:block;width:100%;}
.w50{width:50%;}
.col2{width:50%;}
.col3{width:33.3333%;}
.col4{width:25%;}
.col5{width:20%;}

/*@img*/
img{
    -webkit-user-drag: none;
}

/*@btn*/
.btn{cursor: pointer;}

/*@form*/

/*@animation*/
.ts{
    -webkit-transition:all 0.25s ease;
    -moz-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation: fadeInLeft 1.25s ease both;
    animation: fadeInLeft 1.25s ease both;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation: fadeInRight 1.25s ease 0.35s both;
    animation: fadeInRight 1.25s ease 0.35s both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.55, 0.55, 0.55);
        transform: scale3d(0.55, 0.55, 0.55);
    }

    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.55, 0.55, 0.55);
        transform: scale3d(0.55, 0.55, 0.55);
    }

    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation: zoomIn 0.7s ease both;
    animation: zoomIn 0.7s ease both;
}
.zoomIn_delay {
    -webkit-animation: zoomIn 0.7s ease 1.25s both;
    animation: zoomIn 0.7s ease 1.25s both;
}

/*@page*/
body{
    font-family:
    /* ä¸­æ–‡ */ "Microsoft YaHei", "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "sans-serif",
    /* è¥¿æ–‡ */ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue" , "Helvetica", "Arial";
     font-size:16px;  color:#333;line-height:1.15;word-wrap: break-word;
    /*-webkit-user-select:none;*/
}

.page_wrap{min-width:1200px;}
.comm_wrap{width:1200px;margin:0 auto;}
.block_ct{display:block;margin:0 auto;}
.bold{font-weight:bold;}

/*btn*/
.btn_normal{background:#4567ff;
    transition:0.25s ease background-color;
    box-shadow: 0 0 10px rgba(21,50,181,0.19);
}
.btn_normal:hover{
    background:#0029e2 !important;
}
.btn_high{background:#ff9c00;
    transition:0.25s ease background-color;
    box-shadow: 0 0 10px rgba(255,102,0,0.19);
}
.btn_high:hover{
    background:#ff7800 !important;
}

/*header*/
.header{position:fixed;z-index:100;left:0;right:0;top:0;height:64px;
    -webkit-transition:background-color 0.25s ease;
    transition:background-color 0.25s ease;
}
.header:hover{background:#09080d;}
.header_hasbg{background:#09080d;}
.header .logo{float:left;width:109px;height:28px;margin-top:19px;background:url(../images/pic_logo.png) no-repeat center;}
.header .logo>img{margin-top:19px;}
.header .nav{float:right;}
.nav{position:relative;}
.nav_item{float:left;font-size:16px;color:#fff;line-height:64px;padding:0 10px;
    -webkit-transition:color 0.25s ease;
    transition:color 0.25s ease;
}
.nav_item_hasmenu{position:relative;cursor: default;}
.nav_item:hover,
.nav_item.active{position:relative;color:#00c6ff;}
/*.nav_item:hover:after,*/
.nav_item.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#00c6ff;}
.nav_item+.nav_item{margin-left:10px;}
.nav_item:last-child{padding-right:0;}
.nav_item_main{position:absolute;right:0;top:100%;background:#101019;line-height:1.15;padding:25px 0;display:none;}
.nav .link_group{float:left;padding:0 50px;}
.nav .link_group+.link_group{border-left:1px solid #343434;}
.nav .link_group_tit{font-size:16px;color:#fff;margin-bottom:22px;}
.nav .link_item{display:block;font-size:14px;color:#666;}
.nav a.link_item:hover{color:#fff;}
.nav .link_item+.link_item{margin-top:10px;}
.nav .link_item .tag{display:inline-block;color:#fff;font-size:12px;padding:3px 5px;background:#ff4200;
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
}
/**/
.nav .link_pd{width:632px;margin-right:-333px;}
.nav .link_pd .link_group{min-height:108px;}
.nav .link_sln{width:350px;left:50%;right:auto;margin-left:-75px;}
.nav .link_sln .link_group{min-height:98px;}
.nav .link_about{width:150px;left:50%;right:auto;margin-left:-75px;}
.nav .link_about .link_group:first-child{padding:0;padding-left:48px;}

/*footer*/
.footer{}
.footer_top{background:#09080d;padding:70px 0 40px;}
.footer .logo{float:left;margin-left:70px;margin-top:45px;}
.footer .logo_txt{color:#fff;font-size:18px;margin-top:10px;font-weight:bold;letter-spacing: 1px;}
.footer_link{position:relative;float:right;padding-left:90px;margin-right:40px;}
.footer_link:before{content:"";position:absolute;left:0;top:15px;bottom:40px;width:1px;background:#343434;}
.footer_link .link_group{float:left;min-width:110px;}
.footer_link .link_group+.link_group{margin-left:150px;}
.footer_link .link_group_tit{color:#fff;font-size:16px;font-weight:bold;margin-bottom:15px;}
.footer_link .link_item{display:block;font-size:14px;color:#91969b;}
.footer_link a.link_item:hover{color:#fff;}
.footer_link .link_item+.link_item{margin-top:15px;}
.footer_link .link_item.follow{color:#484849;}
.footer_bt{font-size:14px;color:#5e6266;background:#202224;padding:20px 0;}
.friend_link{margin-bottom:10px;}
.friend_link,
.copyright{text-align: center;}

.sct{padding-bottom:65px;}
.sct_grey{background:#f7f8fa;}
.sct_white{background:#fff;}
.sct_hidden{overflow: hidden;}
.sct_cap{padding:50px 0;}
.sct_tit{font-size:26px;color:#000;text-align: center;}
.sct_subtit{font-size:16px;color:#666;color:rgba(0,0,0,0.6);text-align: center;margin-top:15px;}
/**/
.sct_fig{position:relative;float:left;line-height:115px;background:#fff;padding-left:50px;
    box-shadow:0 0 24px 4px rgba(0,0,0,0.05);
}
.sct_fig_group_col3 .sct_fig{width:380px;}
.sct_fig_group_col3 .sct_fig+.sct_fig{margin-left:30px;}
.sct_fig_in{opacity:1;}
.sct_fig_img{margin-right:35px;vertical-align: middle;}
.sct_fig_txt{font-size:16px;color:#000;}
.sct_fig_mask{position:absolute;left:0;right:0;top:0;bottom:0;}
/**/
.sct_img{display:block;position:relative;width:1920px;left:50%;margin-left:-960px;}

/*****page_index*****/
.page_index .bn{height:500px;background:#14003f url(../images/bg_comm_bn.jpg) no-repeat center;}
/*.page_index .bn{height:500px;background:#000;}*/
.page_index .sct_brief .sct_cap{padding-top:55px;}
.page_index .sct_dl .sct_cap{padding:60px 0 55px;}

.index_bn_carousel{height:100%;}
.index_bn_carousel .carousel_box{height:100%;}
.index_bn_carousel .carousel_item{position:relative;height:100%;overflow: hidden;}
.index_bn_carousel .carousel_item>img{position:relative;display:block;width:1920px;height:100%;left:50%;margin-left:-960px;}
.index_bn_carousel .carousel_item_in{position:absolute;left:0;right:0;top:0;bottom:0;width:1200px;margin:0 auto;}
.index_bn_carousel .carousel_item .txt{position:absolute;left:0;top:160px;}
.index_bn_carousel .carousel_item .txt_tit{color:#fff;font-size:34px;font-weight:bold;margin-bottom:20px;}
.index_bn_carousel .carousel_item .txt_subtit{color:#fff;font-size:20px;margin-bottom:10px;}
.index_bn_carousel .carousel_item .txt_text{color:#999;color:rgba(255,255,255,0.4);font-size:16px;}
.index_bn_carousel .carousel_item .btn_view{position:absolute;left:0;top:322px;width:124px;color:#fff;font-size:16px;text-align:center;line-height:43px;}
.index_bn_carousel .carousel_item .btn_view:before{content:"";display:inline-block;width:0;height:0;vertical-align:-3px;border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-right:5px;}
.index_bn_carousel .swiper-slide{
    opacity:0;
    transition:opacity 1.5s ease;
}
.index_bn_carousel .swiper-slide-active{opacity:1;}
.index_bn_carousel .index_bn_swiper_pagination{position:absolute;z-index:10;left:0;right:0;bottom:25px;text-align: center;}
.index_bn_carousel .swiper-pagination-switch{display:inline-block;width:30px;height:3px;background:#634d7f;margin:0 8px;border:none;border-radius:0;opacity:1;cursor: pointer;}
.index_bn_carousel .swiper-active-switch{background:#fff;}
.index_bn_carousel .swiper-btns{display:none;}
.index_bn_carousel .swiper-btn-pre{left:50%;margin-left:-750px;}
.index_bn_carousel .swiper-btn-next{right:50%;margin-right:-750px;}
.index_bn_carousel:hover .swiper-btns{display:block;}
.index_bn_carousel .slide_txt,
.index_bn_carousel .slide_img_wrap,
.index_bn_carousel .slide_img_frame{position:absolute;}
.index_bn_carousel .slide_img_wrap{width:564px;height:400px;}
.index_bn_carousel .slide_img_frame{left:0;top:0;}
.index_bn_carousel .slide_preimg{display:none;}

.index_bn_carousel .slide_up .slide_txt{left:0;top:162px;}
.index_bn_carousel .slide_up .slide_img_wrap{top:74px;right:0;}

.index_bn_carousel .slide_tg .slide_txt{left:0;top:164px;}
.index_bn_carousel .slide_tg .slide_img_wrap{top:78px;right:0;}

.index_bn_carousel .slide_sell .slide_txt{left:0;top:164px;}
.index_bn_carousel .slide_sell .slide_img_wrap{top:78px;right:0;}

@keyframes opacity{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    50%{
        opacity: 0.6;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

.fadeInUp {
    /*-webkit-animation: fadeInUp 1.5s ease-in-out infinite;*/
    animation: fadeInUp 2s ease-in-out infinite;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.opacity_up{
    animation:opacity 1.25s ease-in-out alternate infinite;
    animation-fill-mode:both;
}
.opacity_tg{
    animation:opacity 1.25s ease-in-out alternate infinite;
    animation-fill-mode:both;
}
.opacity_sell{
    animation:opacity 1.25s ease-in-out alternate infinite;
    animation-fill-mode:both;
}

.page_index .sct_brief .sct_fig,
.page_metadata .sct_prov .sct_fig{overflow: hidden;}
.page_index .sct_brief .sct_fig_in,
.page_metadata .sct_prov .sct_fig_in{position:relative;top:0;
    transition:all 0.25s ease;
}
.page_index .sct_brief .sct_fig_mask,
.page_metadata .sct_prov .sct_fig_mask{top:100%;bottom:auto;color:#000;font-size:15px;line-height:1.5;background:#fff;padding:25px 25px 10px;
    transition:top 0.5s ease;
}
.page_metadata .sct_prov .sct_fig_mask_obj{
    padding:15px 25px 0;
}
.page_index .sct_brief .sct_fig:hover .sct_fig_in,
.page_metadata .sct_prov .sct_fig:hover .sct_fig_in{top:10px;opacity:0;}
.page_index .sct_brief .sct_fig:hover .sct_fig_mask,
.page_metadata .sct_prov .sct_fig:hover .sct_fig_mask{top:0;bottom:0;}

/*g_component*/
.swiper_tab{display:table;margin:0 auto 30px;}
.swiper_tab .swiper-pagination-switch{float:left;color:#000;font-size:16px;text-align: center;}
.swiper_tab .swiper-pagination-switch+.swiper-pagination-switch{margin-left:40px;}
.swiper_tab .swiper-pagination-switch .txt{padding-bottom:15px;}
.swiper_tab .swiper-pagination-switch .icon{display:inline-block;width:50px;height:50px;margin-bottom:10px;}
.swiper_tab .swiper-pagination-switch.swiper-active-switch .icon{background-position-y:-50px;}
.swiper_tab .swiper-pagination-switch.swiper-active-switch .txt{position:relative;color:#ff9c00;}
.swiper_tab .swiper-pagination-switch.swiper-active-switch .txt:after{content:"";position:absolute;left:0;right:0;bottom:0;width:70%;height:2px;background:#ff9c00;margin:auto;}
/**/
.index_pd_carousel{height:465px;}
.index_pd_carousel .swiper-btn-pre,
.index_pd_carousel .swiper-btn-next{margin-top:-50px;}
.swiper_tab_pd .swiper-pagination-switch:first-child{margin-right:20px;}
.swiper_tab_pd .swiper-pagination-switch:last-child{margin-left:60px;}
.swiper_tab_pd .swiper-pagination-switch .icon_pc{background:url(../images/icon_pd_sp.png) no-repeat left top;}
.swiper_tab_pd .swiper-pagination-switch .icon_app{background:url(../images/icon_pd_sp.png) no-repeat -50px top;}
.swiper_tab_pd .swiper-pagination-switch .icon_benniu{background:url(../images/icon_pd_sp.png) no-repeat -100px top;}
.swiper_tab_pd .swiper-pagination-switch .icon_lh{background:url(../images/icon_pd_sp.png) no-repeat -150px top;}

.sct_dl .dl_item{display:table;margin:auto;}
.sct_dl .dl_item .btn{display:inline-block;width:140px;color:#fff;font-size:16px;font-weight:bold;line-height:43px;text-align: center;}
.sct_dl .dl_item .btn+.btn{margin-left:30px;}
.sct_dl .dl_item .btn_more{color:#999;font-size:16px;font-weight:normal;}
.sct_dl .dl_item .btn_more:hover{color:#b3b3b3;text-decoration: underline;}
.sct_dl .dl_l{float:left;}
.sct_dl .dl_r{float:left;}
.sct_dl .dl_tit{font-size:24px;font-weight:bold;color:#000;margin-bottom:20px;}
.sct_dl .dl_text{font-size:16px;color:#000;line-height:2;}
/**/
.sct_dl .dl_pc{}
.sct_dl .dl_pc .dl_r{margin-top:110px;margin-left:40px;}
.sct_dl .dl_pc .dl_text{margin-bottom:70px;}
.sct_dl .dl_pc .btn_more{float:right;margin-top:25px;}
/**/
.sct_dl .dl_app_up .dl_r{margin-top:140px;}
.sct_dl .dl_app_up .dl_text{margin-bottom:100px;}
.sct_dl .dl_app_up .dl_cnt{float:left;margin-left:60px;margin-top:20px;}
.sct_dl .dl_app_up .dl_side{float:left;margin-left:30px;}
.sct_dl .dl_app_up .dl_side_qr{text-align: center;}
.sct_dl .dl_app_up .dl_side_qr .txt{font-size:16px;color:#999;margin-top:10px;}
.sct_dl .dl_app_up .btn_more{float:right;margin-top:120px;}
/**/
.sct_dl .dl_pc_benniu .dl_r{width:300px;margin-left:80px;margin-top:115px;}
.sct_dl .dl_pc_benniu .btn_more{float:right;margin-top:65px;}
/**/
.sct_dl .dl_pc_lh .dl_r{width:300px;margin-left:45px;margin-top:105px;}
.sct_dl .dl_pc_lh .btn_more{float:right;margin-top:75px;}

.sct_qsserver{position:relative;height:860px;}
.sct_qsserver>.comm_wrap{position:absolute;left:0;right:0;top:0;height:100%;}
.sct_qsserver .sv_item{position:absolute;color:#000;}
.sct_qsserver .sv_item.active{color:#002ef2;}
.sct_qsserver .sv_item.active .sv_item_tit{
    -webkit-transform:scale(1.08);
    transform:scale(1.08);
}
.sct_qsserver .sv_item.active .sv_item_txt{opacity:1;
    -webkit-transform:scale(1.08);
    transform:scale(1.08);
}
/*.sct_qsserver .sv_item:hover{color:#002ef2;}*/
.sct_qsserver .sv_item_info{padding-top:210px;left:120px;top:180px;width:200px;}
.sct_qsserver .sv_item_tg{padding-top:230px;left:920px;top:160px;width:220px;}
.sct_qsserver .sv_item_market{padding-top:220px;left:103px;top:540px;width:200px;}
.sct_qsserver .sv_item_sell{padding-top:190px;left:930px;top:546px;width:200px;}
.sct_qsserver .sv_item_tit{font-size:16px;font-weight:bold;margin-bottom:12px;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.sct_qsserver .sv_item_txt{font-size:14px;opacity:0;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}

.sct_partner{position:relative;height:702px;}
.sct_partner>.comm_wrap{position:absolute;left:0;right:0;top:0;height:100%;}
.sct_partner .sct_cap{padding-top:75px;padding-bottom:40px;}

/*****page_itg*****/
.page_itg .bn{position:relative;height:500px;background:#000019 url(../images/bg_comm_bn.jpg) no-repeat center;}
.page_itg .bn_img_wrap{overflow: hidden;}
.page_itg .bn>.bn_img{position:relative;width:1920px;left:50%;margin-left:-960px;}
.page_itg .bn_in{position:absolute;left:0;right:0;top:0;bottom:0;width:1200px;margin:auto;}
.page_itg .bn_in .slide_txt,
.page_itg .bn_in .slide_img_wrap,
.page_itg .bn_in .slide_img_frame{position:absolute;}
.page_itg .bn_in .slide_img_wrap{width:564px;height:400px;}
.page_itg .bn_in .slide_img_frame{left:0;top:0;}

.page_itg_tg .bn_in .slide_txt{left:0;top:164px;}
.page_itg_tg .bn_in .slide_img_wrap{right:0;top:78px;}

.page_itg_sell .bn_in .slide_txt{left:0;top:164px;}
.page_itg_sell .bn_in .slide_img_wrap{right:0;top:78px;}

/*page_itg_info*/
/*g_component*/
.pt{position:relative;overflow: hidden;}
.pt_img{position:absolute;left:0;top:0;}
.pt_cnt{position:absolute;left:0;top:0;}
.pt_tit{font-size:23px;color:#000;letter-spacing:1px;margin-bottom:15px;}
.pt_txt{font-size:16px;color:#949494;line-height:1.8;}

.page_itg_info .sct_prov{padding-bottom:85px;}
.page_itg_info .sct_prov .sct_cap{padding:70px 0;}

.page_itg_info .sct_sln .sct_cap{padding:70px 0;}
.page_itg_info .pt_data{height:450px;}
.page_itg_info .pt_data .pt_img{left:90px;top:10px;}
.page_itg_info .pt_data .pt_cnt{left:655px;top:146px;}
.page_itg_info .pt_depot{height:570px;}
.page_itg_info .pt_depot .pt_img{left:686px;top:144px;}
.page_itg_info .pt_depot .pt_cnt{left:100px;top:282px;}
.page_itg_info .pt_ai{height:596px;}
.page_itg_info .pt_ai .pt_img{left:70px;top:88px;}
.page_itg_info .pt_ai .pt_cnt{left:655px;top:235px;}
.page_itg_info .pt_mdata{height:566px;}
.page_itg_info .pt_mdata .pt_img{left:622px;top:130px;}
.page_itg_info .pt_mdata .pt_cnt{left:10px;top:244px;}

.page_itg_info .pt_mdata .btn_more{float:right;display:block;margin-top:50px;}
.page_itg_info .pt_mdata .btn_more:hover{color:#b3b3b3;text-decoration: underline;}

.sct_info_scene .sct_cap{padding:85px 0 50px;}
.itg_info_scene_carousel{height:600px;}
.sct_info_scene .scene_item{display:table;margin:auto;}
.swiper_tab_scene{margin-bottom:50px;}
.swiper_tab_scene .swiper-pagination-switch .icon_subject{background:url(../images/icon_scene_sp.png) no-repeat left top;}
.swiper_tab_scene .swiper-pagination-switch .icon_monitor{background:url(../images/icon_scene_sp.png) no-repeat -50px top;}
.swiper_tab_scene .swiper-pagination-switch .icon_answer{background:url(../images/icon_scene_sp.png) no-repeat -100px top;}
.swiper_tab_scene .swiper-pagination-switch .icon_dna{background:url(../images/icon_scene_sp.png) no-repeat -150px top;}
.swiper_tab_scene .swiper-pagination-switch.swiper-active-switch .txt:after{width:100%;}

/*page_itg_tg*/
.page_itg_tg{}
.page_itg_tg .sct_design{padding-bottom:85px;}
.page_itg_tg .sct_design .sct_cap{padding:70px 0;}
.page_itg_tg .sct_itg .sct_cap{padding:70px 0;}
.page_itg_tg .pt_tg{height:560px;}
.page_itg_tg .pt_tg .pt_img{left:96px;top:18px;}
.page_itg_tg .pt_tg .pt_cnt{left:650px;top:200px;}
.page_itg_tg .pt_tool{height:560px;}
.page_itg_tg .pt_tool .pt_img{left:752px;top:20px;}
.page_itg_tg .pt_tool .pt_cnt{left:214px;top:204px;}

.page_itg_tg .sct_scene{padding-bottom:110px;}
.page_itg_tg .sct_scene .sct_cap{padding:65px 0 115px;}
.sct_scene{background:#2b2b2b;}
.sct_scene .sct_tit{color:#fff;}
.sct_scene .scene_col{float:left;}
.sct_scene .scene_col+.scene_col{position:relative;}
.sct_scene .scene_col+.scene_col:before{content:"";position:absolute;z-index:2;left:0;top:0;bottom:0;width:3px;background:#2b2b2b;}
.sct_scene .scene_item{width:300px;height:300px;position:relative;overflow: hidden;}
.sct_scene .scene_item:hover .scene_item_mask{background:rgba(255,144,0,0.7);}
.sct_scene .scene_item:hover .scene_item_mask_tit{margin-top:50px;}
.sct_scene .scene_item:hover .scene_item_mask_bt{opacity:1;}
.sct_scene .scene_item+.scene_item:before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:3px;background:#2b2b2b;}
.sct_scene .scene_item>img{width:100%;height:100%;}
.sct_scene .scene_item_mask{position:absolute;left:0;right:0;top:0;bottom:0;color:#fff;background:rgba(0,0,0,0.5);text-align: center;}
.sct_scene .scene_item_mask_tit{font-size:26px;margin-bottom:25px;margin-top:140px;
    transition:all 0.7s ease;
}
.sct_scene .scene_item_mask_bt{opacity:0;
    transition:all 0.9s ease;
}
.sct_scene .scene_item_mask_txt{font-size:16px;text-align:left;line-height:1.5;padding:0 20px;}
/*g_component*/
.switch{display:table;margin:auto;}
.switch_tab{float:left;border-right:1px solid #fff1e2;}
.switch_tab .swiper-pagination-switch+.swiper-pagination-switch{margin-top:30px;}
.switch_tab .swiper-active-switch .switch_tab_item{position:relative;color:#ff9600;}
.switch_tab .swiper-active-switch .switch_tab_item:after{content:"";position:absolute;top:0;bottom:0;right:-2px;width:3px;background:#ff9600;}
.switch_tab_item{color:#000;font-size:22px;line-height:56px;text-align: right;padding-right:25px;}
.switch_cnt{float:left;margin-left:40px;}
.switch_cnt_l{float:left;}
.switch_cnt_r{overflow: auto;padding-left:25px;}
.switch_cnt .switch_cnt_txt{font-size:18px;color:rgba(0,0,0,0.8);line-height:1.8;}
.switch_cnt .switch_cnt_txt h6{font-weight:bold;margin:1em 0 0.6rem;}
.switch_cnt .list_item{display:list-item;font-size:18px;color:rgba(0,0,0,0.8);list-style: disc inside;line-height:1.8;margin-left:12px;}
.switch_cnt .list_item+.list_item{margin-top:20px;}
/**/
.page_itg_tg .sct_customer .sct_cap{padding:100px 0 75px;}
.switch_customer{}
.switch_customer .switch_cnt{width:580px;height:550px;margin-left:100px !important;}

/*page_itg_market*/
.page_itg_market{}
.page_itg_market .sct_design{padding-bottom:85px;}
.page_itg_market .sct_design .sct_cap{padding:70px 0 60px;}
.page_itg_market .sct_design .design_list{}
.page_itg_market .sct_design .design_list_item{float:left;width:50%;text-align: center;}
.page_itg_market .sct_design .design_list_item_in{display:inline-block;}
.page_itg_market .sct_design .design_list_item_img{height:130px;}
.page_itg_market .sct_design .design_list_item_tit{font-size:22px;color:#000;font-weight:bold;margin-bottom:25px;}
.page_itg_market .sct_design .list_table{display:table;margin:0 auto;}
.page_itg_market .sct_design .list_row{overflow: hidden;text-align: left;}
.page_itg_market .sct_design .list_col{float:left;}
.page_itg_market .sct_design .list_col+.list_col{margin-left:45px;}
.page_itg_market .sct_design .list_row+.list_row{margin-top:15px;}
.page_itg_market .sct_design .list_item{display:list-item;font-size:16px;list-style-type: disc;list-style-position: inside;}

.page_itg_market .sct_trade .sct_cap{padding:60px 0 120px;}
.page_itg_market .pt_cloud{height:434px;}
.page_itg_market .pt_cloud .pt_img{left:90px;top:20px;}
.page_itg_market .pt_cloud .pt_cnt{left:666px;top:144px;}
.page_itg_market .pt_backend{height:572px;}
.page_itg_market .pt_backend .pt_img{left:624px;top:153px;}
.page_itg_market .pt_backend .pt_cnt{left:38px;top:214px;}
.page_itg_market .pt_exp{height:590px;}
.page_itg_market .pt_exp .pt_img{left:96px;top:83px;}
.page_itg_market .pt_exp .pt_cnt{left:666px;top:248px;}
.page_itg_market .pt_eta{height:570px;}
.page_itg_market .pt_eta .pt_img{left:614px;top:113px;}
.page_itg_market .pt_eta .pt_cnt{left:38px;top:248px;}

/*page_itg_sell*/
.page_itg_sell .sct_prov{padding-bottom:85px;}
.page_itg_sell .sct_prov .sct_cap{padding:70px 0;}
.page_itg_sell .sct_sln{padding-bottom:40px;}
.page_itg_sell .sct_sln .sct_cap{padding:75px 0;}
.switch_sln .switch_tab_item{font-size:22px;font-weight:normal;}
.switch_sln .switch_cnt{width:880px;height:500px;margin-left:60px !important;}
.switch_sln .list_platform{margin-top:100px;}

/*page_sln_hk*/
/*g_component*/
.sct_core{padding-bottom:100px;}
.sct_core .sct_cap{padding:60px 0 70px;}

.page_sln_hk .pt_open{height:580px;}
.page_sln_hk .pt_open .pt_img{left:112px;top:120px;}
.page_sln_hk .pt_open .pt_cnt{left:650px;top:275px;}
.page_sln_hk .pt_l2{height:520px;}
.page_sln_hk .pt_l2 .pt_img{left:756px;top:60px;}
.page_sln_hk .pt_l2 .pt_cnt{left:116px;top:210px;}
.page_sln_hk .pt_data{height:526px;}
.page_sln_hk .pt_data .pt_img{left:75px;top:86px;}
.page_sln_hk .pt_data .pt_cnt{left:652px;top:230px;}
.page_sln_hk .pt_trade{height:520px;}
.page_sln_hk .pt_trade .pt_img{left:696px;top:75px;}
.page_sln_hk .pt_trade .pt_cnt{left:60px;top:195px;}
.page_sln_hk .sct_case{padding-bottom:130px;}
.page_sln_hk .sct_case .sct_cap{padding:75px 0 70px;}

/*page_sln_consult*/
.page_sln_consult .pt_tg{height:580px;}
.page_sln_consult .pt_tg .pt_img{left:66px;top:114px;}
.page_sln_consult .pt_tg .pt_cnt{left:770px;top:248px;}
.page_sln_consult .pt_push{height:520px;}
.page_sln_consult .pt_push .pt_img{left:492px;top:96px;}
.page_sln_consult .pt_push .pt_cnt{left:30px;top:230px;}
.page_sln_consult .pt_data{height:526px;}
.page_sln_consult .pt_data .pt_img{left:70px;top:105px;}
.page_sln_consult .pt_data .pt_cnt{left:770px;top:240px;}
.page_sln_consult .pt_put{height:520px;}
.page_sln_consult .pt_put .pt_img{left:474px;top:125px;}
.page_sln_consult .pt_put .pt_cnt{left:60px;top:220px;}

.page_sln_consult .sct_case .sct_cap{padding:75px 0 110px;}
.page_sln_consult .switch_scene .switch_cnt{width:680px;height:450px;margin-left:100px !important;}

/*****page_dl*****/
.page_dl .bn{position:relative;height:690px;overflow: hidden;}
.page_dl .bn>img{display:block;position:relative;left:50%;width:1920px;margin-left:-960px;}
.page_dl .bn>.comm_wrap{position:absolute;left:0;right:0;top:0;bottom:0;width:1200px;margin:auto;}
.page_dl .bn_cnt{display:table;margin:0 auto;}
/**/
.page_dl_pc .bn{background:#15143f;}
.page_dl_pc .bn_cnt{margin-top:100px;text-align: center;}
.page_dl_pc .bn_cnt_tit{font-size:52px;font-weight:bold;color:#fff;margin-bottom:20px;}
.page_dl_pc .bn_cnt_subtit{font-size:28px;color:#fff;margin-bottom:30px;}
.page_dl_pc .bn_cnt .btn_dl{display:inline-block;width:190px;font-size:22px;color:#fff;font-weight:bold;text-align: center;line-height:62px;}
.page_dl_pc .bn_cnt .btn_dl+.btn_dl{margin-left:55px;}
.page_dl_pc .bn_cnt .btn_more{display:inline-block;font-size:14px;color:#999;color:rgba(255,255,255,0.5);line-height:1.4;text-decoration: underline;margin-left:330px;margin-top:10px;}
/*g_component*/
.sct_med{position:relative;}
.sct_med>.comm_wrap{position:absolute;left:0;right:0;top:0;height:100%;}
.sct_med .med_txt{position:absolute;z-index:4;}
.sct_med .med_txt_tit{font-size:46px;color:#ff7e00;margin-bottom:5px;}
.sct_med .med_txt_tit_en{font-size:22px;color:#c9c9c9;margin-bottom:20px;}
.sct_med .med_txt_text{font-size:16px;color:#000;line-height:1.8;}
.sct_med .med_img{position:absolute;}
.sct_med .med_img_main{z-index:2;}
.sct_med .med_img_pop{z-index:3;}
.sct_med .med_img_bg{z-index:1;}
/**/
.page_dl_pc .sct_med_market{height:702px;}
.page_dl_pc .sct_med_market .med_txt{left:60px;top:232px;}
.page_dl_pc .sct_med_market .med_img_main{left:526px;top:65px;}
.page_dl_pc .sct_med_market .med_img_pop{left:450px;top:128px;}
.page_dl_pc .sct_med_market .med_img_bg{left:-25px;top:188px;}
/**/
.page_dl_pc .sct_med_ai{height:690px;}
.page_dl_pc .sct_med_ai .med_txt{left:870px;top:232px;}
.page_dl_pc .sct_med_ai .med_img_main{left:60px;top:65px;}
.page_dl_pc .sct_med_ai .med_img_pop{left:18px;top:122px;}
.page_dl_pc .sct_med_ai .med_img_bg{left:792px;top:112px;}
/**/
.page_dl_pc .sct_med_trade{height:640px;}
.page_dl_pc .sct_med_trade .med_txt{left:60px;top:224px;}
.page_dl_pc .sct_med_trade .med_img_main{left:526px;top:65px;}
.page_dl_pc .sct_med_trade .med_img_pop{left:706px;top:160px;}
.page_dl_pc .sct_med_trade .med_img_bg{left:146px;top:250px;}
/**/
.page_dl_pc .sct_med_finance{height:690px;}
.page_dl_pc .sct_med_finance .med_txt{left:868px;top:232px;}
.page_dl_pc .sct_med_finance .med_img_main{left:60px;top:65px;}
.page_dl_pc .sct_med_finance .med_img_pop{left:30px;top:146px;}
.page_dl_pc .sct_med_finance .med_img_bg{left:730px;top:313px;}
/**/
.page_dl_pc .sct_med_set{height:710px;}
.page_dl_pc .sct_med_set .med_txt{left:60px;top:240px;}
.page_dl_pc .sct_med_set .med_img_main{left:438px;top:60px;}
.page_dl_pc .sct_med_set .med_img_pop{left:560px;top:60px;}
.page_dl_pc .sct_med_set .med_img_bg{left:-25px;top:240px;}

.sct_pc_dl{height:300px;background:#1b232c;text-align: center;}
.sct_pc_dl>h4{font-size:35px;color:#fff;font-weight:bold;margin-bottom:25px;margin-top:50px;}
.sct_pc_dl>p{font-size:22px;color:#666;color:rgba(255,255,255,0.6);margin-bottom:35px;}
.sct_pc_dl>.btn{display:inline-block;width:190px;font-size:22px;font-weight:bold;color:#fff;text-align: center;line-height:60px;}

/**/
.page_dl_app .header .logo,
.page_dl_app_ytg .header .logo{background-image:url(../images/pic_logo_white.png);}
.page_dl_app .nav_item.active,
.page_dl_app_ytg .nav_item.active{color:#fff;}
.page_dl_app .nav_item.active:after,
.page_dl_app_ytg .nav_item.active:after{background:#fff;}
.page_dl_app .bn{background:#ff8316;}
.page_dl_app .bn_cnt{margin-top:92px;}
.page_dl_app .bn_cnt_l{float:left;margin-top:120px;}
.page_dl_app .bn_cnt_r{float:left;margin-left:100px;}
.page_dl_app .bn_cnt_tit{font-size:52px;font-weight:bold;color:#fff;margin-bottom:45px;}
.page_dl_app .bn_cnt_tit .tag{display:inline-block;width:96px;font-size:18px;font-weight:bold;color:#ee8300;text-align: center;line-height:40px;border-radius: 20px;background:#fff;vertical-align: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.page_dl_app .bn_cnt_subtit{font-size:26px;color:#fff;margin-bottom:88px;}
.page_dl_app .bn_cnt .btn_dl{display:block;width:220px;font-size:22px;font-weight:bold;color:#de6800;text-align: center;line-height:60px;background:#fff;}
.page_dl_app .bn_cnt .btn_dl+.btn_dl{margin-top:25px;}
.page_dl_app .bn_cnt .btn_dl .icon{display:inline-block;width:30px;height:30px;vertical-align: -6px;}
.page_dl_app .bn_cnt .btn_dl .icon_apple{background:url(../images/icon_apple.png) no-repeat center;}
.page_dl_app .bn_cnt .btn_dl .icon_android{background:url(../images/icon_android.png) no-repeat center;}
.page_dl_app .bn_cnt_action{float:left;}
.page_dl_app .bn_cnt .qr{float:left;margin-top:-6px;margin-left:30px;}
.page_dl_app .bn_cnt .qr_txt{font-size:14px;color:#666;color:rgba(255,255,255,0.7);text-align:center;margin-top:-12px;}
/**/
.page_dl_app .sct_med_market{height:700px;}
.page_dl_app .sct_med_market .med_txt{left:790px;top:256px;}
.page_dl_app .sct_med_market .med_img_main{left:66px;top:94px;}
/**/
.page_dl_app .sct_med_stock{height:690px;}
.page_dl_app .sct_med_stock .med_txt{left:102px;top:262px;}
.page_dl_app .sct_med_stock .med_img_main{left:524px;top:30px;}
/**/
.page_dl_app .sct_med_ai{height:690px;}
.page_dl_app .sct_med_ai .med_txt{left:796px;top:262px;}
.page_dl_app .sct_med_ai .med_img_main{left:100px;top:80px;}
/**/
.page_dl_app .sct_med_live{height:690px;}
.page_dl_app .sct_med_live .med_txt{left:102px;top:250px;}
.page_dl_app .sct_med_live .med_img_main{left:496px;top:40px;}
/**/
.page_dl_app .sct_med_tool{height:700px;}
.page_dl_app .sct_med_tool .med_txt{left:784px;top:240px;}
.page_dl_app .sct_med_tool .med_img_main{left:80px;top:52px;}

/*****page_about*****/
.page_about .bn{height:500px;background:#000019 url(../images/bg_about_bn.png) no-repeat center;overflow: hidden;}
.page_about .bn>img{display:block;position:relative;left:50%;width:1920px;margin-left:-960px;}
.about_nav_wrap{background:#000;}
.about_nav{width:1200px;height:60px;margin:0 auto;overflow: hidden;}
.about_nav_item{float:left;color:#fff;font-size:16px;width:25%;text-align: center;line-height:60px;}
.about_nav_item>a{display:inline-block;}
.about_nav_item>a.active{position:relative;color:#ff9728;}
.about_nav_item>a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#ff9728;}

.page_about .sct_p{font-size:18px;color:#666;line-height:1.8;letter-spacing: 1px;}
/*page_aboutus*/
.page_about .sct_cpbrief{padding-bottom:45px;}
.page_about .sct_cpbrief .sct_cap{padding:60px 0 30px;}
/**/
.page_about .sct_devhistory{position:relative;height:620px;}
.page_about .sct_devhistory>.comm_wrap{position:absolute;left:0;right:0;top:0;}
.page_about .sct_devhistory .sct_cap{padding:80px 0 115px;}
.page_about .sct_devhistory .his_item{position:absolute;text-align: center;}
.page_about .sct_devhistory .his_item_step1{left:50px;top:286px;}
.page_about .sct_devhistory .his_item_step2{left:355px;top:230px;}
.page_about .sct_devhistory .his_item_step3{left:640px;top:226px;}
.page_about .sct_devhistory .his_item_step4{left:916px;top:286px;}
.page_about .sct_devhistory .his_item_tit{font-size:20px;font-weight:bold;color:#000;margin-bottom:10px;}
.page_about .sct_devhistory .his_item_txt{font-size:16px;color:#545454;line-height:1.8;}
/**/
.page_about .sct_cert{padding-bottom:170px;}
.page_about .sct_cert .sct_cap{padding:80px 0;}
/*page_disclaimer*/
.page_about .sct_disclaimer{padding-bottom:90px;}
.page_about .sct_disclaimer .sct_cap{padding:60px 0 30px;}
.page_about .sct_disclaimer .sct_p{margin-bottom:50px;}
/*page_contactus*/
.page_about .sct_contact{padding:40px 0 40px;}
.page_about .sct_contact .subsct{font-size:18px;}
.page_about .sct_contact .subsct_tit{font-size:26px;line-height:1;color:#ff9102;padding-left:20px;border-left:6px solid #ff9102;margin-bottom:35px;}
.page_about .sct_contact .subsct_bd{padding-left:25px;}
.page_about .sct_contact .fig_group+.fig_group{margin-top:50px;}
.page_about .sct_contact .fig_group>img{margin:15px 0 15px -20px;}
.page_about .table_contact td{vertical-align: top;padding-bottom:70px;}
.page_about .table_contact td:first-child{width:450px;}
.page_about .sct_contact .fig_name{color:#666;margin-bottom:20px;}
.page_about .sct_contact .fig_inline .fig_name{margin-bottom:0;margin-left:80px;}
.page_about .sct_contact .fig_val{color:#000;}
.page_about .table_contact .fig_val+.fig_val{margin-top:20px;}
/*page_cooperation*/
.page_about .sct_cooperation{padding-bottom:40px;}
.page_about .sct_cooperation .sct_cap{padding:60px 0 30px;}
.page_about .sct_cooperation .sct_p{margin-bottom:60px;}
.page_about .sct_cooperation .sct_p .fem{display:inline-block;font-size:26px;color:#000;margin-bottom:10px;}
.page_about .sct_cooperation .fig_mail{margin-left:100px;}

/*page_metadata*/
.metadata_nav_wrap{background:#000;}
.metadata_nav{width:1200px;height:60px;margin:0 auto;overflow: hidden;}
.metadata_nav_item{float:left;color:#fff;font-size:16px;width:33.3333%;text-align: center;line-height:60px;}
.metadata_nav_item>a{display:inline-block;}
.metadata_nav_item>a.active{position:relative;color:#ff9728;}
.metadata_nav_item>a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#ff9728;}

.meta_datacnt{margin-top:100px;}
.meta_datacnt .info_list{padding-bottom:60px;}
.meta_datacnt .info_item:first-child .info_item_tit:before{height:0;}
.meta_datacnt .info_item:last-child .info_item_cnt:before{height:0;}
.meta_datacnt .info_item_tit{float:left;position:relative;width:130px;height:100%;font-size:18px;color:#666;text-align: right;margin-right:25px;margin-top:2px;}
.meta_datacnt .info_item_tit:before{content:"";position:absolute;top:-2px;right:-29px;width:4px;height:10px;background:#e3f4ff;}
.meta_datacnt .info_item_tit:after{content:"";position:absolute;z-index:2;width:10px;height:10px;top:4px;right:-32px;background:#55b9ff;border-radius: 50%;}
.meta_datacnt .info_item_cnt{position:relative;font-size:18px;color:#666;line-height:1.5;padding-left:40px;padding-bottom:50px;overflow: hidden;}
.meta_datacnt .info_item_cnt:before{content:"";position:absolute;left:0;top:4px;bottom:0;width:4px;background:#e3f4ff;}
.meta_datacnt .info_item_txt{margin-bottom:20px;}
.meta_datacnt .info_item_menu{padding:20px 25px 5px;background:#f4fbff;overflow: hidden;}
.meta_datacnt .info_item_menu_obj{display:list-item;list-style-type:Circle;list-style-position:inside;float:left;width:25%;color:#5e92b6;margin-bottom:15px;}

.meta_dic{margin-top:25px;margin-bottom:25px;}
.meta_dic_iframe{display:block;width:100%;height:800px;padding:0 40px;}

/*mask*/
.mask{position:fixed;z-index:100;left:0;right:0;top:0;bottom:0;background:#eaeaea;background:rgba(0,0,0,0.5);}

.pop_v{position:fixed;z-index:101;left:0;right:0;top:50%;width:1000px;margin:auto;
    margin-top:-270px;
}
.pop_v video{display:block;width:100%;}
.pop_v .btn_close{position:absolute;right:0;top:0;color:#ee2929;font-size:40px;cursor: pointer;}