﻿@charset "utf-8";
/* CSS Document 作者：chengyun */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "宋体";
    word-wrap: break-word;
    overflow-x: hidden;
}

a, u, s, del {
    color: #333;
    text-decoration: none;
}

    fieldset, a img, .bor0 {
        border: 0;
    }

i, em, b {
    font-style: normal;
    font-weight: 100;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

.ind2 {
    text-indent: 2em;
}

* {
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: "microsoft yahei";
}

button:focus {
    outline: none;
}

/*文本溢出出现省略号*/
.over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*图片垂直对齐的竖杠*/
.valign:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.valign img {
    vertical-align: middle;
}


/*万能清除法*/
.clear {
    zoom: 1;
}
    /*清除ie的浮动*/
    .clear:before {
        content: "";
        display: table;
    }

    .clear:after {
        content: "";
        clear: both;
        display: block;
    }

.margin {
    width: 1200px;
    margin: 0 auto;
}



#header {
    /*position: absolute;
	top:30px;*/
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: rgba(0,0,0,0.1);
    /*border-bottom:1px solid rgba(255,255,255,0.5);*/
}

#header .logo {
    float: left;
    width: 145px;
    height: 48px;
    margin: 2px 30px 0 30px;
    background: url(../img/logo.png) no-repeat center;
}

#header .logo img {
    width: 163px;
    height: 34px;
    display: block;
}

#header .nav {
    float: left;
    margin-left: 16px;
}

#header .nav ul li {
    float: left;
    padding: 0 16px;
    padding-bottom: 10px;
    font: 16px/50px "Microsoft yahei";
}

#header .nav ul li.cli {
    /*	border-bottom:2px solid #fff;*/
}

#header .nav ul li.cli a {
    color: #307EFF;
}

#header .nav ul li a {
    color: #fff;
}

#header .h_btn {
    float: right;
    margin-top: 10px;
}

#header .h_btn .telTxt {
    color: #fff;
    font: 22px/28px "Microsoft yahei";
    float: left;
    margin-left: 30px;
    padding-left: 35px;
}

#header .h_btn .telTxt span {
    font: 18px/28px "Microsoft yahei";
}

#header.headerColor .h_btn .telTxt {
    color: rgba(0,0,0,0.9);
}

#header .h_btn button {
    width: 81px;
    height: 32px;
    color: #e4e7ed;
    background: none;
    cursor: pointer;
    float: left;
}

#header .h_btn .register {
    border: 1px solid #e4e7ed;
    border-radius: 15px;
}

#header .h_btn .logoin {
    border: none;
    margin-left: 10px;
}

#header.headerColor .h_btn .logoin {
    border: none;
    margin-left: 10px;
    background-size: 100% 100%;
}

#header .h_btn .logoin.tryout {
    background: url(../img/try2.png) no-repeat;
}

#header.headerColor .h_btn .logoin.tryout {
    background: url(../img/try.png) no-repeat;
}

#header .h_btn .logoin.join {
    background: url(../img/join2.png) no-repeat;
}

#header.headerColor .h_btn .logoin.join {
    background: url(../img/join.png) no-repeat;
}
    /*#header.headerTitle  .nav ul li  a:hover{
	color:#fff;
}*/

#header.headerTitle .h_btn .register:hover {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
}

#header.headerTitle .h_btn .logoin:hover {
    color: #fff;
}

#header.headerTitle .h_btn .telTxt {
    background: url(../images/tel11.png) no-repeat center left;
}

#header.headerColor .nav ul li a:hover {
    color: rgba(0,0,0,0.9);
}

#header.headerColor .h_btn .register:hover {
    border: 1px solid #5395e6;
    border-radius: 15px;
    color: #5395e6;
}

#header.headerColor .h_btn .logoin:hover {
    color: #5395e6;
}

#header.headerColor .h_btn .telTxt {
    background: url(../images/tel22.png) no-repeat center left;
}

#header.headerColor {
    background: #fff;
    /*  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);*/
}

#header.headerColor .logo {
    background: url(../img/logo2.png) no-repeat center;
}

#header.headerColor .nav ul li a {
    color: #666;
}

#header.headerColor .nav ul li.cli {
    /*border-bottom:2px solid #5395e6;*/
}

#header.headerColor .nav ul li.cli a {
    color: #5395e6;
}

#header.headerColor .h_btn .register {
    border: 1px solid #5395e6;
    border-radius: 15px;
    color: #5395e6;
}

#header.headerColor .h_btn .logoin {
    color: #5395e6;
}

#header .skbg {
    display: inline-block;
    width: 19px;
    height: 9px;
    background: url(../img/icon_xiala.png) no-repeat center;
    margin-left: 3px;
}

#header .skillHover .skbg.a {
    background: url(../img/icon_shouqi.png) no-repeat center;
}

#header .skbg2 {
    display: inline-block;
    width: 19px;
    height: 9px;
    background: url(../img/icon_xiala.png) no-repeat center;
    margin-left: 3px;
}

#header .CustomerCase .skbg2.a {
    background: url(../img/icon_shouqi.png) no-repeat center;
}

#header .skbg3 {
    display: inline-block;
    width: 19px;
    height: 9px;
    background: url(../img/icon_xiala.png) no-repeat center;
    margin-left: 3px;
}

#header .News .skbg3.a {
    background: url(../img/icon_shouqi.png) no-repeat center;
}

.header_2 {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 70px;
    background: rgba(0,0,0,0.4);
    display: none;
}

.header_2 ol {
    overflow: hidden;
    padding: 30px 0 40px 0;
    width: 120%;
    padding-left: 30px;
}

.header_2 ol li {
    float: left;
    margin-right: 50px;
}

.header_2 ol li a h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-left: 3px solid #5C93FF;
    padding-left: 7px;
}

.header_2 ol li.cli a h6 {
    color: #307EFF;
}

.header_2 ol li a p {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
}

.header_2 ol li:hover a h6 {
    color: #307EFF;
}

.header_2.header2_color {
    background: #fff;
    box-shadow: 0px 0px 2px #e0e0e0;
}

.header_2.header2_color h6 {
    color: #666;
}

.header_2.header2_color p {
    color: #808080;
}

.header_2.header2_color.news ol {
    width: 270px;
    margin: 0 auto;
}

#banner {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-top: 70px;
}
#header .bottons{
   float:right;
   margin-top:18px;
}
#header .bottons .button{
	width:86px;
	height: 26px;
	margin-left:18px;
	font:14px/24px 'MicrosoftYaHei';
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    margin-top:0px!important;
}
#header .bottons .button.tryout{
	border:1px solid #3296fa;
	background:#fff;
	color:#3296fa;
}
#header .bottons .button.join{
	border:1px solid #3296fa;
	background:#3296fa;
	color:#fff;
	margin-right:40px;
}
/*头部*/
.home-swiper {
    position: relative;
}

    .home-swiper .freeBtn {
        position: absolute;
        left: 50%;
        margin-left: -405px;
        bottom: 120px;
        z-index: 99999;
        width: 160px;
        height: 50px;
        background: #32a4fa;
        border: none;
        outline: none;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-container .slide0 {
    background: url(../images/homebanner.jpg) no-repeat center center;
}

    .swiper-container .slide1 {
        background: url(../images/homebanner2.jpg) no-repeat center center;
    }

.swiper-container .slide2 {
    background: url(../images/homebanner3.jpg) no-repeat center center;
}

.swiper-container .slide3 {
    background: url(../img/banner4.jpg) no-repeat center;
}

.swiper-container .slide4 {
    background: url(../img/banner5.jpg) no-repeat center;
}

.swiper-container .slide5 {
    background: url(../img/banner6.jpg) no-repeat center;
}

.home-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    /*border:1px solid #fff;*/
}

.home-swiper .swiper-pagination-bullet-active {
    background: #fff !important;
}

.home-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.home-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px !important;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 32px;
    height: 6px;
    opacity: 1;
    border-radius: 0px;
    background: rgba(255,255,255,0.2);
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

#banner .swiper-pagination-bullet-active {
    background: #fff !important;
    /* width: 30px;*/
}
/**尾部*/
#footer {
    overflow: hidden;
    background: #061430;
    padding: 50px 0 20px 0;
    color: #fff;
}

#footer .margin {
    width: 1000px;
    margin: 0 auto;
}

#footer a {
    color: #aaa;
    font-size: 14px;
}

#footer .footer-01 {
    float: left;
    margin-right: 60px;
}

#footer .footer-01 h4 {
    color: #aaa;
    font-size: 12px;
    margin: 16px 0 24px 0;
    text-align: center;
    width:320px;
}

#footer .footer-01 ul li {
    float: left;
}

#footer .footer-01 ul li i {
    display: block;
    width: 81px;
    height: 81px;
    margin-bottom: 10px;
}

#footer .footer-01 ul li p {
    color: #aaa;
    font-size: 12px;
    text-align: center;
}

#footer .footer-01 ul li:first-child {
    margin-left: 110px;
}

#footer .footer-02 {
    float: left;
    margin-right: 80px;
}

#footer .footer-02 ul li {
    color: #aaa;
    font-size: 14px;
    line-height: 30px;
}

#footer h5 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 800;
    padding-top: 13px;
    text-align: center;
}

#footer .footer-02.footer_te {
    margin-right: 0px;
}

#footer .footer-02.footer_te ul {
    padding-left: 20px;
}

#footer .footer-03 {
    width: 100%;
    float: left;
    color: #aaa;
    /*margin-top: 30px;*/
    font-size: 14px;
}

#footer .footer-03 a {
    color: #aaa;
    margin-right: 20px;
    font-size: 14px;
}
#footerRemark {
    background: #202c46;
    padding: 13px 0 14px 0;
}

#footerRemark p {
    color: #aaa;
    font-size: 12px;
    text-align: center;
}
#footerRemark p a{
    color: #aaa;
    font-size: 12px;
    text-align: center;
}
/*-----------弹窗------------*/
.popup {
    width: 100%;
    height: 1200px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    z-index: 999999;
}

