/* header */
nav {
    background: #FFF;
}

.hide {
    display:none;
}

.family-pf {
    font-family:PingFang SC;
}

.text-main {
    color:#333333;
}

.text-gray {
    color:#8C8C8C;
}

.active a {
    color: #0058df;
}

.navbar-toggler-icon i {
    font-size: 1.8rem;
}

.btn-register-sm {
    margin: 4px 0px 0px 40px;
}

nav .avatar {
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-size: contain;
}

nav .navbar-brand {
    display: block;
}
nav .navbar-brand-inverse {
    display: none;
}

.image-banner {
    max-width:1720px;
    width:100%;
}

@media (min-width: 768px) {
    /* expanded */
    .homepage nav {
        background: transparent;
        margin-top: 16px;
    }

    .homepage nav a, .homepage nav a.btn-outline-primary:hover {
        color: #FFF;
    }

    .homepage nav a.btn-outline-primary {
        border-color: #FFF;
    }

    .homepage nav .active a, .homepage nav a:hover {
        color: #0058df;
    }
    .homepage nav .navbar-brand {
        display: none;
    }
    .homepage nav .navbar-brand-inverse {
        display: block;
    }
}

@media (max-width: 768px) {
    /* collapsed */
    nav .dropdown-menu {
        background-color: inherit;
        border: none;
    }
}
.mt10 {
    margin-top:10px;
}

.with-header-border nav {
    border-bottom: 1px solid #E7E7E7;
}
.right-img {
    position: absolute;
    top: -9%;
    right: 19%;
    width: 10%;
}

.left-img {
    position: absolute;
    bottom: 0px;
    left: 14%;
    top: 50%;
    width: 18%;
}

/* header */
.navbar {
    padding:1rem;
}
.menu-new {
    width: 970px;
    position: absolute;
    z-index: 9999;
    list-style: none;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
    border:none;
}
/* @media (max-width: 1230px){
}

@media (max-width: 1230px){
    .menu-new {
        width: 700px;
    }
} */
ul.son li {
    padding: 0 10px;
}
.item-desc {
    padding-right: 0;
    padding-left: 10;
}

@media only screen and (max-width: 1230px) and (min-width: 760px) {
    .menu-new {
        width: 700px;
    }
    ul.son li {
        padding: 0 5px;
    }
    .item-desc {
        padding-left:20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 760px) {
    .menu-new {
        left: -200px;
    }
}

.navbar-toggler {
    padding-right:0;
}

#main-nav-bar {
    margin-left:40px;
}
.nav-item {
    margin-left:30px;
}
.item-img img {
    max-width:45px;
}

.item-desc .subtitle {
    margin-bottom:0;
}
ul.menu-new .row {
    margin-bottom:10px;
}
ul.menu-new.row .col-md-4 {
    padding-left:30px;
    padding-right:30px;
}



@media (max-width: 760px) {
    #main-nav-bar {
        margin-left:0;
    }
    .nav-item {
        margin-left:0;
    } 
    ul {
        padding-inline-start: 0px;
        list-style-type:none;
        margin-inline-end: -10px;
    }
    ul .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 15px;
    }

    ul.son>li {
        border-bottom:1px solid #eeeeee;
        padding: 0;
    }
    .item-img img.arrow {
        width:12px;
    }
    .mobile .item-img img {
        max-width:50px;
    }

    .mobile ul .row {
        padding: 10px 5px;
    }

    .mobile ul .product-item {
        padding-left:15px;
        padding-right:15px;
    }

    .mobile ul .product-item .col-1 {
        max-width:14%;
    }

    .mobile ul .product-item .col-10 {
        max-width:75%;
    }

    .mobile ul .item-img img.arrow {
        width:6px;
        margin-top:8px;
    }

    .mobile .item-desc .title {
        margin-top:0px; 
        margin-bottom:5px;
    }

    .mobile .mb40 {
        margin-bottom:20px;
    }
    .mobile .mt40 {
        margin-top:20px !important;
    }
}

.pr0 {
    padding-right:0;
}

a.color-757575 {
    color:#757575;
    text-decoration: none;
}
.product-item {
    padding:10px;
    border-radius: 4px
}

.product-item:hover {
    background:#f4f4f4;
}

.item-img {
    padding-left:0
}

.item-desc .title {
    color:#333333;
    margin-bottom:0;
}

.item-desc .subtitle {
    color:#8c8c8c;
}

.product-more {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
}


.nav-item a{
    color:#333333;
}

.nav-item a:hover{
    color:#0058df;
}

.nav-item a.btn-primary,
.nav-item a.btn-primary:hover {
    color:#ffffff;
    margin-top:4px;
}

