﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #fff;
    overflow-x: hidden;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font: 14px "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
    -webkit-font-smoothing: antialiased;
    font-family: "微软雅黑";
}
input, select, textarea {
    font-size: 100%;
}

/* 统一上标和下标 */
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
a.beian {
	color:#bcc1d0;
}
a.beian:hover{
	color:#f36d6d;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    border-radius:4px 4px 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i, em {
    font-style: normal;
}

*:focus {
    outline: none;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.wrapper2{width: 1450px;
    margin-right: auto;
    margin-left: auto;}

/*header start*/
.header {
    background: #fff;
    padding: 0 70px;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgba(229, 229, 229, 0.4);
}

.logo {
    margin-top: 16px;
}

.logo, .logo img {
    width: 241px;
    height: 38px;
    display: block;
}

.nav {
    line-height: 70px;
    height: 70px;
    overflow: hidden;
}

.nav li {
    float: left;
    margin-left: 40px;
    text-transform: uppercase;
    position: relative;
    line-height: 70px;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.nav li a:hover {
    color: #416aff;
}

.nav:hover {
    overflow: inherit;
}

.nav li:hover dl {
    opacity: 1;
    top: 70px;
    margin-top: 0;
}

.nav dl {
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    width: 120px;
    padding: 12px 0 12px 0;
    margin-top: 10px;
    text-align:center;
    box-shadow:0 4px 8px 0 rgba(229, 229, 229, 0.4);
    transition: all .4s ease;
}

.nav li:nth-child(3) dl {
    width: 120px;
}

.nav dl dd a{
    font-size:14px;
    color:#333;
}

.nav dl dd {
    height: 42px;
    line-height: 42px;
}


.phone {
    /*width: 315px;*/
    margin: 16px 0 0 60px;
}

.mfsy {
    display: block;
    width: 100px;
    height: 36px;
    background: #416aff;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.p_text {
    font-size: 0;
    width: 205px;
}

.p_text b {
    display: block;
    font-size: 20px;
    color: #444;
    height: 20px;
    line-height: 20px;
}

.p_text span {
    display: block;
    font-size: 12px;
    color: #999;
}


.s_jjfa_box {
    width: 100%;
    height: 740px;
    margin-top: 100px;
    
}

.s_jjfa_box_0 {
    background:rgba(23,30,56,0.9) url(../images/jpjg.jpg) no-repeat top center;
}

.s_jjfa_box_1 {
    background:rgba(23,30,56,0.9) url(../images/zsff.jpg) no-repeat top center;
}

.s_jjfa_box_2 {
    background:rgba(23,30,56,0.9) url(../images/xsqy.jpg) no-repeat top center;
}

.s_jjfa_box_3 {
    background:rgba(23,30,56,0.9) url(../images/jxjy.jpg) no-repeat top center;
}

.s_jjfa_box_4 {
    background:rgba(23,30,56,0.9) url(../images/dzsw2.jpg) no-repeat top center;
}


/*header end*/



.footer {
    background: #2a3149;
    padding: 76px 0 38px;
}

.foot_t {
    margin-bottom: 35px;
    overflow: hidden;
    min-height: 220px;
}

.ft_t_menu dl {
    float: left;
    margin-left: 120px;
}

.ft_t_menu dl:first-child {
    margin-left: 0;
}

.ft_t_menu dt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ft_t_menu dd {
    font-size: 0;
    text-align: center;
    float:left;
}

.ft_t_menu dd a {
    display: block;
    font-size: 12px;
    color: #bcc1d0;
    margin: 24px 0 24px 0;
}

.ft_t_menu dd a:hover {
    color: #fff;
}

.ft_t_txt {
    width: 430px;
}

.ft_phone {
    text-align: center;
    width: 192px;
    margin: 20px 70px 0 0;
}

.ft_phone img {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
}

.ft_phone b {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.ft_phone span, .ft_wx span {
    color: #bcc1d0;
    font-size: 12px;
    display: block;
}

.ft_wx, .ft_wx img {
    width: 160px;
    height: 160px;
    display: block;
    text-align: center;
  border-radius:4px;
}

.ft_wx span {
    margin-top: 15px;
}

.foot_c {
    border-style: solid;
    border-color: #374558;
    border-width: 1px 0;
    padding: 21px 0 0;
}

.foot_c b, .foot_c span {
    font-size: 12px;
    display: block;
    float: left;
    color: #fff;
}

.foot_c b {
    width: 75px;
}

.foot_c span {
    width: 1125px;
}

.foot_c span a {
    font-size: 12px;
    display: inline-block;
    color: #bcc1d0;
    margin: 0 0 21px 26px;
}

.foot_c span a:hover {
    color: #fff;
}

.foot_b {
    margin-top: 38px;
    color: #bcc1d0;
    font-size:12px
}

/**************** 以上为页头页尾共用 ****************/

.banner {
    margin-top: 70px;
}

.banner .swiper-pagination {
    bottom: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    transition: all .3s ease;
    border-radius: 24px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}


.banner .swiper-slide{ width:100%; height:500px;}

.banner .t_terminal_txt{ width:auto; margin:81px 0 0 124px;position:relative;}
.banner .t_terminal_pic{ width:auto; height:auto; margin:63px 0 0 0;}
.banner .slide_gai2 .t_terminal_pic{margin:40px 0 0 0;}
.banner .slide_gai4 .t_terminal_pic{margin:58px 0 0 0;}

.gywm-banner .t_terminal_pic{margin:56px 0 0 0;}
.gywm-banner .t_terminal_txt{margin: 140px 0 0 124px;}

.banner .crm .t_terminal_pic{margin:56px 0 0 0;}
.banner .wh .t_terminal_pic{margin:60px 0 0 0;}
.banner .wx .t_terminal_pic{margin:48px 0 0 0;}
.banner .dzsw .t_terminal_pic{margin:76px 0 0 0;}


.nmlsa{ width:487px !important;}
.nmlsa2{ width:601px !important;}
.s_czb{ width:529px !important;}
.nmlsa h4{ font-size:40px; color:#fff; margin-bottom:20px;}
.nmlsa h5{ font-size:24px; color:#fff; width:600px; margin-bottom:49px; font-weight:lighter;}
.nmlsa p{ margin-bottom:44px; line-height:26px; font-weight:lighter; margin-top:auto !important;}
.anniu{ width:220px;}
.anniu a{ width:100px; height:36px; border-radius:4px; border:1px solid #fff; font-size:14px; color:#fff; text-align:center; line-height:36px;}
.anniu a:last-child{ background:#fff; color:#5a79ff;}
.t_terminal_txt .nmlsa h3:after{ content: none !important;}

.s_jphy_icon{ width:429px; background: url(../images/ban_jypx.png) no-repeat top center;}
.s_jphy_icon a{ color:#fff; font-size:14px; padding:40px 0 0;}

.s_dzsw_icon{ width:335px; background: url(../images/ban_dzsw.png) no-repeat top center;}
.s_zsff_icon{ width:335px; background: url(../images/ban_zsff.png) no-repeat top center;overflow:hidden;}
.s_jxjy_icon{ width:414px; background: url(../images/ban_jxjy.png) no-repeat top center;}
.s_zsff_icon a{ display:block; float:left;}
.s_zsff_icon a:nth-child(1){ margin-right:36px;}
.s_zsff_icon a:nth-child(2){ margin-right:49px;}
.s_zsff_icon a:nth-child(3){ margin-right:50px;}
.s_xsqy_icon{ width:429px; background: url(../images/ban_xsqy.png) no-repeat top center;}

.s_jxjy_icon a:nth-child(1){ margin-left:-6px;}




.t_icon_box {
    background: #fff;
    padding: 100px 0;
    overflow: hidden;
}

.s_icon_box {
    padding: 100px 0 60px;
}

.t_title {
    text-align: center;
}

.t_title h2 {
    font-size: 40px;
    color: #444;
    margin-top:-10px;
}

.t_title p {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}

.t_title h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #000;
    border-radius: 4px;
    margin: 20px auto 0;
}

.t_icon_list {
    width: 110%;
    overflow: hidden;
    margin-top: 60px;
}

.t_icon_list li {
    float: left;
    width: 224px;
    height: 110px;
    overflow: hidden;
    background: #fefefe;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin: 0 20px 20px 0;
   
}

.t_icon_list li a {
    display: block;
    padding: 29px 0 0 29px;
    overflow: hidden;
    height: 100%;
}

.t_icon_list li i {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}

.t_icon_list li dl {
    float: left;
    width: 142px;
    margin: -4px 0 0 18px;
}

.t_icon_list li dt {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.t_icon_list li dd {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}

.t_con_box .t_con_bg1 {
    background: #f9fafc;
}

.t_con_box .t_con_bg2 {
    background: #fff;
}

.t_con_list {
    padding: 100px 0;
}

.t_con_list .t_con_txt {
    width: 535px;
}

.t_con_list .t_con_txt h3 {
    font-size: 24px;
    color: #333;
}

.t_con_list .t_con_txt dl {
    margin-top: 40px;
}

.t_con_list .t_con_txt dt {
    font-size: 16px;
    color: #333;
}

.t_con_list .t_con_txt dd {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.t_con_list .t_con_pic {
    width: 532px;
    margin-top: 50px;
}

.t_terminal {
    background: url(../images/terminal-bg.jpg) no-repeat;
    height: 630px;
    padding-top: 100px;
}
.s_wh{background: url(../images/terminal-bg2.jpg) no-repeat;}
.t_terminal_txt {
    width: 390px;
}

.t_terminal_txt h3 {
    font-size: 40px;
    color: #fff;
}

.t_terminal_txt h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #3f7fff;
    border-radius: 5px;
    margin-top: 25px;
}

.t_terminal_txt p {
    color: #fff;
    font-size: 16px;
    margin-top: 45px;
}

.t_terminal_txt dl {
    border-bottom: 1px dashed #525252fc;
    padding: 40px 0 30px;
}

.t_terminal_txt dl:last-child {
    border-bottom: none;
}

.t_terminal_txt dt {
    float: left;
    width: 32px;
    height: 32px;
    margin: 10px 25px 0 0;
}

.t_terminal_txt dt img {
    width: 32px;
    height: 32px;
    display: block;
}

.t_terminal_txt dd {
    font-size: 0;
    float: left;
    width: 332px;
}

.t_terminal_txt dd span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.t_terminal_txt dd span a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #3f7fff;
    padding: 1px 10px;
    margin-left: 10px;
    border-radius: 2px;
    text-transform: capitalize;
}

.t_terminal_txt dd span a:first-child {
    margin-left: 0;
}

.t_terminal_txt dd span:first-child {
    margin-bottom: 9px;
}


.t_terminal_pic {
    width: 808px;
    height: 432px;
    position: relative;
    top: 0;
    right: -50px;
}


.dzsw .t_terminal_pic{right:145px;}

.t_terminal_pic img {
    display: block;
    width: 100%;
}

.t_product {
    background: url(../images/product_bg_c.png) no-repeat top center;
    height: 540px;
    padding-top: 88px;
}

.t_product .t_pro_rel {
    position: relative;
}

.t_product .t_pro_h240 {
    width: 50px;
    height: 240px;
    background: url(../images/product_bg2.gif) no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.t_product .t_pro_h_left {
    left: -30px;
}

.t_product .t_pro_h_right {
    right: -30px;
}

.t_pro_top {
    margin-top: 60px;
}

.t_pro_top li {
    width: 545px;
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
    height:330px;
}

.t_pro_top li img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto;
}

.t_pro_top li p {
    font-size: 14px;
    color: #666;
    margin-top: 35px;
    padding-left: 35px;
    line-height: 30px;
}

.t_pro_top li p:before,
.t_pro_top li p:after {
    content: '';
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.t_pro_top li p:before {
    background: url(../images/fh_before.gif) no-repeat;
    top: -2px;
    margin-left: -35px;
}

.t_pro_top li p:after {
    background: url(../images/fh_after.gif) no-repeat;
    bottom: -15px;
    float: right;
    right: 100px;
}

.t_pro_top li:first-child {
    float: left;
    margin-left: 25px;
}

.t_pro_top li:first-child + li {
    float: right;
    margin-right: 25px;
}

.t_product_logo {
    padding: 90px 0;
}

.wh_jianju .t_con_txt{ margin:50px 0 0 0;}
.s_wh{ height:623px;}
.s_wh .t_terminal_txt dd span a{ background:#30c860;}
.s_wx_list,.s_kf_list,.s_zf_list,.s_dzsw_list{ width:100%;}
.s_wx_list li,.s_kf_list li,.s_zf_list li{ width:285px; height:110px;margin: 0 0 20px 0;}
.s_wx_list li a,.s_zf_list li a{ padding:25px 0 0 29px;}
.s_zf_list li dl{ width:171px;}
.s_dzsw_list li{ width:285px; height:120px;margin: 0 0 20px 0;}
.s_dzsw_list li.t_icon_item1{ background:#fff url(../images/dzsw01.png) no-repeat 237px 10px;}
.s_dzsw_list li.t_icon_item2{ background:#fff url(../images/dzsw02.png) no-repeat 237px 10px;}
.s_dzsw_list li.t_icon_item3{ background:#fff url(../images/dzsw03.png) no-repeat 237px 10px;}
.s_dzsw_list li.t_icon_item4{ background:#fff url(../images/dzsw04.png) no-repeat 237px 10px;}
/*首页*/
.s_zxgg {
    width: 100%;
    height: 40px;
    background: #f6f8fb;
}

.wrap h3 {
    font-size: 14px;
    color: #416aff;
    float: left;
    line-height: 40px;
}

.ljxq a {
    float: right;
    font-size: 12px;
    color: #416aff;
    border: 1px solid #416aff;
    border-radius: 4px;
    display: block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 8px 0;
  cursor:pointer;
}

.roll-wrap {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 1000px;
    float: left;
}

.roll-wrap li {
    position: relative;
    height: 40px;
}

.roll-wrap li a {
    display: block;
}

.roll-wrap li h4 {
    font-size: 14px;
    color: #666666;
    float: left;
}

.s_iccd {
    width: 1198px;
    margin: 0 auto;
    border: 1px solid #e3eeff;
    height: 470px;
}

.s_cdyl {
    border-left: 1px solid #e3eeff;
    width: 299px;
    float: left;
    height: 469px;
}

.s_cdyl:first-child {
    border-left: none;
}

.s_tit {
    background: #f6f8fb;
    height: 79px;
    border-bottom: 1px solid #e3eeff;
}

.s_tit h3 {
    font-size: 24px;
    color: #191c3d;
    margin: 10px 0 0 40px;
    float: left;
}

.s_tit h3 em {
    color: #416aff;
    font-size: 24px;
}

.s_tit span {
    float: left;
    margin: 0 0 0 79px;
    display: block;
    font-size: 14px;
    color: #d7d9de;
}

.s_dldt {
}

.s_dldt ul {
    margin-top: 20px;
}

.s_dldt ul li {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.s_dldt ul li dt {
    font-size: 16px;
    color: #333;
    background: url(../images/yuan.png) no-repeat left center;
    padding: 0 0 0 25px;
    margin: 0 0 5px 40px;
    float: left;
}

.s_dldt ul li dd {
    font-size: 12px;
    color: #666;
    float: left;
    margin: 0 0 0 21px;
    padding: 0px 45px;
}

.s_cdyl:hover {
    /*box-shadow: #f3f3f3 5px 5px 5px -1px;*/
    box-shadow: 1px 1px 20px #e7e7e7;
}

.s_cdyl:hover .s_tit {
    background: #4184ff;
}

.s_cdyl:hover .s_tit h3, .s_cdyl:hover .s_tit h3 em {
    color: #fff;
}

.s_cdyl:hover .s_tit span {
    color: #6799ff;
}

.s_dldt ul li:hover {
    background: #f2f5fb;
}

.s_dldt ul li:hover dt {
    background: url(../images/yuan2.png) no-repeat left center;
}

.s_dldt ul li:hover dt, .s_dldt ul li:hover dd {
    color: #416aff;
}



.tab {
    width: 100%;
    height: 350px;
}

.tab, .info {
    width: 100%;
    margin: 15px auto 0;
}

.info {
    position: relative;
    height: 100%;
}

.info dl {
    width: 264px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/link.png) no-repeat right center;
}

.info dl dd {
    width: 200px;
    height: 60px;
    margin-bottom: 20px;
    background: rgba(227, 238, 255, .1);
}

.info dl dd.curr {
    background: #416aff;
}

.info dl dd.curr a b {
    color: #fff;
  
}

.info dl dd img {
    width: 78px;
    height: 79px;
    display: block;
    margin: 0 auto;
}

.info dl dd a {
    display: block;
    position: relative;
}

.info dl dd a b {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 60px;
}

.qh {
    width: 876px;
    float: right;
    height: 400px;
    position: relative;
}

.news_ul {
    display: none;
}

.news_ul:first-child {
    display: block;
}

.s_jjfa_c {
}

.s_jjfa_c h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.s_jjfa_c p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 22px;
}

.s_jjfa_z {
    margin-top: 96px;
}
.s_jjfa_z ul{ width:778px; margin-left:12px;}
.s_jjfa_z li {
    width: 58px;
}


.s_jjfa_z li img {
    width: 58px;
    height: 56px;
    margin-bottom: 10px;
}

.s_jjfa_z li span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
}


.s_jjfa2_box {
    width: 100%;
    background: url(../images/bj2.png) no-repeat bottom center;
    height: 936px;
}

.yfsl ul {
    width: 960px;
    margin: 0 auto;
}

.yfsl ul li {
    width: 240px;
    text-align: center;
}

.yfsl ul li dl {
    background: url(../images/link2.png) no-repeat right center;
}

.yfsl ul li dl dt b {
    font-size: 48px;
    color: #416aff;
}

.yfsl ul li dl dt i {
    font-size: 16px;
    color: #416aff;
    margin-left: 5px;
}

.yfsl ul li dl dt img {
    display: block;
}

.yfsl ul li dl dd {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.yfsl ul li:last-child dl {
    background: none;
}

.yfsl {
    overflow: hidden;
  margin-top:-16px;
}

.article-xx {

    color: #3983bf;
    border-right: #ddd solid 1px;
}

.article-xx-top {
    width: 100%;
    overflow: hidden;
}

.article-xx-top b {
    font-size: 50px;
    display: block;
    float: left;
    margin-left: 20px;
}

.article-xx-top i {
    font-size: 18px;
    display: block;
    float: left;
}

.article-xx-btm {
    font-size: 16px;
    color: #666;
    text-align: center;
}


.s_icont_box {
    width: 1210px;
    margin: 0 auto;
    height: 496px;
    box-shadow: 0 0 10px 0 rgba(229, 229, 229, 0.4);
    margin-top: 40px;
    background: #fff;
    border-radius:4px;
}

.s_icont_box dl {
    width: 1092px;
    margin: 0 auto;
    padding: 58px 0;
    border-bottom: 1px dashed #eee;
    background: url(../images/s_icon1.png) no-repeat left center;
    padding-left: 66px;
}

.s_icont_box dl dt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
}

.s_icont_box dl dd {
    font-size: 16px;
    color: #333333;
}

.s_icont_box dl dd:last-child {
    float: right;
    margin: -46px 0 0 0;
}

.s_icont_box dl span {
    float: right;
}

.s_icont_box dl.s_bjm2 {
    background: url(../images/s_icon2.png) no-repeat left center;
}

.s_icont_box dl.s_bjm3 {
    background: url(../images/s_icon3.png) no-repeat left center;
    border-bottom: none;
}


.s_jjfa3_box {
    width: 100%;
    background: #f6f8fb;
    height: 1074px;
}
.s_jjfa3_box:hover .swiper-button-next {
    display: block;
}
.s_jjfa3_box:hover .swiper-button-prev {
    display: block;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background:url(../images/ico_left.png) no-repeat center center!important; width:60px!important; height:60px!important;display: none;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background:url(../images/ico_right.png) no-repeat center center!important;}
.swiper-pagination-bullet{ background:#d3e1f5; opacity:1;}
.swiper-pagination-bullet-active{ width:24px !important; height:8px !important; border-radius:999px !important; background:#416aff;opacity:1;}
  .t_case_box .t_case_slide i{ width:600px; height:338px; display:block;}
  .t_case_box .t_case_slide dl{ padding:35px 40px 40px 40px; background:#fff; height:300px; border-radius:0 0 4px 4px;}
  .t_case_box .t_case_slide dl dt{ font-size:18px; color:#333; font-weight:bold; margin-bottom:11px;}
   .t_case_box .t_case_slide dl dd{ font-size:16px; color:#333; line-height:28px;}
   .t_case_box .t_case_slide dl dd:last-child{ width:129px; height:40px; margin:0 auto 0;    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;}
        .t_case_box {
            width: 1200px;
            height: 725px;
            margin: 0 auto;
      overflow:hidden;
        }

        .t_case_box .t_case_wrapper {
            height: 635px;
            width: 100%;
        }

        .t_case_box .t_case_slide {
            background: #fff;
            box-shadow: 0 10px 20px 0 rgba(229, 229, 229, 0.4);
            width: 50%;
            border-radius:4px;
        }

        .t_case_box .swiper-slide-active {
            background: #eee;
            border-radius:4px;
        }

        .t_pro_logo_list {
        }

        .t_pro_logo_list li {
            float: left;
            width: 50%;
            text-align: center;
            transition: all .3s ease;
        }

        .t_pro_logo_list li a {
            display: block;
            border: 1px solid #eee;
            margin: 15px;
            box-shadow: 2px 0px 10px #e7e7e7;
            padding: 15px;
        }

        .t_pro_logo_list li:hover {
            transform: translateY(-15px);
        }






.s_ggt{ float:left; margin-top:-6px; height:223px; width:100%;}
.s_ggt a{ display:block; height:100%;}

.s_jjfa4_box {
    width: 100%;
    height: 556px;
    background: #fff;
}

.s_lgoo {
    padding: 100px 0;
}

.s_lgoo li {
    background: url(../images/s_logo1_1.png) no-repeat;
    margin-bottom: 35px;
    width: 208px;
    height: 80px;
    border-radius:4px;
    box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.2);
    transition: all .3s ease;
}
.s_lgoo p{ text-align: center;
    padding: 30px 0 0 0;
    color: #cfcfcf;
    font-size: 12px;
}
.s_lgoo li a {
    display: block;
    height: 80px;
}

.s_lgoo li:hover {
    background: url(../images/s_logo1_1.png) no-repeat;
    margin-top: -10px;
    box-shadow: 0 2px 20px 0px rgba(204, 204, 204, 0.3);
}

.s_lgoo li:nth-child(2) {
    background: url(../images/s_logo2_2.png) no-repeat;
}

.s_lgoo li:nth-child(3) {
    background: url(../images/s_logo3_3.png) no-repeat;
}

.s_lgoo li:nth-child(4) {
    background: url(../images/s_logo4_4.png) no-repeat;
}

.s_lgoo li:nth-child(5) {
    background: url(../images/s_logo5_5.png) no-repeat;
}

.s_lgoo li:nth-child(6) {
    background: url(../images/s_logo6_6.png) no-repeat;
}

.s_lgoo li:nth-child(7) {
    background: url(../images/s_logo7_7.png) no-repeat;
}

.s_lgoo li:nth-child(8) {
    background: url(../images/s_logo8_8.png) no-repeat;
}

.s_lgoo li:nth-child(9) {
    background: url(../images/s_logo9_9.png) no-repeat;
}

.s_lgoo li:nth-child(10) {
    background: url(../images/s_logo10_10.png) no-repeat;
    margin-bottom: auto;
}

.s_lgoo li:nth-child(11) {
    background: url(../images/s_logo11_11.png) no-repeat;
    margin-bottom: auto;
}

.s_lgoo li:nth-child(12) {
    background: url(../images/s_logo12_12.png) no-repeat;
    margin-bottom: auto;
}

.s_lgoo li:nth-child(13) {
    background: url(../images/s_logo13_13.png) no-repeat;
    margin-bottom: auto;
}

.s_lgoo li:nth-child(14) {
    background: url(../images/s_logo14_14.png) no-repeat;
    margin-bottom: auto;
}

.s_lgoo li:nth-child(15) {
    background: url(../images/s_logo15_15.png) no-repeat;
    margin-bottom: auto;
}


.s_lgoo li:nth-child(2):hover {
    background: url(../images/s_logo2_2.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(3):hover {
    background: url(../images/s_logo3_3.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(4):hover {
    background: url(../images/s_logo4_4.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(5):hover {
    background: url(../images/s_logo5_5.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(6):hover {
    background: url(../images/s_logo6_6.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(7):hover {
    background: url(../images/s_logo7_7.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(8):hover {
    background: url(../images/s_logo8_8.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(9):hover {
    background: url(../images/s_logo9_9.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(10):hover {
    background: url(../images/s_logo10_10.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(11):hover {
    background: url(../images/s_logo11_11.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(12):hover {
    background: url(../images/s_logo12_12.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(13):hover {
    background: url(../images/s_logo13_13.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(14):hover {
    background: url(../images/s_logo14_14.png) no-repeat;
    margin-top: -10px;
}

.s_lgoo li:nth-child(15):hover {
    background: url(../images/s_logo15_15.png) no-repeat;
    margin-top: -10px;
}


.s_jjfa5_box {
    width: 100%;
    height: 668px;
    background: url(../images/s_bj_m.jpg) repeat-x;
}

.s_kekao {
}

.t_kekao_box .t_con_txt {
    width: 529px;
    height: 330px;
    background: url(../images/s_dian.png) no-repeat left top;
    padding: 36px 0 0 50px;
    margin: 0 0 0 50px;
}

.t_kekao_box .t_con_txt h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
   
}

.t_kekao_box .t_con_txt dl {
    float: left;
    width: 166px
}

.t_kekao_box .t_con_txt dl dt {
    float: left;
    width: 36px;
    height: 36px;
}

.t_kekao_box .t_con_txt dl dd {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-left: 10px;
}


.t_kekao_box .t_con_pic {
    margin-top: -74px;
}





/*知识付费*/
.t_zsff_banner {
    background: url(../images/zsff-banner.jpg) no-repeat top center;
    height: 500px;
    padding-top: 90px;
}

.t_zsff_banner > div {
    overflow: hidden;
}

.t_zsff_b_txt {
    width: 620px;
    font-size: 0;
    color: #e2e3ea;
}

.t_zsff_b_txt h2 {
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
}

.t_zsff_b_txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}

.t_zsff_b_txt p {
    margin: 50px 0 70px;
    font-size: 16px;
}

.t_zsff_b_txt li {
    float: left;
    font-size: 14px;
    margin-left: 35px;
}

.t_zsff_b_txt li:first-child {
    margin-left: 0;
}


.t_zsff_b_txt li img {
    display: block;
    max-width: 33px;
    width: auto;
    height: 32px;
    margin: 0 auto 15px;
}

.t_zsff_b_form {
    width: 320px;
    height: 340px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
}

.t_zsff_b_form h2 {
    color: #333;
    font-size: 18px;
}

.t_zsff_b_form span {
    color: #666;
    font-size: 14px;
}

.t_form_box {
    margin-top: 30px;
}


.t_zsff_input, .t_form_btn {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    border-radius: 5px;
}

.t_form_btn {
    background: #416aff;
    padding-left: 0;
    margin-bottom: 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
}

.t_zsff_hytd {
    padding: 100px 0;
    overflow: hidden;
}

.t_zsff_hytd ul {
    margin-top: 60px;
}

.t_zsff_hytd li {
    float: left;
    border: 1px solid #e3eeff;
    width: 285px;
    min-height: 260px;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
    padding-top: 60px;
    text-align: center;
}

.t_zsff_hytd li .t_hytd_icon {
    display: block;
    border-radius: 80px;
    background: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    box-shadow: 1px 3px 5px #e7e7e7;
    padding-top: 24px;
    
}

.t_zsff_hytd li .t_hytd_icon img {
    display: block;
    margin: 0 auto;
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    
}

.t_zsff_hytd li h3 {
    font-size: 18px;
    color: #333;
    margin: 17px 0 15px;
}

.t_zsff_hytd li p {
    font-size: 14px;
    color: #b3b3b3;
    padding: 0 10px;
}

.t_zsff_hytd li:first-child {
    margin-left: 0;
    background: url(../images/zsff_hytd_bg1.png) no-repeat;
}

.t_zsff_hytd li:first-child + li {
    background: url(../images/zsff_hytd_bg2.png) no-repeat;
}

.t_zsff_hytd li:first-child + li + li {
    background: url(../images/zsff_hytd_bg3.png) no-repeat;
}

.t_zsff_hytd li:first-child + li + li + li {
    background: url(../images/zsff_hytd_bg4.png) no-repeat;
}


.t_zsff_hytd li:hover .t_hytd_icon img {
    transform: rotate(360deg);
}

.t_zsff_jynt {
    background: #f6f8fb;
    padding: 100px 0 70px;
}

.t_zsff_group {
    margin: 110px 0;
}

.t_zsff_group ul {
    display: none;
    padding-left: 43px;
}

.t_zsff_group ul:first-child {
    display: block;
}

.t_zsff_group li {
    float: left;
    width: 185px;
    position: relative;
}

.t_zsff_group li .t_jynt_img {
    display: block;
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.t_zsff_group li .t_jynt_none {
    text-align: center;
    height: 260px;
    background: #fff;
    border: 1px solid #eee;
    padding-top: 90px;
    margin-left: -1px;
}

.t_zsff_group li .t_jynt_none h3 {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}

.t_zsff_group li .t_jynt_hover {
    opacity: 0;
    height: 360px;
    width: 280px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    z-index: 99;
    padding: 35px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.t_zsff_group li .t_jynt_hover .t_jynt_mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_zsff_group li .t_jynt_hover .t_jynt_icon {
    display: block;
    width: 80px;
    height: 80px;
    background: #557aff;
    border-radius: 80px;
    margin: 0 auto;
    padding-top: 24px;
}

.t_zsff_group li .t_jynt_hover h3 {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
}

.t_zsff_group li .t_jynt_hover p {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.t_zsff_group li .t_jynt_none,
.t_zsff_group li .t_jynt_hover,
.t_zsff_group li .t_jynt_hover .t_jynt_mask {
    /*transition: all .6s ease-in-out;*/
}

.t_zsff_group ul:first-child li:first-child .t_jynt_hover,
.t_zsff_group ul:first-child + ul li:first-child .t_jynt_hover,
.t_zsff_group ul:first-child + ul + ul li:first-child .t_jynt_hover,
.t_zsff_group .active .t_jynt_hover {
    opacity: 1;
}

.t_zsff_group .active .t_jynt_none,
.t_zsff_group .active .t_jynt_hover .t_jynt_mask {
    opacity: 0;
}

.t_zsff_group li:first-child .t_jynt_hover .t_jynt_mask,
.t_zsff_group .active .t_jynt_hover .t_jynt_mask {
    width: 0;
    height: 0;
}

.ajklng{ position:relative;}
.t_zsff_jynt_nav {
position:absolute; top:-49px; left:0; right:0; margin:0 auto; width:1200px;
}


.t_zsff_jynt_nav {
}

.t_zsff_jynt_nav a {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin: 0 140px;
    position: relative;
    padding-bottom: 23px;
}

.t_zsff_jynt_nav a.curr {
    color: #3f7fff;
    border-bottom: 1px solid #3f7fff;
}

.t_zsff_jynt_nav a.curr:before, .t_zsff_jynt_nav a.curr:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}

.t_zsff_jynt_nav a.curr:before {
    border-bottom-color: #3f7fff;
    bottom: 1px;
}

.t_zsff_jynt_nav a.curr:after {
    border-bottom-color: #fff;
    bottom: 0;
}

.t_zsff_spxt {
    padding: 125px 0;
}

.t_zs_spxt_left {
    width: 665px;
}

.t_zs_spxt_left .t_zs_spxt_txt:first-child {
    margin-top: 0;
}

.t_zs_spxt_txt {
    margin-top: 60px;
}

.t_zs_spxt_txt h3 {
    font-size: 24px;
    color: #333;
}

.t_zs_spxt_txt p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.t_zs_spxt_txt ul {
    margin-top: 65px;
    padding: 30px;
    box-shadow: 1px 1px 10px #f1f1f1;
}

.t_zs_spxt_txt li:first-child {
    margin-left: 0;
}

.t_zs_spxt_txt li {
    float: left;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-left: 70px;
}

.t_zs_spxt_txt li img {
    display: block;
    margin: 0 auto 15px;
    vertical-align: bottom;
    max-width: 33px;
    height: 32px;
    width: auto;
}

.t_zs_spxt_line {
    height: 3px;
    width: 60px;
    background: #3f7fff;
    margin: 60px 0 50px;
    display: block;
}

.t_zsff_terminal {
    background: url(../images/zsff-terminal-bg.jpg) no-repeat top center;
    height: 880px;
    padding-top: 100px;
}

.t_zs_terminal_con {
    margin-top: 75px;
    color: #fff;
    text-align: center;
}

.t_zs_terminal_con h3 {
    font-size: 18px;
}

.t_zs_terminal_con p {
    font-size: 14px;
    margin-top: 15px;
}

.t_zs_terminal_con img {
    display: block;
    margin-top: 40px;
}

.t_zs_terminal_h5, .t_zs_terminal_xcx {
    width: 248px;
  margin-top:30px;
}

.t_zs_terminal_h5 img, .t_zs_terminal_xcx img {
    height: 398px;
}

.t_zs_terminal_pc {
    margin-left: 22px;
    width: 660px;
    height: 440px;
}

.t_zs_terminal_pc img {
    width: 660px;
    height: 440px;
    display: block;
}

.t_zsff_terminal .t_title h2 {
    color: #fff;
}

.t_zsff_pxjg {
    padding: 100px 0;
}

.t_zsff_pxjg ul {
    margin-top: 70px;
}

.t_zsff_pxjg li:first-child {
    margin-left: 0;
}

.t_zsff_pxjg li {
    float: left;
    width: 128px;
    font-size: 16px;
    margin-left: 50px;
    color: #333;
    border-radius:4px;
    text-align: center;
    text-transform: uppercase;
    min-height: 128px;
    padding-top: 20px;
}

.t_zsff_pxjg li img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
}

.t_zsff_pxjg li:hover {
    box-shadow: 0px 1px 10px #f1f1f1;
    color: #3f7fff;
}

.t_zsff_product {
    background: #f7f9ff;
    padding: 90px 0;
}

.t_zsff_pro_txt {
    margin-top: 60px;
    position: relative;
    padding: 50px 90px;
  width:1200px; height:260px;
    background: #fff;
    box-shadow: 1px 0px 10px #f1f1f1;
}

.t_zsff_pro_txt h3 {
    font-size: 28px;
    color: #333;
}

.t_zsff_pro_txt p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
  line-height:24px;
}

.t_zsff_pro_txt .t_zsff_pro_arrow {
    position: absolute;
    bottom: -20px;
    left: 100px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
}

.t_zsff_pro_txt .t_zsff_pro_arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    bottom: -8px;
    left: -10px;
    border-color: #fff transparent transparent transparent;
}

.t_zsff_pro_logo {
    margin-top: 40px;
}

.t_zsff_pro_logo li:first-child {
    margin-left: 0;
}

.t_zsff_pro_logo li {
    float: left;
    width: 200px;
    margin-left: 50px;
}

.t_zsff_ms {
    background: #3f7fff;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.t_zsff_ms h3 {
    font-size: 30px;
}

.t_zsff_ms span {
    display: block;
    font-size: 16px;
    margin: 20px 0 40px;
}

.t_zsff_ms a.t_zs_ms_btn {
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease;
}

.t_zsff_ms a.t_zs_ms_btn:hover {
    background: #6f9df8;
}
.s_sfzdj a.t_zs_ms_btn:hover {
    background: #6f9df8;
}


/**************** 以上为共用 ****************/
/*
crm、外呼、网校、在线客服、支付系统、直播系统-颜色修改
以外层定义的类名区分修改整体颜色：
crm系统：t_crm_box
外呼系统：t_wh_box
网校：t_wx_box
在线客服：t_online_service_box
支付系统：t_pay_box
直播系统：t_live_broadcast_box
*/
.t_crm_box .t_title h2:after {
    background: #3f7fff;
}

.s_sy_box .t_title h2:after {
    background: #3f7fff;
}

.s_sy_box .t_title h2:after {
    background: #3f7fff;
}

.t_zsff_terminal .t_title h2:after {
    background: #3f7fff;
}

.t_zsff_hytd .t_title h2:after{ background: #3f7fff;}

.s_kf .t_title h2:after {
    background: #ffac05;
}

.s_jjfa_box .t_title h2 {
    color: #fff;
}

.t_wh_box .t_title h2:after {
    background: #3f0;
}

.t_wx_box .t_title h2:after {
    background: #f00;
}

.t_crm_box .t_icon_list li i {
    background: url(../images/crm-icon.png) no-repeat;
}

.t_crm_box .s_wx_list li i {
    background: url(../images/wx-icon.png) no-repeat;
}

.t_crm_box .s_wh_list li i {
    background: url(../images/wh-icon.png) no-repeat;
}
.t_crm_box .s_kf_list li i {
    background: url(../images/kf-icon.png) no-repeat;
}

.t_crm_box .s_zf_list li i {
    background: url(../images/zf-icon.png) no-repeat;
}

.t_crm_box .s_zb_list li i {
    background: url(../images/zb-icon.png) no-repeat;
}

.t_crm_box .s_dzsw_list li i {
    background: url(../images/dzsw-icon.png) no-repeat;
}

.t_crm_box .t_icon_list li:hover {
    background: #3f7fff;
    border:1px solid #3f7fff;
    box-shadow:0 0 14px 0 rgba(63, 127, 255, 0.26);
  
}

.t_crm_box .s_wx_list li:hover {
   background: #ff5b55;
   border:1px solid #ff5b55;
   box-shadow:0 0 14px 0 rgba(255, 91, 85, 0.26);
}
.t_crm_box .s_wh_list li:hover {
   background: #32c663;
   border:1px solid #32c663;
   box-shadow:0 0 14px 0 rgba(50,198,99, 0.26);
}
.t_crm_box .s_kf_list li:hover {
   background: #07bfe2;
   border:1px solid #07bfe2;
   box-shadow:0 0 14px 0 rgba(7,191,226, 0.26);
}
.t_crm_box .s_zb_list li:hover {
   background: #ffac05;
   border:1px solid #ffac05;
   box-shadow:0 0 14px 0 rgba(255,172,5, 0.26);
}


/*crm*/
.t_crm_box .t_icon_list li:hover * {
    color: #fff;
}

.t_crm_box .t_icon_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .t_icon_list li.t_icon_item1:hover i {
    background-position: 0 -32px;
}

.t_crm_box .t_icon_list li.t_icon_item2 i {
    background-position: 0 -76px;
}

.t_crm_box .t_icon_list li.t_icon_item2:hover i {
    background-position: 0 -102px;
}

.t_crm_box .t_icon_list li.t_icon_item3 i {
    background-position: 0 -135px;
}

.t_crm_box .t_icon_list li.t_icon_item3:hover i {
    background-position: 0 -167px;
}

.t_crm_box .t_icon_list li.t_icon_item4 i {
    background-position: 0 -206px;
}

.t_crm_box .t_icon_list li.t_icon_item4:hover i {
    background-position: 0 -238px;
}

.t_crm_box .t_icon_list li.t_icon_item5 i {
    background-position: 0 -279px;
}

.t_crm_box .t_icon_list li.t_icon_item5:hover i {
    background-position: 0 -311px;
}

.t_crm_box .t_icon_list li.t_icon_item6 i {
    background-position: 0 -351px;
}

.t_crm_box .t_icon_list li.t_icon_item6:hover i {
    background-position: 0 -383px;
}

.t_crm_box .t_icon_list li.t_icon_item7 i {
    background-position: 0 -422px;
}

.t_crm_box .t_icon_list li.t_icon_item7:hover i {
    background-position: 0 -454px;
}

.t_crm_box .t_icon_list li.t_icon_item8 i {
    background-position: 0 -493px;
}

.t_crm_box .t_icon_list li.t_icon_item8:hover i {
    background-position: 0 -525px;
}

.t_crm_box .t_icon_list li.t_icon_item9 i {
    background-position: 0 -564px;
}

.t_crm_box .t_icon_list li.t_icon_item9:hover i {
    background-position: 0 -596px;
}

.t_crm_box .t_icon_list li.t_icon_item10 i {
    background-position: 0 -635px;
}

.t_crm_box .t_icon_list li.t_icon_item10:hover i {
    background-position: 0 -667px;
}

/**/



/*kf*/
.t_crm_box .s_kf_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .s_kf_list li.t_icon_item1:hover i {
    background-position: 0 -35px;
}

.t_crm_box .s_kf_list li.t_icon_item2 i {
    background-position: 0 -71px;
}

.t_crm_box .s_kf_list li.t_icon_item2:hover i {
    background-position: 0 -100px;
}

.t_crm_box .s_kf_list li.t_icon_item3 i {
    background-position: 0 -135px;
}

.t_crm_box .s_kf_list li.t_icon_item3:hover i {
    background-position: 0 -172px;
}

.t_crm_box .s_kf_list li.t_icon_item4 i {
    background-position: 0 -209px;
}

.t_crm_box .s_kf_list li.t_icon_item4:hover i {
    background-position: 0 -246px;
}

.t_crm_box .s_kf_list li.t_icon_item5 i {
    background-position: 0 -285px;
}

.t_crm_box .s_kf_list li.t_icon_item5:hover i {
    background-position: 0 -318px;
}


.t_crm_box .s_kf_list li.t_icon_item6 i {
    background-position: 0 -350px;
}

.t_crm_box .s_kf_list li.t_icon_item6:hover i {
    background-position: 0 -383px;
}

.t_crm_box .s_kf_list li.t_icon_item7 i {
    background-position: 0 -417px;
}
.t_crm_box .s_kf_list li.t_icon_item7:hover i {
    background-position: 0 -454px;
}

.t_crm_box .s_kf_list li.t_icon_item8 i {
    background-position: 0 -491px;
}

.t_crm_box .s_kf_list li.t_icon_item8:hover i {
    background-position: 0 -528px;
}
/**/


/*支付*/
.t_crm_box .s_zf_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .s_zf_list li.t_icon_item1:hover i {
    background-position: 0 -36px;
}

.t_crm_box .s_zf_list li.t_icon_item2 i {
    background-position: 0 -71px;
}

.t_crm_box .s_zf_list li.t_icon_item2:hover i {
    background-position: 0 -105px;
}

.t_crm_box .s_zf_list li.t_icon_item3 i {
    background-position: 0 -142px;
}

.t_crm_box .s_zf_list li.t_icon_item3:hover i {
    background-position: 0 -179px;
}

.t_crm_box .s_zf_list li.t_icon_item4 i {
    background-position: 0 -217px;
}

.t_crm_box .s_zf_list li.t_icon_item4:hover i {
    background-position: 0 -254px;
}

.t_crm_box .s_zf_list li.t_icon_item5 i {
    background-position: 0 -291px;
}

.t_crm_box .s_zf_list li.t_icon_item5:hover i {
    background-position: 0 -325px;
}


.t_crm_box .s_zf_list li.t_icon_item6 i {
    background-position: 0 -360px;
}

.t_crm_box .s_zf_list li.t_icon_item6:hover i {
    background-position: 0 -397px;
}

.t_crm_box .s_zf_list li.t_icon_item7 i {
    background-position: 0 -435px;
}
.t_crm_box .s_zf_list li.t_icon_item7:hover i {
    background-position: 0 -465px;
}

.t_crm_box .s_zf_list li.t_icon_item8 i {
    background-position: 0 -493px;
}

.t_crm_box .s_zf_list li.t_icon_item8:hover i {
    background-position: 0 -526px;
}

/**/

/*wh*/
.t_crm_box .s_wh_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .s_wh_list li.t_icon_item1:hover i {
    background-position: 0 -37px;
}

.t_crm_box .s_wh_list li.t_icon_item2 i {
    background-position: 0 -74px;
}

.t_crm_box .s_wh_list li.t_icon_item2:hover i {
    background-position: 0 -111px;
}

.t_crm_box .s_wh_list li.t_icon_item3 i {
    background-position: 0 -149px;
}

.t_crm_box .s_wh_list li.t_icon_item3:hover i {
    background-position: 0 -189px;
}

.t_crm_box .s_wh_list li.t_icon_item4 i {
    background-position: 0 -229px;
}

.t_crm_box .s_wh_list li.t_icon_item4:hover i {
    background-position: 2px -269px;
}

.t_crm_box .s_wh_list li.t_icon_item5 i {
    background-position: 0 -309px;
}

.t_crm_box .s_wh_list li.t_icon_item5:hover i {
    background-position: 0 -347px;
}


.t_crm_box .s_wh_list li.t_icon_item6 i {
    background-position: 0 -386px;
}

.t_crm_box .s_wh_list li.t_icon_item6:hover i {
    background-position: 0 -422px;
}


.t_crm_box .s_wh_list li.t_icon_item7 i {
    background-position: 0 -462px;
}

.t_crm_box .s_wh_list li.t_icon_item7:hover i {
    background-position: 0 -500px;
}

.t_crm_box .s_wh_list li.t_icon_item8 i {
    background-position: 0 -539px;
}

.t_crm_box .s_wh_list li.t_icon_item8:hover i {
    background-position: 0 -577px;
}

.t_crm_box .s_wh_list li.t_icon_item9 i {
    background-position: 0 -462px;
}

.t_crm_box .s_wh_list li.t_icon_item9:hover i {
    background-position: 0 -500px;
}

.t_crm_box .s_wh_list li.t_icon_item10 i {
    background-position: 0 -691px;
}

.t_crm_box .s_wh_list li.t_icon_item10:hover i {
    background-position: 0 -730px;
}
/**/



/*wx*/
.t_crm_box .s_wx_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .s_wx_list li.t_icon_item1:hover i {
    background-position: 0 -36px;
}

.t_crm_box .s_wx_list li.t_icon_item2 i {
    background-position: 0 -73px;
}

.t_crm_box .s_wx_list li.t_icon_item2:hover i {
    background-position: 0 -110px;
}

.t_crm_box .s_wx_list li.t_icon_item3 i {
    background-position: 0 -149px;
}

.t_crm_box .s_wx_list li.t_icon_item3:hover i {
    background-position: 0 -187px;
}

.t_crm_box .s_wx_list li.t_icon_item4 i {
    background-position: 0 -226px;
}

.t_crm_box .s_wx_list li.t_icon_item4:hover i {
    background-position: 0 -265px;
}
/**/



/*zb*/
.t_crm_box .t_icon_list li.t_icon_item1 i {
    background-position: 0 0;
}

.t_crm_box .s_zb_list li.t_icon_item1:hover i {
    background-position: 0 -35px;
}

.t_crm_box .s_zb_list li.t_icon_item2 i {
    background-position: 0 -68px;
}

.t_crm_box .s_zb_list li.t_icon_item2:hover i {
    background-position: 0 -100px;
}

.t_crm_box .s_zb_list li.t_icon_item3 i {
    background-position: 0 -135px;
}

.t_crm_box .s_zb_list li.t_icon_item3:hover i {
    background-position: 0 -168px;
}

.t_crm_box .s_zb_list li.t_icon_item4 i {
    background-position: 0 -201px;
}

.t_crm_box .s_zb_list li.t_icon_item4:hover i {
    background-position: 0 -232px;
}

.t_crm_box .s_zb_list li.t_icon_item5 i {
    background-position: 0 -266px;
}

.t_crm_box .s_zb_list li.t_icon_item5:hover i {
    background-position: 0 -299px;
}


.t_crm_box .s_zb_list li.t_icon_item6 i {
    background-position: 0 -336px;
}

.t_crm_box .s_zb_list li.t_icon_item6:hover i {
    background-position: 0 -375px;
}

.t_crm_box .s_zb_list li.t_icon_item7 i {
    background-position: 0 -412px;
}
.t_crm_box .s_zb_list li.t_icon_item7:hover i {
    background-position: 0 -449px;
}

.t_crm_box .s_zb_list li.t_icon_item8 i {
    background-position: 0 -485px;
}

.t_crm_box .s_zb_list li.t_icon_item8:hover i {
    background-position: 0 -516px;
}

.t_crm_box .s_zb_list li.t_icon_item9 i {
    background-position: 0 -551px;
}

.t_crm_box .s_zb_list li.t_icon_item9:hover i {
    background-position: 0 -585px;
}


.t_crm_box .s_zb_list li.t_icon_item10 i {
    background-position: 0 -625px;
}

.t_crm_box .s_zb_list li.t_icon_item10:hover i {
    background-position: 0 -663px;
}
/**/




/*dzsw*/
.t_crm_box .s_dzsw_list li.t_icon_item1 i {
    background-position: 0 0;
}
.t_crm_box .s_dzsw_list li.t_icon_item1:hover i {
    background-position: 0 0;
}
.t_crm_box .s_dzsw_list li.t_icon_item2 i {
    background-position: 0 -40px;
}
.t_crm_box .s_dzsw_list li.t_icon_item2:hover i {
    background-position: 0 -40px;
}
.t_crm_box .s_dzsw_list li.t_icon_item3 i {
    background-position: 0 -82px;
}
.t_crm_box .s_dzsw_list li.t_icon_item3:hover i {
   background-position: 0 -82px;
}
.t_crm_box .s_dzsw_list li.t_icon_item4 i {
    background-position: 0 -123px;
}
.t_crm_box .s_dzsw_list li.t_icon_item4:hover i {
      background-position: 0 -123px;
}

.t_crm_box .s_dzsw_list li:hover {
   background:#fff url(../images/dzsw01.png) no-repeat 237px 10px;
}
.s_dzsw_list li:hover.t_icon_item2{ background:#fff url(../images/dzsw02.png) no-repeat 237px 10px;}
.s_dzsw_list li:hover.t_icon_item3{ background:#fff url(../images/dzsw03.png) no-repeat 237px 10px;}
.s_dzsw_list li:hover.t_icon_item4{ background:#fff url(../images/dzsw04.png) no-repeat 237px 10px;}

.t_crm_box .s_dzsw_list li:hover * dt{color:#444;}
.t_crm_box .s_dzsw_list li:hover * dd{ color:#666;}

.s_dzsw_list li a{padding: 38px 0 0 29px;}
/**/












.s_con_list .t_con_txt{ width:480px; margin-top:49px;}
.s_con_list .t_con_txt dd{ line-height:35px;}
.s_con_pic{ margin-top:45px !important;}
.s_wx_pingtuan dd{ background:url(../images/wx-icon2.png) no-repeat left center; line-height:28px !important; padding-left:38px;}
.s_wx_pingtuan dd:nth-child(2){background:url(../images/wx-icon2.png) no-repeat -126px 0;}
.s_wx_pingtuan dd:nth-child(3){background:url(../images/wx-icon2.png) no-repeat -252px 0;}
.s_wx_pingtuan dd:nth-child(4){background:url(../images/wx-icon2.png) no-repeat -364px 0;}


.s_zzfw_list{ padding:100px 0;}
.t_zzfw_box ul{ margin-top:58px;}
.t_zzfw_box li{ width:128px; height:126px; background:url(../images/wx-icon3.png) no-repeat 40px 22px; text-align:center; border-radius:4px;}
.t_zzfw_box li a{ display:block; padding:80px 0 23px;}
.t_zzfw_box li h3{ font-size:16px; color:#333;}

.t_zzfw_box li:hover{ box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);background-color:#fff}
.t_zzfw_box li:nth-child(2):hover{background-color:#fff}
.t_zzfw_box li:nth-child(3):hover{background-color:#fff}
.t_zzfw_box li:nth-child(4):hover{background-color:#fff}
.t_zzfw_box li:nth-child(5):hover{background-color:#fff}
.t_zzfw_box li:nth-child(6):hover{background-color:#fff}

.t_zzfw_box li:hover h3{ color:#416aff;}
.t_zzfw_box li:nth-child(2){background:url(../images/wx-icon3.png) no-repeat -173px 22px;}
.t_zzfw_box li:nth-child(3){background:url(../images/wx-icon3.png) no-repeat -389px 22px;}
.t_zzfw_box li:nth-child(4){background:url(../images/wx-icon3.png) no-repeat -604px 22px;}
.t_zzfw_box li:nth-child(5){background:url(../images/wx-icon3.png) no-repeat -819px 22px;}
.t_zzfw_box li:nth-child(6){background:url(../images/wx-icon3.png) no-repeat -1033px 22px;}




/*.bor_none {*/
/*    border-right: none;*/
/*    width: 300px;*/
/*}*/


.animActive .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}



.cptd_con{ width:300px; float:left; text-align:center; margin-top:60px;}
.cptd_con h3{ font-family:"微软雅黑"; font-size:18px; color:#333; padding:21px 0 18px;}
.cptd_con b{ font-weight:normal; font-family:"微软雅黑"; font-size:14px; color:#b3b3b3; line-height:24px;}

.hytd{ margin-top:35px;}

.s_dzsw_box .t_con_bg1,.s_jxjy_box .t_con_bg1{background:url(../images/icco.png) no-repeat top center;}



.s_dzsw_cp{ width:100%; background:url(../images/dzsw.jpg) no-repeat top center; height:880px; padding:100px 0;}
.s_cpzd{ margin-top:50px;}
.s_cpzd dl{ width:230px; text-align:center;}
.s_cpzd dl dt{ font-size:18px; color:#fff; margin-bottom:10px;}
.s_cpzd dl dd{font-size:14px; color:#fff;margin-bottom:40px;}

.s_product{ background: url(../images/s_zzfw.jpg).cptd_con repeat-x;}

.s_sfzdj{ width:100%; background:#3976f0;text-align:center; padding:50px 0;}
.s_sfzdj h3{ font-size:30px; color:#fff; margin-bottom:10px;}
.s_sfzdj p{ font-size:16px; color:#fff; margin-bottom:20px;}
.s_sfzdj a{ width:180px; height:45px; margin:0 auto; border:1px solid #fff; line-height:45px; display:block; color:#fff; font-size:16px;}


.s_hytd_jxjy .cptd_con{ text-align:left;}
.s_hytd_jxjy .cptd_con{ height:271px; width:257px; border-right:1px solid #e3eeff; padding-top:30px;}
.s_hytd_jxjy .cptd_con:last-child{ border-right:none;}
.s_hytd_jxjy .cptd_con h3{ padding:7px 0 11px;}

.s_jxjy_list{ width:100%; background:url(../images/s_jxjy_list.png) no-repeat top center; height:152px; margin-top:50px;}
.s_jxjy_list dl{ width:255px; display:block; height:117px; margin-top:7px; text-align:center; line-height:117px;}
.s_jxjy_list dl dt{ font-size:18px; color:#333333;}


.s_xsqy_list{ width:100%; background:url(../images/s_jxjy_list.png) no-repeat top center; height:152px; margin-top:50px;}
.s_xsqy_list dl{ display:block;margin-top:7px; text-align:left; line-height:25px; padding:34px 65px;}
.s_xsqy_list dl dt{font-size:18px; color:#333333;}

.s_xsqy_list li.t_icon_item3 dl{ line-height:51px;}

.t_jxjy_box{ width:1050px; margin:0 auto;}
.t_jxjy_box li{background:url(../images/wx-icon4.png) no-repeat 40px 22px;}
.t_jxjy_box li:nth-child(2){background:url(../images/wx-icon4.png) no-repeat -263px 22px;}
.t_jxjy_box li:nth-child(3){background:url(../images/wx-icon4.png) no-repeat -563px 22px;}
.t_jxjy_box li:nth-child(4){background:url(../images/wx-icon4.png) no-repeat -865px 22px;}





.t_xsqy_box{width:1050px; margin:0 auto;}
.t_xsqy_box li{background:url(../images/wx-icon5.png) no-repeat 40px 22px;}
.t_xsqy_box li:nth-child(2){background:url(../images/wx-icon5.png) no-repeat -171px 22px;}
.t_xsqy_box li:nth-child(3){background:url(../images/wx-icon5.png) no-repeat -382px 22px;}
.t_xsqy_box li:nth-child(4){background:url(../images/wx-icon5.png) no-repeat -596px 22px;}
.t_xsqy_box li:nth-child(5){background:url(../images/wx-icon5.png) no-repeat -805px 22px;}
.t_xsqy_box li:nth-child(6){background:url(../images/wx-icon5.png) no-repeat -1015px 22px;}





.s_jypx_hytd li:first-child + li{background: url(../images/jypx_hytd_bg2.png) no-repeat;}
.s_jypx_hytd li:first-child + li + li{background: url(../images/jypx_hytd_bg3.png) no-repeat;}

.jiaoyupx{ width:240px; height:152px; background:url(../images/yanse.png) no-repeat top center; margin-top:60px;}
.jiaoyupx:nth-child(2){background:url(../images/yanse2.png) no-repeat top center;}
.jiaoyupx:nth-child(3){background:url(../images/yanse3.png) no-repeat top center;}
.jiaoyupx:nth-child(4){background:url(../images/yanse4.png) no-repeat top center; width:421px;} 
.jiaoyupx dl dt{ font-size:18px; color:#fff; margin:34px 0 0 30px;}
.jiaoyupx dl dd{ font-size:14px; color:#fff; margin:20px 0 0 30px;}

.s_jypx_jynt{ padding:100px 0; background:url(../images/s_jypx_jynt.png) no-repeat bottom center;}




.s_gsjj{ padding:100px 0; overflow:hidden;}
.s_ct{ width:658px;}
.s_ct p{ font-size:16px; color:#333333; text-indent:32px; line-height:30px; font-family:"微软雅黑";}
.s_ct p b{ color:#416aff;}
.gxjs{ width:100%; height:180px; background:url(../images/jisuanji.png) no-repeat 0 0;}
.gxjs li{ width:300px; text-align:center;}
.gxjs li img{ padding:30px 0 12px;}
.gxjs li p{ color:#fff; font-size:16px;}




.Box {position: relative; width:1446px; margin:60px auto 0;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 60px;height: 60px;position: absolute;top: 90px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -110px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -110px;}
/*.Box .Box_con .btnl:hover {background: url(images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(images/jtr03.png) no-repeat center;}*/
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 239px;height: 240px;overflow: hidden; cursor:pointer; position:relative; border:1px solid #e3eeff; border-right:none;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li h3{ width:170px; margin:20px auto 0; height:60px; border-bottom:1px dashed #e3eeff; line-height:60px; font-size:24px; color:#333333; font-weight:bold;}
.Box .Box_con .conbox ul li h3 img{ margin-right:10px;}
.Box .Box_con .conbox ul li p{width:173px; margin:15px auto 0; font-size:14px; color:#666666;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}
.Box .Box_con .conbox ul li span{ font-size:24px; color:#1e1e1e; text-align:center; display:block; margin-top:10px; font-weight:bold;}

/*.dwrw a{ width:200px; height:48px; margin:0 auto; background:#facc2d; font-size:20px; color:#433506; display:block; border-radius:5px; text-align:center; line-height:48px;}*/
.Box .Box_con .conbox ul li:hover .dwrw{ display:block;}




.gywm_qywh{ width:100%; height:580px; background: url(../images/gywm_qywh.jpg) no-repeat 0 0;}
.t_crm_box .t_icon_box{ background:none;}
.gywm_qywh.t_crm_box .t_icon_box .t_title h2,.gywm_qywh .t_crm_box .t_icon_box .t_title p{ color:#fff;}
.gywm_qywh .t_icon_box{ padding:98px 0;}
.gywm_qywh ul{ width:1120px; margin:62px auto 0; height:280px;}
.gywm_qywh li{ width:340px; height:96px; background:rgba(255,255,255,.1) url(../images/gywm_01.png) no-repeat 278px 28px;}
.gywm_qywh li h3{ color:#ffffff; font-size:18px; font-weight:bold; margin:20px 0 7px 32px; margin-top:21px;}
.gywm_qywh li p{ color:#fff; font-size:16px; margin:0 0 0 32px;}
.gywm_qywh li:nth-child(2){  background:rgba(255,255,255,.1) url(../images/gywm_02.png) no-repeat 278px 28px;}
.gywm_qywh li:nth-child(3){  background:rgba(255,255,255,.1) url(../images/gywm_03.png) no-repeat 278px 28px;}
.gywm_qywh li:nth-child(4){  background:rgba(255,255,255,.1) url(../images/gywm_04.png) no-repeat 278px 28px;}
.gywm_qywh li:nth-child(5){  background:rgba(255,255,255,.1) url(../images/gywm_ct_logo.png) no-repeat 78px 22px;}
.gywm_qywh li:nth-child(6){  background:rgba(255,255,255,.1) url(../images/gywm_05.png) no-repeat 278px 28px;}


.gywm_zzry ul{ margin-top:60px;}
.gywm_zzry li{ margin-bottom:15px;}

.qyfz{ background:#f6f8fb;}
.box2 .Box_con .conbox ul li {width: 380px;height: 240px;margin-left:30px; border:none;}

.fgsbsc{ width:100%;}
.bsc{ margin-top:50px;}

.csc_left{
width:402px;
}
.csc_left_img{
margin:4px 10px 28px 0;
 float:left;
}
.csc_left dl{
margin-bottom:33px;

}
.csc_left dt{
margin-bottom:5px;
font-size:16px; color:#333333; font-weight:bold;
}  
.csc_left dd{ color:#14px; color:#666;}
.wzfb_righ{
width:742px;

}


.gywm .t_terminal_txt{ margin: 136px 0 0 124px;}

.shahudong{ padding:80px 0;}
.shahudong dl{ width:360px; height:180px;box-shadow: #ccc 0 0 20px -2px; padding:25px 0 0 40px; }
.shahudong dl dt{ font-size:24px; color:#333333; font-weight:bold; background:url(../images/lxwm_t.png) no-repeat left bottom; padding:0 0 12px;margin-bottom:20px;}
.shahudong dl dd{ font-size:16px; color:#333333; margin-bottom:15px;}

.ditu{width:1200px; height:650px; margin-bottom:86px;}



.form_con .custom-form{ width:100%;}
.form_con .custom-form-group{margin-bottom:10px;}
.form_con .custom-form-label{ display:none;}

.form_con .custom-form-input{ border: 1px solid #e6e6e6;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    border-radius: 4px;
}
.form_con .custom-form-submit{background: #416aff;
    padding-left: 0;
    margin-bottom: 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;}
.form_con .custom-form-item{ margin-left:auto;}


  
.form_con2 {
    width: 510px;
    margin-top: 0px;
}
.form_con2 .custom-form{ width:100%;}
.form_con2 .custom-form-group {
    width: 30%;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 16px;
}
.form_con2 .custom-form-label{ display:none;}

.form_con2 .custom-form-input{ border: 1px solid #e6e6e6;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background:none;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    border-radius: 4px;
}
.form_con2 .custom-form-submit{background: #ffffff;
    padding-left: 0;
    margin-bottom: 0;
    border: 0 none;
    color: #416aff;
    cursor: pointer;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
  font-weight:bold;}
.form_con2 .custom-form-item{ margin-left:auto;}






.form_con2 .custom-form-input:hover, .custom-form-textarea:hover {
    border-color:raga(255,255,255,0.7) !important;
}

.form_con2 .custom-form-input:focus, .custom-form-textarea:focus {
    border-color: #fff !important;
}


.csc_top_xjys{
		margin-top: 20px;
	}
.csc_top_xjys dl{
		width: 200px;
		float: left;
		margin-bottom: 20px;
	}
.csc_top_xjys .csc_top_img{
		height: 80px;
		width: 80px;
	}