.popup.pra {
    display: none;
}

.popup.success {
    display: none;
}
.popup.ewm {
    display: none;
}
.popup.ewm .participate .partext p{
    font-size:20px;
}
.popup.ewm .participate .partext img {
    display: block;
    width: 300px;
    height: 300px;
}
.popup .participate {
    width: 482px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 7%;
}

.popup .participate i {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/X.png) no-repeat;
    float: right;
    margin: 10px;
}

.popup .participate i:hover {
    background: url(../images/X2.png) no-repeat;
}

.popup .participate .partext {
    float: right;
    width: 400px;
    margin: 40px auto;
    margin-bottom: 30px;
}

.popup .participate .partext h5 {
    font: 30px/50px 'MicrosoftYaHei';
    color: #3296fa;
    text-align: center;
}

.popup .participate .partext p.error {
    color: #ff0000;
    font: 12px 'MicrosoftYaHei';
    margin-top: 10px;
    text-align: center;
}

.popup .participate .partext .form {
    width: 400px;
    border: 1px solid #ccc;
    margin: 18px 0px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
                /*.popup .participate .partext .form .profession{
	width: 270px;
    padding: 0 20px;
    float: left;
    height: 30px;
    margin-top:10px;
    margin-left:10px;
    outline:none;
    border:none;
}*/
.popup .participate .partext .form .territory {
    width: 300px;
    padding: 0 20px;
    float: left;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    outline: none;
    border: none;
}

.popup .participate .partext .form s {
    position: absolute;
    color: #ff0000;
    left: 6px;
    top: 15px;
}

.popup .participate .partext .form.btnform {
    border: none;
}

.popup .participate .partext .form span {
    display: inline-block;
    font: 14px/44px 'MicrosoftYaHei';
    color: #333;
    margin-left: 20px;
    float: left;
    width: 56px;
    text-align: justify;
}

.popup .participate .partext .form input {
    width: 240px;
    /*padding: 0 20px;*/
    float: left;
    height: 44px;
    border: none;
}

.popup .participate .partext .form .btn {
    width: 100%;
    font: 18px/50px 'MicrosoftYaHei';
    color: rgba(255,255,255,0.5);
    background: #3296fa;
}

.popup .participate .partext .form .btn:hover {
    background: #47aefc !important;
}

.popup .participate .partext img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.popup.success .participate .partext p {
    font: 30px/90px 'MicrosoftYaHei';
    color: rgba(0,0,0,0.9);
    width: 280px;
    margin: 0 auto;
}

.popup.success .participate .partext span {
    display: block;
    width: 100px;
    font: 12px 'MicrosoftYaHei';
    color: rgba(0,0,0,0.43);
    margin: 0 auto;
}

.popup.success .participate .partext span s {
    font: 14px 'MicrosoftYaHei';
}

.popup.success .participate .partext .butons {
    padding: 0 40px;
}

.popup.success .participate .partext .sucbtn {
    width: 96px;
    height: 36px;
    margin: 40px 10px 0 40px;
    background: #fff;
    border: 1px solid #3296fa;
    color: #3296fa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.popup.success .participate .partext .sucbtn.return {
    background: #3296fa;
    color: #fff;
}

.popup .form-control {
    height: 44px;
    border: 0px;
    /*padding: 0 20px;*/
    float: left;
    width: 320px;
}

.popup .form-product {
    height: 44px;
    border: 0px;
    /*padding: 0 20px;*/
    float: left;
    width: 320px;
}

.getYZM p.Yzm {
    float: left;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    color: #666;
}

.getYZM p.second {
    float: left;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    color: #666;
    display: none;
}

.partext p {
    text-align: center;
    font-size: 14px;
}
/*-------标题样式------*/
.title h3 {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}

.title h4 {
    color: #666;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 60px;
}

.publicPadding {
    padding: 80px 0 50px 0;
}
.bgColor {
    background: #f5f6f8;
}
/*------------行业试听---------------*/
#Market_item1 ul {
    width: 110%;
    margin-top: 20px;
    margin-left: 50px;
}

#Market_item1 ul li {
    float: left;
    width: 380px;
    height: 180px;
    margin-right: 25px;
    position: relative;
    margin-top: 30px;
    background:#f8f8f8;
}
#Market_item1 ul li img{
    float:left;
}
.h_text {
    float: left;
    margin-left: 20px;
}
.h_text h3 {
    font-size: 18px;
    /*color: #666;*/
    font-weight:400;
    margin-bottom:10px;
    margin-top:52px;
}
.h_text p {
    color: #666;
    font-size: 14px;
    width:135px;
}
.a_btn {
    display: block;
    width: 380px;
    height: 180px;
    position: absolute;
    top: 0;
}

.a_btn .voice {
    display: none;
}

.a_btn i.songList_play {
    display: block;
    position: absolute;
    top: 68px;
    left: 72px;
    width: 40px;
    height: 40px;
    /*margin-left: -20px;
    margin-top: -20px;*/
}

.a_btn:hover i.songList_play {
    background: url(../img/icon_play2.png) no-repeat center;
}

.a_btn.play:hover i.songList_play {
    background: url(../img/icon_stop.png) no-repeat center;
}
/*-----------------首页----------------*/
#h_item1 ul li.h1_li1 {
    width: 600px;
    height: 474px;
    float: left;
}
#h_item1 ul li{
    float:left;
    width:292px;
    height:237px;
}
#h_item1 ul li a{
    display:block;
}
#h_item2 .audio {
    width: 1000px;
    height: 450px;
    margin: 50px auto;
}
#h_item2 .audio video {
    width: 1000px;
    height: 450px;
}
#Market_item4.h_item4 ul li{
    width:220px;
    height:320px;
}
#Market_item4.h_item4 ul li i{
    width:85px;
    height:85px;
    margin-top:35px;
}
#Market_item4.h_item4 ul li h3 {
    margin: 20px 0 16px 0;
}
#Market_item4.h_item4 ul li p {
    line-height: 24px;
}
#Market_item4.h_item5 ul li{
    width:178px;
    height:280px;
}
#Market_item4.h_item5 ul li i{
    width:80px;
    height:80px;
    margin-top:20px;
}
#Market_item4.h_item5 ul li h3 {
    margin: 20px 0 16px 0;
}
#Market_item4.h_item5 ul li p {
    width:130px;
    line-height: 24px;
}
    #home_item1 {
    }
 #home_item1 ul {
    overflow: hidden;
    width: 120%;
    margin: 0 auto;
    margin-top: 50px;
    padding-left:30px;
}

#home_item1 ul li {
    color:#666;
    float: left;
    /*width: 160px;*/
    /*height: 50px;*/
    margin-right: 1px;
    cursor: pointer;
    margin-right:55px;
}
#home_item1 ul li i{
    display:block;
    height:40px;
}
#home_item1 ul li i img {
    display: block;
    margin: 0 auto;
}
#home_item1 ul li.active {
    color: #4CC9F3;
}

#home_item1 ul li h4 {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight:400;
}

#home_item1 ol li {
    overflow: hidden;
    margin-top: 50px;
    display: none;
    padding:0 30px;
    height:515px;
}
#home_item1 ol li .icall_left {
    float:left;
    width:602px;
    margin-top:140px;
}
#home_item1 ol li .icall_left h3{
    font-size:30px;
    color:#333;
}
#home_item1 ol li .icall_left p {
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    margin:40px 0 50px 0;
}
#home_item1 ol li .icall_left .home_btn {
    width: 148px;
    height: 43px;
    border: 1px solid #33CAF2;
    border-radius: 30px;
    opacity: 0.5;
}
#home_item1 ol li .icall_left .home_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #33CAF2;
    font-size: 14px;
    line-height: 40px;
    text-align:center;
    cursor:pointer;
}
#home_item1 ol li .icall_right {
    float: right;
    width: 478px;
    height: 477px;
    margin-top: 36px;
}
#home_item1 ol li.disActive {
    display: block;
}
#home_item2 ul{
    margin-top:132px;
    position:relative;
    height:360px;
}
#home_item2 ul li {
    float: left;
    width: 219px;
    height: 338px;
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 0 40px;
    position:absolute;
  
}
#home_item2 ul li i{
    display:block;
    width:113px;
    height:127px;
    margin:0 auto;
    margin-top:40px;
}
#home_item2 ul li.home2_bg1{
    left: 0;
    top: 0;
}
#home_item2 ul li.home2_bg2 {
    left: 300px;
    top: 0;
}
#home_item2 ul li.home2_bg3 {
    left: 600px;
    top: 0;
}
#home_item2 ul li.home2_bg4 {
    left: 900px;
    top: 0;
    border:none;
}
#home_item2 ul li.home2_bg1 i {
    background: url(../img/home2-1.png) no-repeat center;
}
#home_item2 ul li.home2_bg2 i{
    background: url(../img/home2-2.png) no-repeat center;
}
#home_item2 ul li.home2_bg3 i{
    background: url(../img/home2-3.png) no-repeat center;
}
#home_item2 ul li.home2_bg4 i{
    background: url(../img/home2-4.png) no-repeat center;
}
#home_item2 ul li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    text-align:center;
    margin:13px 0;
}
#home_item2 ul li p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
#home_item2 ul li.home2_bg1:hover i{
    background: url(../img/home2-11.png) no-repeat center;
}

#home_item2 ul li.home2_bg2:hover i{
    background: url(../img/home2-22.png) no-repeat center;
}

#home_item2 ul li.home2_bg3:hover i{
    background: url(../img/home2-33.png) no-repeat center;
}

#home_item2 ul li.home2_bg4:hover i{
    background: url(../img/home2-44.png) no-repeat center;
}
#home_item2 ul li:hover {
    background: #33CAF2;
    z-index:22;
}
#home_item2 ul li:hover h3 {
    color:#fff;
}
#home_item2 ul li:hover p {
    color: #fff;
}

