@charset "UTF-8";
body, html {
    background: #fff;
    font-family:PingFangSC-Regular,PingFang SC;
	word-wrap:break-word;
	width:100%;min-width:1280px;
}
ol, ul, li {list-style: none;}
a:hover,a:visited,a:active,a:focus{text-decoration: none; outline: 0;}
a,u,del,s{text-decoration:none;color:#000;}
a {cursor: pointer;}
a img{border:0;}
i,em{font-style:normal;}
b,th,strong{font-weight:normal;}
img{vertical-align:middle;border: 0 none;}
table{border-collapse:collapse;border-spacing: 0}
input,textarea,ul,ol{outline:none;}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html, 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;
}
body, button, input, textarea, select {

    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

:focus {
    outline: 0
}

::selection {
    background: #FD472C;
    color: white;
}

::-moz-selection {
    background: #FD472C;
    color: white;
}

::-webkit-selection {
    background: #FD472C;
    color: white;
}
:focus {
    outline: 0
}

::selection {
    background: blue;
    color: white;
}

::-moz-selection {
    background: blue;
    color: white;
}

::-webkit-selection {
    background: blue;
    color: white;
}
/* 免费使用 */
#mianfeishiyong{
	width: 100%;
    height: auto;
    background: url(../images/indexfoot_you.png) no-repeat;
    background-size: 100% 100%;
}
.register-container{
    height: 215px;
    padding:55px 0;
}
.register-container p{
    width:100%;
	text-align:center;
	line-height: 80px;
	vertical-align: middle;
}
.register-container p span {
    font-size: 28px;
    margin-right: 24px;
    color: #fff;
}
.register-container p .banner-button-fontColor-yellow{
    /* width: 120px; */
    /* height: 32px; */
    color: #007fff;
	background-color:#fff;
    text-align: center;
    line-height: 32px;
	padding: 8px 45px;
	border-radius:15px;
}	
/* ---------- common ---------- */

.container-fluid, ul {
    margin: 0;
    padding: 0
}
.height-70{
	height:70px;
}

.head .nav ul li > a:hover, .head .reg-btn:hover, .rec-cases ul li a:hover, a:hover,a:visited {
    text-decoration: none
}

.tongyizixun{
	text-align:center;
}
.tongyizixun a{
	padding: 10px 45px;
    background-color: #007fff;
    border-radius: 3px;
    color: #fff;
}
.pull-left {
    float: left!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
box-sizing: border-box;
}

.telephoneIcon{
    margin-right: 8px;
}
.left-icon{
    /* width:24px; */
    /* height:24px; */
    float:left;
    display: block;
}
.right-text{
    display: block;
    float: left;
    margin-left: 6px;
}
.up-title{
    font-size: 15px;
    display: block;
    color:#333;
}
.up-title-left{
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    color:#333;
    line-height: 14px;
}
.down-text{
    font-size: 12px;
    display: block;
    color:#999;
    line-height: 12px;
}
.gray-text{
    font-size: 13px;
    color:#999;
    margin-left: 5px;
    font-weight: normal;
}
.head .sub-nav-new .dropdown .r_item a .businessPlatform{
    background: url('../images/aab7e7db31904608a6ec685582c2ee19.png') no-repeat;
    background-size:100% 100%;

}
.head .sub-nav-new .dropdown {
    /* padding: 14px 0 40px; */
}
.head .sub-nav-new .dropdown-content dl{
}
.head .drop-down2:hover .sub-nav-new{
    height:165px;
}
.head .sub-nav-new .dropdown .r_item a .saas{
    background: url('../images/43403284b0234a17970557e1ff91d9a5.png') no-repeat;
    background-size: 100% 100%;
}

.w-l-yqlink{
    font-size: 12px;
    color: #fff;
}
.w-l-address{
    font-size: 12px;
    color: #abacaf;
    font-weight: 400;
    margin-left: 40px;
    cursor: pointer;
}
.w-l-address:hover{
    font-size: 12px;
    color: #fff;
}
.w-l {
    margin: 0 auto
}
.head-content {
    display: flex;
    justify-content: space-between;
}
.w-l {
    width: 1280px;
    position: relative;
}

