@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
    font-family: "dbold";
    src: url("../font/din-bold_.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sRegular";
    src: url("../font/SourceHanSansCN-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* header */
header {
    width: 100%;
    z-index: 22;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-left: 100px;
    padding-right: 100px;
    overflow: hidden;
}

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.logo {
    width: 310px;
    display: block;
}

.logo img {
    display: block;
    width: 100%;
}

.nav-ul {
    display: flex;
    align-items: center;
}

.nav-ul li {
    margin-right: 48px;
}

.nav-ul li:last-child {
    margin-right: 0px;
}

.nav-ul li > a {
    display: block;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    /*font-weight: bold;*/
    border-bottom: 2px solid transparent;
}

.nav-ul li:hover > a,
.nav-ul li.nav-active a {
    border-bottom-color: #fff;
}

.header-hotline {
    color: #fff;
}

.header-hotline p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.header-hotline span {
    font-size: 30px;
    line-height: 30px;
    display: block;
    font-family: "dbold";
}

@media (max-width: 1800px) {
    header {
        padding-left: 60px;
        padding-right: 60px;
    }

    .nav-ul li {
        margin-right: 30px;
    }
}

@media (max-width: 1600px) {
    header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-ul li > a {
        font-size: 18px;
    }

    .nav-ul li {
        margin-right: 24px;
    }
}

@media (max-width: 1400px) {
    .nav-ul li > a {
        font-size: 16px;
    }

    .nav-ul li {
        margin-right: 15px;
    }

    .logo {
        width: 296px;
    }

    header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    .nav-ul li > a {
        font-size: 14px;
    }

    .nav-ul li {
        margin-right: 8px;
    }

    .header-main {
        height: 90px;
    }

    .logo {
        width: 220px;
    }

    .header-hotline span {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .nav-ul {
        display: none;
    }

    .header-main {
        height: 50px;
    }

    .header-hotline {
        display: none;
    }

    header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 599px) {
    .logo {
        width: 200px;
    }
}

/* 底部 */
#footer {
    overflow: hidden;
    width: 100%;
    background: #2f2f2f;
    padding-top: 75px;
    padding-bottom: 72px;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-left {
    width: 347px;
    padding-top: 2px;
}

.footer-logo {
    display: block;
    width: 347px;
    overflow: hidden;
}

.footer-logo img {
    width: 100%;
}

.footer-leftinfo {
    margin-top: 30px;
    color: #fff;
}

.footer-leftinfo p {
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
}

.footer-ul {
    width: calc(100% - 347px);
    display: flex;
    justify-content: flex-end;
}

.footer-ul li {
    margin-right: 165px;
}

.footer-ul li:last-child {
    margin-right: 0px;
}

.footer-ul li h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}

.footer-ul li dl dd > a {
    line-height: 30px;
    display: block;
    color: #d8d8d8;
    font-size: 16px;
}

.footer-ul li dl dd span {
    color: transparent;
}

.footer-dl {
    display: flex;
}

.footer-dl dl {
    margin-right: 40px;
}

.footer-dl dl:last-child {
    margin-right: 0px;
}

.code-item {
    width: 126px;
}

.copy {
    margin-top: 26px;
}

.copy p {
    font-size: 14px;
    color: #d8d8d8;
    line-height: 22px;
}

@media (max-width: 1700px) {
    .footer-ul li {
        margin-right: 120px;
    }
}

@media (max-width: 1600px) {
    .footer-ul li {
        margin-right: 90px;
    }
}

@media (max-width: 1400px) {
    .footer-ul li {
        margin-right: 60px;
    }
}

@media (max-width: 1200px) {
    .footer-left {
        width: 300px;
    }

    .footer-logo {
        width: 300px;
    }

    .footer-ul {
        width: calc(100% - 320px);
    }

    .footer-ul li {
        margin-right: 38px;
    }
}

@media (max-width: 991px) {
    .footer-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
    }

    .footer-leftinfo {
        margin-top: 16px;
    }

    .copy {
        margin-top: 12px;
    }

    .footer-ul {
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .footer-ul li {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-ul li h3 {
        margin-bottom: 4px;
    }

    .footer-ul li dl {
        text-align: center;
    }

    .footer-ul li dl dd {
        display: inline-block;
        margin: 0 4px;
    }

    .footer-ul li dl dd > a {
        line-height: 30px;
    }

    .footer-dl dl {
        margin-right: 0px;
    }

    .code-item {
        margin: 5px auto 0px;
    }

    .footer-bom {
        padding-top: 25px;
    }

    #footer {
        padding-top: 34px;
        padding-bottom: 22px;
    }
}

/* 首页公司简介 */
.home-about {
    padding-top: 80px;
    overflow: hidden;
}

.habout-main {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.habout-left {
    width: 50%;
    padding-right: 40px;
}

.habout-item {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.habout-item > img {
    width: 100%;
}

.habout-item p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 30px;
    padding-bottom: 34px;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

.habout-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff !important;
    position: relative;
}

.habout-swiper .swiper-pagination-bullet-active {
    background-color: #1074cc !important;
}

.habout-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.habout-swiper > .swiper-pagination-bullets {
    bottom: 24px;
}

.habout-swiper .swiper-pagination {
    text-align: right;
    padding-right: 25px;
}

.habout-right {
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-title {
    font-size: 48px;
    color: #000;
    line-height: 48px;
}

.habout-sub {
    margin-top: 26px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.habout-sub span {
    color: #d71619;
    font-size: 30px;
    line-height: 30px;
    margin-left: 22px;
    display: block;
    font-weight: bold;
}

.habout-des {
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.habout-more {
    display: flex;
    width: 150px;
    height: 44px;
    background-color: #1074cc;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.habout-more span {
    font-size: 16px;
    color: #fff;
}

.habout-more i {
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/habout-arrow.png) no-repeat center;
    transition: all 0.5s;
}

.habout-more:hover i {
    transform: translateX(5px);
}

@media (max-width: 1600px) {
    .habout-left {
        padding-right: 0px;
    }

    .habout-des {
        font-size: 14px;
        line-height: 24px;
    }

    .index-title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1400px) {
    .habout-des {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .habout-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .habout-right {
        padding-left: 0px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .habout-des {
        font-size: 16px;
        line-height: 30px;
    }

    .index-title {
        font-size: 28px;
        line-height: 28px;
    }

    .home-about {
        padding-top: 40px;
    }

    .habout-item p {
        padding-bottom: 20px;
    }

    .habout-sub {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .habout-sub img {
        width: 124px;
        height: 30px;
    }

    .habout-sub span {
        font-size: 24px;
        line-height: 24px;
        margin-left: 12px;
    }

    .habout-main {
        margin-bottom: 30px;
    }
}

@media (max-width: 559px) {
    .habout-swiper > .swiper-pagination-bullets {
        bottom: 18px;
    }

    .habout-swiper .swiper-pagination {
        padding-right: 15px;
    }

    .habout-item p {
        padding-bottom: 15px;
        padding-left: 15px;
    }
}

.hcontact-main {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 1px solid #888888;
    height: 219px;
    background: url(../img/hcontact-bg.jpg) no-repeat center;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
}

.hcontact-name {
    position: absolute;
    right: 60px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    color: #fff;
    background-color: #d71619;
    bottom: 27px;
    font-size: 20px;
}

.hcontact-item {
    padding: 0 50px;
    position: relative;
}

.hcontact-item h3 {
    font-size: 18px;
    color: #222;
    line-height: 24px;
    margin-bottom: 10px;
}

.hcontact-item span {
    line-height: 36px;
    font-weight: bold;
    color: #111;
    font-size: 36px;
    display: block;
}

.hcontact-item::after {
    position: absolute;
    content: "";
    right: 0px;
    width: 1px;
    height: 100px;
    background-color: #888888;
    top: 50%;
    transform: translateY(-50%);
}

.hcontact-item:last-child::after {
    display: none;
}

.hcontact-item p {
    font-size: 18px;
    line-height: 36px;
    color: #222;
}

@media (max-width: 1600px) {
    .hcontact-item {
        padding: 0 30px;
    }

    .hcontact-item span {
        font-size: 32px;
    }

    .hcontact-main {
        height: 175px;
        background-size: 100% 100%;
    }

    .hcontact-name {
        right: 40px;
    }
}

@media (max-width: 1400px) {
    .hcontact-item {
        padding: 0 20px;
    }

    .hcontact-item span {
        font-size: 30px;
    }

    .hcontact-main {
        height: 162px;
    }
}

@media (max-width: 991px) {
    .hcontact-main {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        background-size: auto;
        margin-top: 40px;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .hcontact-item h3 {
        margin-bottom: 5px;
    }

    .hcontact-item span {
        font-size: 26px;
        line-height: 32px;
    }

    .hcontact-item p {
        font-size: 16px;
        line-height: 32px;
    }

    .hcontact-name {
        display: none;
    }

    .hcontact-item {
        width: 100%;
    }
}

@media (max-width: 559px) {
    .hcontact-main {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* 首页视频 */
.home-vedio {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    transform: scale(0.8);
    transition: all 0.8s;
}


.home-vedio img {
    width: 100%;
    transition: all 0.8s;
    display: block;
    transform: scale(0.8);
}

.home-vedio.scaleDown {
    padding-top: 60px;
    transform: scale(1);
}

.home-vedio.scaleDown img {
    transform: scale(1);
    transition: all 0.8s;
}

.vedio-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../img/play-icon.png) no-repeat center;
}

.home-vedio .vedio-play {
    transform: scale(0.8);
    transition: all 0.8s;
}

.home-vedio.scaleDown .vedio-play {
    transform: scale(1);
    transition: all 0.8s;
}

@media (max-width: 1400px) {
    .home-vedio.scaleDown {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .vedio-play {
        background-size: 48px 48px;
    }

    .home-vedio.scaleDown {
        padding-top: 30px;
    }

    .home-vedio {
        margin-bottom: 40px;
    }
}

@media (max-width: 449px) {
    .home-vedio.scaleDown {
        padding-top: 10px;
    }
}

/* 首页产品 */
.home-pro {
    width: 100%;
    overflow: hidden;
    padding-top: 76px;
    padding-bottom: 80px;
    background: url(../img/hpro-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.hpro-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.hpro-left {
    display: flex;
    align-items: flex-end;
}

.hpro-left h3 {
    color: #fff;
    margin-right: 48px;
}

.hpro-nav {
    display: flex;
}

.hpro-nav li {
    margin-right: 50px;
}

.hpro-nav li:last-child {
    margin-right: 0px;
}

.hpro-nav li a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.hpro-more {
    display: flex;
    width: 150px;
    height: 44px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    transition: all 0.5s;
}

.hpro-more span {
    font-size: 16px;
    color: #444;
}

.hpro-more i {
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/hpro-arrow.png) no-repeat center;
    transition: all 0.5s;
}

.hpro-more:hover {
    background-color: #1074cc;
}

.hpro-more:hover span {
    color: #fff;
}

.hpro-more:hover i {
    background-image: url(../img/habout-arrow.png);
}

.hpro-item {
    margin-bottom: 40px;
}

.hpro-swiper .swiper-slide .hpro-item:last-child {
    margin-bottom: 0px;
}

.hpro-item p {
    height: 70px;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    color: #222;
    font-size: 18px;
    line-height: 69px;
    background-color: #fff;
}

.hpro-item:hover .public-img img {
    transform: scale(1.1);
}

.hpro-item:hover p {
    background-color: #1074cc;
    border-top-color: #1074cc;
    color: #fff;
}

@media (max-width: 1400px) {
    .hpro-nav li {
        margin-right: 25px;
    }
}

@media (max-width: 1200px) {
    .hpro-nav li {
        margin-right: 15px;
    }

    .hpro-left h3 {
        margin-right: 25px;
    }

    .hpro-nav li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .home-pro {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .hpro-title {
        margin-bottom: 28px;
        flex-wrap: wrap;
    }

    .hpro-left {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hpro-left {
        flex-wrap: wrap;
    }

    .hpro-nav {
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .hpro-nav li {
        margin-right: 8px;
    }

    .hpro-item p {
        height: 52px;
        font-size: 16px;
        line-height: 51px;
    }
}

/* 产品优势 */
.home-strength {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.strength-main {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.strength-left {
    width: 69.25%;
}

.strength-item {
    position: relative;
    display: none;
}

.strength-item-on {
    display: block;
}

.strength-img {
    position: relative;
}

.strength-info {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: url(../img/hstrength-mask.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 9;
    padding: 0 60px 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.strength-info h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 28px;
    line-height: 30px;
    margin-bottom: 18px;
}

.strength-info p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.strength-right {
    width: 30.75%;
    padding-left: 50px;
}

.strength-ul li {
    height: 71px;
    border: 1px solid #c9c9c9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f4;
    padding-left: 80px;
    padding-right: 40px;
    transition: all .5s;
    margin-bottom: 10px;
}

.strength-ul li:last-child {
    margin-bottom: 0px;
}

.strength-name {
    display: flex;
    align-items: center;
}

.strength-icon {
    position: relative;
}

.strength-icon img {
    transition: all .5s;
}

.sicon-on {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.strength-name span {
    font-size: 18px;
    color: #222;
    margin-left: 10px;
}

.strength-ul li i {
    display: block;
    width: 16px;
    height: 12px;
    transition: all .5s;
    background: url(../img/hstrength-arrow.png) no-repeat center;
}

.strength-ul li:hover, .strength-ul li.on {
    background: #1074cc;
}

.strength-ul li:hover .sicon-on, .strength-ul li.on .sicon-on {
    opacity: 1;
}

.strength-ul li:hover .sicon-un, .strength-ul li.on .sicon-un {
    opacity: 0;
}

.strength-ul li:hover i, .strength-ul li.on i {
    background-image: url(../img/hstrength-arrow-on.png);
}

.strength-ul li:hover span, .strength-ul li.on span {
    color: #fff;
}

@media (max-width: 1600px) {
    .strength-ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .strength-info {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .strength-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .strength-right {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .home-strength {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .strength-main {
        margin-top: 30px;
    }

    .strength-info h3 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .strength-info p {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .strength-info {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 559px) {
    .strength-simg {
        width: 48px;
        overflow: hidden;
    }

    .strength-simg img {
        width: 100%;
    }

    .strength-info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .strength-info p {
        font-size: 14px;
    }

    .strength-info h3 {
        font-size: 20px;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .strength-ul li {
        padding-left: 20px;
        height: 55px;
        padding-right: 20px;
    }
}

/* 首页新闻中心 */
.home-news {
    background-color: #f0f0f4;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.hnews-main {
    margin-top: 50px;
}

.hnews-info {
    background-color: #fff;
    padding: 26px 20px;
}

.hnews-info h3 a {
    font-size: 18px;
    line-height: 24px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
}

.hnews-info span {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-bottom: 6px;
    display: block;
}

.hnews-info p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hnews-item:hover .public-img img {
    transform: scale(1.1);
}

.hnews-item:hover .hnews-info h3 a {
    color: #1074cc;
}

.home-news .hpro-title {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .home-news {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .hnews-main {
        margin-top: 30px;
    }

    .hnews-info {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.service-title {
    text-align: center;
}

.service-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.service-icon img {
    transition: all 0.5s;
}

.service-iconon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-list {
    margin-top: 50px;
}

.service-list li h3 {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

.service-list li span {
    font-size: 16px;
    color: #444;
    line-height: 24px;
}

.service-list li:hover .service-icon {
    background-color: #1074cc;
}

.service-list li:hover .service-iconon {
    opacity: 1;
}

.service-list li:hover .service-iconun {
    opacity: 0;
}

@media (max-width: 991px) {
    .service-list {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-list li {
        margin: 0 15px 15px;
    }

    .service-wrap {
        padding-bottom: 25px;
    }

    .service-icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 599px) {
    .service-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .service-wrap {
        padding-bottom: 20px;
    }

    .service-list li {
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* 热门关键词 */
.hot-key {
    background-color: #f0f0f4;
    overflow: hidden;
}

.hot-main {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    flex-wrap: wrap;
}

.hotkey-left {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #444;
}

.hotkey-list {
    display: flex;
    flex-wrap: wrap;
}

.hotkey-list li {
    margin-right: 30px;
}

.hotkey-list li:last-child {
    margin-right: 0px;
}

.hotkey-right {
    width: 300px;
    height: 40px;
}

.hotkey-form {
    display: flex;
    font-size: 16px;
}

.hotkey-form input {
    width: 200px;
    height: 40px;
    border: 1px solid #e3e3e3;
    line-height: 38px;
    padding-left: 18px;
    background: #fff;
    color: #444;
}

.hotkey-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #969696;
}

.hotkey-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
}

.hotkey-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
}

.hotkey-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #969696;
}

.hotkey-form button {
    width: 100px;
    height: 40px;
    background: #1074cc;
    border: none;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.public-nav {
    display: flex;
    flex-wrap: wrap;
}

.public-nav li {
    margin-right: 75px;
}

.public-nav li:last-child {
    margin-right: 0px;
}

.public-nav li a {
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #222;
    width: 120px;
    transition: all 0.3s;
}

.public-nav li:hover a,
.public-nav li.on a {
    background: #1074cc;
    color: #fff;
}

@media (max-width: 1200px) {
    .hotkey-left {
        font-size: 16px;
    }

    .hotkey-list li {
        margin-right: 20px;
    }

    .public-nav li {
        margin-right: 45px;
    }
}

@media (max-width: 991px) {
    .hot-main {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hotkey-left {
        font-size: 16px;
        width: 100%;
        margin-bottom: 12px;
    }

    .hotkey-list li {
        margin-right: 20px;
    }

    .public-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .public-nav li {
        margin-right: 15px;
    }

    .public-nav li a {
        line-height: 44px;
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 559px) {
    .hotkey-left {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .hotkey-list li {
        margin-right: 10px;
    }

    .hotkey-form {
        font-size: 14px;
    }

    .public-nav li {
        margin-right: 5px;
    }

    .public-nav li a {
        font-size: 16px;
    }
}

/* 联系方式 */
.contact-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}

.inside-title {
    text-align: center;
    color: #000;
    font-size: 48px;
    line-height: 48px;
}

.contact-ways {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 54px;
}

.contact-ways li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contact-wayicon {
    /* height: 60px; */
}

.contact-ways li p {
    font-size: 16px;
    color: #111;
    line-height: 24px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-ways li span {
    font-size: 36px;
    line-height: 36px;
    color: #444;
    font-family: "dbold";
}

.contact-ways li span.contact-wayadd {
    font-size: 18px;
    font-family: "微软雅黑";
}

.contact-ways li:first-child {
    padding-right: 165px;
    border-right: 1px solid #e3e3e3;
}

.contact-ways li:last-child {
    padding-left: 145px;
    border-left: 1px solid #e3e3e3;
}

.contact-ways li:hover span {
    color: #1074cc;
}

.traffic-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 54px;
}

.traffic-list li {
    flex: 1;
    margin-right: 35px;
}

.traffic-list li:last-child {
    margin-right: 0px;
}

.traffic-top {
    display: flex;
    height: 35px;
    margin-bottom: 12px;
    align-items: center;
}

.traffic-top span {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-left: 12px;
}

.traffic-list li p {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.traffic-list li p i {
    font-style: normal;
    color: #1074cc;
}

.human-list {
    margin-left: -30px;
    margin-right: -30px;
}

.human-list li {
    width: 50%;
    float: left;
    padding: 0 30px;
    margin-bottom: 40px;
}

.human-item {
    display: flex;
    align-items: center;
    background: #f0f0f4;
}

.human-img {
    width: 270px;
    overflow: hidden;
}

.human-img img {
    width: 100%;
    transition: all 0.5s;
}

.human-contact {
    width: calc(100% - 270px);
    background: #f0f0f4;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.human-info {
    width: calc(100% - 117px);
}

.human-info h3 {
    font-size: 18px;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    font-weight: bold;
}

.human-info p {
    font-size: 16px;
    color: #444;
    line-height: 28px;
}

.human-code {
    width: 117px;
    overflow: hidden;
}

.human-code img {
    width: 100%;
}

.human-item:hover .human-img img {
    transform: scale(1.1);
}

@media (max-width: 1600px) {
    .contact-ways li:first-child {
        padding-right: 115px;
    }

    .contact-ways li:last-child {
        padding-left: 105px;
    }

    .traffic-list li {
        margin-right: 15px;
    }

    .human-contact {
        padding: 0 18px;
    }
}

@media (max-width: 1400px) {
    .contact-ways li:first-child {
        padding-right: 75px;
    }

    .contact-ways li:last-child {
        padding-left: 55px;
    }

    .human-img {
        width: 220px;
    }

    .human-contact {
        width: calc(100% - 220px);
    }

    .human-info p {
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .contact-ways li:first-child {
        padding-right: 35px;
    }

    .contact-ways li:last-child {
        padding-left: 25px;
    }

    .contact-wrap {
        padding-top: 80px;
    }

    .contact-ways li span {
        font-size: 32px;
        line-height: 32px;
    }

    .contact-ways li p {
        margin-top: 14px;
    }

    .human-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .human-list li {
        padding: 0px;
        width: 100%;
        float: none;
    }
}

@media (max-width: 991px) {
    .contact-ways li:first-child {
        padding-right: 0px;
        border-right: none;
    }

    .contact-wayicon {
        width: 55px;
        overflow: hidden;
    }

    .contact-wayicon img {
        width: 100%;
    }

    .contact-ways li:last-child {
        padding-left: 0px;
        border-left: none;
    }

    .contact-wrap {
        padding-top: 35px;
    }

    .contact-ways {
        margin-top: 30px;
        margin-bottom: 8px;
    }

    .contact-ways li {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-ways li span {
        font-size: 30px;
        line-height: 30px;
    }

    .contact-ways li p {
        margin-top: 10px;
    }

    .contact-ways li span.contact-wayadd {
        font-size: 16px;
    }

    .traffic-list {
        margin-top: 30px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .traffic-list li {
        margin-right: 0px;
        flex: none;
        width: calc(50% - 13px);
        margin-bottom: 15px;
    }

    .human-list li {
        margin-bottom: 20px;
    }

    .contact-wrap {
        padding-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .traffic-list li {
        width: 100%;
    }

    .traffic-top {
        margin-bottom: 8px;
    }

    .human-item {
        flex-direction: column;
        align-items: center;
        background-color: transparent;
    }

    .human-img {
        width: 270px;
    }

    .human-contact {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* 新闻中心 */
.news-top {
    margin-top: 58px;
    margin-left: -12px;
    margin-right: -12px;
}

.news-top li {
    float: left;
    width: 33.333%;
    padding: 0 12px;
}

.news-topinfo {
    padding: 26px 30px;
    background-color: #f0f0f4;
}

.news-topinfo h3 > a {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    color: #000;
}

.news-topinfo span {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.news-topinfo p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.news-topitem:hover .public-img img {
    transform: scale(1.1);
}

.news-topitem:hover .news-topinfo h3 > a {
    color: #1074cc;
}

.news-list {
    margin-top: 40px;
}

.news-list li {
    margin-bottom: 25px;
    display: flex;
}

.news-list li:last-child {
    margin-bottom: 0px;
}

.news-img {
    width: 450px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    transition: all 0.5s;
}

.news-info {
    width: calc(100% - 450px);
    background: #f0f0f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    padding-right: 30px;
}

.news-info h3 > a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.news-info span {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.news-info p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.news-list li:hover .public-img img {
    transform: scale(1.1);
}

.news-list li:hover .news-info h3 > a {
    color: #1074cc;
}

.news-wrap {
    padding-bottom: 0px;
}

@media (max-width: 1400px) {
    .news-topinfo {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    .news-topinfo {
        padding-top: 20px;
        padding-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .news-top {
        margin-top: 28px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-top li {
        float: none;
        width: 100%;
        padding: 0px;
        margin-bottom: 25px;
    }

    .news-top li:last-child {
        margin-bottom: 0px;
    }

    .news-list li {
        flex-wrap: wrap;
    }

    .news-img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .news-info {
        width: 100%;
        padding: 20px;
    }
}

/* 新闻详情 */
.news-detail-title h3 {
    font-size: 32px;
    text-align: center;
    color: #111;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 42px;
}

.news-dtitle-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.news-dtitle-sub p {
    font-size: 16px;
    color: #111;
}

.news-dtitle-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin-left: 36px;
    position: relative;
    margin-right: 36px;
}

.news-dtitle-item p {
    margin-left: 6px;
}

.news-dtitle-item::after,
.news-dtitle-item::before {
    position: absolute;
    height: 15px;
    width: 1px;
    content: "";
    background: #dcdcdc;
    top: 50%;
    transform: translateY(-50%);
}

.news-dtitle-item::after {
    right: 0px;
}

.news-dtitle-item::before {
    left: 0px;
}

.news-share {
    position: relative;
    display: flex;
    align-items: center;
}

.news-share .bshare-custom {
    display: flex;
    align-items: center;
}

.news-share .bshare-custom a {
    padding-left: 0px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.news-share .bshare-custom .bshare-more {
    display: none;
}

.news-share .bshare-custom .bshare-share-count {
    display: none;
}

.news-share .bshare-custom .bshare-sinaminiblog {
    width: 21px;
    height: 17px;
    background-image: url(../img/share-wb.png);
}

.news-share .bshare-custom .mshare-weixin {
    width: 22px;
    height: 18px;
    margin-right: 13px;
    margin-left: 4px;
    background-image: url(../img/share-wx.png);
}

.modal-code {
    display: none;
    width: 112px;
    height: 112px;
    position: absolute;
    left: -20px;
    bottom: -112px;
    z-index: 99;
    overflow: hidden;
}

.modal-code img {
    width: 100%;
}

.news-detailinfo {
    padding-top: 40px;
    padding-bottom: 75px;
}

.news-detailinfo p {
    font-size: 16px;
    color: #444;
    line-height: 32px;
    text-indent: 32px;
    margin-bottom: 15px;
}

.news-detailimg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px;
}

.news-detailimg-item {
    width: calc(50% - 15px);
    overflow: hidden;
}

.news-detailimg-item img {
    width: 100%;
    transition: all 0.5s;
}

.news-detailimg-item:hover img {
    transform: scale(1.1);
}

.news-detail-page {
    display: flex;
    justify-content: space-between;
    height: 72px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
}

.news-detail-page a {
    font-size: 16px;
    flex: 1;
    line-height: 30px;
    color: #444;
    padding: 0 30px;
}

.news-detail-page span {
    width: 72px;
    height: 70px;
    cursor: pointer;
    display: block;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background: url(../img/news-class-icon.png) no-repeat center;
}

.news-detail-next {
    text-align: right;
}

.news-detail-page:hover a {
    color: #1074cc;
}

.news-detail-wrap {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .news-detail-title h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .news-dtitle-item {
        padding: 0 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .news-detailinfo {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .news-detailimg-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-detailimg-item:last-child {
        margin-bottom: 0px;
    }

    .news-detail-page {
        height: auto;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .news-detail-page a {
        width: 100%;
        flex: none;
        padding: 0px;
        margin-bottom: 10px;
    }

    .news-detail-page span {
        display: none;
    }

    .news-detail-next {
        text-align: left;
    }

    .news-detail-wrap {
        padding-bottom: 40px;
    }
}

@media (max-width: 559px) {
    .news-dtitle-sub {
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
    }

    .news-dtitle-item {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .news-dtitle-item::after,
    .news-dtitle-item::before {
        display: none;
    }

    .news-detailinfo {
        padding-bottom: 15px;
    }
}

/* 售后支持 */
.sale-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.sale-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sale-nav li {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #f0f0f4;
    margin: 0 25px;
}

.sale-icon {
    position: relative;
    margin-right: 24px;
}

.sale-icon img {
    transition: all 0.5s;
}

.sicon-on {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sale-nav li span {
    font-size: 18px;
    color: #222;
}

.sale-nav li:hover,
.sale-nav li.on {
    background-color: #1074cc;
}

.sale-nav li:hover .sicon-on,
.sale-nav li.on .sicon-on {
    opacity: 1;
}

.sale-nav li:hover .sicon-un,
.sale-nav li.on .sicon-un {
    opacity: 0;
}

.sale-nav li:hover span,
.sale-nav li.on span {
    color: #fff;
}

.sale-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sale-item:last-child {
    margin-bottom: 0px;
}

.sale-info {
    box-shadow: 0px 0px 10px #f5f5f5;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sale-img {
    width: 50%;
}

.sale-support .sale-info {
    padding-left: 260px;
    padding-right: 60px;
}

.sale-support .sale-img {
    padding-right: 260px;
}

.sale-service .sale-info {
    padding-right: 260px;
    padding-left: 58px;
}

.sale-service .sale-img {
    padding-left: 260px;
}

.sale-info h3 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin-bottom: 38px;
}

.sale-info p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #444;
}

.sale-service {
    flex-direction: row-reverse;
}

.feedback {
    margin-top: 100px;
    background-color: #f0f0f4;
    overflow: hidden;
    padding-top: 100px;
}

.feedback-form {
    margin-top: 60px;
}

.feedback-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.input-item {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    height: 72px;
    padding-left: 25px;
    background-color: #fff;
    margin-right: 16px;
    flex: 1;
    margin-bottom: 21px;
}

.feedback-item .input-item:last-child {
    margin-right: 0px;
}

.input-item span {
    display: block;
    width: 58px;
    font-size: 18px;
    color: #888;
}

.input-item input {
    width: calc(100% - 58px);
    border: none;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    outline: none;
}

.feedback-textarea .input-item {
    height: 276px;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0px;
}

.feedback-textarea .input-item span {
    line-height: 30px;
}

.feedback-textarea .input-item textarea {
    width: calc(100% - 58px);
    border: none;
    line-height: 30px;
    color: #222;
    resize: none;
    outline: none;
    background-color: #fff;
    height: 238px;
}

.feedback-btn {
    display: block;
    background-color: #1074cc;
    border: none;
    text-align: center;
    width: 168px;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    color: #fff;
    margin: 60px auto;
}

.sale-img .public-img:hover img {
    transform: scale(1.1);
}

@media (max-width: 1700px) {
    .sale-support .sale-info {
        padding-left: 150px;
    }

    .sale-service .sale-info {
        padding-right: 150px;
    }

    .sale-support .sale-img {
        padding-right: 150px;
    }

    .sale-service .sale-img {
        padding-left: 150px;
    }
}

@media (max-width: 1600px) {
    .sale-support .sale-info {
        padding-left: 100px;
    }

    .sale-service .sale-info {
        padding-right: 100px;
    }

    .sale-support .sale-img {
        padding-right: 100px;
    }

    .sale-service .sale-img {
        padding-left: 100px;
    }
}

@media (max-width: 1400px) {
    .sale-support .sale-info {
        padding-left: 50px;
        padding-right: 50px;
    }

    .sale-service .sale-info {
        padding-right: 50px;
        padding-left: 50px;
    }

    .sale-support .sale-img {
        padding-right: 50px;
    }

    .sale-service .sale-img {
        padding-left: 50px;
    }

    .sale-info h3 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .sale-info h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .sale-info p {
        margin-bottom: 10px;
        line-height: 30px;
    }

    .sale-nav li {
        width: 220px;
        margin: 0 15px;
    }

    .sale-wrap {
        padding-top: 80px;
    }

    .feedback {
        margin-top: 80px;
        padding-top: 80px;
    }

    .feedback-four .input-item {
        flex: none;
        width: calc(50% - 8px);
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .feedback {
        margin-top: 40px;
        padding-top: 40px;
    }

    .feedback-form {
        margin-top: 25px;
    }

    .feedback-btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .sale-wrap {
        padding-top: 40px;
    }

    .sale-nav li {
        width: 160px;
        height: 44px;
        border-radius: 22px;
        margin: 0 8px 20px;
    }

    .sale-icon {
        margin-right: 10px;
    }

    .sale-nav {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    .sale-item {
        margin-bottom: 25px;
    }

    .sale-info {
        margin-bottom: 8px;
        width: 100%;
    }

    .sale-img {
        width: 100%;
    }

    .sale-support .sale-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sale-service .sale-info {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sale-support .sale-img {
        padding-right: 0px;
    }

    .sale-service .sale-img {
        padding-left: 0px;
    }

    .sale-info h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .sale-info p {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .input-item span {
        font-size: 16px;
    }

    .input-item {
        flex: none;
        width: 100%;
        height: 52px;
        padding-left: 12px;
        margin-right: 0px;
        margin-bottom: 18px;
    }

    .feedback-four .input-item {
        width: 100%;
    }

    .input-item input {
        height: 50px;
        line-height: 50px;
    }

    .feedback-textarea .input-item {
        height: 172px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .feedback-textarea .input-item textarea {
        height: 150px;
    }
}

/* 视频演示 */
.vedio-title {
    margin-bottom: 58px;
}

.vedio-list {
    margin-left: -27px;
    margin-right: -27px;
}

.vedio-list li {
    padding: 0 27px;
    width: 33.33%;
    float: left;
    margin-bottom: 42px;
}

.vedio-img {
    position: relative;
}

.vedio-list .vedio-img {
    border-radius: 10px;
}

.play-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33) url(../img/play-icon.png) no-repeat center;
    top: 0px;
    left: 0px;
}

.vedio-list li p {
    text-align: center;
    color: #111;
    font-size: 18px;
    margin-top: 22px;
    line-height: 32px;
    font-family: "sRegular";
}

.vedio-list li:hover .public-img img {
    transform: scale(1.1);
}

.vedio-list li:hover p {
    color: #1074cc;
}

.click-more {
    display: block;
    margin: 0 auto 60px;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    background: #1074cc;
    color: #fff;
}

.vedio-click {
    margin-top: 10px;
}

@media (max-width: 1400px) {
    .vedio-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .vedio-list li {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .vedio-list li {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .click-more {
        margin-bottom: 40px;
        width: 160px;
        height: 44px;
        line-height: 44px;
    }

    .vedio-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .vedio-list li {
        padding: 0px;
        float: none;
        width: 100%;
        margin-bottom: 18px;
    }

    .vedio-list li p {
        margin-top: 18px;
    }

    .vedio-title {
        margin-bottom: 28px;
    }

    .vedio-click {
        margin-top: 30px;
    }
}

@media (max-width: 559px) {
    .play-wrap {
        background-size: 48px 48px;
    }
}

/* 视频演示详情 */
.vedio-detail {
    padding-top: 50px;
    padding-bottom: 100px;
}

.no-mask {
    background-color: transparent;
}

.vedio-img:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .vedio-detail {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

/* 公司荣誉 */
.honor-list {
    margin-left: -12px;
    margin-right: -12px;
}

.honor-list li {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
    float: left;
}

.honor-item {
    cursor: pointer;
}

.honor-item p {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #444;
    border-top: 1px solid #dfdfdf;
    background-color: #f0f0f4;
    text-align: center;
}

.honor-item:hover .public-img img {
    transform: scale(1.1);
}

.honor-item:hover p {
    border-top-color: #1074cc;
    background-color: #1074cc;
    color: #fff;
}

.honor-click {
    margin-top: 36px;
}

/* 厂房设备 */
.equip-click {
    margin-top: 36px;
}

@media (max-width: 991px) {
    .honor-list li {
        width: 50%;
    }

    .honor-click {
        margin-top: 16px;
    }

    .equip-click {
        margin-top: 16px;
    }
}

@media (max-width: 559px) {
    .honor-list li {
        width: 100%;
        padding: 0px;
        float: none;
    }

    .honor-click {
        margin-top: 16px;
    }

    .honor-list {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* 关于乐丰 */
.about-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.about-main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.about-left {
    width: 50%;
    padding-right: 40px;
}

.about-right {
    width: 50%;
    padding-left: 40px;
}

.about-left h3 {
    text-align: left;
    margin-bottom: 42px;
}

.about-left p {
    text-indent: 32px;
    color: #444;
    line-height: 36px;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
}

.about-list li {
    flex: 1;
    margin-right: 50px;
    height: 180px;
    border-radius: 20px;
    background-color: #f0f0f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.about-list li:last-child {
    margin-right: 0px;
}

.about-icon {
    position: relative;
    margin-bottom: 18px;
}

.about-icon img {
    transition: all 0.5s;
}

.aicon-on {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-list li p {
    font-size: 22px;
    color: #222;
    line-height: 24px;
}

.about-list li:hover .aicon-on {
    opacity: 1;
}

.about-list li:hover .aicon-un {
    opacity: 0;
}

.about-list li:hover p {
    color: #fff;
}

.about-list li:hover {
    background-color: #1074cc;
}

@media (max-width: 1600px) {
    .about-left p {
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .about-left h3 {
        margin-bottom: 30px;
    }

    .inside-title {
        font-size: 38px;
        line-height: 38px;
    }

    .about-left {
        padding-right: 10px;
    }

    .about-list li {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .about-left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .about-right {
        width: 100%;
        padding-left: 0px;
    }

    .about-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-main {
        margin-bottom: 40px;
    }

    .about-list li {
        height: 150px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .about-wrap {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .about-main {
        margin-bottom: 25px;
    }

    .about-left h3 {
        margin-bottom: 15px;
    }

    .inside-title {
        font-size: 28px;
        line-height: 28px;
    }

    .about-list li {
        height: auto;
        padding: 15px 0px;
        margin-right: 14px;
    }

    .about-list li p {
        font-size: 18px;
    }

    .about-icon {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .about-wrap {
        padding-bottom: 20px;
    }

    .about-list {
        flex-wrap: wrap;
    }

    .about-list li {
        flex: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 10px 20px;
    }
}

@media (max-width: 559px) {
    .about-list li {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 0px 20px;
    }
}

.about-equip {
    background-color: #f0f0f4;
}

.aequip-title {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aequip-main {
    display: flex;
}

.aequip-item {
    flex: 1;
    margin-right: 17px;
}

.aequip-item:last-child {
    margin-right: 0px;
}

.aequip-img {
    margin-bottom: 28px;
}

.aequip-img:hover img {
    transform: scale(1.1);
}

.about-equip {
    padding-bottom: 72px;
}

.ahonor-btn {
    width: 103px;
    height: 44px;
    position: relative;
}

.ahonor-next,
.ahonor-prev {
    width: 44px;
    height: 44px;
    background-color: #f0f0f4;
    border-radius: 4px;
    margin-top: 0px;
    top: 0px;
    background-size: 16px 14px;
    opacity: 1;
}

.ahonor-next {
    right: 0px;
    background-image: url(../img/hnews-next.png);
}

.ahonor-prev {
    left: 0px;
    background-image: url(../img/hnews-prev.png);
}

.ahonor-next:hover,
.ahonor-prev:hover {
    background-color: #1074cc;
}

.ahonor-next:hover {
    background-image: url(../img/hnews-next-on.png);
}

.ahonor-prev:hover {
    background-image: url(../img/hnews-prev-on.png);
}

.ahonor-item p {
    height: 54px;
    border-top: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #444;
    background-color: #f0f0f4;
    transition: all 0.5s;
    text-align: center;
}

.ahonor-item:hover .public-img img {
    transform: scale(1.1);
}

.ahonor-item:hover p {
    border-top-color: #1074cc;
    background-color: #1074cc;
    color: #fff;
}

@media (max-width: 991px) {
    .aequip-title {
        margin-bottom: 30px;
    }

    .habout-more {
        width: 130px;
        padding: 0 10px;
        height: 40px;
    }

    .aequip-item {
        flex: none;
        margin-right: 0px;
        width: 100%;
    }

    .aequip-main {
        flex-wrap: wrap;
    }

    .about-equip {
        padding-bottom: 20px;
    }

    .aequip-img {
        margin-bottom: 20px;
    }
}

/* 产品中心 */
.pro-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.pro-left {
    width: 240px;
    float: left;
    border: 1px solid #d9d9d9;
}

.pro-title {
    height: 50px;
    background-color: #1074cc;
    display: none;
    position: relative;
}

.pro-title h3 {
    font-size: 20px;
    float: left;
    line-height: 50px;
    padding-left: 18px;
    color: #fff;
}

.pro-leftlist li > a {
    display: block;
    width: 100%;
    padding: 0 48px;
    line-height: 55px;
    color: #fff;
    background-color: #1074cc;
    background-image: url(../img/pro-arrow.png);
    background-position: right 48px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.sub-nav {
    background-color: #fff;
    padding: 7px 15px 8px 48px;
}

.sub-nav dd a {
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.sub-nav dd:hover a {
    color: #1074cc;
}

.pro-right {
    width: calc(100% - 240px);
    float: left;
    padding-left: 60px;
}

.pro-list {
    margin-left: -18px;
    margin-right: -18px;
}

.pro-list li {
    padding: 0 18px;
    float: left;
    width: 33.33%;
    margin-bottom: 37px;
}

.pro-item .public-img {
    border: 1px solid #c9c9c9;
}

.pro-item p {
    border: 1px solid #c9c9c9;
    border-top: none;
    text-align: center;
    line-height: 65px;
    color: #444;
    transition: all 0.5s;
}

.pro-item:hover .public-img img {
    transform: scale(1.1);
}

.pro-item:hover p {
    background-color: #1074cc;
    border-color: #1074cc;
    color: #fff;
}

.pro-click {
    margin-top: 23px;
}

@media (max-width: 1400px) {
    .pro-right {
        padding-left: 40px;
    }

    .pro-list li {
        padding: 0 12px;
    }

    .pro-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media (max-width: 1200px) {
    .pro-list li {
        padding: 0 12px;
    }

    .pro-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media (max-width: 991px) {
    .pro-right {
        padding-left: 0px;
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .pro-left {
        width: 100%;
        float: none;
        border: none;
    }

    .pro-title {
        display: block;
    }

    .pro-leftlist {
        display: none;
    }

    .pro-leftlist li {
        margin-top: 2px;
    }

    .pro-leftlist li > a {
        padding: 0 20px;
        line-height: 48px;
        background-position: right 20px center;
    }

    .sub-nav {
        padding-left: 20px;
    }

    .pro-list li {
        margin-bottom: 25px;
    }

    .pro-item p {
        line-height: 48px;
    }

    .pro-click {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .pro-list li {
        padding: 0px;
        float: none;
        width: 100%;
    }

    .pro-list {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* 产品详情 */
.pro-detail {
    padding-bottom: 100px;
}

.pro-detailtop {
    flex-wrap: wrap;
    display: flex;
}

.pro-detail-img {
    width: 47.71%;
    border: 2px solid #f0f0f4;
    overflow: hidden;
}

.pro-detail-img img {
    width: 100%;
    transition: all 0.5s;
}

.pro-detail-img:hover img {
    transform: scale(1.1);
}

.pro-detail-info {
    width: 52.29%;
    background-color: #f0f0f4;
    padding: 75px 45px 0px;
}

.pro-detail-info h3 {
    color: #1074cc;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.pro-des {
    padding-top: 36px;
    font-size: 16px;
    line-height: 40px;
    color: #444;
    margin-bottom: 88px;
}

.pro-tel {
    display: flex;
    width: 410px;
    height: 96px;
    background-color: #1074cc;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.pro-teltxt {
    margin-left: 25px;
    color: #fff;
}

.pro-teltxt span {
    font-size: 36px;
    line-height: 36px;
}

/* 相关推荐 */
.recommend-wrap {
    background-color: #f0f0f4;
    padding-bottom: 100px;
}

.recommend-main {
    margin-top: 60px;
}

.recommend-item p {
    border-top: 1px solid #c9c9c9;
    height: 61px;
    line-height: 60px;
    text-align: center;
    color: #222;
    background-color: #fff;
}

.recommend-item:hover .public-img img {
    transform: scale(1.1);
}

.recommend-item:hover p {
    background-color: #1074cc;
    border-top-color: #1074cc;
    color: #fff;
}

@media (max-width: 1600px) {
    .pro-des {
        margin-bottom: 60px;
    }
}

@media (max-width: 1400px) {
    .pro-detail-info {
        padding-top: 40px;
    }

    .pro-detail-info h3 {
        font-size: 34px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .pro-des {
        padding-top: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .pro-detail-info {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pro-detail-info h3 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .pro-des {
        padding-top: 16px;
        margin-bottom: 30px;
        line-height: 36px;
    }

    .pro-tel {
        width: 380px;
        height: 84px;
    }

    .pro-detail {
        padding-bottom: 80px;
    }

    .pro-wrap {
        padding-top: 80px;
    }

    .recommend-wrap {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .pro-detail-info {
        width: 100%;
        padding: 20px;
    }

    .pro-detail-info h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .pro-des {
        margin-bottom: 25px;
        line-height: 32px;
    }

    .pro-tel {
        width: 300px;
        height: auto;
        padding: 10px 0;
    }

    .pro-detail {
        padding-bottom: 40px;
    }

    .pro-wrap {
        padding-top: 40px;
    }

    .recommend-wrap {
        padding-bottom: 40px;
    }

    .pro-detail-img {
        width: 100%;
    }

    .pro-teltxt {
        margin-left: 12px;
    }

    .pro-teltxt span {
        font-size: 30px;
        line-height: 30px;
    }

    .recommend-main {
        margin-top: 30px;
    }
}

/* 人才招聘 */
.recrument-wrap {
    padding-bottom: 0px;
}

.recrument-main {
    margin-top: 60px;
}

.recrument-top {
    display: flex;
    background-color: #1074cc;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.recrument-item {
    display: flex;
    align-items: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
}

.recrument-list li {
    margin-top: 12px;
}

.recrument-job {
    height: 60px;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f4;
}

.recrument-job .recrument-item {
    color: #444;
}

.recrument-item:first-child {
    width: 80px;
}

.recrument-arrow {
    cursor: pointer;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background: url(../img/recrument-down.png) no-repeat center;
}

.recrument-arrow.on {
    background-color: #1074cc;
    border-color: #1074cc;
    background-image: url(../img/recrument-up.png);
}

.recrument-pos {
    border-top: 1px solid #d9d9d9;
    padding-top: 35px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 16px;
    background: #f0f0f4;
    display: none;
}

.recrument-txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.recrument-click {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .recrument-top {
        padding: 0 50px;
    }

    .recrument-job {
        padding: 0 50px;
    }

    .recrument-pos {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .recrument-main {
        margin-top: 25px;
    }

    .recrument-top {
        height: 60px;
        padding: 0 20px;
    }

    .recrument-job {
        padding: 0 20px;
        height: 50px;
    }

    .recrument-pos {
        padding: 20px 20px 10px;
    }

    .recrument-txt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .recrument-arrow {
        width: 34px;
        height: 34px;
    }

    .recrument-item {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .recrument-item:first-child {
        width: auto;
    }

    .recrument-click {
        margin-top: 40px;
    }
}

@media (max-width: 559px) {
    .recrument-top {
        padding: 0 10px;
    }

    .recrument-job {
        padding: 0 10px;
    }

    .recrument-pos {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dc-phone {
    display: none;
}

@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}

#pbanner .swiper-slide img {
    width: 100%;
    display: block;
}
.about-dess{
    font-size: 16px;
    color: #444;
    line-height: 32px;
    margin-bottom: 15px;
}
.about-dess img {
    max-width: 100%;
}