#home_item3 {
    height: 600px;
    background: url(../img/home3_1.png) no-repeat center;
}
#home_item3 .title h3{
    color:#fff;
    padding:100px 0 20px 0;
}
#home_item3 .title h5 {
    color: #fff;
    opacity: 0.4;
    font-size: 18px;
    text-align:center;
}
#home_item3 ul{
    width:120%;
    margin-top:60px;
}
#home_item3 ul li {
    float: left;
    width: 142px;
    margin-right:120px;
}
#home_item3 ul li i {
    display: block;
    width: 142px;
    height: 142px;
    background: url(../img/home3_2.png) no-repeat center;
}
#home_item3 ul li i img{
    display:block;
    width:15px;
    height:22px;
    margin:0 auto;
    padding-top:25px;
}
#home_item3 ul li i span {
    display: block;
    font-size: 28px;
    color: #33CAF2;
    text-align:center;
    margin-top:20px;
}
#home_item3 ul li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align:center;
    margin:40px 0 18px 0;
}
#home_item3 ul li p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.4;
}
.cooperationBox {
    width: 1102px;
    padding-top: 50px;
    margin: 0 auto;
    /* padding-bottom: 80px; */
}
/*选择小语智能，选择卓越品质*/
#home_item5 {
    background: url(../images/home5_bg.jpg) no-repeat bottom center;
    height: 284px;
}
#home_item5 .title{
    padding-top:75px;
}
#home_item5 .title h3 {
    color: #fff;
}

.obtainBox {
    width: 540px;
    height: 48px;
    margin: 50px auto 0px;
    border: 1px solid #fff;
}

.obtainBox a {
    float: right;
    width: 168px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
  
}

.obtainBox.btnTop {
    width: 180px;
    height: 44px;
    margin: 0;
    margin-left: 42px;
}

.obtainBox input {
    width: 348px;
    height: 16px;
    padding: 16px 10px;
    float: left;
    border: 0px;
  
}

.obtainBox.btnTop a {
    width: 180px;
    height: 44px;
    line-height: 44px;
    border-radius: 25px;
}
/*-----------------------智能客服---------------------------*/
#banner.Marketbanner {
    height: 528px;
    background: url(../img/m_banner0.jpg) no-repeat center center;
}
.bannerBtn_capacity {
    margin-left: 0px;
    padding-top: 380px;
}
#sp_item3.mk_item3 ul li{
    margin-top:40px;
}
#sp_item3.mk_item3 ul li i {
    width: 469px;
    height: 321px;
}
#sp_item3.mk_item3 ul li div.s3_text {
    padding-top:0px;
}
#mk_item4{

}
#mk_item4 ul{
    width:110%;
    margin-top:50px;
}
#mk_item4 ul li {
    float: left;
    width: 250px;
    height:210px;
    margin:0 65px;
}
#mk_item4 ul li i{
    display:block;
    width:142px;
    height:138px;
    margin:0 auto;
}
#mk_item4 ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align:center;
}
#Market_item0 p {
    width: 900px;
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 28px;
    text-align: center;
}
#Market_item0 i{
    display:block;
    width:1200px;
    height:514px;
}
#Market_item2 .mk1 {
    overflow:hidden;
    margin-top:55px;
}
#Market_item2 ul {
    float: left;
    width: 279px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.17);
    margin:5px;
}
#Market_item2 ul li {
    height: 113px;
    overflow: hidden;
    width: 297px;
    cursor:pointer;
}
        
#Market_item2 .mk1 ul li i {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 35px;
    margin-left: 40px;
    margin-right: 10px;
}
#Market_item2 .mk1 .mk_li1 i {
    background: url(../img/mk1_1.png) no-repeat center center;
}
#Market_item2 .mk1 .mk_li2 i {
    background: url(../img/mk1_2.png) no-repeat center center;
}
#Market_item2 .mk1 .mk_li3 i {
    background: url(../img/mk1_3.png) no-repeat center center;
}
#Market_item2 .mk1 .mk_li4 i {
    background: url(../img/mk1_4.png) no-repeat center center;
}
#Market_item2 .mk1 .mk_li5 i {
    background: url(../img/mk1_5.png) no-repeat center center;
}
#Market_item2 ul li.active {
    background: url(../img/mk1_bg.png) no-repeat center center;
}
#Market_item2 ul li.mk_li1.active  i {
    background: url(../img/mk1_11.png) no-repeat center center;
}
#Market_item2 ul li.mk_li2.active  i {
    background: url(../img/mk1_22.png) no-repeat center center;
}
#Market_item2 ul li.mk_li3.active i {
    background: url(../img/mk1_33.png) no-repeat center center;
}
#Market_item2 ul li.mk_li4.active i {
    background: url(../img/mk1_44.png) no-repeat center center;
}
#Market_item2 ul li.mk_li5.active  i {
    background: url(../img/mk1_55.png) no-repeat center center;
}
#Market_item2 .mk1 ul li.active p {
    font-size: 20px;
    color: #fff;
}
#Market_item2 .mk1 ul li p {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 112px;
}
#Market_item2 .mk1 ul li span{
    float:left;
    display:block;
    width:200px;
    padding:0 20px;
    border-bottom:1px solid #ccc;
    margin-left:20px;
}
#Market_item2 ol {
    float: left;
    margin: 5px;
    margin-left: 26px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.17);
    width:834px;
    height:565px;
}
#Market_item2 ol li{
    display:none;
    overflow:hidden;
}
#Market_item2 ol li.disActive {
    display: block;
}
#Market_item2 ol li div{
    float:left;
    margin-left:80px;
    margin-right:130px;
}
#Market_item2 ol li div h3 {
    color: #33caf2;
    font-size:30px;
    margin:160px 0 38px 0;
}
#Market_item2 ol li div p {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    background: url(../img/mk1_dian.png) no-repeat center left;
    padding-left:20px;
}
#Market_item2.m2_t ol li div p {
    width: 230px;
   
}
#Market_item2 ol li.m_ol2 div h3{
    margin-top:120px;
}
#Market_item2 ol li.m_ol2 div p {
    background: url(../img/mk1_dian.png) no-repeat 5px 18px;
}
#Market_item2 ol li i {
    float: left;
    width: 342px;
    height: 382px;
    margin-top: 80px;
}
#Market_item3 ul {
    margin-top: 10px;
}
#Market_item3 ul li {
    float: left;
    width: 570px;
    background: #fff;
    margin-right: 30px;
    margin-top: 32px;
    overflow:hidden;
}
#Market_item3 ul li i{
    float:left;
    width:103px;
    height:98px;
    margin:23px 0 14px 25px;
}
#Market_item3 ul li p {
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 135px;
    margin-left:25px;
}
#Market_item4 {
  
}
#Market_item4 .title{
   
    margin-bottom:60px;
}

#Market_item4 ul{
    width:110%;
}
#Market_item4 ul li {
    float: left;
    width: 280px;
    height: 350px;
    background: rgba(255,255,255,1);
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    margin-right: 20px;
}
#Market_item4 ul li i {
    display: block;
    width:81px;
    height:77px;
    margin:0 auto;
    margin-top:50px;
}
#Market_item4 ul li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin:30px 0 26px 0;
    text-align:center;
}
#Market_item4 ul li p {
    width: 192px;
    color: #666;
    line-height: 32px;
    font-size: 14px;
    margin:0 auto;
    text-align:center;
}

/*------------电话外呼系统--------**/
        
#banner.SPbanner {
    height: 528px;
    background: url(../images/spbanner.jpg) no-repeat center center;
}
.SPbanner .bannerBtn_capacity .bannertext {
    padding-top: 0px!important;
    padding-left: 20px;
}
.SPbanner .bannerBtn_capacity {
    padding-top: 70px;
}
.SPbanner .btnTop {
    margin-left: 30px;
    margin-top: 40px;
}
#sp_item1{

}
#sp_item1 .s1_left {
    float:left;
    width:410px;
    margin-left:50px;
}
#sp_item1 .s1_left .title h3{
    text-align:left;
}
#sp_item1 .s1_left p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}
#sp_item1 i {
    float: right;
    margin-right:50px;
}
#sp_item2 ul {
    width: 405px;
    height: 398px;
    margin: 50px auto;
    background: url(../images/sp2_1.jpg) center;
    position: relative;
}
#sp_item2 ul li h4 {
    font-size: 22px;
    color: #196edb;
}

#sp_item2 ul li {
    width: 210px;
}
#sp_item2 ul li p{
    width: 210px;
}
#sp_item2 ul .sp2_li1 {
    position: absolute;
    left: -240px;
    top: 60px;
}
#sp_item2 ul .sp2_li1 p {
    text-align: right; 
}
#sp_item2 ul .sp2_li1 h4 {
    text-align: right;
}

#sp_item2 ul li h3 {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
}
#sp_item2 ul li p {
    font-size: 14px;
    color: #666;
    opacity: 0.8;
    margin-top:10px;
}

#sp_item2 ul .sp2_li2 {
    position: absolute;
    right: -240px;
    top: 63px;
}

#sp_item2 ul .sp2_li3 {
    position: absolute;
    left: -240px;
    bottom: 40px;
}
#sp_item2 ul .sp2_li3 p {
    text-align: right;
}
#sp_item2 ul .sp2_li3 h4 {
    text-align: right;
}
#sp_item2 ul .sp2_li4 {
    position: absolute;
    right: -240px;
    bottom: 40px;
}
#sp_item3{

}
#sp_item3 ul{
    padding-top:50px;
}
#sp_item3 ul li .sp3_left {
    float: left;
}
#sp_item3 ul li .sp3_right {
    float: right;
}
#sp_item3 ul li i{
    display:block;
    width:493px;
    height:413px;
}
#sp_item3 ul li div.s3_text{
    width:610px;
    padding-top:50px;
}
#sp_item3 ul li div.s3_text h4 {
    font-size: 30px;
    color: #196edb;
    margin-left:20px;
    margin-bottom:30px;
}

#sp_item3 ul li div.s3_text p {
    font-size: 14px;
    color: #666;
    margin-left: 15px;
    width:500px;
    line-height:30px;
    float:left;
}
   