.head {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 70px;
	background-color:#fff;
    z-index: 99;
    transition: all 0.5s;
    box-shadow: 0px 5px 15px 0px #7d88c11a;
}

.logo {
    position: absolute;
    z-index: 999;
    /* width: 172px; */
    width: 270px;
    height: 70px;
    line-height: 70px;
}

.logo .logo-wrap {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.logo .logo-wrap img {
    width:100%;
}

.logo .logo-wrap span {
    display: inline-block;
    font-size:12px;
    width: 48px;
    color: #fff;
}

.svgLogo {
    position: absolute;
    z-index: 998;
    width: 245px;
    height: 70px;
}

/*.head:hover {*/
/*    background-color: #fff;*/
/*}*/
/*.head:hover > .w-l > .logo >.logo-wrap >span{*/
/*    color: #0D0D0D;*/
/*}*/
/*.head:hover > .nav > #currentNav >li {*/
/*    color: #0D0D0D;*/
/*}*/
.head .nav {
    height: 70px;
    /*margin-right: 238px;*/
    align-self: flex-start;
    margin-left:327px;
}

.head .nav ul li {
    display: block;
    float: left;
    /*position: relative*/
}

.head .nav ul li > a {
    position: relative;
    z-index: 9;
    display: block;
    height: 70px;
    line-height: 19px;
    padding: 27px 15px;
    color: #000;
    /*border: solid #fff;*/
    border-width: 0 1px;
    font-size: 16px;
}

/*.head .nav ul li .active-a{*/
/*}*/

.head .nav ul li > a:hover {
    background-color: #fff;
	color:#4C7EE9;

}
.head .nav #currentNav li:hover{
    background-color: #fff;
}
.head .nav ul li.drop-down .sub-nav {
    display: none;
    position: absolute;
    z-index: 19;
    background: #fff;
    width: auto;
    padding-left: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd
}

.head .nav ul li.drop-down .sub-nav:before {
    content: '';
    display: block;
    width: 110px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -4px
}

.head .nav ul li.drop-down .sub-nav.tow {
    width: 720px
}

.head .nav ul li.drop-down .sub-nav dl {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0;
    padding: 20px 0
}

.head .nav ul li.drop-down .sub-nav dl dt {
    color: #3F8AD2;
    font-size: 18px;
    border: 0;
    margin: 0 0 10px
}

.head .nav ul li.drop-down .sub-nav dl dd a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 0;
    background: 0 0;
    margin-top: 20px
}

.head .nav ul li.drop-down:hover > a {
    text-decoration: none;
    border-color: #ddd;
    box-shadow: 0 0 5px #ddd;
    color: #EA6000;
    height: 79px
}

.head .nav ul li.drop-down:hover > a i {
    display: inline-block;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.head .nav ul li.drop-down:hover .sub-nav {
    display: block
}

.head .sub-nav2 {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 19;
    width: 100%
}

.head .sub-nav2 .dropdown {
    background: #fff;
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
}

.head .sub-nav2 .dropdown dl {
    display: inline-block;
    vertical-align: top;
    width: 328px;
}
.head .sub-nav2 .dropdown dl dt {
    font-size: 18px
}

.head .sub-nav2 .dropdown dl dd a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 0;
    background: 0 0;
    margin-top: 20px
}

.head .drop-down1:hover .product, .head .drop-down2:hover .resolve {
    display: block
}

.head .reg-btn {
    /* position: absolute; */
    right: 138px;
    /* top: 50%; */
    margin: 18px 8px 0;
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #F56614;
    float: right;
}
.head .blue-btn {
    right: 138px;
    margin: 18px 13px;
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #1e99ff;
    float: right;
    border-radius: 20px;
}

