body, div, ul, li, p, section, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

body {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    background-color: #fff;
    padding-top: 86px;
}

body.mini {
    padding-top: 60px
}

a {
    color: #188EEE;
}

a:hover {
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.img-wrap {
    font-size: 0
}

.img-wrap img {
    display: inline-block
}

.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.ellipsis-two {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*头部样式*/
.navbar {
    position: fixed;
    width: 100%;
    height: 70px;
    line-height: 70px;
    top: 0;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px;
    font-size: 16px;
    border-bottom: 1px solid rgb(237, 237, 237);
    transition: all .3s ease-in-out;
    border-radius: 0;
    background: #fff;
}

body.mini .navbar {
    height: 55px;
    line-height: 55px;
}

.navbar .logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo_img {
    height: 80%;
}
.navbar .logo img {
    transition: transform .3s ease-in-out;
}

body.mini .logo img {
    transform: scale(0.8);
}

.container {
    width: 1100px;
    height: 100%;
    padding: 0;
}

.navbar-main {
    height: 100%;
}

.navbar-nav {
    height: 100%;
}

.navbar-nav > li {
    position: static;
    height: 100%;
}

.navbar-nav > li > a {
    height: 100%;
    padding: 0 10px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: inherit;
    cursor: pointer;
}

.navbar-nav .product .product-ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;

    width: 100%;
    padding: 22px 0;
    height: 182px;

    text-align: center;

    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px;
    border-bottom: 1px solid rgb(237, 237, 237);
    overflow: hidden;
    box-sizing: border-box;
}


.navbar-nav .about, .product {
    position: relative !important;
}

.navbar-nav .about .about-ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.navbar-nav .about .about-ul li a {
    color: #777;
}

.navbar-nav .about .about-ul li a:hover {
    color: #188eee;
}

.navbar .btn-login, .navbar .btn-reg {
    width: 80px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    vertical-align: top;
}

.navbar .btn-login {
    border: 1px solid #2B90ED;
    color: #2B90ED;
}

.navbar .btn-reg {
    background-color: #2B90ED;
    color: #ffffff;
}

.navbar .btn-login:hover {
    background-color: #2B90ED;
    color: #FFFFFF
}

.navbar .btn-reg:hover {
    background-color: #5CB0FD;
    color: #ffffff
}

.head-user {
    float: right;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    padding: 5px;
}

.head-user > span, .head-user > img {
    vertical-align: middle;
    display: inline-block;
}

.head-icon1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-tit {
    margin-left: 5px;
    margin-right: 5px;
}

.user-list {
    padding: 0 10px;
    height: auto;
    position: absolute;
    top: 39px;
    right: 0px;
    z-index: 1000000;
    background: #fff;
    box-shadow: 2px 2px 3px #dfdede;
    display: none;

}

.user-list > li > a {
    display: block;
    width: 135px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.head-icon2 {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin: 13px 10px 0 17px;
}

/*头部样式*/

/*尾部样式*/
.foot-context {
    background-color: #31373b;
    color: #aaa;
    padding-top: 50px;
    padding-bottom: 28px;
}

.foot-context .container .footer-box {
    margin-right: 60px;
}

.foot-context a {
    color: #aaa;
}

.foot-context a:hover {
    color: #fff;
}

.foot-context ul li {
    margin-bottom: 10px;
}

.foot-context .footer-tit {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-column-wx {
    text-align: center;
}

.footer-column-wx img {
    width: 127px;
}

.footer-column-wx p {
    margin-top: 8px;
}

.footer-copy {
    background-color: #23282d;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #aaa;
}

.footer-copy a:hover {
    color: #aaa;
}

.return-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: url("/www/images/to_top.png");
    width: 40px;
    height: 40px;
}

/*尾部样式*/

/*底部右侧边栏*/
.float-sider-nav {
    position: fixed;
    right: 20px;
    bottom: 180px;
    z-index: 100;
}

.float-sider-nav .float-sider-item {
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
    position: relative;
}

.float-sider-item > a {
    display: block;
    background-color: #d0eaff;
    background-image: url("../../img/index/float_sider.png");
    background-repeat: no-repeat;
    height: 60px;
}

.float-sider-item > a:hover {
    background-color: #188eee;
    background-image: url("../../img/index/float_sider_active.png");
}

.float-return-top {
    display: none;
}

.float-app > a {
    background-position: 14px 24px;
}

.float-wx > a {
    background-position: 15px -42px;
}

.float-tel > a {
    background-position: 15px -102px;
}

.float-suggestion > a {
    background-position: 15px -166px;
}

.float-return-top > a {
    background-position: 15px -228px;
}

.float-service > a {
    background-position: 15px -290px;
}

.float-sider-nav .float-show-box {
    position: absolute;
    right: 57px;
    top: 0px;
    padding-right: 20px;
    color: #188eee;
    display: none;
}

.float-service .float-show-box {
    cursor: pointer;
}

.float-service .service-btn {
    background-color: #188eee;
    border-radius: 20px;
    margin-top: 12px;
    color: #fff;
    padding: 4px 0;
    display: block;
    width: 100%;
}

.float-show-box .float-box-content {
    padding: 5px;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid #d0eaff;
}

.float-service .float-show-box .float-box-content {
    padding: 12px;
}

.float-show-box .show-box-tel {
    padding-top: 20px;
    padding-bottom: 16px;
}

.show-box-tel .footer-tel {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.show-box-tel span {
    display: inline-block;
    color: #999;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 20px;

}

.feedback-model .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.feedback-model label {
    font-weight: normal;
}

.feedback-model input.form-control {
    border-radius: 0;
    height: 40px;
    box-shadow: none;
}

.feedback-tips {
    background-color: #b9ddfa;
    font-size: 12px;
    padding: 10px;
    line-height: 1.6;
    margin-left: 25px;
    margin-right: 25px;
}

.feedback-model .modal-footer {
    background-color: #e6e6e6;
    text-align: center;
    border-top: none;
}

.feedback-model .modal-footer .btn {
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 4px;
    margin-left: 4px;
}

.feedback-model .btn-primary {
    background-color: #188eee;
    border-color: #188eee;
}

.feedback-model .btn-default {
    border-color: #fff;
    background-color: #fff;
}

.feedback-capha-wrap {
    padding-right: 125px;
}

.feedback-capha {
    position: absolute;
    right: 15px;
    top: 0;
}

.feedback-captcha img {
    height: 40px;
}

.two-line-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}