.circle {
    width: 10px;
    height: 10px;
    background-color: #196edb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    float:left;
    margin-top:10px;
    margin-left:20px;
}
#sp_item4 {
    height: 540px;
    background: url(../images/sp4_bg.jpg) no-repeat center;
}
#sp_item4 .title h3{
    color:#fff;
    padding:50px 0 20px 0;
}
#sp_item4 .title h5 {
    color: #fff;
    font-size: 18px;
    text-align:center;
    font-weight:400;
}
#sp_item4 ul{
    width:120%;
    margin-top:60px;
}
#sp_item4 ul li {
    float: left;
    width: 142px;
    margin-right:120px;
}
#sp_item4 ul li i {
   position:relative;
   display:block;

}
#sp_item4 ul li i img{
    display:block;
    width:44px;
    height:52px;
    position:absolute;
    right:0px;
    top:-40px;
}
#sp_item4 ul li i s{
    display:inline-block;
    font-size:54px;
    color:#fff;
    font-weight:500;
}
#sp_item4 ul li i span {
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
#sp_item4 ul li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align:center;
    margin:20px 0 18px 0;
}
#sp_item4 .obtainBox.btnTop  {
    border-radius: 0px;
    background: none;
    margin:50px auto;
}
#sp_item4 .obtainBox.btnTop a{
    border-radius: 0px;
    background:none;
}


#yyx_item1 .yyx i {
    display: block;
    width: 1022px;
    margin: 0 auto;
    margin-top: 40px;
}
#yyx_item1 .yyx i img{
    width: 1022px;
    height:422px;
    display:block;
}
#yyx_item1 .yyx p{
    width:950px;
    margin:0 auto;
    font-size:16px;
    color:#666;
    margin-top:38px;
}
#yyx_item2 ul {
    width: 110%;
    margin-left: 74px;
}
#yyx_item2 ul li {
    float: left;
    width: 130px;
    margin-right: 100px;
}
#yyx_item2 ul li i{
    display:block;
    width:130px;
    height:134px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:10px;
}
#yyx_item2 ul li h4{
    font-size:18px;
    text-align:center;
    font-weight:400;
}
/*-------------企业客服系统1-------------------**/
#banner.qybanner {
    height: 528px;
    background: url(../images/qybanner.jpg) no-repeat center center;
}
.qy_item1 i{
    width:373px;
    height:322px;
}
#qy_item2 i{
    display:block;
    width:1200px;
    height:528px;
    margin-top:30px;
}
#sp_item3.qy_item3 ul li i{
    width:414px;
    height:404px;
}
#Market_item4.qy_item4 ul li i{
    width: 100px;
    height: 100px;
    margin-top:30px;
}
#Market_item4.qy_item4 ul li p {
    line-height:24px;
}
#qy_item5 ul{
    margin-top:50px;
}
#qy_item5 ul li {
    width: 850px;
    margin-left: 180px;
    background: #f5f6f8;
    position: relative;
    padding: 60px 30px 60px 120px;
    margin-bottom:20px;
}
#qy_item5 ul li i{
    display:block;
    width:248px;
    height:171px;
    position:absolute;
    left:-160px;
    top:50%;
    margin-top:-85px;
}
#qy_item5 ul li h3 {
    font-size: 18px;
    padding-left: 15px;
    border-left: 4px solid #1966ea;
    font-weight:400;
    margin-top:20px;
    margin-bottom:10px;
}
#qy_item5 ul li p { 
    color: #666;
    line-height: 24px;
    font-size: 14px;
        
}
/*-------------------大数据中台------------------------*/
#banner.Databanner {
    height: 528px;
    background: url(../img/d_banner0.jpg) no-repeat center center;
}
#data_item1 .data1{
    overflow:hidden;
    margin-top:55px;
}
#data_item1 .data1 img{
    float:left;
    width:425px;
    height:424px;
    margin-right:100px;
    margin-top:30px;
}
#data_item1 .data1 .data1_right {
    float: left;
    width: 620px;
}
      
#data_item1 .data1 .data1_right p {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}
#data_item1 .data1 .data1_right ul{
    margin-top:20px;
}
#data_item1 .data1 .data1_right ul li {
    float: left;
    width: 305px;
    height: 162px;
    overflow: hidden;
    padding-top: 50px;
}
#data_item1 .data1 .data1_right i {
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 10px;
    margin-left:20px;
}
#data_item1 .data1 .data1_right i img{
    display: block;
    width: 65px;
    height: 65px;
}
#data_item1 .data1 .data1_right ul li h3 {
    float: left;
    width: 192px;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
    margin-bottom:10px;
}
#data_item1 .data1 .data1_right ul li p{
    float: left;
    width:192px;
}
#data_item1 .data1 .data1_right ul li.datali1 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#data_item1 .data1 .data1_right ul li.datali2 {
    border-bottom: 1px solid #ccc;
}
#data_item1 .data1 .data1_right ul li.datali3 {
    border-right: 1px solid #ccc;
}
#data_item1 .data1 .data1_right .data1p{
    padding-left:20px;
}
#Market_item2.data_item2 .mk1 ul li p{
    width:180px;
   
}
#Market_item2.data_item2 .mk1 ul li.mk_li3 p {
    line-height: 30px;
    margin-top: 20px;
    height: 92px;
}
#Market_item2.data_item2 .mk1 ul li.mk_li4 p {
    line-height: 30px;
    margin-top: 20px;
    height:112px;
}
#Market_item2.data_item2 .mk1 ul li i {
    margin-left:30px;
}
#Market_item2.data_item2 .mk1 ul {
    background: #fff;
}
#Market_item2.data_item2 ol {
    height: 452px;
    background: #fff;
}
#Market_item2.data_item2 ol li div {
    width: 340px;
    margin-right: 45px;
    margin-left: 60px;
}
#Market_item2.data_item2 ol li h3{
    margin-top:125px;
}
#Market_item2.data_item2 ol li p{
    background:none;
    padding-left:0px;
}
#Market_item2.data_item2 ol li i{
    width:368px;
    height:392px;
    margin-top:30px;

}
#Market_item3.data_item3 ul li h3 {
    float: left;
    width: 200px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-left:25px;
    margin-top:30px;
}
#Market_item3.data_item3 ul li p {
    line-height:30px;
    width:400px;
    font-size:14px;
}
#Market_item3.data_item3 ul li{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.17);
}
#Market_item3.data_item3 .title h4{
    width:630px;
    margin:0 auto ;
    line-height:28px;
    margin-top:30px;
    margin-bottom:20px;
}
#data_item4 {
    background: url(../img/data4_bg.png) center;
    height:874px;
}
#data_item4 h3{
    padding-top:80px;
    padding-bottom:40px;
    color:#fff;
}
#data_item4 i{
    display:block;
    width:1120px;
    height:636px;
    margin:0 auto;

}
#data_item5 ul {
    background: url(../img/data5_1.png) center;
    width:1025px;
    height:325px;
    margin:0 auto;
    margin-top:100px;
    margin-bottom:100px;
    position:relative;
}
#data_item5 ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
#data_item5 ul li.data5_li1 {
    position:absolute;
    top:-25px;
    left:-20px;
}
#data_item5 ul li.data5_li2 {
    position: absolute;
    top: -25px;
    left: 446px;
}
#data_item5 ul li.data5_li3 {
    position: absolute;
    top: -25px;
    right: -4px;
}
#data_item5 ul li.data5_li4 {
    position: absolute;
    bottom: -25px;
    left: 218px;
}
#data_item5 ul li.data5_li5 {
    position: absolute;
    bottom: -25px;
    right: 184px;
}
#data_item6 ul{
    width:110%;
}
#data_item6 ul li {
    float: left;
    width: 590px;
    background: #fff;
    overflow: hidden;
    margin-right: 30px;
    margin-top:30px;
    height:199px;
}

#data_item6 ul li i {
    float: left;
      margin:48px 16px 0 60px;
}
#data_item6 ul li.data6_li1 i{
    width:28px;
    height:34px;
}
#data_item6 ul li.data6_li2 i {
    width: 30px;
    height: 30px;
}
#data_item6 ul li.data6_li3 i {
    width: 37px;
    height: 37px;
}
#data_item6 ul li.data6_li4 i {
    width: 32px;
    height: 29px;
}
#data_item6 ul li div{
    float:left;
}
#data_item6 ul li div h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top:50px;
}
#data_item6 ul li div p {
    width: 410px;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}
#data_item6 .datadiv {
    position: relative; 
    margin-top:20px;
}
#data_item6 .dataimg{
    position:absolute;
    top:138px;
    left:500px;
   
}
/*------------------------智能IVR------------------------*/
#banner.IVRbanner {
    height: 528px;
    background: url(../images/ivrbanner.jpg) no-repeat center center;
}
#qy1_item1.IVR_item1 {
    padding-top:80px;
}
#qy1_item1.IVR_item1 i{
    height:646px;
}
#Market_item3.data_item3 ul li.IVR2_li1 h3{
    margin-top:8px;
}
#Market_item3.data_item3 ul li.IVR2_li2 h3 {
    margin-top: 18px;
}
#IVR_item3 {
    height: 704px;
    background: url(../img/ivr3_bg.png) no-repeat center center;
}
#IVR_item3 .title h3{
    color:#fff;
    padding-top:80px;
}
.IVR3_div{
    width:110%;
    margin-top:50px;
}
#IVR_item3 ul{
    float:left;
    width:580px;
    margin-right:20px;
    height:440px;
    border:1px solid #aaa;
}
#IVR_item3 ul h3{
    color:#fff;
}
#IVR_item3 ul p {
    color: #fff;
}
#IVR_item3 ul li:first-child {
    background: #33caf2;
    overflow:hidden;
    height:55px;
    margin:0;
}
#IVR_item3 ul li:first-child  i{
    float:left;
    display:block;
    margin-left:220px;
    margin-top:18px;
    margin-right:18px;
}
#IVR_item3 ul li:first-child p {
    float: left;
    line-height: 55px;
    font-size: 20px;
    opacity:1;
}
#IVR_item3 ul li {
    height:95px;
    border-bottom:1px solid #aaa;
    margin:0 20px;
}
#IVR_item3 ul.IVR3_ul li{
    height: 62px;
}
#IVR_item3 ul li:last-child {
    border-bottom: none;
}
#IVR_item3 ul li h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 94px;
    margin-right: 20px;
    width: 130px;
    text-align: right;
    font-weight: 400;
}
#IVR_item3 ul li p {
    display: inline-block;
    font-size: 14px;
    line-height: 94px;
    opacity: 0.5;
}
#IVR_item3 ul:first-child li:last-child h3 {
    float:left;
}
#IVR_item3 ul:first-child li:last-child p {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    width: 390px;
    margin-top:15px;
}
#IVR_item3 ul.IVR3_ul li p {
    line-height: 62px;
}
#IVR_item4 ul {
    width: 480px;
    height: 442px;
    margin: 50px auto;
    background: url(../images/ivr5_bg.jpg) center;
    position: relative;
}
#IVR_item4 ul .IVR4_li1 {
    position: absolute;
    left: -165px;
    top: 60px;
}

