body {
    line-height: normal;
}

a,
a:hover,
a:focus {
    color: inherit;
}

.banner {
    height: 90px;
    background-color: #fff;
}

.section {
    color: #071928;
    background-color: #F7F7F7;
    padding: 50px 0;
}

.left {
    display: inline-block;
    vertical-align: top;
    width: 69.4%;
    margin-right: 6.6%;
}

.left-nav {
    text-align: start;
}

.left-nav p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.75;
}

.left-nav img {
    width: 6px;
    height: 10px;
    margin: 0 10px;
}

.left-nav > a:last-child > p {
    opacity: 1;
}

.left-nav > a:last-child > img {
    display: none;
}

.left-article {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.article-header {
    padding: 24px 0;
    text-align: start;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.article-header-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px;
}

.article-header-other {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article-header-other span {
    margin-right: 20px;
    opacity: 0.75;
}

.article-header-other a {
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    height: 20px;
    border-radius: 11px;
    margin-right: 10px;
}

.article-header-other a:hover {
    transition: all .3s;
    color: #0086F1;
    border: 1px solid #0086F1;
}

.article-body {
    padding: 20px 0;
    text-align: start;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.article-footer {
    padding: 50px 0;
}

.article-footer div {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 45px;
    border-radius: 23px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
}

.article-footer div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.article-footer-btn1 {
    color: #fff;
    background: #0086F1;
    margin-right: 30px;
}

.article-footer-btn2 {
    background-color: #fff;
}

.left-ad {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ad-item {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.left-ad img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.left-ad p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.left-about {
    padding: 40px 0;
}

.about-title {
    margin: 20px 0;
    text-align: start;
    font-size: 28px;
    font-weight: 500;
}

.about-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.about-item:hover > .about-item-text > .about-item-text-title {
    color: #0086F1;
}

.about-item-img {
    width: 160px;
    height: 110px;
    margin-left: 130px;
}

.about-item-text {
    flex: 1;
    text-align: start;
    overflow: hidden;
}

.about-item-text-title {
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.about-item-text-cont {
    margin: 15px 0;
    height: 48px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}

.about-item-text-info {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
}

.about-item-text-info span {
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
}

.about-item-text-info span img {
    width: 12px;
    margin-right: 5px;
}



.right {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.right-info {
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.info-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.info-title {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 400;
}

.info-btn {
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #0086F1;
    margin: 0 auto;
}

.info-datainfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.info-datainfo-item {
    width: 50%;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.info-datainfo-item:nth-child(2n+0) {
    border-right: none;
}

.info-datainfo-item:last-child {
    border-bottom: none;
}

.info-datainfo-item:last-child,
.info-datainfo-item:nth-last-child(2) {
    border-bottom: none;
}

.info-datainfo-item-word {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.75;
}

.info-datainfo-item-number {
    font-size: 16px;
    font-weight: 500;
}



.right-product {
    background-color: #fff;
    padding: 15px 0;
}

.con-right-title {
    margin: 0 20px;
    height: 52px;
    margin-bottom: 20px;
    border-bottom: .3px solid rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-right-title-text {
    text-align: start;
    font-size: 22px;
    font-weight: 400;
    line-height: 52px;
    border-bottom: 1px solid #0086F1;
}

.con-right-title-btn {
    font-size: 14px;
    font-weight: 400;
    color: #0086F1;
    line-height: 50px;
}

.con-right-title-btn p {
    display: inline;
}

.con-right-title-btn img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.products-service-item {
    padding: 9px 20px;
    text-align: start;
}

.products-service-item:hover {
    box-shadow: 0px 2px 45px 0px rgba(43, 43, 43, 0.1);
}

.products-service-item:hover > .products-service-item-title {
    color: #0086F1;
}

.products-service-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.products-service-item-cont {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.75;
}