/* footer */
footer {
    width: 100%;
    padding: 60px 0px 10px 0px; 
    color: #a0abbd;
    background-color: #1e222d;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #FFF;
}

footer .footer-logo.text {
    width: 130px;
    background-position: -50px;
}

footer h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #FFF;
}

footer h2 {
    font-size: 1.43rem;
    color: #FFF;
}

footer ul {
    padding: 0px;
}

footer ul li {
    list-style: none;
    padding-bottom: 16px;
}

footer .contact li {
    display: inline-block;
    border-color: #B6B7BB;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

footer .contact li:hover {
    color: #FFF;
}

/* section */
section {
    display: block;
    width: 100%;
}

/* 站点首页 */
.home-section-1 {
    padding: 70px 0px 0px 0px;
}

.home-section-1 .font-36 {
    padding-top: 30px;
    padding-bottom: 30px;
    color:#333333
}

.font-36 {
    font-size: 2.25rem;
}
.font-30 {
    font-size:1.875rem;
}

.font-18 {
    font-size:1.125rem;
}

.home-section-1 .font-16 {
    padding-bottom: 30px;
    color: #8C8C8C
}

.home-section-1 .buttons {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcdcd;
    border-radius: .3rem;
}

.home-section-1 .buttons .input_secure {
    display: inline-block;
    margin-left: 12px;
}

.home-section-1 .buttons .input_secure img{
    height: 16px;
}

.home-section-1 .buttons a {
    width: 25%;
    min-width: 160px;
}

.home-section-1 .buttons .form-control:focus{
    border-color: transparent;
    box-shadow: none;
}

.home-section-1 .video {
    margin-bottom: 180px;
}
.home-section-1 .video > div:first-child {
    width: 60px;
    height: 60px;
    line-height: 20px;
    font-size: 1.25rem;
    border: 2px solid #FFF;
    border-radius: 60px;
    padding: 20px;
    margin-right: 10px;
    float: left;
}
.home-section-1 .video > div:last-child {
    height: 60px;
    float: left;
    opacity: 0.6;
}
.home-section-1 .video > div:last-child > div {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.home-section-1 .video .font-14 {
    color: #68A463;
}
.home-section-1 .tips > div {
    float: left;
    margin-top: 20px;
}
.home-section-1 .tips > div:first-child {
    margin-right: 100px;
}
.home-section-1 .tips img {
    height: 35px;
    margin-right: 20px;
}
.home-section-1 .tips span {
    line-height: 35px;
    color: #86B682;
}
.home-section-1 .counter {
    padding-left: 50px;
}
.home-section-1 .counter .text {
    height: 140px;
    overflow: hidden;
    margin-top: 200px;
}
.home-section-1 .counter .text h3 {
    color: #86B682;
    height: 40px;
    line-height: 40px;
}
.home-section-1 .counter .text h2 {
    padding: 0;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
}
.home-section-1 .counter .bg {
    position: relative;
    top: -240px;
    height: 0;
    width: 100%;
    overflow: visible;
}
.home-section-1 .counter .sm-text h3 {
    color: #86B682;
    height: 40px;
    line-height: 40px;
}
.home-section-1 .counter .sm-text h2 {
    padding: 0;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
}
.home-section-1 .video-figure {
    cursor:pointer;
}
@media (max-width: 768px) {
    /* collapsed */
    .home-section-1 {
        padding: 70px 0px 0px 0px;
    }
    .home-section-1 .font-36 {
        padding-top: 30px;
    }
    .home-section-1 .sm-text {
        padding-top: 70px;
        font-weight: 200;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
    }
    .home-section-1 h3 {
        color: #86B682;
    }
}

.home-section-2 {
    padding: 100px 0px 100px 0px;
}
.home-section-2 .font-24 {
    padding-bottom: 40px;
}
.home-section-2 .item {
    height: 60px;
    padding: 20px 0;
    border-left: 6px solid transparent;
}
.home-section-2 .item > div
{
    height: 30px;
    line-height: 30px;
}
.home-section-2 .item .font-16 i {
    font-size: 1.25rem;
    line-height: 30px;
    width: 20px;
    text-align: center;
    margin-right: 40px;
}
.home-section-2 .item .font-14 {
    padding-left: 60px;
}
.home-section-2 .button {
    margin-top: 30px;
    margin-left: 60px;
}

.home-section-3 {
    padding: 100px 0px;
}
.home-section-3 .font-24 {
    padding-bottom: 20px;
}
.home-section-3 .font-14 {
    padding-bottom: 10px;
}
.home-section-3 .info-block {
    padding-top: 30px;
}
.home-section-3 .info-block>img {
    max-width: 110px;
    margin-bottom: 20px;
}
.home-section-3 .info-block>h3 {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-3 .info-block {
        flex: 0 0 27%;
    }
}

.home-section-4 {
    padding: 60px 0px;
}

.home-section-4 .info-block {
    margin-top:60px;
}

.home-section-4 .info-box {
    padding: 40PX;
    background: #FFF;
    padding-top: 40PX;
    border-radius: 8PX;
    min-height:300px;
}

.home-section-4 .info-box>img {
    width:114px;
    margin-bottom:30px;
}

.home-section-4 .font-24 {
    padding-bottom: 30px;
}
.home-section-4 .image > div {
    padding-top: 30px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-4 {
        padding: 100px 0px;
    }
    .home-section-4 .image > div:nth-child(1) {
        transform: matrix(0.7, 0, 0, 0.7, 0, 0); 
    }
    .home-section-4 .image > div:nth-child(1).active {
        transform: matrix(1.3, 0, 0, 1.3, 0, 0); 
    }
    .home-section-4 .image > div:nth-child(2) {
        transform: matrix(0.7, 0, 0, 0.7, 0, 0); 
    }
    .home-section-4 .image > div:nth-child(2).active {
        transform: matrix(1.3, 0, 0, 1.3, 0, 0); 
    }
}

.home-section-5, .home-section-7 {
    padding: 100px 0px;
}

.home-section-5 .info-block {
    padding: 40px;
}

.home-section-5 .info-block>img {
    width: 68px;
    margin-bottom:20px;
}

.home-section-6 {
    padding: 60px 0px;
}

.home-section-6 .info-block {
    padding-top: 40px;
}
.home-section-6 .info-block>img {
    width: 140px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    /* expanded */
    .home-section-6 {
        padding: 100px 0px;
    }
    .home-section-6 .info-block {
        flex: 0 0 20%;
    }
}

.mobile-image-banner {
    display:none;
}

/* 手机适配 */
.mobile .home-section-1 {
    padding: 0px;
}

.mobile .home-section-1 .font-16 { 
    font-size:1.14rem;
}
.mobile .home-section-1 .font-36 {
    font-size: 1.5rem;
    font-weight:700;
}
.mobile .font-30 {
    font-size: 1.4rem;
}
.mobile .text-summary {
    font-size:1.14rem;
}

.mobile .home-section-2, 
.mobile .home-section-3,
.mobile .home-section-4,
.mobile .home-section-5,
.mobile .home-section-7 {
    padding: 60px 0px 60px 0px;
}

.mobile .home-section-3 .info-block {
    padding-top: 20px;
    text-align:center;
}

.mobile .mb30 {
    margin-bottom:20px;
}
.mobile .home-section-5 .info-block {
    padding:30px 10px;
}

.mobile .mb20 {
    margin-bottom:14px;
}
.mobile .home-section-5 .info-block>img {
    margin-bottom:14px;
}

.mobile .font22 {
    font-size: 1.2rem;
}
.mobile .mb60 {
    margin-bottom:40px;
}
.mobile .mb80{
    margin-bottom:40px;
}

.mobile .pc-image-banner {
    display:none;
}

.mobile .mobile-image-banner {
    display:block;
}

.mt40 {
    margin-top:40px !important;
}
.mb40{
    margin-bottom:40px;
}

.mb30 {
    margin-bottom:30px;
}
.mb20 {
    margin-bottom:20px;
}
.mb60 {
    margin-bottom:60px;
}
.mb80 {
    margin-bottom:80px;
}
.font22 {
    font-size:22px;
}

.border-radius-6 {
    border-radius: 6px;
}
 .input-bottom .input-shadow {
    box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
}
.border-right-radius-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.reg-email::-webkit-input-placeholder {
  color: #C2C2C2;
}
 .reg-email:-moz-placeholder {
  color:#C2C2C2;
}
 .reg-email:-ms-input-placeholder {
  color: #C2C2C2;
}
input.border-0 {
    border: 0px;
}
.home-input {
    height: 45px;
    outline: none !important;
}
.home-btn {
    height: 45px;
    border: none;
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.delay-1 {
    animation-delay: 0.4s;
}

.home_part_item img {
    margin-right:20px;
}

.home_part_item .item img.img-hover {
    display:none;
}

.home_part_item .hover img.img-hover {
    display:initial;
}

.home_part_item .hover img.img-un-hover {
    display:none;
}

.home_part_item {
    color:#8c8c8c;
    cursor: pointer;
}

.item {
    padding:20px 0;
}

.home_part_item .hover {
    background: #fff;
    border-left: 6px solid #0058df;
    color:#333333;
}
.image img {
    display:none;
}

.image img.hover {
    display:block;
}

/* 文档系列样式 */
.documentation {
    padding: 100px 0;
    padding-top: 50px;
}
.documentation .font-20 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.documentation .font-16 {
    padding-bottom: 10px;
}
.documentation .content {
    padding: 30px;
}
.documentation .content ul {
    margin: 0;
}
.documentation .content ul li {
    margin: 10px;
}
.documentation .content .menu ul li {
    margin: 0;
}
.documentation .content .menu > ul > li > a {
    display: block;
    margin: -.75rem -1.25rem;
    padding: .75rem 1.25rem;
    background-color: #68A463;
    color: #FFF;
}
.documentation .content .menu ul li ul {
    padding: 0;
    padding-top: 1.25rem;
    margin: 0 -18px;
}
.documentation .content .menu ul li ul li {
    padding: 5px 28px;
    margin: 10px 0;
    list-style: none;
}
.documentation .content .menu ul li ul li.active {
    background-color: #F5F5F5;
}
.documentation .content .menu ul li ul li.active a {
    color: #494a4a;
}


/* login */
.login-body {
    background-color: #F5F6F7;
}

.login-wrap {
    background-color: #FFF;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 0 30px 5px #e7e7e7;
}

.login-wrap-inner {
    margin: 0 auto;
    padding: 60px 0;
}

.login-wrap .form-group .error {
    color: red !important;
}

.login-wrap .form-group {
    text-align: left !important;
}

@media (max-width: 576px) {
    .login-wrap-inner {
        padding: 60px 20px;
    }
}

.login-top {
    margin-bottom: 40px;
}

.login-logo {
    margin-bottom: 20px;
}

.login-logo img {
    height: 35px;
}

.login-top-des{
  font-size: 14px;
  color: #C2C2C2;
}

.login-wrap input::-webkit-input-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input:-moz-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input::-moz-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap input:-ms-placeholder {
   color: #aaa !important;
   font-size: 15px !important;
}

.login-wrap .forget-sign {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.login-bottom {
    font-size: 1.1rem;
}

.login-wrap .input-group .btn {
    border-color: #ced4da;
    font-size: 1rem;
    color: #aaa;
    background-color: #fff;
}

.login-wrap #captchaImage {
    height: 45px;
    width: 100%;
    cursor: pointer;
}

.login-wrap .country-menu {
    max-height: 200px;
    overflow: auto;
    width: 338px;
    padding: 5px 0;
    margin-left: -2px;
}

.login-wrap .country-menu li {
    padding: 0 5px;
}

#tel-error {
    width: 100%;
}

.country-menu .country-item {
    cursor: pointer;
}

.country-menu > li:hover {
    background-color: #eee;
}


/* service */
.service-common-section-2 {
    height: 50px;
    line-height: 50px;
}

.service-common-section-2 .nav-underline {
    height: 3px;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    bottom: 1px;
    background-color: #68A463 !important;
}

.service-common-section-2 a:link {
    text-decoration:none;
}

.about-section-1, .about-section-2, .about-section-3 {
    padding-top: 70px;
}

.about-section-3 {
    padding-bottom: 70px;
}

.about-img-wrap {
    padding: 20px 50px 0 110px;
}

@media (max-width: 768px) {
    .about-img-wrap {
        padding: 0 20px;
    }
}

.contact-section-1 {
    margin: 70px 0;
}

.contact-section-1 .xian-div {
    background-color: #FFF;
    padding: 50px 30px;
    height: 180px;
}

.service-section {
    margin: 70px 0;
}

.container .about .wxwb {
    margin-top: 26px;
    width: 176px;
}

.container .about .f-certeasy {
    width: 200px;
    height: 55px;
    background: url(../image/logo_brand.png) no-repeat;
    background-size: contain;
    display: block;
}

.container .about .col-xs-6 {
    width:50%;
}

.copyinfo {
    position: relative;
    border-top: 1px solid #23293b;
    padding: 10px 0 0;
    display:flex;
    justify-content: center;
}
.copyinfo p {
    margin: 0;
}
.email-logo {
    background: url(../image/mail.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 18px;
    background-position: center;
}
.message-logo {
    background: url(../image/message.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 20px;
    background-position: bottom;
}
.feature_report {
    height: 168px;
    width: 199px;
    display: block;
    margin: 0 auto 10px;
}

.bg-light-green {
    background:#f0f6ef !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #99cc95;
    border-color: #99cc95;
}
.btn:disabled {
    cursor: not-allowed;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* service*/

.feature-section-8 {
    padding: 100px 0;
}
.feature-section-8 .font-24 {
    padding-bottom: 20px;
}
.feature-section-8 .info-block .icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin: 20px auto;
    display: block;
}

.nav-item a.btn-outline-primary{
    border-color:#E3E3E3;
}
.nav-item a.btn-outline-primary:hover {
    color:#ffffff;
}