#IVR_item4 ul li {
    width: 200px;
}
#IVR_item4 ul li h3 {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
}
#IVR_item4 ul li p {
    font-size: 14px;
    color: #666;
    opacity: 0.57;
}

#IVR_item4 ul .IVR4_li2 {
    position: absolute;
    right: -237px;
    top: 129px;
}

#IVR_item4 ul .IVR4_li3 {
    position: absolute;
    left: -240px;
    bottom: 168px;
}


#IVR_item4 ul .IVR4_li4 {
    position: absolute;
    right: -188px;
    bottom: 60px;
}
#IVR_item4 ul .IVR4_li5{
    position: absolute;
    right: 468px;
    bottom: 15px;
}
#IVR_item4 ul .IVR4_li5 p{
    width:300px;
}
#sp_item1.ivr_item1 i{
    width:362px;
    height:390px;
    margin-top:-48px;
}
#sp_item3.ivr_item3 ul li i {
    width: 513px;
    height: 392px;
}
#Market_item4.ivr_item4 ul li{
    margin-bottom:20px;
}
#Market_item4.ivr_item4 ul li i {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}
#Market_item4.ivr_item4 ul li h3 {
    margin:20px 0;
}
#qy_item2.qy_item6 i {
    display: block;
    width: 1024px;
    height: 658px;
    margin:30px auto;
}
/*-----------------------服务--------------------------*/
#banner.businessbanner {
    height: 528px;
    background: url(../img/c_banner0.jpg) no-repeat center center;
}
.bannertext {
    padding: 156px 0 0 90px;
}
.bannertext h3 {
    font: 48px/126px 'MicrosoftYaHei';
    color: #fff;
}
.bannertext p {
    font: 30px/50px 'MicrosoftYaHei';
    color: #fff;
}
#fw_item1 ul{
    margin-top:60px;
    
}
#fw_item1 ul li {
    float: left;
    width: 295px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height:360px;
}
#fw_item1 ul li:last-child {
    border-right: none;
}
#fw_item1 ul li i{
    display:block;
    width:129px;
    height:128px;
    margin:0 auto;
    margin-top:60px;
}
#fw_item1 ul li h3{
    font-size:16px;
    color:#333;
    font-weight:400;
    text-align:center;
    margin:20px 0;
}
#fw_item1 ul li p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding:0 50px;
}
#fw_item2 ul{
    width:110%;
    margin-top:50px;
}
#fw_item2 ul li {
    float: left;
    width: 285px;
    margin-right: 20px;
    background: #fff;
    height:440px;
}
#fw_item2 ul li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 85px;
    text-align: center;
    background: #e1ebf0;
}
#fw_item2 ul li i{
    display:block;
    width:103px;
    height:98px;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:45px;
}
#fw_item2 ul li p {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    width:190px;
    margin:0 auto;
}

#fw_item3 ul {
    width: 509px;
    height: 552px;
    margin: 50px auto;
    background: url(../img/fw4_bg.png) center;
    position: relative;
}
#fw_item3 ul .fw_li1 {
    position: absolute;
    left: -320px;
    top: 106px;
}
#fw_item3 ul .fw_li1 p {
    text-align: right;
}
#fw_item3 ul li {
    width: 300px;
}
#fw_item3 ul li h3 {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
}
#fw_item3 ul li p {
    font-size: 14px;
    color: #666;
    opacity: 0.57;
}

#fw_item3 ul .fw_li2 {
    position: absolute;
    right: -310px;
    top: 104px;
}

#fw_item3 ul .fw_li3 {
    position: absolute;
    left: -310px;
    bottom: 155px;
}
#fw_item3 ul .fw_li3 p {
    text-align: right;
}

#fw_item3 ul .fw_li4 {
    position: absolute;
    right: -310px;
    bottom: 156px;
}
#fw_item3 ul .fw_li5 {
    position: absolute;
    right: 350px;
    bottom: -30px;
}
#fw_item3 ul .fw_li5 p {
    width: 800px;
    text-align: center;
}


/*-------------------------关于我们---------------------------------*/
#banner.aboutbanner {
    height: 528px;
    background: url(../images/ab_banner.jpg) no-repeat center center;
}

.aboutbanner .bannerBtn_capacity {
    padding-top: 50px;
}

.aboutbanner .bannertext {
    padding-top: 20px;
    padding-left: 20px;
}

.aboutbanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}


#about_item1 .about1_text{
    overflow:hidden;
}
    #about_item1 .about1_text .atext_left{
        float:left;
        width:610px;
    }
    #about_item1 .about1_text .atext_left h3 {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
        background: url(../img/t_bg.png) no-repeat center left;
        height:100px;
        margin-bottom:30px;
    }
    #about_item1 .about1_text .atext_left h3 span{
        display:block;
        padding-top:40px;
        padding-left:40px;
    }
        #about_item1 .about1_text .atext_left p {
            font-size: 14px;
            color: #666666;
            line-height: 28px;
        }
        #about_item1 .about1_text i {
            float: right;
            width:500px;
            height:480px;
        }
    #about_item2 ul {
        overflow: hidden;
        width: 120%;
        padding-top: 64px;
        padding-left: 20px;
        margin-left: -20px;
    }

#about_item2 ul li {
    float: left;
    width: 320px;
    background: rgba(255,255,255,1);
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    margin-right: 120px;
    height: 340px;
    position: relative;
    transition: 0.2s;
}
#about_item2 ul li:hover {
    top: -6px;
    transition: 0.3s;
}
#about_item2 ul li .ateam_t2 i {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    margin-top: 30px;
}
#about_item2 ul li .ateam_t2 i img {
    display: block;
    width: 81px;
    height: 81px;
}

#about_item2 ul li .ateam_t2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #307EFF;
    text-align: center;
    margin-top: 20px;
}

#about_item2 ul li .ateam_t2 span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

#about_item2 ul li .ateam_t2 s {
    display: block;
    width: 30px;
    height: 2px;
    background: #307EFF;
    margin: 0 auto;
}

#about_item2 ul li p {
    width: 269px;
    font-size: 13px;
    letter-spacing:2px;
    line-height: 22px;
    color: #666;
    margin: 0 auto;
    margin-top: 15px;
}

#about_item2 ul li.ateam_te {
    height: 420px;
}

#about_item3 ul {
    overflow: hidden;
    width: 110%;
    padding-top: 45px;
}

#about_item3 ul li {
    float: left;
    width: 231px;
    height: 271px;
    margin-right: 50px;
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.2s;
}
#about_item3 ul li:hover {
    top: -6px;
    transition: 0.3s;
}

#about_item3 ul li.ateam_t3_1 {
    background: url(../img/img_1_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_2 {
    background: url(../img/img_2_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_3 {
    background: url(../img/img_3_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_4 {
    background: url(../img/img_4_item.png) no-repeat center;
}

#about_item3 ul li span {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

#about_item3 ul li p {
    text-align: center;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin-top: 135px;
}

#about_item1 ul {
    overflow: hidden;
    width: 110%;
    margin-top:50px;
}

#about_item1 ul li {
    float: left;
    width: 320px;
    height: 70px;
    margin-right: 120px;
    background: url(../img/di_1.png) no-repeat center;
    cursor: pointer;
    transition: all .3s ease;
}
#about_item1 ul li:hover p {
    background-size: 120% 120%;
    font-size: 22px;
}
#about_item1 ul li p {
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
}

#about_item5 .margin {
    width: 1140px;
}

#about_item7 .about_swiper {
    /*width: 1090px;*/
    width: 1020px;
    overflow: hidden;
    position: relative;
    padding: 0 60px;
    margin-top: 100px;

}
.swiper-container2 {
    width: 100%;
    height: 240px;
    overflow: hidden; 
    background:#fff;
    padding:20px 0;
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev {
    width: 18px;
    height: 36px;
    margin-top: -18px;
    background-size:inherit;
}
.swiper-container2 .swiper-button-next {
    background-image: url('../img/icon_next.png');
}
.swiper-container2 .swiper-button-next:hover {
    background-image: url('../img/icon_next_kedian.png');
}
.swiper-container2 .swiper-button-prev {
    background-image: url('../img/icon_last.png');
}
.swiper-container2 .swiper-button-prev:hover {
    background-image: url('../img/icon_last_kedian.png');
}

.swiper-container2 .slide0 {
    background: url(../img/rz_1.jpg) no-repeat center center;
}

.swiper-container2 .slide1 {
    background: url(../img/rz_2.jpg) no-repeat center center;
}

.swiper-container2 .slide2 {
    background: url(../img/rz_3.jpg) no-repeat center center;
}

.swiper-container2 .slide3 {
    background: url(../img/rz_4.jpg) no-repeat center;
}

.swiper-container2 .slide4 {
    background: url(../img/rz_5.jpg) no-repeat center;
}

.swiper-container2 .slide5 {
    background: url(../img/rz_6.jpg) no-repeat center;
}

.swiper-container2 .slide6 {
    background: url(../img/rz_7.jpg) no-repeat center;
}

.swiper-container2 .slide7 {
    background: url(../img/rz_8.jpg) no-repeat center;
}

.swiper-container2 .slide8 {
    background: url(../img/rz_9.jpg) no-repeat center;
}
.swiper-container2 .slide9 {
    background: url(../img/rz_10.jpg) no-repeat center;
}
.swiper-container2 .slide10 {
    background: url(../img/rz_11.jpg) no-repeat center;
}
.swiper-container2 .slide11 {
    background: url(../img/rz_12.jpg) no-repeat center;
}
.swiper-container2 .slide12 {
    background: url(../img/rz_13.jpg) no-repeat center;
}
.swiper-container2 .slide13 {
    background: url(../img/rz_14.jpg) no-repeat center;
}
.swiper-container2 .slide14 {
    background: url(../img/rz_15.jpg) no-repeat center;
}
#about_item7 {
    background: url(../img/a7_bg.png) no-repeat center;
    height: 830px;
}
#about_item7 .about7_t {
    border-bottom: 1px solid #ccc;
}
#about_item7 .title h3{
    padding-top:80px;
    color:#fff;
    margin-bottom:20px;
}
#about_item7 ul {
    width: 400px;
    margin: 0 auto;
}
#about_item7 ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    padding:40px 0;
    text-align:center;
    cursor:pointer;
}
#about_item7 ul li.active {
    color: #00CCFF;
    border-bottom: 2px solid #00CCFF;
}
#about_item7 ol li{
    display:none;
}
#about_item7 ol li.disActive {
    display: block;
}

