@charset "utf-8";

::-webkit-scrollbar {width: 8px;height:8px;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-thumb {border-radius: 4px;background-color:#CCC;}
::-webkit-scrollbar-thumb:hover{background-color:#666;;}
::-webkit-scrollbar-track {width: 8px;height: 8px;}
::-webkit-scrollbar-track-piece {background: transparent;}

/*公共样式*/
body,th,td,button,input,select,textarea {
    font-family: "Microsoft YaHei","微软雅黑",arial,"\5B8B\4F53",sans-serif,helvetica,"Hiragino Sans GB";
    /*font-family: "Lantinghei SC","Helvetica Neue","Hiragino Sans GB","Microsoft Yahei","微软雅黑",Helvetica,arial,"\5B8B\4F53",sans-serif;*/
}

.navbar {
    margin-bottom: 0;
}
.c_navbar {background-color: #FFF;background-color: rgba(255, 255, 255, 0.95);height:65px;font-size:16px;border-bottom: 1px solid #f2f2f2;text-align:center;}
.c_navbar .container {height:65px;}
.c_navbar .container .navbar-brand {height:65px;padding:9px 5px 0 0px;}
.c_navbar .container .navbar-brand .mblogo {display:none;height:46px;width:auto;}
.c_navbar .container .mb_top_reg_btn {display:none;}
.c_navbar .container .navbar-right li a {width:auto; height: 65px;color: #656565;padding: 0 20px;line-height: 65px;font-size: 16px;}
.c_navbar .container .navbar-right li.active a {color: #38adff;border-bottom: 2px solid #38adff;background:none;;}
.c_navbar .navbar-header .navbar-toggle {border-color: #FFF;margin-top:15px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #38adff;}
.c_navbar .navbar-header .navbar-toggle:hover, .c_navbar .navbar-header .navbar-toggle:focus {background-color: #f9f9f9;border-color: #f9f9f9;}
.c_navbar .container .c_navmenu .c_btn_tiyan, .c_navbar .container .c_navmenu .c_btn_login {
    border-radius: 4px;
    color: #38adff;
    border: 1px solid #38adff;
    display:inline;
    padding:5px 10px;
}
.c_navbar .container .c_navmenu .c_btn_tiyan {
    color: #ffffff;
    background-color: #38adff;
    margin-right:10px;
}
.c_navbar .container .c_navmenu .c_btn_login {background: #ffffff;}
/*banner css*/
.c_banner {
    position: relative;
    width: 100%;
    overflow:hidden;
    text-align: center;
    width:100% !important;
}
.c_banner ul, .c_banner ol {
    margin:0;
    padding:0;
}
.c_banner ul li {
    display: block;
    float: left;
    /*-o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/
    width:100%;
    height:680px;
}
.c_banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.c_banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    filter:alpha(opacity=40);
    -moz-opacity:.4;
    opacity:.4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.c_banner .dots li.active {
    background: #fff;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.c_banner .main_banner_inner h1 {
    margin-top:60px;
    margin-bottom:44px;
    color:#FFF;
    font-size:32px;
    font-weight:100;
    letter-spacing:5px;
    line-height:1.8;
}
.c_banner .main_banner_inner h1 strong {
    letter-spacing:8px;
    font-size: 42px;
    font-weight:500;
}
.c_banner .main_banner_inner .main_banner_cont_line {
    margin:0 auto;
    width:156px;
    height:1px;
    border-radius:1px;
    background-color:#b8c8e1;
    font-size: 0px;
}
.c_banner .main_banner_inner .main_banner_desc {
   font-size:55px;
   color:#50f0ff;
   letter-spacing:6px;
   margin-top:35px;
}
.c_banner .main_banner_inner h2 {
    margin-top:36px;
    margin-bottom:0px;
    color:#FFF;
    font-size:28px;
    font-weight:100;
    letter-spacing:3px;
    line-height:1.4;
}
.c_banner .main_banner_inner .main_banner_btns {
    margin: 0 auto;
}
.c_banner .main_banner_inner .main_banner_btns .btn_ct {
    display: inline-block;
    margin-top:84px;
    margin-bottom:61px;
}
.c_banner .main_banner_inner .main_banner_btns .btn_ct_dowload {
    position: relative;
    margin-right:110px;
}
.c_banner .main_banner_inner .main_banner_btns .main_banner_btn_download, .c_banner .main_banner_inner .main_banner_btns .main_banner_btn_reg, .section_error .main_banner_btn_bktomain {
    font-size:23px;
    letter-spacing:2px;
    font-weight: 100;
    border-color:#2ad168;
    color:#2ad168;
    background:none;
    border-radius:3px;
    width:272px;
    height:62px;
    padding:0;
    line-height:62px;
}
.c_banner .main_banner_inner .main_banner_btns .main_banner_btn_reg {
    border-color:#ffde00;
    color:#ffde00;
    border-color: #ffaf00;
    color: #FFF;
    background-color: #ffaf00;
}
.c_banner .main_banner_inner .main_banner_btns .main_banner_btn_download:hover, .section_error .main_banner_btn_bktomain:hover {
    border-color:#14c814;
    color:#FFF;
    background-color:#14c814;
}
.c_banner .main_banner_inner .main_banner_btns .main_banner_btn_reg:hover {
    border-color:#ffaf00;
    color:#FFF;
    background-color:#ffaf00;
}
.c_banner .main_banner_inner .main_banner_btns .btn_ct_dowload div {
    width:190px;
    height:39px;
    position: absolute;
    top:80px;
    left:41px;
}
.c_navbar_fixed_top {
    margin-top:65px;
}
.section {
    text-align: center;
}
.section_themes, .section_tongji {padding-top:45px;}
.section_tongji {
    background-color: #F6F8F9;
}
.section_common h2 {
   font-size:38px;
   font-weight:200;
   color:#222327;
}
.section_common h3 {
   font-size:18px;
   font-weight:200;
   color:#4d545e;
   line-height: 1.8;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom:38px;
   max-width:882px;
}
.section .container, .section .container-fluid {
    padding-left:0;
    padding-right:0;
}
.section .container .row, .section .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}
.section_qudao h2, .section_qudao h3 {
    color:#FFF;
}
.section_qudao h2 {
    margin-top: 63px;
}
.section_qudao {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:520px;
}
.section_qudao .qudao_view:before {
    display: table;
    content: " ";
}
.section_qudao .qudao_view:after {
    display: table;
    content: " ";
    clear:both;
}
.section_qudao .qudao_view {
    padding-top: 40px;
}
.section_qudao .qudao_view .qudao_item {
    float: left;
    width: 20%;
}
.section_qudao .qudao_item .item_txt {
    color: #FFF;
    font-size: 18px;
    margin: 25px 0;
}
.section_pcclient {
    margin-top: 30px;
}
.section_pcclient .client_view .dotnav ul:before {
    display: table;
    content: " ";
}
.section_pcclient .client_view .dotnav ul:after {
    display: table;
    content: " ";
    clear:both;
}
.section_pcclient .client_view .dotnav ul li {
    display: block;
    list-style: none;
    float: left;
    width: 20%;
    font-size: 17px;
    color: #728091;
    border-bottom: 3px solid #dbe1e8;
    padding-bottom: 5px;
    cursor: pointer;
}
.section_pcclient .client_view .dotnav ul li .dot_txt {
    margin: 11px 0;
}
.section_pcclient .client_view .dotnav ul li.active {
    color: #4596e5;
    border-bottom: 3px solid #4596e5;
    background: url(../images/ssjk_jt.png) center bottom no-repeat;
}
.section_pcclient h2 {
    margin-top: 61px;
}
.section_pcclient h3 {
    margin-bottom: 27px;
}
/*.section_pcclient .client_view .dotnav ul li .dot_pic_nm {
    display: block;
}
.section_pcclient .client_view .dotnav ul li .dot_pic_act {
    display: none;
}
.section_pcclient .client_view .dotnav ul li.active .dot_pic_nm {
    display: none;
}
.section_pcclient .client_view .dotnav ul li.active .dot_pic_act {
    display: block;
}*/
.section_pcclient .client_view .dotnav ul li .dot_pic_nm {
    display: none;
}
.section_pcclient .client_view .dotnav ul li .dot_pic_act {
    display: block;
}
.section_pcclient .client_view_banner {
    margin-top: 36px;
    position: relative;
    width: 100%;
    overflow:hidden;
    text-align: center;
    max-height: 710px;
    overflow: hidden;
}
.section_pcclient .client_view_banner ul, .section_pcclient .client_view_banner ol, .section_pcclient .client_view .dotnav ul {
    margin:0;
    padding:0;
}
.section_pcclient .client_view_banner ul li {
    display: block;
    list-style: none;
    float: left;
}
.section_pcclient {
    background-color: #f6f8f9;
}
.section_wechat {
    margin-top: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_wechat .container-fluid {
    padding-top:47px;
}
.section_wechat h2 {
    color:#464c56;
    margin-top: 57px;
}
.section_wechat h3 {
    color:#464c56;
    margin-top: 48px;
}
.section_wechat .wechat_chatwinpic, .section_wechat .wechat_desc {
    display: inline-block;
    vertical-align: middle;
}
.section_wechat .wechat_desc {
    margin-top: -108px;
}
.section_wechat .wechat_desc
.section_wechat .wechat_desc {
    max-width:525px;
}
.section_pcclient .client_view_banner ul {
    margin: 0;
    padding: 0;
    height: auto;
}
.section_gongsizizhi h2 {
    margin-top: 61px;
}
.section_gongsizizhi .gongsizizhi_view {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    /*padding-top: 146px;*/
}
.section_gongsizizhi .gongsizizhi_view .zizhi_item {
    float: left;
    width: 33.33%;
    margin-top: 146px;
}
.section_customers h2 {
    margin-top: 49px;
}
.section_customers h3 {
    margin-bottom: 14px;
}
.section_contact {
    background-color: #4596e5;
}
.section_contact .container{
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    overflow: hidden;
}
.section_contact ul {
    margin: 0;
    padding: 0;
    height: auto;
}
.section_contact ul:before {
    display: table;
    content: " ";
}
.section_contact ul:after {
    display: table;
    content: " ";
    clear:both;
}
.section_contact ul li {
    display:block;
    margin: 0;
    list-style: none;
    float: left;
    border-right: 1px solid #a2cbf2;
    overflow: hidden;
}
.section_contact .ct_tel_c {
    width: 50%;
    text-align: left;
}
.section_contact .ct_download_c {
    width: 25%;
}
.section_contact .ct_reg_c {
    width: 25%;
}
.section_contact ul li a {
    width:auto;
    display:inline-block;
    height: 80px;
    line-height: 80px;
    color:#FFF;
    text-decoration:none;
    font-size: 23px;
}
.section_contact .ct_tel {
    cursor: default;
    padding-left: 55px;
    background: url(../images/ft_tel.png) left center no-repeat;
}
.section_contact .ct_download, .section_contact .ct_reg {
    padding-left: 44px;
    background: url(../images/ft_download.png) left center no-repeat;
}
.section_contact .ct_reg {
    padding-left: 44px;
    background: url(../images/ft_reg.png) left center no-repeat;
}
.section_contact .ct_download_c:hover, .section_contact .ct_reg_c:hover {
    background-color: #2476f2;
}
.footer {
    background-color: #f6f8f9;
}
.footer .container {
    padding: 0;
}
.footer .container p {
    margin: 0;
    color: #5e6d81;
    font-size:15px;
    padding:24px 0;
    line-height: 26px;
    padding-bottom: 35px;
}
.footer-list {
    height:50px;
}
.footer-list .container {
    padding: 0;
}
.footer-list ul{
    height:50px;
    float:left;
    padding:0;margin:0;
}
.footer-list ul li {
    list-style: none;
    float: left;
    height:50px;
    line-height: 50px;
}
.footer-list ul .footer-first {
    width: 130px;
    text-align: left;
    font-size: 16px;
}
.footer-list ul .footer-item {
    width: 70px;
    text-align: center;
}
.footer-list ul li a {
    color: #00a0e9;
}

.pro_st_banner {
    background: url(../images/pro_banner_bg.jpg) center center no-repeat;
    background-size: cover;
}
.pro_st_banner .whycckf {
    filter: Alpha(opacity=35);
    background: #000;
    background: rgba(0, 0, 0, 0.35)!important;
    border-radius: 2px;
    display: inline-block;
    padding:35px 75px;
    margin:50px 0;
}
.pro_st_banner .whycckf h1 {
    color:#50f0ff;
    position:relative;
    font-size: 43px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 0;
}
.pro_st_banner .whycckf ul {
    position:relative;
    padding:0;
    padding-left: 18px;
}
.pro_st_banner .whycckf ul li {
    color:#fff;
    list-style-type: disc;
}
.pro_st_banner .whycckf h5 {
    color:#fff;
    font-size: 16px;
    font-weight: 100;
}
.pro_st_banner .whyckf-btns .pro_btn_download, .pro_st_banner .whyckf-btns .pro_btn_reg {
    color: #50f0ff;
    border: 1px solid #50f0ff;
    background: none;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 22px;
    display: block;
    width: 270px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
}
.pro_st_banner .whyckf-btns .pro_btn_reg {
    color: #ffde00;
    border: 1px solid #ffde00;
    margin-top: 94px;
}
.pro_st_banner .whyckf-btns .pro_btn_download:hover {
    color: #FFF;
    border: 1px solid #20cdd1;
    background: #20cdd1;
}
.pro_st_banner .whyckf-btns .pro_btn_reg:hover {
    color: #FFF;
    border: 1px solid #ffaf00;
    background: #ffaf00;
}
.pro_st_banner .whyckf-btns .apps_icon {
    margin-top: 20px;
}
.section_specfunc h2 {
    margin-top: 61px;
}
.section_specfunc h3 {
    margin-bottom: 10px;
}
.section_specfunc a {
    font-size: 16px;
    color: #519de7;
    text-decoration: none;
}
.section_specfunc a:hover {
    color: #2e81d3;
}
.section_funclist {
    margin: 6px 0 100px 0;
}
.section_funclist .pro_list_item {
    padding-top: 60px;
    padding-right: 0;
}
.section_funclist .pro_list_icon_bg {
    background: url(../images/pro_list_icon_bg.png) center center no-repeat;
    width:80px;
    height:80px;
    float:left;
}
.section_funclist .pro_list_desc {
    float: left;
    text-align: left;
    width: 238px;
    margin-left: 15px;
}
.section_funclist .pro_list_desc h5 {
    font-size: 18px;
    color: #222327;
    font-weight: 200;
    margin: 5px 0;
    display: inline-block;
}
.section_funclist .pro_list_desc h5.pro_list_hot {
    padding-right: 58px;
    background: url(../images/hot_1.png) right center no-repeat;
}
.section_funclist .pro_list_desc p {
    font-size: 14px;
    color: #738092;
    margin-bottom: 0;
    line-height: 25px;
}

.pri_st_banner {
    background: url(../images/thanks_bg.jpg) center center no-repeat;
    background-size: cover;
    height:380px;
}

.pri_st_banner h1 {
    font-size: 40px;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    margin-top: 88px;
    letter-spacing: 3px;
}
.pri_st_taocan .pri_taocan_in {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #4d545e;
    padding-bottom: 25px;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye {
    float:left;
    max-width:525px;
    margin-top: -85px;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box {
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f6f8f9;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.2);
    width: 525px;
    position: relative;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box h2 {
    font-size: 32px;
    color: #4596e5;
    margin: 0;
    padding-top: 43px;
    letter-spacing: 3px;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box h3, .pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box h3 {
    margin: 0;
    line-height: 1.1;
    padding: 37px 0 39px 0;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box h3 {
    padding: 54px 0 60px 0;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box h3 span {
    color: #5da3e8;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box h3 span {
    color: #fb8326;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu {
    float:left;
    max-width:525px;
    margin-top: -118px;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box {
    border-radius: 6px;
    background-color: #f7f4f2;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.2);
    width: 525px;
    position: relative;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box h2 {
    font-size: 32px;
    color: #fb7a17;
    margin: 0;
    padding-top: 56px;
    letter-spacing: 3px;
}
.pri_st_taocan .pri_taocan_in .yhj {
    display: block;
}
.pri_st_taocan .pri_taocan_in .price {
    margin:0;
    color: #4596e5;
    font-size: 45px;
    font-weight: 600;
    padding: 7px 0 50px 0;
}
.pri_st_taocan .pri_taocan_in .price .dw {
    font-size: 17px;
    font-weight: 100;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .price {
    color: #fb7a17;
    padding: 7px 0 80px 0;
}
.pri_st_taocan .pri_taocan_in .pri_btn_buy_qiye, .pri_st_taocan .pri_taocan_in .pri_btn_buy_shangwu {
   width: 240px;
   height: 50px;
   line-height: 50px;
   background-color: #4596e5;
   color: #FFF;
   border-color: #4596e5;
   border-radius: 25px;
   padding: 0;
   font-size: 20px;
   letter-spacing: 2px;
   margin-left: -120px;
   position: absolute;
   bottom: -25px;
   left: 50%;
}
.pri_st_taocan .pri_taocan_in .pri_btn_buy_shangwu {
    background-color: #fb7a17;
    border-color: #fb7a17;
}
.pri_st_taocan .pri_taocan_in .pri_btn_buy_qiye:hover {
    background-color: #3487d8;
    border-color: #3487d8;
}
.pri_st_taocan .pri_taocan_in .pri_btn_buy_shangwu:hover {
    background-color: #ec6c0a;
    border-color: #ec6c0a;
}
.pri_st_taocan .pri_taocan_in .taocao_desc_list {
    padding-top: 125px;
}
.pri_st_taocan .pri_taocan_in .taocan_shangwu .taocao_desc_list {
    padding-top: 77px;
}
.pri_st_taocan .pri_taocan_in .taocao_desc_list ul {
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    width: 405px;
    margin-left: auto;
    margin-right: auto;
}
.pri_st_taocan .pri_taocan_in .taocao_desc_list ul li {
    list-style: none;
    padding: 17px 0 17px 32px;
    background: url(../images/list_img.png) left center no-repeat;
}
.pri_st_taocan .pri_taocan_in .zxyh {
    padding-top: 38px;
}
.pri_st_taocan .pri_taocan_in .zxyh a {
    color: #5ea4e8;
}
.pri_st_taocan .pri_taocan_in .zxyh a:hover {
    color: #4290dc;
}

.dl_st_downloads .dl_downloads_in {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -126px;
}
.dl_st_downloads .dl_downloads_in .dl_item {
    float: left;
    width: 340px;
    margin-right: 55px;
}
.dl_st_downloads .dl_downloads_in .az {
    margin-right: 0px;
}
.dl_st_downloads .dl_downloads_in .dl_item .hd {
    background: #2ad168;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 27px;
}
.dl_st_downloads .dl_downloads_in .dl_item .hd img {
    width: 81px;
    height: 86px;
}
.dl_st_downloads .dl_downloads_in .ios .hd {
    background: #ffaf00;
}
.dl_st_downloads .dl_downloads_in .az .hd {
    background: #4596e5;
}
.dl_st_downloads .dl_downloads_in .dl_item .hd h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.1;
    margin: 0;
    padding: 28px 0;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc {
    border: 1px solid #dbe1e8;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    padding-bottom: 33px;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .cont {
    height: 224px;
}
.dl_st_downloads .dl_downloads_in .ios .desc .cont, .dl_st_downloads .dl_downloads_in .az .desc .cont {
    padding-top: 33px;
}
.dl_st_downloads .dl_downloads_in .ios .desc .cont p, .dl_st_downloads .dl_downloads_in .az .desc .cont p {
    color: #323a45;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 20px;
}
.dl_st_downloads .dl_downloads_in .pc .desc .cont p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    color: #323a45;
    line-height: 34px;
    padding-left: 40px;
    padding-top: 42px;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .btn {
    width: 270px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 3px;
    border-color: #2ad168;
    background: none;
    color:#2ad168;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .dl_btn_ios {
    border-color: #ffaf00;
    color:#ffaf00;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .dl_btn_az {
    border-color: #4596e5;
    color:#4596e5;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .btn:hover {
    background: #2ad168;
    color: #FFF;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .dl_btn_ios:hover {
    background: #ffaf00;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .dl_btn_az:hover {
    background: #4596e5;
}
.dl_st_file .container h3 {
    font-size: 30px;
    color: #222327;
    border-bottom: 1px solid #dbe1e8;
    margin: 0;
    max-width: 100%;
    padding: 72px 0 18px 0;
}
.dl_st_file .row ul {
    text-align: left;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 62px;
}
.dl_st_file .row ul li {
   list-style-type: disc;
   color: #9ea7b3;
   padding: 11px 0;
}
.dl_st_file .row ul li a {
   color: #4d545e;
   font-size: 16px;
}
.dl_st_file .row ul li a:hover {
   color: #5ea4e8;
}

.abt_st_banner {
    background: url(../images/about_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 150px;
}
.abt_st_banner h1 {
    font-size: 40px;
    font-weight: 100;
    color: #FFF;
    margin: 0;
    height: 150px;
    line-height: 150px;
    text-align: center;
}
.abt_st_content {
    margin-top: 40px;
    margin-bottom: 65px;
}
.abt_st_content .menu {
    float: left;
    width: 240px;
    margin-right: 40px;
}
.abt_st_content .menu ul{
    padding: 0;
    border-radius: 1px;
}
.abt_st_content .menu li{
    list-style: none;
}
.abt_st_content .menu li a {
    color: #4b535c;
    display: block;
    text-align: left;
    height: 60px;
    line-height: 60px;
    background-color: #f0f2f5;
    padding-left: 30px;
    font-size: 17px;
}
.abt_st_content .menu li.active a {
    background-color: #4596e5;
    color: #FFF;
}
.abt_st_content .menu li a span {
    display: block;
    float:right;
    padding-right: 26px;
}
.abt_st_content .menu li a:hover {
    text-decoration: none;
}
.abt_st_content .content {
    float: left;
    max-width: 890px;
    overflow: hidden;
}
.abt_st_content .content .cp_desc {
    float: left;
    width: 480px;
    text-align: left;
    margin-right: 32px;
}
.abt_st_content .content .cp_desc p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
}
.abt_st_content .content .cp_desc p font {
    color: #00a1e9;
}
.abt_st_content .content .cp_pic {
    float: left;
}
.abt_st_content .content .cp_pic img {
    border-radius: 1px;
}
.abt_st_content .content .cp_pic .pic2 {
    margin-top: 20px;
}
.abt_st_content .content .zs_file {
    clear: both;
    padding-top: 39px;
}
.abt_st_content .content .zs_file img {
    float: left;
}
.abt_st_content .content .zs_file .file1 {
    margin-right: 11px;
}
.abt_st_content .content h3 {
    clear: both;
    font-size: 28px;
    font-weight: 100;
    text-align: left;
    color: #4e4f52;
    border-bottom: 1px solid #dbe1e8;
    line-height: 1.8;
    margin: 0;
    max-width: none;
    padding: 65px 0 18px 0;
    margin-bottom: 20px;
}
.abt_st_content .content .zs_list {
    padding: 0;
}
.abt_st_content .content .zs_list li {
    list-style: none;
    float: left;
    margin: 20px 18px 0 18px;
    font-size: 14px;
}
.abt_st_content .content .zs_list li img {
    border: 1px solid #999999;
    border-radius: 1px;
}
.abt_st_content .content .zs_list li .zs_txt {
    margin-top: 10px;
    width: 142px;
    height:50px;
}
.abt_st_content .content .cp_contact {
    margin-top: 59px;
    text-align: left;
}
.abt_st_content .content .cp_contact .cp_addr {
    margin-right: 76px;
}
.abt_st_content .content .cp_contact .cp_addr, .abt_st_content .content .cp_contact .cp_ctps {
    float: left;
}
.abt_st_content .content .cp_contact .cp_addr p {
    margin-bottom: 0;
    margin-top: 35px;
    line-height: 30px;
    font-size: 15px;
}
.abt_st_content .content .cp_contact .cp_ctps p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 15px;
}
.abt_st_content .content .cp_contact .cp_ctps p a {
    color: #00a1e9;
}
.abt_st_content .content .cp_contact .cp_ctps .p1 {
    margin-top: 43px;
}
.abt_st_content .content .cp_contact .cp_ctps p .cckfzx {
    padding-right: 3px;
    border-radius: 3px;
}
.abt_st_content .content .cp_contact strong {
    display: block;
    font-weight: 100;
    font-size: 28px;
}
.abt_st_content .content_pay .tit_1 {
    padding-top: 5px;
    margin-bottom: 26px;
}
.abt_st_content .content_pay .tit_2 {
    padding-top: 5px;
    margin-bottom: 26px;
}
.abt_st_content .content_pay p {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
}
.abt_st_content .content_pay ul {
    padding: 0;
}
.abt_st_content .content_pay .ul_1, .abt_st_content .content_pay .ul_2 {
    height: 60px;
    background-color: #ffaf00;
    color: #FFF;
    border-radius: 3px;
    margin-bottom: 65px;
    margin-top: 35px;
}
.abt_st_content .content_pay .ul_2 {
    background-color: #4596e5;
    margin-bottom: 50px;
}
.abt_st_content .content_pay .ul_1 li, .abt_st_content .content_pay .ul_2 li {
    list-style: none;
    float: left;
    width:33.33%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    background: url(../images/arrow_1.png) right center no-repeat;
    padding-right: 26px;
}
.abt_st_content .content_pay .ul_1 li.last, .abt_st_content .content_pay .ul_2 li.last {
    background: none;
    padding-right: 0px;
}
.abt_st_content .content_pay .ul_3 li {
    float:left;
    list-style: none;
    width: 420px;
    height: 228px;
    border: 1px solid #bdc5d3;
    border-radius: 2px;
    margin: 10px 12px;
}
.abt_st_content .content_pay .ul_3 li img {
    padding: 22px 0 12px 0;
}
.abt_st_content .content_pay .ul_3 li table {
    margin-left: 28px;
}
.abt_st_content .content_pay .ul_3 li table th {
    font-weight: 100;
    font-size: 15px;
    text-align: right;
    padding: 8px;
}
.abt_st_content .content_pay .ul_3 li table td {
    font-size: 15px;
    text-align: left;
    color: #5ea4e8;
}
.abt_st_content .content_pay .ul_3 li table td .zh {
    color: #e60012;
    font-size: 18px;
}

.toTop {
    position:fixed;
    bottom:10px;
    right:20px;
    z-index:999;
    display:none;
    cursor: pointer;
    overflow:hidden;
    visibility:visible;
    width: 50px;
    height: 50px;
    text-decoration:none;
    _position:absolute;
    _top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    background: url(../images/totop.png) 0 0 no-repeat;
}
.toTop:hover {
    text-decoration:none;
    background: url(../images/totop.png) 0 -51px no-repeat;
}

.pro_st_funclist .container h1 {
    font-size: 38px;
    font-weight: 100;
    color: #222327;
    margin-top: 30px;
    margin-bottom: 20px;
}
.pro_st_funclist table {
    text-align: left;
}
.pro_st_funclist table td {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
}

.demo_st_banner {
    background: url(../images/yanshi_bg.jpg) center center no-repeat;
    height: 150px;
    line-height: 150px;
    text-align: center;
}
.demo_st_banner h1 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 40px;
    text-align: center;
}
.demo_st_content {
    margin: 80px 0;
}
.demo_st_content .row .ys_item {
    /*display: inline-block;*/
}
.demo_st_content .demo_btn_kf, .demo_st_content .demo_btn_fk {
    width: 270px;
    height: 60px;
    border-radius: 3px;
    background: none;
    border: 1px solid #4596e5;
    color: #4596e5;
    line-height: 60px;
    padding: 0;
    font-size: 21px;
    margin-top: 52px;
}
.demo_st_content .demo_btn_fk {
    border: 1px solid #ffaf00;
    color: #ffaf00;
}
.demo_st_content .demo_btn_kf:hover, .demo_st_content .demo_btn_fk:hover {
    background: #4596e5;
    border-color: #4596e5;
    color: #FFF;
}
.demo_st_content .demo_btn_fk:hover {
    background: #ffaf00;
    border-color: #ffaf00;
}
.mobile_footer .mobile_footer_zw {
    height: 60px;
    width: 100%;
}
.mobile_footer {
    display: none;
}
.mobile_footer .mobile_footer_in {
    color: #FFF;
    width: 100%;
    background: rgba(69, 150, 229, 0.9);
    height: 50px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1000;
}
.mobile_footer .mobile_footer_in .mbft_item {
    height: 50px;
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #92bfea;
}
.mobile_footer .mobile_footer_in .mbft_item span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: url(../images/ft_tel.png) left center no-repeat;
    background-size: 35px 35px;
    padding-left: 43px;
    cursor: pointer;
}
.mobile_footer .mobile_footer_in .mbft_item .mbft_item_talk {
    background: url(../images/ft_nmsg.png) left center no-repeat;
    background-size: 35px 35px;
}
.c_navbar .container .c_navmenu .c_btn_tiyan_aftlg {
    font-size: 15px;
    border: none;
    background: none;
    text-decoration: none;
    color: #FB7A17;
    cursor: default;
}
.c_navbar .container .c_navmenu .c_btn_tiyan_aftlg:hover {
    text-decoration: none;
}

#float_bg {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1050;
    background: #000;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.login_box_ct {
    display: none;
    position: fixed;
    background: #FFF;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    z-index: 1052;
    margin-left: -190px;
    margin-top: -250px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)+350);
    *width: 380px;
}
.login_box_ct .login_box_tit {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    padding: 0 80px 0 20px;
    *padding-right: 0;
    *width: 100%;
    border-bottom: 1px solid #eee;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F8F8F8;
    border-radius: 3px 3px 0 0;
    position: relative;
    letter-spacing: 2px;
    font-weight: 300;
}
.login_box_ct .login_box_tit .tit_close {
    display: inline-block;
    width:20px;
    height:20px;
    background: url(../images/op_cls.png) 0 0 no-repeat;
    font-size: 22px;
    color: #656565;
    position: absolute;
    top: 11px;
    right: 8px;
}
.login_box_ct .login_box_tit .tit_close:hover {
    text-decoration: none;
    background: url(../images/op_cls.png) 0 -20px no-repeat;
}
.login_box_ct .login_box_cont {
    padding: 20px 25px;
}
.login_box_ct .login_box_cont label {
    font-weight: 100;
    font-size: 14px;
}
.login_box_ct .login_box_cont .form-control {
    width: 330px;
}
.login_box_ct .login_box_cont .yz_ct1 .form-control{
    width: 250px;
    *width: 230px;
}
.login_box_ct .login_box_cont .yz_ct {
    height: 34px;
}
.login_box_ct .login_box_cont .yz_ct1 {
    width: 250px;
    *width: 230px;
    float: left;
}
.login_box_ct .login_box_cont .yz_ct2 {
    width: 58px;
    height:28px;
    float: left;
    padding-top: 2px;
    padding-left: 13px;
}
.login_box_ct .login_box_cont .yz_ct2 img {
    border-radius: 2px;
    cursor: pointer;
}
.login_box_ct .login_box_cont .loginsub {
    color: #FFF;
    background-color: #4596e5;
    border: 1px solid #4596e5;
    border-radius: 3px;
    font-size: 18px;
    display: block;
    width: 330px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    *margin-top: 30px;
}
.login_box_ct .login_box_cont .loginsub:hover {
    background-color: #3487d8;
    border-color: #3487d8;
}
.login_box_ct .login_box_cont .noacct {
    margin-top: 15px;
    color: #666;
}
.login_box_ct .login_box_cont .noacct a {
    color: #018518;
    text-decoration: underline;
}
.login_box_ct .login_box_cont .login_wrong_info {
    display: none;
    border-radius: 2px;
    border: 1px solid #FF8080;
    padding: 4px;
    background: #FFF2F2;
    margin-top: 6px;
    margin-bottom: 12px;
}
.login_box_ct .login_box_cont .from_lb_pwd {
    width: 100%;
}
.login_box_ct .login_box_cont .from_lb_pwd .fgtpwd {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #018518;
    padding-top: 2px;
    display: none;
}
.login_box_ct .login_box_cont .from_lb_pwd .fgtpwd:hover {
    color: #067319;
}

.demodetail_st_ct {
    background-color: #f6f8f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.demodetail_st_ct .container {
    width: 1200px;
}
.demo_dt_slider {
    position: relative;
    width: 100%;
    text-align: center;
}
.demo_dt_slider ul {
    margin:0;
    padding:0;
    width: 1200px;
    height: 600px;
}
.demo_dt_slider ul li {
    display: block;
    list-style: none;
    float: left;
    width: 1200px;
    height: 600px;
}
.demo_dt_slider .dt_view {
    width: 900px;
    height: 600px;
    float: left;
    background: #FFF;
    border-radius: 2px;
}
.demo_dt_slider .dt_desc {
    position: relative;
    width: 260px;
    height: 600px;
    float: right;
    background: #FFF;
    border-radius: 3px;
}
.demo_dt_slider .dt_desc .dt_desc_ar {
    width: 30px;
    height: 36px;
    background: url(../images/yanshi_arrow.png) 0 0 no-repeat;
    position: absolute;
    top:150px;
    left:-30px;
}
.demo_dt_slider .dt_desc .dt_desc_txt {
    padding: 10px 10px;
}
.demo_dt_slider .dt_desc .dt_desc_txt h2 {
    font-weight: 100;
    font-size: 25px;
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dbe1e8;
}
.demo_dt_slider .dt_desc .dt_desc_txt h2 sub {
    font-size: 14px;
    color: #738092;
    padding-right: 8px;
}
.demo_dt_slider .dt_desc .dt_desc_txt h3 {
    font-weight: 100;
    font-size: 16px;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    text-indent: 2em;
}
.demo_dt_dot .demo_dot_prev, .demo_dt_dot .demo_dot_next {
    display: block;
    width: 56px;
    height: 56px;
    background: #9ea7b3 url(../images/yanshi_arrow_left.png) center center no-repeat;
    float: left;
    border-radius: 3px;
}
.demo_dt_dot .demo_dot_prev {
    margin-right: 20px;
}
.demo_dt_dot .demo_dot_next {
    background: #9ea7b3 url(../images/yanshi_arrow_right.png) center center no-repeat;
    margin-left: 10px;
}
.demo_dt_dot .demo_dot_prev:hover, .demo_dt_dot .demo_dot_next:hover {
    background-color: #4596e5;
}
.demo_dt_dot {
    display: inline-block;
    padding-top: 39px;
}
.demo_dt_dot ul:before, .demo_dt_dot:before {
    display: table;
    content: " ";
}
.demo_dt_dot ul:after, .demo_dt_dot:after {
    display: table;
    content: " ";
}
.demo_dt_dot:after {
    display: table;
    content: " ";
    clear: both;
}
.demo_dt_dot ul {
    float: left;
    padding: 0;
    margin: 0;
}
.demo_dt_dot ul li {
    list-style: none;
    display: block;
    float: left;
    background: #FFF;
    margin-right: 10px;
    height: 56px;
    cursor: pointer;
}
.demo_dt_dot ul li img {
    width: 81px;
    height: 54px;
    display: block;
    margin-top: 1px;
    border-radius: 1px;
}
.demo_dt_dot ul li.active img {
    margin-top: 0px;
    border: 1px solid #4596e5;
}

.pri_st_duibi .tab_duibi {
    border-radius: 3px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.pri_st_duibi .tab_duibi th, .pri_st_duibi .tab_duibi td{
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #ededed;
}
.pri_st_duibi .tab_duibi th {
    font-weight: 100;
    font-size: 18px;
}
.pri_st_duibi .tab_duibi td {
    font-size: 16px;
}
.pri_st_duibi .tab_duibi .fcd {
    text-align: left;
    padding-left: 15px;
}

.section_error {
    padding: 202px 0 235px 0;
}
.section_error p {
    margin-bottom: 35px;
    font-size: 20px;
}

#kefu_icon_ct {
    position:fixed;
    top:50%;
    right:0px;
    z-index: 600201;
    width: 68px;
    margin-top: -190px;
    _margin-top: 0;
    _position:absolute;
    _top:expression((documentElement.clientHeight-this.offsetHeight)/2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#kefu_icon_ct .item {
    width: 68px;
    height: 88px;
    border-bottom: 1px solid #d4e3f1;
    background-color: #4596e5;
    background-color: rgba(69, 150, 229, 0.9);
    *background-color: #4596e5;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    *padding-top: 0px;
    position: relative;
}
#kefu_icon_ct .item_hover {
    background-color: #2476f2;
}
#kefu_icon_ct .item .i {
    width: 26px;
    height: 26px;
    zoom: 1;
    *margin-top: 20px;
    background: url(../images/kefu_icon.png) 1px 2px no-repeat;
    margin-left: 21px;
    *margin-left: 0;
}
#kefu_icon_ct .item .w {
    padding-top: 8px;
}
#kefu_icon_ct .item .box {
    display: none;
}
#kefu_icon_ct .qq .i {
    background: url(../images/kefu_icon.png) 1px -88px no-repeat;
}
#kefu_icon_ct .tel .i {
    background: url(../images/kefu_icon.png) 1px -29px no-repeat;
}
#kefu_icon_ct .tel .box {
    width: 211px;
    height: 80px;
    position: absolute;
    top: 5px;
    right: 80px;
    background: url(../images/kefu_icon_tel.png?20170411) 0px 0px no-repeat;
}
#kefu_icon_ct .wechat .i {
    background: url(../images/kefu_icon.png) 1px -58px no-repeat;
}
#kefu_icon_ct .wechat .box {
    width: 206px;
    height: 220px;
    position: absolute;
    top: -60px;
    right: 80px;
    background: url(../images/kefu_icon_wechat.png?v=1) 0px 0px no-repeat;
}
#kefu_icon_ct .kf {
    border-top-left-radius: 1px;
}
#kefu_icon_ct .wechat {
    border-bottom: none;
    border-bottom-left-radius: 1px;
}
#kefu_icon_ct .gototop {
    display: none;
    width: 68px;
    height: 50px;
    filter: Alpha(opacity=30);
    background: #000;
    background: rgba(0, 0, 0, 0.3)!important;
    padding-top: 4px;
    cursor: pointer;
    border-bottom-left-radius: 1px;
}
#kefu_icon_ct .gototop_hover {
    filter: Alpha(opacity=55);
    background: #000;
    background: rgba(0, 0, 0, 0.55)!important;
}
#kefu_icon_ct .gototop img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*宽度大于1400px*/
@media (min-width: 1400px) {
    
}
/*宽度大于1200px*/
@media (min-width: 1200px) {
    .section_pcclient .client_view_banner ul li {
        height: 710px;
    }
}
/*宽度小于1199px*/
@media (max-width: 1199px) {
    .section_wechat .wechat_desc {
        margin-top: 10px;
    }
}
/*宽度小于1199px*/
@media (max-width: 1199px) {
    .section_wechat .wechat_desc {
        margin-top: 10px;
    }
}
/*宽度大于992px*/
@media (min-width: 992px) {
    .pri_st_duibi .tab_duibi .pr1, .pri_st_duibi .tab_duibi .pr2, .pri_st_duibi .tab_duibi .pr3 {
        width: 130px;
    }
}
/*宽度小于992px*/
@media (max-width: 991px) {
    
}
/*宽度大于768px*/
@media (min-width: 768px) {
    .c_navbar .container {
        min-width:970px;
    }
    .pro_st_banner .container {
        min-width: 1080px;
    }
    .pri_st_taocan .container {
        min-width: 1050px;
    }
    .section_funclist .container, .abt_st_content .container {
        min-width: 1170px;
    }
    .dl_st_downloads .container {
        min-width: 1130px;
    }
}
/*宽度小于768px*/
@media (max-width: 767px) {
    .c_navbar {height:50px;}
    .c_navbar .container {height:50px;}
    .c_navbar .container .navbar-brand {height:50px;padding: 1px 5px 0 0px;}
    .c_navbar .container .navbar-right {margin-top:0;margin-bottom:0;}
    .c_navbar .container .navbar-right li a {height: 40px;line-height: 40px;font-size: 14px;}
    .c_navbar .container .navbar-right li.active a {color: #38adff;border-width:1px;}
    .c_navbar .navbar-header .navbar-toggle {margin-top:8px;}
    .c_navbar .container .c_navmenu {background-color: rgba(255,255,255,.9);}
    .c_navbar .container .c_navmenu .c_btn_tiyan {margin-right:0;}
    .c_navbar .container .c_navmenu .c_btn_tiyan, .c_navbar .container .c_navmenu .c_btn_login {
        padding:3px 20px;
        border-radius: 3px;
    }
    .c_navbar_fixed_top {
        margin-top:50px;
    }
    .c_banner .main_banner_inner h1 {
        margin-top:30px;
        margin-bottom:25px;
        font-size:28px;
        line-height:1.4;
    }
    .c_banner .main_banner_inner .main_banner_desc {
       font-size:30px;
       margin-top:25px;
    }
    .c_banner .main_banner_inner h2 {
        margin-top:25px;
        margin-bottom:0px;
        font-size:20px;
    }
    .c_banner .main_banner_inner .main_banner_btns .btn_ct {
        display: inline-block;
        margin-top:25px;
        margin-bottom:61px;
        margin:30px 20px 60px 20px
    }
    .c_banner .main_banner_inner .main_banner_btns .main_banner_btn_download, .c_banner .main_banner_inner .main_banner_btns .main_banner_btn_reg {
        font-size:18px;
        height:40px;
        line-height:40px;
    }
    .c_banner .main_banner_inner .main_banner_btns .btn_ct_dowload div {
        top:47px;
        left:33px;
    }
    .section_apps .banner_next {display: none;}
    .section_apps, .section_themes, .section_tongji {padding-top:10px;}
    .pro_st_banner .whycckf {
        display: block;
        padding: 10px 20px;
        margin: 20px 0;
    }
    .pro_st_banner .whyckf-btns .pro_btn_download, .pro_st_banner .whyckf-btns .pro_btn_reg {
        width: 280px;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }
    .pro_st_banner .whyckf-btns .apps_icon {
        margin-top: 5px;
    }
    .pro_st_banner .whyckf-btns .pro_btn_reg {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .section_funclist {
        margin: 6px 0 20px 0;
    }
    .section_funclist .pro_list_item {
        padding-top: 20px;
    }
    .section_funclist .pro_list_item .pro_list_item_in {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .demodetail_st_ct {
        padding-top: 10px;
        padding-bottom: 20px;
        background: none;
    }
    .demodetail_st_ct .container {
        width: auto;
    }
    .demo_dt_slider ul {
        width: auto;
        height: auto;
    }
    .demo_dt_slider ul li {
        float: none;
        width: auto;
        height: auto;
    }
    .demo_dt_slider .dt_view {
        width: auto;
        height: auto;
        float: none;
    }
    .demo_dt_slider .dt_view img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .demo_dt_slider .dt_desc {
        width: auto;
        height: auto;
        float: none;
    }
    .demo_dt_slider .dt_desc .dt_desc_ar {
        display: none;
    }
    .demo_dt_slider .dt_desc .dt_desc_txt {
        padding: 0 5px;
    }
    .demo_dt_slider .dt_desc .dt_desc_txt h2 {
        font-size: 20px;
        padding: 15px 0 10px 0;
        border: none;
        text-align: center;
    }
    .demo_dt_slider .dt_desc .dt_desc_txt h3 {
        font-size: 14px;
        padding: 2px 0 10px 0;
        text-indent: 2em;
        line-height: 20px;
    }
    .demo_dt_dot {
        display: none;
    }
    .c_banner ul li {
        height: 630px;
        background-size: cover;
    }
}
/*宽度小于481px*/
@media (max-width: 480px) {
    .sec_warning {
        display: none;
    }
    .section_common h2 {
       font-size:20px;
       margin-top: 25px;
    }
    .section_common h3 {
       font-size:13px;
       line-height: 1.4;
       margin-top: 15px;
       margin-bottom:20px;
    }
    .section_pcclient .client_view .dotnav ul li {
        padding: 0 2px;
        font-size: 12px;
    }
    .section_pcclient .client_view .dotnav ul li .dot_txt {
        margin: 5px 0;
    }
    .section_pcclient .client_view_banner {
        margin-top: 15px;
    }
    .section_wechat .wechat_chatwinpic, .section_wechat .wechat_desc {
        display: block;
    }
    .section_wechat .wechat_desc {
        margin-top: 10px;
    }
    .section_qudao {
        height: 350px;
    }
    .section_qudao .qudao_view {
        padding-top: 30px;
    }
    .section_qudao .qudao_view .qudao_item {
        padding: 0 2px;
    }
    .section_qudao .qudao_item .item_txt {
        font-size: 13px;
        margin: 5px 0;
    }
    .section_gongsizizhi .gongsizizhi_view {
        height: 340px;
        /*padding-top: 99px;*/
    }
    .section_gongsizizhi .gongsizizhi_view .zizhi_item {
        padding: 0 2px;
        margin-top: 99px;
    }
    .footer .container p {
        font-size:13px;
        padding:15px 0;
        line-height: 22px;
    }
    .footer .container {
        background-position: right bottom;
        background-size: 130px auto;
    }
    .section_contact .container {
        height: 36px;
    }
    .section_contact .ct_tel, .section_contact .ct_download, .section_contact .ct_reg {
        font-size: 13px;
        background-size: 12px auto;
        padding-left: 15px;
        word-break: break-all;
        height: 36px;
        line-height: 36px;
    }
    .pro_st_banner .whycckf h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .pro_st_banner .whycckf h5 {
        font-size: 14px;
    }
    .pro_st_banner .whyckf-btns .pro_btn_download, .pro_st_banner .whyckf-btns .pro_btn_reg {
        font-size: 18px;
    }
    .toTop{
        right:10px;
    }
    .pri_st_banner {
        height: 250px;
    }
    .pri_st_banner h1 {
        font-size: 32px;
        margin-top: 58px;
    }
    .pri_st_taocan .pri_taocan_in .taocan_qiye, .pri_st_taocan .pri_taocan_in .taocan_shangwu {
        float: none;
    }
    .pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box, .pri_st_taocan .pri_taocan_in .taocan_shangwu .taocan_shangwu_box, .pri_st_taocan .pri_taocan_in .taocao_desc_list ul {
        width: 100%;
    }
    .pri_st_taocan .pri_taocan_in .taocan_shangwu, .pri_st_taocan .pri_taocan_in .taocan_qiye {
        margin-top: 10px;
    }
    .pri_st_taocan .pri_taocan_in .taocao_desc_list ul li {
        font-size: 15px;
        padding: 5px 0 5px 26px;
    }
    .pri_st_taocan .pri_taocan_in .taocao_desc_list {
        padding-top: 30px;
        padding-left: 10px;
    }
    .pri_st_taocan .pri_taocan_in .taocan_qiye .taocan_qiye_box {
        border-radius: 6px;
    }
    .pri_st_taocan .pri_taocan_in .zxyh {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .pri_st_taocan .pri_taocan_in .taocan_shangwu .taocao_desc_list {
        padding-top: 30px;
    }
    .pri_st_taocan .pri_taocan_in {
        padding-bottom: 15px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .dl_st_downloads .dl_downloads_in {
        margin-top: 10px;
    }
    .dl_st_downloads .dl_downloads_in .dl_item {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .dl_st_file .container h3 {
        padding: 30px 0 12px 0;
        margin-bottom: 10px;
    }
    .dl_st_file .row ul {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .abt_st_banner h1 {
        font-size: 36px;
    }
    .abt_st_content .content .cp_desc {
        width: auto;
        margin-right: 0;
    }
    .abt_st_content .menu {
        float: none;
        width: 100%;
    }
    .abt_st_content {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .abt_st_content .menu ul {
       margin-bottom: 0; 
    }
    .abt_st_content .menu li {
        float: left;
        width: 33.33%;
    }
    .abt_st_content .menu li a {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        padding-left: 0;
        text-align: center;
    }
    .abt_st_content .menu li a span {
        padding-right: 8px;
    }
    .abt_st_content .content {
        padding-top: 6px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .abt_st_content .content .cp_desc p {
        margin-top: 10px;
    }
    .abt_st_content .content h3 {
        margin-bottom: 10px;
        padding: 32px 0 12px 0;
    }
    .abt_st_content .content_pay .ul_1, .abt_st_content .content_pay .ul_2 {
        height: 32px;
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .abt_st_content .content_pay .ul_1 li, .abt_st_content .content_pay .ul_2 li {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding-right: 30px;
    }
    .abt_st_content .content_pay .ul_3 li {
        width: 100%;
        margin: 8px 0px;
    }
    .abt_st_content .content .cp_contact {
        margin-top: 30px;
    }
    .abt_st_content .content .cp_contact .cp_addr p {
        margin-top: 10px;
    }
    .abt_st_content .content .cp_contact .cp_addr, .abt_st_content .content .cp_contact .cp_ctps {
        float: none;
        margin-right: 0;
    }
    .abt_st_content .content .cp_contact .cp_ctps {
        margin-top: 15px;
    }
    .abt_st_content .content .cp_contact .cp_ctps .p1 {
        margin-top: 10px
    }
    .abt_st_content .content .zs_list li {
        margin: 10px 12px 0 12px;
    }
    .pro_st_funclist .container h1 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .pro_st_funclist table td{
        font-size: 14px !important;
    }
    .demo_st_banner h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .demo_st_content {
        margin: 30px 0;
    }
    .demo_st_content .demo_btn_kf, .demo_st_content .demo_btn_fk {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .mobile_footer {
        /*display: block;*/
    }
    .toTop {
        bottom: 60px;
        display: none !important;
    }
    .section_contact, .footer, .footer-list {
        display: none;
    }
    
    .login_box_ct {
        margin-left: -150px;
        margin-top: -185px;
    }
    .login_box_ct .login_box_cont .form-control {
        width: 250px;
    }
    .login_box_ct .login_box_cont .yz_ct1 .form-control{
        width: 180px;
    }
    .login_box_ct .login_box_cont .yz_ct1 {
        width: 180px;
    }
    .login_box_ct .login_box_cont .loginsub {
        width: 250px;;
    }
    .pri_st_duibi .tab_duibi th, .pri_st_duibi .tab_duibi td{
        padding: 10px 6px;
    }
    .pri_st_duibi .tab_duibi th {
        font-size: 16px;
    }
    .pri_st_duibi .tab_duibi td {
        font-size: 14px;
    }
    .pri_st_duibi .tab_duibi .fcd {
        padding-left: 6px;
    }
    .pri_st_duibi .tab_duibi {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .section_error {
        padding: 122px 0 0px 0 !important;
    }
    .section_error p {
        font-size: 16px;
    }
    .c_navbar {
        background-color: #FFF;
    }
    .c_navbar .container {
        position: relative;
    }
    .c_navbar .container .mb_top_reg_btn {
        display: inline-block;
        border: none;
        border-radius: 3px;
        background-color: #ffaf00;
        color: #FFF;
        position: absolute;
        top: 12px;
        right: 80px;
        padding: 0;
        width: 78px;
        height: 26px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .c_navbar .container .navbar-brand .logo {
        display: none;
    }
    .c_navbar .container .navbar-brand .mblogo {
        display: block;
    }
    .c_navbar .container .navbar-brand {
        padding: 1px 5px 0 1px;
    }
    .demo_st_content .container .ys_item img {
        width: 210px;
    }
    .pri_st_banner {
        height: 150px;
    }
    .pri_st_banner h1 {
        font-size: 23px;
        margin-top: 43px;
        line-height: 30px;
    }
    .section_funclist .pro_list_icon_bg {
        background: #4596E5;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
}

.c_navbar .container {
    *width: 1200px;
}
.container {
    *width: 1200px;
}
.c_navbar {
    *background: #FFF;
    _border-bottom: 0px solid #f2f2f2;
}
.c_navbar_fixed_top {
    _margin-top: 0px;
}
.navbar-right {
    _float: right;
    _background: #FFF;
    _padding-right: 15px;
}
.navbar-right li {
    _height: 65px;
    _float: left;
}
.c_navbar .container .navbar-right .active, .c_navbar .container .navbar-right .active a {
    _background: #FFF;
}
.c_navbar .container .navbar-right li.active a {
    _border-bottom: 0px solid #38adff;
}
.c_navbar .container .navbar-right li.active {
    _border-bottom: 2px solid #38adff;
}
.c_navbar .container .navbar-right li a:hover {
    _background: #FFF;
    _text-decoration: none;
}
.navbar-header {
    _height: 65px;
}
.c_navbar .container .navbar-brand {
    _padding: 0;
}
.c_navbar .container .navbar-brand img {
    _display: block;
    _margin-top: 9px;
}
.c_banner .main_banner_inner h1, .c_banner .main_banner_inner h2 {
    _margin: 0px;
}
.c_navbar .container .c_navmenu .c_btn_tiyan:hover {
    _color: #ffffff;
    _background: #38adff;
}
.c_banner .main_banner_inner .main_banner_btns {
    *width: 663px;
}
.c_banner .main_banner_inner .main_banner_btns .btn_ct {
    *float: left;
}
.section_wechat .container-fluid {
    *width: 1050px;
}
.section_wechat .wechat_chatwinpic, .section_wechat .wechat_desc {
    *float: left;
}
.section_wechat .wechat_desc {
    *margin-top: 60px;
}
.section_contact .ct_tel_c {
    *width: 48%;
}
.section_contact .ct_download_c {
    *width: 24%;
}
.section_customers .container-fluid img {
    _width: 1200px;
}
.dl_st_downloads .dl_downloads_in {
    _margin-top: 10px;
}
.section_funclist .container, .abt_st_content .container .row {
    *width: 1200px;
}
.banner_inner {
    _padding-top: 70px;
}
.section_funclist .pro_list_item {
    *float: left;
    *width: 385px;
    *overflow: hidden;
}
.pro_st_banner {
    _padding-top: 50px;
    _padding-bottom: 50px;
}
.pro_st_banner .whyckf-btns .pro_btn_download, .pro_st_banner .whyckf-btns .pro_btn_reg {
    _margin-top: 30px;
}
.pro_st_banner .whycckf {
    _width: 754px;
    _margin: 0;
    _padding: 15px 12px;
}

.pro_st_banner .container .col-xs-12 {
    *width: auto;
    *float: left;
}
.dl_st_file .col-xs-12 {
    *padding: 0;
    *width: 47%;
}
.pri_st_banner h1 {
    *margin-top: 130px;
    _margin-top: 120px;
}
.pri_st_taocan .pri_taocan_in {
    *width: 1050px;
    *margin: 0 auto;
}
.pri_st_taocan .pri_taocan_in .taocan_qiye, .pri_st_taocan .pri_taocan_in .taocan_shangwu {
    *width: 525px;
}
.dl_st_downloads .dl_downloads_in .dl_item .desc .cont {
    *overflow: hidden;
}
.pro_st_funclist .container table {
    *width: 1088px;
}
.abt_st_content .content .zs_list {
    *padding: 0;
    *margin: 0;
    *width: 890px;
    *overflow: hidden;
}
.abt_st_content .content .zs_list li {
    *display: inline-block;
    *margin: 20px 16px 0 16px;
}
.abt_st_content .content_pay .ul_1, .abt_st_content .content_pay .ul_2, .abt_st_content .content_pay .ul_3{
    *width: 890px;
    *padding: 0;
    *margin: 0;
    *overflow: hidden;
}
.abt_st_content .content_pay .ul_1 li, .abt_st_content .content_pay .ul_2 li {
    *margin: 0;
    *width: 295px;
    *padding: 0; 
}
.abt_st_content .content_pay .tit_2 {
    *padding-top: 39px;
}
.abt_st_content .content_pay .ul_3 {
    *padding-top: 20px;
}
.abt_st_content .content_pay .ul_3 li {
    *display: inline-block;
    *margin: 10px 8px;
}
.abt_st_content .menu ul, .abt_st_content .menu ul li {
    *margin: 0;
    *padding: 0;
    *width: 240px;
}
.abt_st_content .menu li a {
    *padding: 0;
    *width: 240px;
    *position: relative;
    *text-indent: 25px;
}
.abt_st_content .menu li a span {
    *padding: 0;
    *position: absolute;
    *right: 20px;
    *top: 0;
}
.demo_st_banner, .abt_st_banner {
    *height: auto;
    _height: 150px;
}
.demo_st_banner h1 {
    *height: 150px;
    *line-height: 150px;
    *vertical-align: baseline;
}
.demo_st_content .row {
    *width: 1110px;
    *margin: 0 auto;
}
.demo_st_content .row .col-xs-12 {
    *padding: 0;
    *margin: 0;
    *width: 555px;
    *float: left;
}
#kf_bottom .bottom-box {
    width: 100%;
    background: #4596e5;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    z-index: 2000;
    height: 50px;
}
#kf_bottom .bottom-box .bottom {
    width: 880px;
    line-height: 50px;
    height:50px;
    margin: 0 auto;
    position: relative;
    padding:0 60px 0 30px;
}
#kf_bottom .bottom-box .bottom p {
    float: left;
    font-size: 20px;
    color: #fff;
    margin-right: 150px;
}
#kf_bottom .bottom-box .bottom a {
    float: right;
    margin-left: 10px;
    margin-top: 8px;
}
#kf_bottom .bottom-box .bottom a:hover {
    text-decoration: none;
}
#kf_bottom .bottom-box .bottom a.kfbt_close {
    position: absolute;
    right: 0;
    top: -20px;
    color: #FFF;
    font-size: 36px;
    font-family: Tahoma, Geneva, sans-serif;
}
#kf_bottom .bottom-box .bottom a.kfbt_close:hover {
    color: #F00;
}
#kf_bottom .show-img {
    position: fixed;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.lazy {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.lazy.b-loaded {
    opacity: 1;
}