.head .free-btn {
    right: 138px;
    margin: 18px 0 16px 18px;
    display: block;
    /* width: 88px; */
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    float: left;
    color:#4C7EE9;
	border:1px solid #d0d8ed;
	border-radius: 10px;
	padding: 0 14px 0 14px;
	vertical-align: middle;
	font-weight: bold;
}
.head .free-btn img,.nav-tel img{
    margin-right: 10px;
	-webkit-animation: nav-tel 1.5s linear infinite;
    animation: nav-tel 1.5s linear infinite;
	
}
@-webkit-keyframes nav-tel  {
	25% {-webkit-transform: translateY(2px);}
	50%, 100% {-webkit-transform: translateY(0);}
	75% {-webkit-transform: translateY(-4px);}
}
@keyframes nav-tel  {
	25% {transform: translateY(2px);}
	50%, 100% {transform: translateY(0);}
	75% {transform: translateY(-4px);}
}
.animate-nav-tel{-webkit-animation: nav-tel 1.5s linear infinite;animation: nav-tel 1.5s linear infinite;}
.animate-nav-tel2{-webkit-animation: nav-tel 2.5s linear infinite;animation: nav-tel 2.5s linear infinite;}
.animate-nav-tel3{-webkit-animation: nav-tel 3.5s linear infinite;animation: nav-tel 3.5s linear infinite;}

/*.head .free-btn:hover {*/
/*    opacity: 0.6;*/
/*}*/
.head .nav-tel{
    /* position: absolute; */
    /*right: 0;*/
    /*line-height: 69px;*/
    height: 70px;
    color: #4C7EE9;
    font-size: 16px;
    float: left;
	font-weight: bold;
}

.head .nav-tel .tel-wrap {
    margin: 20px 0;
    height: 30px;
    line-height: 28px;
    border:1px solid #fff;
    padding: 0px 0px 0 2px;
}
.head .tel {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    height: 50px
}


.footer {
    /*background: #2F3038;*/
    background-color: #2E3033;
    padding: 56px 0 10px 0;
    height: 310px;
    color: #fff
}

.footer .h4 {
    margin-bottom: 24px;
    font-size: 16px;
    margin-top: 0;
}
.footer h3 p{
    margin-bottom: 14px;
    margin-top:8px;
    font-size: 12px;
}

.footer .f-contact p, .footer .f-links a {
    margin-bottom: 15px;
    font-size: 14px;
    color: #abacaf;
    cursor: pointer;

}
.footer .f-contact p span a {
    color: #abacaf;
}
.footer .f-contact p span a:hover {
    color: #fff;
}

.footer .f-links {
    width: 19%;
    padding-left: 70px;
}

.footer .f-links a {
    display: block;
}

.footer .f-contact {
    width: 138px;
}

.footer .f-contact p span {
    display: inline-block
}

.right-bar a, .single-banner > div .btn {
    display: block;
    color: #fff;
    text-align: center
}

.footer .f-code .code-box img{
    width: 96px;
    height: 96px;
}

.footer .f-code .code-box p {
    margin-top: 10px;
    text-align: center
}

.copyright {
    background-color: #2E3033;
    padding: 16px 0;
    height: auto;
}