#about_item7 ol li.fm i{
    display:block;
    width:180px;
    height:240px;
    margin:0 auto;
    margin-top:100px;
}
#about_item7 ol li .ry{
    overflow:hidden;
    width:1050px;
    margin:0 auto ;
}
#about_item7 ol li .ry i {
    float:left;
    width:180px;
    margin-right:30px;
    margin-top:20px;
}
#about_item8 .at8_text {
    overflow: hidden;
    margin-top: 60px;
}
#about_item8 ul {
    float: left;
    margin-top:40px;
}
#about_item8 i {
    float: right;
}
#about_item8 .map{
    float:right;
    width:840px;
    height:470px;
}
#about_item8 ul li {
    width: 320px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#about_item8 ul li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    padding-left:34px;
}
#about_item8 ul li p {
    width:240px;
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    padding-left: 34px;
    margin-bottom:30px;
}
#about_item8 ul li.at8_li1 h3{
    background: url(../img/a8_1.png) no-repeat center left;
}
#about_item8 ul li.at8_li2 h3 {
    background: url(../img/a8_2.png) no-repeat center left;
}
#about_item8 ul li.at8_li3 h3 {
    background: url(../img/a8_3.png) no-repeat center left;
}

/*----------------心理援助热线---------------------*/
#banner.banner_hot {
    height: 528px;
    background: url(../images/hotbanner.jpg) no-repeat center center;
}
.banner_hot .bannerBtn_capacity {
    padding-top: 50px;
}
.banner_hot .bannertext {
    padding-top: 20px;
    padding-left: 20px;
}
.banner_hot .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}

.hot_item1 i{
    width:416px;
    height:358px;
    margin-top:-20px;
}
#sp_item3.hot_item2 ul li i {
    width: 498px;
    height: 400px;
}
#hot_item4 ul {
    width: 515px;
    height: 450px;
    margin: 50px auto;
    background: url(../images/hot4_bg.jpg) center;
    position: relative;
}
#hot_item4 ul .hot4_li1 {
    position: absolute;
    left: -165px;
    top: 40px;
}

#hot_item4 ul li {
    width: 200px;
}
#hot_item4 ul li h3 {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}
#hot_item4 ul li p {
    font-size: 14px;
    color: #666;
    opacity: 0.57;
}

#hot_item4 ul .hot4_li2 {
    position: absolute;
    right: -186px;
    top: 27px;
}
#hot_item4 ul .hot4_li3 {
    position: absolute;
    left: -185px;
    bottom: 65px;
}
#hot_item4 ul .hot4_li4 {
    position: absolute;
    right: -210px;
    bottom: 132px;
}




/*#h_item2 ul {
    padding-left: 55px;
    margin-top: 20px;
}
#h_item2 ul li {
    float: left;
    width: 251px;
    height: 310px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    margin-right: 30px;
    margin-top: 30px;
}
#h_item2 ul li i {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    margin-top: 50px;
}
#h_item2 ul li h3 {
    margin: 40px 0 30px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}
#h_item2 ul li p {
    font-size: 14px;
    color: #999;
    padding: 0 48px;
    text-align: center;
}
#hot_item1.publicPadding{
    padding:50px 0px!important;
}
#hot_item1 .margin {
    overflow: hidden;
}
#hot_item1 .hot1_left {
    float: left;
    width:680px;
    margin-top:82px;
}
 
#hot_item1 .hot1_left .title h3 {
    text-align: left;
}
#hot_item1 .hot1_left p{
    font-size:14px;
    color:#666;
    line-height:30px;
    margin-top:20px;
}
#hot_item1 .hot1_right {
    float: right;
}
#h_item2.hot2 ul li {
    height: 275px;
}
#h_item2.hot2 ul li i {
    width: 77px;
    height: 69px;
    margin-top: 36px;
}
#h_item2.hot2 ul li h3 {
    margin: 20px 0 20px 0;
}
#h_item2.hot2 ul li p {
    padding: 0 30px;
}
#hot_item3 .title h4{
    font-size:14px;
    width:608px;
    margin:20px auto;
    line-height:26px;
}
.hot3_text{
    overflow:hidden;
}
.hot3_text ul {
    float:left;
    width: 193px;
    padding:50px 0;
    background: url(../img/hot3_bg.png) 100%;
    padding-left:20px;
}
.hot3_text ul li {
    width: 190px;
    height:60px;
    padding-left:26px;
  
}
.hot3_text ul li p{
    font-size:14px;
    color:#333;
    font-weight:500;
    line-height:60px;
}
.hot3_text ul li.li_1 {
    background: url(../img/hot3_1.png)no-repeat left center;
}
.hot3_text ul li.li_2 {
    background: url(../img/hot3_2.png)no-repeat left center;
}
.hot3_text ul li.li_3 {
    background: url(../img/hot3_3.png)no-repeat left center;
}
.hot3_text ul li.li_4 {
    background: url(../img/hot3_4.png)no-repeat left center;
}
.hot3_text ul li.li_1.active{
    background: url(../img/hot3_11.png)no-repeat left center;
    background-color:#fff;
}
.hot3_text ul li.li_2.active {
    background: url(../img/hot3_22.png)no-repeat left center;
    background-color: #fff;
}

.hot3_text ul li.li_3.active {
    background: url(../img/hot3_33.png)no-repeat left center;
    background-color: #fff;
}
.hot3_text ul li.li_4.active {
    background: url(../img/hot3_44.png)no-repeat left center;
    background-color: #fff;
}
.hot3_text ul li.li_1.active p {
    color: #3bc6f1;
}
.hot3_text ul li.li_2.active p {
    color: #3bc6f1;
}
.hot3_text ul li.li_3.active p {
    color: #3bc6f1;
}
.hot3_text ul li.li_4.active p {
    color: #3bc6f1;
}
.hot3_text ol li{
    display:none;
}
.hot3_text ol li.disActive {
    display: block;
}
.hot3_text ol li{
    overflow:hidden;
    margin-top:20px;
}
.hot3_text ol li i{
    display:block;
    float:left;
    margin-left:20px;
}
.hot3_text ol li div {
    float: left;
    width:440px;
    margin-top:126px;
    margin-left:20px;
}
.hot3_text ol li div h3{
    font-size:24px;
    color:#333;
    margin-bottom:30px;
}
.hot3_text ol li div p {
    font-size: 14px;
    color: #666;
}

#hot_item4 ul {
    width: 492px;
    height: 493px;
    margin: 30px auto;
    background: url(../img/hot4_bg.png) center;
    position: relative;
}
#hot_item4 ul .hot4_li1{
    position:absolute;
    left:-240px;
    top:40px;
}
#hot_item4 ul .hot4_li1 h3{
    text-align:right;
}
#hot_item4 ul .hot4_li1 p {
    text-align: right;
}
#hot_item4 ul li {
    width: 260px;
}
#hot_item4 ul li h3 {
    font-size: 20px;
    color: #383839;
    font-weight: 600;
    margin-bottom: 16px;
}
#hot_item4 ul li p{
    font-size:14px;
    color:#666;
}
#hot_item4 ul .hot4_li2 {
    position: absolute;
    right: -240px;
    top: 40px;
}
#hot_item4 ul .hot4_li3 {
    position: absolute;
    left: -250px;
    bottom: 60px;
}

#hot_item4 ul .hot4_li3 h3 {
    text-align: right;
}

#hot_item4 ul .hot4_li3 p {
    text-align: right;
}
#hot_item4 ul .hot4_li4 {
    position: absolute;
    right: -250px;
    bottom: 60px;
}*/
#hot_item5{
    background:url(../images/hot5_bg.jpg) no-repeat center;
    height:678px;
}
#hot_item5 .title h3{
    color:#fff;
    padding:70px 0 30px 0;
}
#hot_item5 ul {
    overflow: hidden;
    padding-left: 30px;
    margin-top: 40px;
}
#hot_item5 ul li {
    float: left;
    width: 218px;
    height: 110px;
    border: 1px solid #ccc;
    margin: 0 0 20px 20px;
    padding-left: 20px;
    padding-right:20px;
}
#hot_item5 ul li h3 {    
    /*background: url(../img/hot5_1.png)no-repeat left center;*/
    padding:48px 0;
    padding-left: 22px;
    font-weight:400;
    color:#fff;
}
#hot_item5 ul li h3.lite {
    padding: 36px 0;
    padding-left: 22px;
}
row-banner .obtainBox.btnTop a {
    width: 180px;
    height: 44px;
    background: rgba(246,246,246,1);
    box-shadow: 0px 4px 23px 1px rgba(255,255,255,0.36);
    border-radius: 22px;
    color: #10BAEE;
}
.row-banner .obtainBox.btnTop.hot {
    margin-left: 131px !important;
}
/*----------------隐私保护通话-------------------*/
#banner.proivacybanner {
    height: 528px;
    background: url(../images/shbanner.jpg) no-repeat center center;
}
.proivacybanner .bannerBtn_capacity {
    padding-top: 50px;
}

