html, body {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    /*font-family: "PingFang-SC-Regular", "Microsoft YaHei";*/
    color: #666;
}

body::-webkit-scrollbar {
    width: 0px;
}

/****** 标签重置 *******/
body, h1, h2, h3, h4, h5, h6, hr, div, p, a, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 72px;
    background-color: #fff;
    opacity: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

select {
    outline: none;
    color: #666;
    background-color: #fff;
    cursor: pointer;
}

input, textarea {
    outline: none;
    border: none;
    color: #666;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}

input::-webkit-input-safebox-button {
    display: none;
}

input[type=file] {
    width: 234px;
    padding: 7px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    box-sizing: border-box;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

fieldset, img {
    border: 0;
    vertical-align: middle;
}


/****** 工具类 *******/
.clearfix {
    *zoom: 1;
    *clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    clear: both;
    content: '';
}

.oh {
    overflow: hidden;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.db {
    display: block;
}

.bs {
    box-sizing: border-box;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidetext {
    font: 0/0 a;
    letter-spacing: -9px;
}

.opc0 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.mr0 {
    margin-right: 0 !important;
}

.text-black {
    color: #333;
}

.text-gray {
    color: #666;
}

.text-light-gray {
    color: #999;
}

.text-blue {
    color: #2a8cff;
}

.text-white {
    color: #fff;
}

.p-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-tit {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.block-tip {
    margin-top: 23px;
    text-align: center;
    color: #666;
}

/*header*/
.cnt-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 2px 10px 0 rgba(51, 51, 51, .1);
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, .1);
}

.cnt-header .content {
    height: 100%;
}

.cnt-header .logo {
    width: 176px;
    height: 38px;
    display: block;
}

.cnt-header .nav-item {
    margin-left: 35px;
    font-size: 16px;
    color: #666;
}

.cnt-header .nav-item:hover,
.cnt-header .nav-item.active {
    color: #275aff;
}

.cnt-header .btn-haiwei {
    width: 84px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    margin-left: 58px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #275aff;
    justify-content: center;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #275aff;
}

.cnt-header .btn-haiwei:hover {
    background-color: #f3f6ff;
}

.cnt-header .btn-login {
    margin-left: 10px;
}

/*页面底部*/
.cnt-footer {
    background-color: #363e5d;
}

.cnt-footer .footer-points {
    padding: 50px 0;
    color: #bcbbcd;
    border-bottom: solid 1px rgba(76, 79, 95, .6);
}

.cnt-footer .footer-points img {
    display: inline-block;
    margin-right: 14px;
}

.cnt-footer .footer-links {
    padding: 37px 0 45px;
}

.cnt-footer .logo {
    width: 176px;
    height: 38px;
    margin-right: 70px;
}

.cnt-footer .wrap-links {
    height: 133px;
    padding-left: 72px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    border-left: solid 1px rgba(76, 79, 95, .6);
}

.cnt-footer .links {
    padding-top: 5px;
}

.cnt-footer .footer-erweima {
    display: block;
    width: 140px;
    height: 140px;
}

.cnt-footer .footer-img {
    display: block;
    width: 140px;
    height: 140px;
}

.cnt-footer .link-list a {
    display: inline-block;
    margin-right: 52px;
    font-size: 14px;
    color: #dcdcdc;
}

.cnt-footer .link-list a:hover {
    color: #fff;
}

.cnt-footer .tel {
    margin-top: 48px;
    font-size: 14px;
    color: #cecece;
}

.cnt-footer .addr {
    margin-top: 16px;
    font-size: 14px;
    color: #7e8088;
}

.cnt-footer .code {
    width: 148px;
    height: 148px;
}

/*左侧电话*/
.left-tel {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 10;
    width: 314px;
    height: 148px;
    box-sizing: border-box;
    padding-left: 22px;
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(202, 202, 202, 0.69);
    border-radius: 8px;
}

.left-tel .service-img {
    width: 84px;
    margin-right: 24px;
}

.left-tel .brand {
    font-size: 18px;
    color: #333;
}

.left-tel .tel {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.left-tel .btn-talk {
    width: 112px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: url(../../img/pcV2/btn-bg.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.left-tel .btn-talk :hover {

}

.left-tel .close {
    right: -18px;
    top: -23px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

/*右侧工具条*/
.tool-bar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 10;
}

.tool-bar .tool-item {
    position: relative;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background-color: #275aff;
}

.tool-bar .tel {
    border-bottom: 1px solid #ccc;
    background: url(../../img/pcV2/toolbar1.png) #fff no-repeat 14px 14px;
}


.tool-bar .tel:hover {
    background: url(../../img/pcV2/toolbar1-hover.png) #275aff no-repeat 14px 14px;
}

.tool-bar .udesk {
    background: url(../../img/pcV2/toolbar2.png) #fff no-repeat 14px 14px;
    border-bottom: 1px solid #ccc;
}

.tool-bar .udesk:hover {
    background: url(../../img/pcV2/toolbar2-hover.png) #275aff no-repeat 14px 14px;
}

.tool-bar .business {
    background: url(../../img/pcV2/toolbar3.png) #fff no-repeat 14px 14px;
}

.tool-bar .business:hover {
    background: url(../../img/pcV2/toolbar3-hover.png) #275aff no-repeat 14px 14px;
}

.tool-bar .top {
    display: none;
    border-top: 1px solid #ccc;
    background: url(../../img/pcV2/toolbar4.png) #fff no-repeat 14px 14px;
}

.tool-bar .top:hover {
    display: none;
    background: url(../../img/pcV2/toolbar4-hover.png) no-repeat 14px 14px;
}

.tool-bar .tool-cell {
    position: absolute;
    display: none;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 22px 0 rgba(216, 216, 216, 0.95);
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    webkit-transition: all .1s ease;
}

.tool-bar .tool-item:hover .tool-cell {
    display: block;
}

.tool-bar .tel .tool-cell {
    top: 7px;
    left: -138px;
    width: 124px;
    height: 54px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}
.tool-bar .tel .tool-cell p{
    position: relative;
    top: -3px;
    line-height: 1;
}

.tool-bar .business .tool-cell {
    top: -70px;
    left: -138px;
    width: 124px;
    height: 151px;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}

.tool-bar .business .tool-cell img{
    margin-bottom: 5px;
}

.tool-bar .business .code {
    width: 100%;
}

.tool-bar .business .code-tip {
    text-align: center;
    font-size: 14px;
    color: #333;
}

/*立即体验 弹窗*/
.experience-wrap {
    position: relative;
    width: 434px;
    height: 430px;
    box-sizing: border-box;
    padding: 0 57px;
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(217, 219, 220, 0.39);
    border-radius: 10px;
}

.experience-wrap .close {
    position: absolute;
    top: 26px;
    right: 27px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.experience-wrap .experience-tit {
    padding-top: 48px;
    margin-bottom: 38px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

.experience-wrap .form-item {
    height: 48px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

.experience-wrap .form-item input[type="text"] {
    padding-left: 16px;
    font-size: 14px;
    color: #333;
}

.experience-wrap .btn-ok {
    width: 100%;
    height: 48px;
    display: block;
    margin-top: 16px;
    background: url(../../img/pcV2/btn-submit.png) no-repeat center;
}

.experience-wrap .submit-tip {
    margin-top: 23px;
    font-size: 14px;
    text-align: center;
}

#cnzz_stat_icon_1280028843 {
    display: none;
}