.copyright p {
    text-align: left;
    color: #abacaf;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 25px;
	width:990px;
	
}
.copyright p:first-child{color:#fff;}
.copyright p.last_cc{
   margin-bottom:0px;
}
.copyright p a{
    text-align: left;
    color: #abacaf;
    font-size: 14px;
    /* margin-left: 8px; */
    line-height: 12px;
}
.copyright .c_link a{
	margin-left: 0px;
	margin-right:8PX;
    line-height: 24px;
}
.copyright .c_link a:hover{
    
    color: #a3a4a7;

    
}
.copyright .c_link a:last-child{
    
    /* font-size: 14px; */
    margin-left: 0px;

}

.right-bar {
    position: fixed;
    z-index: 999;
    right: 24px;
    top: 50%;
    margin-top: -90px
}

.right-bar .consult-wrap {

}
.right-bar .consult-wrap  .closeIcon{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-bottom: 8px;
}

.right-bar .consult-wrap  .closeIcon img{
    height: 16px;
    width: 16px;
}

.right-bar .consult-wrap .consult-container {
    width:112px;
    height:272px;
    background-color: #fff;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;

}

.right-bar .consult-wrap .consult-container .consult-detail {
    margin: 0 12px;
    text-align: center;
}

.right-bar .consult-wrap .consult-container .consult-detail .operator {
    height: 88px;
    width: 88px;

}

.right-bar .consult-wrap .consult-container .consult-detail .telIcon{
    height: 24px;
    width: 24px;
    margin:16px auto 8px;
}

.right-bar .consult-wrap .consult-container .consult-detail p {
    font-size: 13px;
    text-align: center;
    line-height: 12px;
    margin-bottom: 10px;
    margin-top: 23px;
}

.right-bar .consult-wrap .consult-container .consult-detail .telNum{
    height: 16px;
    width: 88px;
    margin-bottom: 16px;
}

.right-bar .consult-wrap .consult-container .consult-detail .link4{
    width: 88px;
    height: 28px;
    background:#007fff;
    color:#fff;
    line-height: 28px;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}
.right-bar .allDay-contact {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
}

.right-bar a  span{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.right-bar a.link1 span {
    background: url(../images/22124946p72j.png) no-repeat;
}
.right-bar a.link2 span {
    background: url(../images/22125318uldl.png) no-repeat;
}
.right-bar a.link2{
    background: #00c4e1;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.right-bar a.link3 {background: #00c4e1;}
.right-bar a.link3 span {
    background: url(../images/22125934fun2.png) no-repeat;
}
.right-bar .link1:hover {
    background: #f16000;
}
.right-bar .link1:hover span {
    /*background: url(../images/22124946p72j.png) no-repeat;*/
}
.right-bar .link2:hover {
    background: #03bbd6;
}
.right-bar .link2:hover span {
    /*background: url(../images/22125318uldl.png) no-repeat;*/
}
.right-bar .link3:hover {
    background: #03bbd6;
}
.right-bar .link3:hover span {
    /*background: url(../images/22125934fun2.png) no-repeat;*/
}




/*导航样式*/
.head .sub-nav-new {
    position: absolute;
    left: 0;
    width: auto;
    background: #fff;
}
.head .sub-nav-new .dropdown {
    /*height: 408px;*/
    width: 100%;
    z-index: 19;
    /* padding: 34px 25px; */
}
.head .sub-nav-new .dropdown .dropdown-content {
    width: 760px;
    margin: 0 auto;
}
.r_item-container {
    display: flex;
    justify-content: space-between;
}

.head .sub-nav-new .dropdown .dropdown-content .title {
    margin-bottom: 20px;
    font-size: 16px;
}
.head .sub-nav-new .dropdown .l_title {
    font-size: 14px;
    display: inline-block;
    color: #716e6e;
    border-bottom: 1px solid #e6e6e6;
    /*padding-bottom: 10px;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 32px;
    height: 46px;
    line-height: 46px;
    font-weight:normal;
}
.head .sub-nav-new .dropdown .r_item {
    font-size: 14px;
    /*display: inline-block;*/
    /*margin-left: 60px;*/
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head .sub-nav-new .dropdown .li3_r_item {
    font-size: 14px;
    /*display: inline-block;*/
    /*margin-left: 60px;*/
    /* height: 148px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head .sub-nav-new .dropdown .r_item  a .r_item-content{
    display: flex;
    align-items: center;
    height: 100%;
}

/*.head .sub-nav-new .dropdown .r_item  a .r_item-content:hover>span {*/
/*    color:##007fff!important;*/
/*}*/

.head .sub-nav-new .dropdown .r_item a {
    color: #666666;
    display: inline-block;
    width: 100%;
    height: 34px;
    /*margin-bottom: 24px;*/
}



.head .sub-nav-new .dropdown .r_item a span {
    /*position: absolute;*/
}
.head .sub-nav-new .dropdown .r_item a .r_item-content:hover span{
    color: #ea6000 !important;
}
.head .drop-down2 .sub-nav-new .dropdown .dropdown-content dl .r_item:hover span{
    color: #ea6000 !important;
}
/*.head .sub-nav-new .dropdown .r_item li3_r_item a:hover span{*/
/*    color: #ea6000 !important;*/
/*}*/
/*.head .sub-nav-new .dropdown {*/
/*    color: #ea6000 !important;*/
/*}*/
/*.head .drop-down2:hover .sub-nav-new .r_item li3_r_item {*/
/*    color: #ea6000 !important;*/

/*}*/
.head .sub-nav-new.solution .r_item a {
    /*width: 135px;*/
}
.head .sub-nav-new .dropdown-content dl{
    /*margin-bottom: 20px;*/
    display: inline-block;
    /*width: 150px;*/
    vertical-align: top;
    /*margin-right: 35px;*/
}

.head .sub-nav-new .bottom-tip{
    position: absolute;
    bottom: 0;
    color: #999999;
    text-align: center;
    font-size: 13px;
    padding: 11px 0;
    max-width: 1280px;
    border-top: 1px solid #f0f0f0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.head .r_item span:after {*/
/*content: "";*/
/*width: 0;*/
/*height: 2px;*/
/*background: #00a1ec;*/
/*position: absolute;*/
/*top: 100%;*/
/*left: 50%;*/
/*transition: all .3s;*/
/*}*/
/*.head .r_item span:hover:after {*/
/*left: 0%;*/
/*width: 100%;*/
/*}*/
.head .drop-down1 .sub-nav-new {
    height: 0;
    overflow: hidden;
    border-color: #eee;
    width: 100%;
    /* border-top: 1px solid #eee; */
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    top: 70px;
}
.head .drop-down1:hover .sub-nav-new {
    height: 408px;
    transition: height .3s;
}
.head .drop-down2 .sub-nav-new {
    height: 0;
    overflow: hidden;
    border-color: #eee;
    width: 100%;
    /* border-top: 1px solid #eee; */
    /*box-shadow: inset 0 4px 8px -3px #ddd;*/
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    top: 70px;
}
.head .drop-down2:hover .sub-nav-new {
    height: 208px;
    transition: height .3s;
}
.head .sub-nav-new .dropdown .r_item a img{
	float:left;
	margin-right:6px;
	height:20px;
	width:20px;
}
.up-title{
	    display: block;
    color: #333;
}
.down-text {
    font-size: 12px;
    display: block;
    color: #999;
    line-height: 12px;
}
/* 新增首页 */
#index_solution{
	display:block;
}
#index_solution a{
	display: flex;
    align-items: flex-start;
    width: 25%;
    padding: 0 10px 10px 10px; 
    margin-bottom: 10px;
	color: #333;
    font-size: 16px;
	float:left;
}
#index_solution a img {
    max-width: 25px;
    margin: 10px 20px 0 0;
}
#index_solution a h4 {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 5px;
	font-weight:500;
}
#index_solution a p {
    width: 90%;
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}
.zixun_btn a{
    display: block;
    width: 100px;
    height: 28px;
    background-color: rgba(255,255,255,0.1);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    margin-top: 12px;
    cursor: pointer;
}
.zixun_btn a:hover{
    background-color: rgba(255,255,255,0.2);
}
.up-title-left {
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    color: #333;
    line-height: 14px;
}
.ff-code{
	position: absolute;
    right: 30px;
    bottom: 0px
}
.ff-code div{
	display:inline-block;
	
}
.ff-code div:last-child{
	margin-left:20px;
	
}
.ff-code div span{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:14px;
	padding-top:5px;
}
.ff-code img{
	width:90px
}
.foot_nr{
	border-top:1px solid rgba(255,255,255,0.1);background-color: #2E3033;padding-top: 28px;padding-bottom: 10px;letter-spacing: 0.5px;
}