.proivacybanner .bannertext {
    padding-top: 20px;
    padding-left: 20px;
}

.proivacybanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}

#sp_item3.sp_item2 ul li i {
    width: 663px;
    height: 387px;
}
#sp_item3.sp_item2 ul li div.s3_text {
    width: 470px;
    padding-top: 113px;
}
#sp_item3.sp_item2 ul li div.s3_text s{
    display:block;
    width:168px;
    height:164px;
    margin-left:150px;
}
#Market_item4.sh_item3 ul li i {
    width: 75px;
    height: 75px;
    margin-top: 30px;
}
#sh_item4 {
    height: 540px;
    background: url(../images/sh4_bg.jpg) no-repeat center;
}
#sh_item4 .title h3{
    color:#fff;
    padding:100px 0 20px 0;
}
#sh_item4 .title h5 {
    color: #fff;
    opacity: 0.4;
    font-size: 18px;
    text-align:center;
}
#sh_item4 ul{
    width:120%;
    margin-top:60px;
}
#sh_item4 ul li {
    float: left;
    width: 142px;
    margin-right:120px;
}
#sh_item4 ul li i {
    display: block;
    width: 142px;
    height: 142px;
    background: url(../img/home3_2.png) no-repeat center;
}
#sh_item4 ul li i img{
    display:block;
    width:15px;
    height:22px;
    margin:0 auto;
    padding-top:25px;
}
#sh_item4 ul li i span {
    display: block;
    font-size: 28px;
    color: #33CAF2;
    text-align:center;
    margin-top:20px;
}
#sh_item4 ul li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align:center;
    margin:40px 0 18px 0;
}
#sh_item4 ul li p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.4;
}
    /*-------------新闻动态-------------*/
    #banner.inforbanner {
        height: 528px;
        background: url(../img/img_banner_news.png) no-repeat center center;
    }

#newsBox {
    padding-top: 0px;
}
#newsBox .margin {
    width: 1200px !important;
}
    #newsBox .newsText {
        width: 100%;
        height: 50px;
        border-bottom: 2px solid #D2D2D2;
    }
#newsBox .newsText ol{
    width:960px;
    margin:0 auto;
}
#newsBox .newsText ol li {
    float: left;
    width: 120px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    margin-right:300px;
}
#newsBox .newsText ol li:last-child{
    margin-right:0px;
}

#newsBox .newsText ol li.active {
    color: #307EFF;
    border-bottom: 4px solid #307EFF;
}
.News_List {
    padding-top: 30px;
}
.News_List li {
    margin-top: 32px;
}
.News_List li a {
    display: block;
    overflow: hidden;
    width: 100%;
}
.News_List li i {
    float: left;
    width: 268px;
    height: 180px;
    margin-left: 100px;
    margin-right: 60px;
}
.News_List li i img {
    display: block;
    width: 268px;
    height: 180px;
}
.News_List li .newsContent {
    float: left;
    width: 690px;
}
.News_List li .newsContent h4 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    margin-bottom: 10px;
}
.News_List li .newsContent p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    /*text-indent:2em;*/
    height: 118px;
}
.News_List li .newsContent span {
    font-size: 12px;
    color: #aaa;
}
.News_List li .s {
    float: left;
    width: 1200px;
    height: 1px;
    background: linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 50%,rgba(255,255,255,1) 100%);
    margin-top: 30px;
}
    .page {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

.page ul {
    display: inline-block;
    overflow: hidden;
}

.page ul li {
    width: auto;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.page ul li a {
    display: inline-block;
    padding: 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,0.43);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page ul li a:hover {
    background-color: #5C93FF;
    border: 1px solid #5C93FF;
    color: #FFF;
}

.page ul li.active a {
    background-color: #5C93FF;
    border: 1px solid #5C93FF;
    color: #FFF;
}
/*----------------合作页---------------------*/
#banner.teambanner {
    height: 500px;
    background: url(../images/twbanner.jpg) no-repeat center center;
}

.Text{
    margin:0 auto;
    width:100%;
    height: auto;
    padding:60px 0 85px 0;
}
.Text h4{
    width:100%;
    text-align: center;
    font:36px/96px 'MicrosoftYaHei';
    color:#333;
    font-weight: normal;
}
.Text h5{
    width:100%;
    text-align: center;
    font: 18px 'MicrosoftYaHei';
    color:#333;
    margin-bottom:40px;
}
.Text ul li{
	float: left;
	width:204px;
	height: auto;
	text-align: center;
    padding:0 48px;
}
.Text ul li i{
    margin:0 auto;
    display: block;
    width:120px;
    height:120px;
    position:relative;
}
.Text ul li i img{
	display: block;
	width:30px;
	height:30px;
    position:absolute;
    left:45px;
    top:45px;
}
.Text ul li i img.activetrans{
	width:130px;
	height:130px;
}

.Text ul li h6{
    font:20px/70px 'MicrosoftYaHei';
}
.Text ul li p{
    font:14px/24px 'MicrosoftYaHei';
    color:#666;
    text-align: left;
}

.teambanner .bannerBtn_capacity {
    padding-top: 50px;
}

.teambanner .bannertext {
    padding-top: 70px!important;
    padding-left: 20px!important;
}

.teambanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}
#Market_item4.tw_item1 ul li {
    height:300px;
}
#Market_item4.tw_item1 ul li i {
    width: 100px;
    height: 90px;
    margin-top: 30px;
}
#Market_item4 ul li h3 {
    margin: 26px 0 20px 0;
}
#Market_item4.tw_item2  ul li{
    padding:30px 20px;
    width:240px;
    height:290px;
}
#Market_item4.tw_item2 ul li h3{
    margin:0px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
#Market_item4.tw_item2 ul li i {
    width: 100px;
    height: 90px;
    margin-top: 10px;
}
#Market_item4.tw_item2 ul li p{
    line-height:26px;
}
#Market_item4.tw_item2 ul li s{
    display:block;
    width:50px;
    height:50px;
    margin:10px auto ;
}
#tw_item3 ul{
    width:110%;
    margin-top:40px;
}
#tw_item3 ul li {
    float: left;
    width: 360px;
    margin-right: 50px;
       
}
#tw_item3 ul li i{
    display:block;
    width:345px;
    height:137px;
}
#tw_item3 ul li.tw3_li1 i {
    background: url(../images/tw3_1.jpg) no-repeat center;
}
#tw_item3 ul li.tw3_li2 i{
    background: url(../images/tw3_2.jpg) no-repeat center;
}
#tw_item3 ul li.tw3_li3 i{
    background: url(../images/tw3_3.jpg) no-repeat center;
}
#tw_item3 ul li span{
    display:block;
    line-height:136px;
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:500;
}
#tw_item3 ul li p{
    padding:30px 30px 0 30px;
    font-size:16px;
    color:#666;
    line-height:30px;
    height:140px;
    border-bottom:1px solid #ccc;
}
#tw_item3 ul li div {
    width: 140px;
    height: 40px;
    background: #5aa7ff;
    border-radius:4px;
    text-align:center;
    line-height:40px;
    color:#fff;
    margin:20px auto;
}
/*----------------------------------------------*/
#header .bottons {
    float: right;
    margin-top: 18px;
}
#header .bottons .button{
	width:86px;
	height: 26px;
	margin-left:18px;
	font:14px/24px 'MicrosoftYaHei';
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    margin-top:0px!important;
}
#header .bottons .button.btnewm {
    border: 1px solid #3296fa;
    background: #fff;
    color: #3296fa;
}
#header .bottons .button.tryout{
	border:1px solid #3296fa;
	background:#fff;
	color:#3296fa;
}
#header .bottons .button.join{
	border:1px solid #3296fa;
	background:#3296fa;
	color:#fff;
	margin-right:40px;
}


.homebanner .bannertext {
    padding-top:70px;
    padding-left:20px;
}
.homebanner .bannertext p {
    font-size:22px;
}
.homebanner .btnTop{
    margin-left:20px;
    margin-top:40px;
}
.Marketbanner .bannerBtn_capacity {
    padding-top:70px;
}
.Marketbanner .bannerBtn_capacity .bannertext {
    padding-top: 0px;
    padding-left: 20px;
}
.Marketbanner .btnTop {
    margin-left: 30px;
    margin-top: 40px;
}
.qybanner .bannerBtn_capacity {
    padding-top: 70px;
}

.qybanner .bannerBtn_capacity .bannertext {
    padding-top: 0px;
    padding-left: 20px;
}
.qybanner .bannertext {
    padding-top: 20px;
}
.qybanner .btnTop {
    margin-left: 20px;
    margin-top: 50px;
}
.Databanner .bannerBtn_capacity {
    padding-top: 50px;
}

.Databanner .bannerBtn_capacity .bannertext {
    padding-top: 0px;
    padding-left: 20px;
}

.Databanner .bannertext {
    padding-top: 20px;
}
.Databanner .bannertext span{
    font-size:16px;
    color:#fff;
    opacity:0.7;
    display:block;
    margin-top:10px;
}
.Databanner .bannertext p{
    font-size:20px;
}
.Databanner .btnTop {
    margin-left: 20px;
    margin-top: 50px;
}
.IVRbanner .bannerBtn_capacity {
    padding-top: 50px;
}
.IVRbanner .bannertext {
    padding-top: 20px;
    padding-left:20px;
}

.IVRbanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}
.aboutbanner .bannerBtn_capacity {
    padding-top: 70px;
}
.aboutbanner .bannertext {
    padding-top: 20px;
    padding-left: 20px;
}
.aboutbanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}
/*-------------------反诈预警机器人------------------------*/
#banner.cfbanner {
    height: 528px;
    background: url(../img/cf_banner.jpg) no-repeat center center;
}
.cf .title img{
    display:block;
    margin:0 auto;
}
.cf1_box p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
    text-indent:2em;
    margin:30px 0px;
}
.cf1_box img{
    display:block;
    margin:0 auto ;
}
.cf2_box ul{
    display:flex;
    margin:40px 0px 50px 0px;
}
.cf2_box ul li {
    flex: 1;
    margin: 0 10px;
    height: 85px;
    background: #032785;
    cursor:pointer;
}
.cf2_box ul li p{
    text-align:center;
    font-size:22px;
    color:#fff;
    line-height:85px;
}
.cf2_box ol li.active {
    display:block;
}
.cf2_box ol li {
    overflow: hidden;
    display: none;
}
.cf2_box ol li img { 
    float:left;
    width:790px;

}
.cf2_box ol li div {
    float: right;
    width:350px;
}
.cf2_box ol li div h4 {
    font-size: 20px;
    color: #666666;
}
.cf2_box ol li div p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
    text-indent: 2em;
}
.cf3_box ul{
    overflow:hidden;
    margin-top:60px;
}
.cf3_box ul li{
    float:left;
    width:320px;
    height:280px;
    padding:0px 40px;
}
.cf3_box ul li i{
    display:block;
    width:142px;
    height:127px;
    margin:0 auto ;
    margin-bottom:20px;
}
.cf3_box ul li p {
    width: 320px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align:center;
}
.cf4_box .cf4_top{
    overflow:hidden;
    margin-top:50px;
}
.cf4_box .cf4_top img{
    float:left;
    width:447px;
    height:385px;
}
.cf4_box .cf4_top .cf4_top_right{
    float:right;
    width:700px;
}
.cf4_box .cf4_top .cf4_top_right p{
    width:670px;
}
.cf4_box .cf4_top .cf4_top_right h4{
    font-size:26px;
    font-weight:400;
}
.cf4_box .cf4_top .cf4_top_right span {
    display: inline-block;
    width: 120px;
    height: 40px;
    margin-top: 40px;
    font-size: 22px;
    background: #d8dad9;
    line-height:40px;
    text-align:center;
    margin-bottom:15px;
}
.cf4_box .cf4_top .cf4_top_right p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.cf4_box .cf4_bottom h4 {
    font-size: 26px;
    font-weight: 400;
    text-align:center;
    height:60px;
    background:url(../img/cf_i18.jpg)no-repeat  center bottom;
}
.cf4_box .cf4_bottom ul{
    overflow:hidden;
    margin-top:30px;
}
.cf4_box .cf4_bottom ul li{
    float:left;
    padding:0 61px;
    margin-right:10px;
    height:50px;
    margin-bottom:10px;
}
.cf4_box .cf4_bottom ul li.cf4_li1 {
    background: #f39b77;
}
.cf4_box .cf4_bottom ul li.cf4_li2 {
    background: #12b5b0;
}
.cf4_box .cf4_bottom ul li.cf4_li3 {
    background: #11a5ff;
}
.cf4_box .cf4_bottom ul li.cf4_li4 {
    background: #354986;
}
.cf4_box .cf4_bottom ul li.cf4_li5 {
    background: #546fb4;
}
.cf4_box .cf4_bottom ul li.cf4_li6 {
    background: #b28750;
}
.cf4_box .cf4_bottom ul li.cf4_li7 {
    background: #611987;
    padding: 0 88px;
}
.cf4_box .cf4_bottom ul li.cf4_li8 {
    background: #1b8271;
}
.cf4_box .cf4_bottom ul li.cf4_li9 {
    background: #887439;
    padding:0 106px;
}
.cf4_box .cf4_bottom ul li.cf4_li10 {
    background: #14ba6e;
}
.cf4_box .cf4_bottom ul li.cf4_li11 {
    background: #11a5ff;
}
.cf4_box .cf4_bottom ul li.cf4_li12 {
    background: #9082bd;
}
.cf4_box .cf4_bottom ul li p{
    font-size:18px;
    color:#fff;
    text-align:center;
    line-height:50px;
}
/*-------------------小语商机宝------------------------*/
/*#banner.nichebanner {
    height: 528px;
    background: url(../img/ni_banner.jpg) no-repeat center center;
}
.niche .title {
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
}
#ni_item1.niche .title {
    width: 340px;
}
.niche .title img{
    display:inline-block;
    width:55px;
    height:47px;
}
.niche .title img.ni1_left {
    float: left;
}
.niche .title img.ni1_right {
    float: left;
}
.niche .title h4 {
    float: left;
    padding: 0 25px;
    font-size: 30px;
    color: #00adf9;
    line-height:55px;
}

.ni2_box ul {
    overflow: hidden;
    width: 120%;
}
.ni2_box ul li{
    float:left;
    width:220px;
    margin-right:110px;
    margin-top:90px;
}
.ni2_box ul li i{
    display:block;
    width:137px;
    height:137px;
    margin:0 auto;
}
.ni2_box ul li h4 {
    font-size: 20px;
    color: #042380;
    text-align:center;
    margin:20px 0;
}
.ni2_box ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.ni3_box{
    overflow:hidden;
    margin-top:100px;
}
.ni3_box .ni3_box_left {
    float:left;
    width:430px;
    margin-top:20px;
}
.ni3_box .ni3_box_right {
    float: right;
    width: 730px;
}

.ni3_box .ni3_box_left li h4 {
    background: url(../img/ni_8.jpg) no-repeat center;
    width: 187px;
    height: 46px;
    font-size: 24px;
    color: #fff;
    padding-left: 10px;
    line-height: 46px;
}
.ni3_box .ni3_box_left .ni3_li h4 {
    width: 294px;
    background: url(../img/ni_10.jpg) no-repeat center;
    margin-left:-4px;
}
.ni3_box .ni3_box_left li p {
    font-size: 16px;
    color: #0b2488;
    line-height: 28px;
    margin: 20px 0px 40px 0px;
}
.ni4_box ul li{
    overflow:hidden;
    margin-top:80px;
}
  
.ni4_box ul li div {
    width: 595px;
}
.ni4_box ul li div h4 {
    font-size: 24px;
    color: #1f1f1f;
    width:165px;
    background:url(../img/ni_14.jpg)no-repeat right bottom;
    line-height:40px;
}
.ni4_box ul li div p {
    font-size: 20px;
    line-height: 46px;
    color: #202020;
    margin-top:30px;
}
.ni4_box ul li img {
    width: 270px;
    height: 244px;
}
.ni4_box ul li .ni4_left {
    float: left;
}

.ni4_box ul li .ni4_right {
    float: right;
}
.ni4_box ul li div.ni4_right h4{
    float:right;
}
.ni4_box ul li div.ni4_right p{
    float:right;
}
.nichebanner .obtainBox.btnTop {
    margin-left: 184px;
}*/
/*---------------------------微大宝------------------------------*/
#banner.webanner {
    height: 528px;
    background: url(../images/we_banner.png) no-repeat center center;
}
.webanner .bannerBtn_capacity {
    padding-top: 50px;
}

.webanner .bannertext {
    padding-top: 20px;
    padding-left: 20px;
}

.webanner .btnTop {
    margin-left: 20px;
    margin-top: 60px;
}
#We_item1 ul{
    width:120%;
    margin-top:20px;
}
#We_item1 ul li {
    float: left;
    width: 160px;
    margin-right: 50px;
    padding:25px 0px;
    margin-top:20px;
    border-radius:10px;
}
#We_item1 ul li i{
    display:block;
    width:85px;
    height:85px;
    margin:0 auto;
}
#We_item1 ul li h3 {
    font-size: 16px;
    color: #212121;
    font-weight:bold;
    line-height:33px;
    font-style:normal;
    text-align:center;
    margin:10px 0px;
}
.we_cj1{
    background:#FCFFF5;
}
.we_cj2{
    background: #F5FFF6;
}
.we_cj3 {
    background: #FDF5FF;
}
.we_cj4 {
    background: #FFF5F7;
}
.we_cj5 {
    background: #F5FEFF;
}
.we_cj6 {
    background: #F5FBFF;
}
/*-------------------小语精线索------------------------*/
#banner.nichebanner {
    height: 528px;
    background: url(../img/jxs_head.png) no-repeat center center;
}

.niche .title {
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
}

#ni_item1.niche .title {
    width: 280px;
}
#ni_item1 .cf1_box p {
    color: black;
    line-height: 28px;
    text-indent: 2em;
    margin: 30px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.niche .title img {
    display: inline-block;
    width: 55px;
    height: 47px;
}

.niche .title img.ni1_left {
    float: left;
}

.niche .title img.ni1_right {
    float: left;
}

.niche .title h4 {
    float: left;
    padding: 0 25px;
    font-size: 30px;
    color: #0058E6;
    line-height: 55px;
}

#ni_item2 .title {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.ni2_box ul {
    overflow: hidden;
    width: 120%;
}

.ni2_box ul li {
    float: left;
    width: 220px;
    margin-right: 110px;
    margin-top: 90px;
}

.ni2_box ul li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #0058E6;
    padding: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.ni2_box ul li i img {
    width: 100%;
    height: 100%;
}
.ni2_box ul li h4 {
    font-size: 20px;
    color: #042380;
    text-align: center;
    margin: 20px 0;
}

.ni2_box ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.ni3_box {
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    height: 460px;
}
.ni3_box .blocks {
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin-right: 10px;
}
.ni3_box .blocks div {
    width: 100%;
    background: #2F93FC;
    flex: 1;
    margin-bottom: 5px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    cursor:pointer;
}
.ni3_right_img {
    flex: 1;
}
.ni3_right_img img {
    display: none;
    width: 100%;
    height: 100%;
}
.ni3_right_img img.active {
    display: block;
}
.block.active {
    background-color: #0058E6 !important;
}
.nichebanner .obtainBox.btnTop {
    margin-left: 184px;
}