* {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

img {
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

i {
    font-style: normal;
}

input:focus {
    border: none;
}

textarea {
    resize: none;
    display: block;
}

textarea:focus {
    border: none;
    outline: none;
}

.newcompany,
.newcompanys {
    visibility: visible;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    -o-animation-duration: ?100s;
    -moz-animation-duration: ?100s;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

::selection {
    background: #2D93CA;
    color: #fff;
}

::-moz-selection {
    background: #2D93CA;
    color: #fff;
}

::-webkit-selection {
    background: #2D93CA;
    color: #fff;
}

@media (max-width:1000px) {
    .footer {
        padding: 10px;
    }

    .footer * {
        font-size: 12px !important;
        line-height: 1.4em !important;
        padding: 0 !important;
    }

    .currentPath {
        height: 35px !important;
        line-height: 35px;
        padding: 0 10px !important;
        overflow: hidden;
    }

    .currentPath * {
        line-height: 35px !important;
    }

    .ms {
        display: flex !important;
    }

    .ms .date {
        width: calc(100% - 242px);
        overflow: hidden;
        height: 18px;
        padding: 0;
    }

    .ms .share {
        width: 242px;
        height: 18px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .qiye_page {
        height: 41px;
        padding: 0 !important;
        margin: 30px auto !important;
    }

    .qiye_page a {
        margin: 0 2px 0 !important;
    }

    .qiye_page a,
    .qiye_page span {
        padding: 10px 6px !important;
    }
}

.author {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:1600px) {
    .author {
        display: none;
    }
}

@media (max-width:1150px) {
    .hits {
        display: none;
    }
}

.qiye_main .latest-news li {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.product-class li a h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.logo img {
    display: block;
    width: 100%
}

.qiye_news_bottom h1,
.latest-news h1 {
    font-size: 28px;
    padding: 15px !important;
}

.ms {
    flex-wrap: wrap;
}

.ms span {
    color: #727272;
}

.content {
    padding-top: 20px;
}

.news-details-statement p {
    color: #aaa !important;
    font-size: 12px;
    padding: 10px;
    border: 1px dashed #d4d4d4;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.qiye_header_top p,
.qiye_header p {
    width: calc(100% - 600px) !important;
}

.ms span {
    padding: 0px 8px;
}

.currentPath {
    display: inherit !important;
}

.qiye_main .currentPath {
    margin: 10px auto;
    width: 100%;
}

.share {
    float: right;
    margin-left: 15px;
}

.ms {
    display: flex;
    justify-content: center;
}

@media (max-width:1000px) {
    .share {
        display: block;
        width: 100%;
        margin: 15px auto 5px;
    }

    .ms {
        display: inherit;
    }
}

.qiye_editor {
    overflow: hidden;
}

.qiye_editor p {
    width: 25%;
    float: left;
    padding: 5px;
}

.qiye_editor p img {
    display: block;
    width: 100% !important;
}

.qiye_n_main .qiye_editor {
    overflow: hidden;
}

.qiye_n_main .qiye_editor p {
    width: 25%;
    float: left;
    padding: 5px;
}

.qiye_n_main .qiye_editor p img {
    display: block;
    width: 100% !important;
}

.qiye_one .qiye_editor p {
    width: 100%;
    float: none;
    padding: 0;
}

.qiye_one .qiye_editor p img {
    display: block;
    width: 100% !important;
}

body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #eee;
}

body::-webkit-scrollbar-track {
    background-color: #eee;
}

body::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.translate-wrap span {
    line-height: 40px;
    font-size: 12px;
    color: rgb(85, 85, 85);
    margin: 0px 5px;
}

.qiye_news_bottom h1,
.latest-news h1 {
    text-align: center;
    line-height: 48px;
}

.qiye_w100 {
    display: block;
    width: 100%;
}

.qiye_page {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.qiye_page li {
    float: left;
}

.qiye_page a {
    width: 55px;
    float: left;
    height: 40px;
    display: block;
    border: 1px solid #E5E5E5;
    transition: 0.3s;
    border-radius: 3px;
    color: #666;
    text-align: center;
    line-height: 40px;
    margin: 0 3px 0;
    font-size: 14px;
    white-space: nowrap;
}

.qiye_page span {
    width: 55px;
    float: left;
    height: 40px;
    display: block;
    border: 1px solid #E5E5E5;
    transition: 0.3s;
    border-radius: 3px;
    color: #666;
    text-align: center;
    line-height: 40px;
    margin: 0 3px 0;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.qiye_page .status {
    background-color: #2D93CA;
    border: 1px solid #2D93CA;
    color: #fff;
}

.qiye_page .next {
    width: 65px;
    color: #333;
    font-size: 14px;
}

.qiye_page a:hover {
    border: 1px solid #2D93CA;
    background-color: #2D93CA;
    color: #FFFFFF;
}

.qiye_page span:hover {
    border: 1px solid #2D93CA;
    background-color: #2D93CA;
    color: #FFFFFF;
}

.qiye_m_footer {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    display: none;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

.qiye_m_f_son {
    width: 22%;
    text-align: center;
}

.qiye_m_f_img {
    width: 50px;
    margin: auto;
}

.qiye_header_top {
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 80px;
}

.qiye_header_top p {
    width: 50%;
    display: block;
    font-size: 14px;
    color: #303030;
    line-height: 30px;
    letter-spacing: 0.8px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qiye_header_top .qiye_1 {
    float: right;
}

.qiye_header_top .qiye_1 ul {
    color: #e10b20;
}

.qiye_header_top .qiye_1 ul li {
    float: left;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-left: 30px;
}

.qiye_header_top .qiye_1 ul li span {
    font-size: 14px;
    padding-left: 3px;
    font-weight: 900;
}

.qiye_header {
    width: 100%;
    background: url(../images/navbeijing.gif) no-repeat center;
    background-size: cover;
    padding: 25px 80px;
    border-bottom: 8px solid #2D93CA;
    overflow: hidden;
}

.qiye_logo {
    float: left;
    display: table;
    width: 500px;
}

.qiye_logo span {
    font-size: 40px;
    font-weight: 900;
    color: #f3401a;
    text-shadow: 1px 1px 1px #cccccc;
    letter-spacing: 1px;
    padding-left: 10px;
    line-height: 55px;
    overflow: hidden;
    width: calc(100% - 55px);
    margin-top: -5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qiye_logo div {
    width: 55px;
    float: left;
}

.qiye_logo div img {
    display: block;
    width: 100%;
}

.mainNav {
    float: right;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 500px);
}

.mainNav a {
    float: left;
    display: block;
    font-size: 18px;
    color: #303030;
    transition: 0.3s;
    cursor: pointer;
    margin-left: -2px;
    margin: 5px 0 5px 60px;
    width: 4em;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

.mainNav a:hover {
    padding: 0 0 5px;
    color: #2D93CA !important;
    border-bottom: 2px solid #2d93ca;
}

.qiye_nav_active {
    padding: 0 0 5px;
    color: #2D93CA !important;
    border-bottom: 2px solid #2d93ca;
}

.qiye_about {
    background: url(../images/about_1.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
}

.qiye_a2 {
    width: 85%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.qiye_aleft {
    float: left;
    width: 20%;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
    height: fit-content;
    z-index: 1;
    margin-top: 27px;
    position: absolute;
}

.qiye_aleft_son {
    background: #FFFFFF;
    padding: 5px 0;
    border-bottom: 1px dashed #cccccc;
    transition: 0.3s;
    float: left;
    width: 100%;
}

.qiye_aleft_son:hover {
    background: #fe164d;
}

.qiye_aleft_son:hover span {
    color: #FFFFFF;
}

.qiye_aleft_son img {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #eeeeee;
}

.qiye_aleft_son span {
    font-size: 20px;
    color: #666666;
    white-space: nowrap;
    float: left;
    line-height: 55px;
    width: 4em;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    margin-left: 20px;
}

.qiye_acenter {
    float: right;
    width: 80%;
    position: relative;
}

.qiye_acenter .qiye_aimg {
    width: 30%;
    height: 320px;
    overflow: hidden;
    margin-left: -4%;
    float: left;
}

.company-profile {
    width: 72%;
    float: right;
    padding: 1em 0 0 2%;
}

.company-profile p {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.company-profile a {
    min-width: 100px;
    display: inlne-block;
    padding: 10px;
    background-color: #2D93CA;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
}

.company-profile a:hover {
    background-color: #2680b1;
}

.qiye_advantage img {
    display: block;
    width: 100%;
}

.qiye_product {
    width: 85%;
    margin: auto;
    text-align: center;
}

.qiye_ptitle {
    width: 400px;
    height: 195px;
    margin: 30px auto 25px;
}

.qiye_ptitle img {
    display: block;
    width: 100%;
}

.product-class {
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.product-class li {
    width: 24.25%;
    float: left;
    border-radius: 100px;
    overflow: hidden;
    color: #FFFFFF;
    margin: 0 1% 20px 0;
    transition: 0.3s;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.35);
    background: url(../images/anniu2.jpg) no-repeat center;
    background-size: cover;
    width: 24%\9;
}

.product-class li a {
    display: block;
}

.product-class li:nth-child(4n) {
    margin: 0 0 20px 0;
}

.product-class li:hover {
    background: url(../images/product_hover.jpg) no-repeat center;
    background-size: cover;
}

.product-class li:nth-child(4n) {
    margin: 0 0 20px 0;
}

.product-class li a {
    padding: 8px 0;
    text-align: left;
    overflow: hidden;
}

.product-class li a h3 {
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

#qiye_scrollbox {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.qiye_scrollcon {
    height: 800%;
}

.product-list ul {
    overflow: hidden;
}

.product-list li {
    width: 24.25%;
    float: left;
    margin: 0 1% 20px 0;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    width: 24%\9;
}

.product-list li:hover p {
    background: #42A7ED;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.product-list li:nth-child(4n) {
    margin-right: 0%;
}

.product-list li img {
    width: 100%;
    display: block;
    transition: 0.3s;
    height: 180px;
}

@media (max-width:1366px) {
    .product-list li img {
        height: 160px;
    }
}

.product-list li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.product-list li h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2em;
    display: block;
    padding: 0 6px;
    text-align: center;
    background: #3677d8;
    transition: 0.3s;
    position: relative;
    z-index: 99;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}

.qiye_more {
    margin: 25px auto;
    width: 100px;
    height: 50px;
    background: url(../images/product_more.jpg) no-repeat center;
    background-size: 100%;
}

.qiye_more a {
    color: #303030;
    font-size: 14px;
    line-height: 50px;
    transition: 0.2s;
    width: 4em;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

.qiye_more a:hover {
    color: #2680B1;
}

.qiye_news {
    width: 85%;
    margin: auto;
    text-align: center;
}

.latest-news {
    overflow: hidden;
}

.qiye_n_content {
    width: 49%;
    float: left;
}

.qiye_n_content:nth-child(2n) {
    margin-right: 0;
}

.latest-news {
    overflow: hidden;
}

.latest-news li {
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 15px 0;
}

.latest-news li:nth-child(2n) {
    margin-right: 0;
}

.latest-news li img {
    float: left;
    width: 20px;
    height: 15px;
    margin-top: 5px;
}

.latest-news li a {
    font-size: 16px;
    padding: 0;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 140px);
    text-align: left;
}

.latest-news li span {
    color: #AAAAAA;
    float: right;
    display: block;
    padding-right: 10px;
}

.qiye_main .latest-news li {
    float: none;
    width: 100%;
}

.qiye_main .product-class li {
    float: none;
    width: 100%;
}

.qiye_ad img {
    display: block;
    width: 100%;
}

.qiye_tab-wrap {
    width: 85%;
    margin: auto;
    border: 1px dashed #666;
    margin: 25px auto;
    padding: 15px;
}

.qiye_tab-wrap .qiye_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #00c1de;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.qiye_tab-wrap .qiye_tab-title {
    overflow: hidden;
    list-style: none;
}

.qiye_tab-title .qiye_title-item {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 5.7%;
    text-align: center;
    background: url(../images/anniu3.jpg) no-repeat center;
    margin: 0 10px 10px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 3px;
}

.qiye_tab-title .qiye_title-item:hover {
    color: #ffffff;
    background: url(../images/anniu2.jpg) no-repeat center;
}

.qiye_tab-title .qiye_title-item.active {
    background: url(../images/anniu2.jpg) no-repeat center;
    color: #ffffff;
}

.qiye_tab-wrap .qiye_tab-content .friendship-links {
    display: none;
    padding: 20px;
    color: #666;
}

.qiye_tab-wrap .qiye_tab-content .friendship-links a {
    padding: 0 10px 0 0;
}

.qiye_tab-wrap .qiye_tab-content .friendship-links a:hover {
    color: #2D93CA;
}

.qiye_tab-wrap .qiye_tab-content .friendship-links.active {
    display: block;
}

.footer {
    background: #373d41;
}

.qiye_footer_content {
    width: 85%;
    margin: auto;
    padding: 20px 0 10px;
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
}

.qiye_footer_left {
    width: 18%;
    float: left;
}

.qiye_footer_left div {
    width: 69px;
    margin: 0 auto 15px;
}

.qiye_footer_left div img {
    display: block;
    width: 100%;
}

.qiye_footer_left p {
    color: #9b9ea0;
    font-size: 14px;
}

.qiye_footer_center {
    width: 28%;
    float: left;
    margin-left: 2%;
    padding-left: 2%;
}

.qiye_else2 {
    width: 45%;
    float: right;
}

.qiye_else2 p {
    font-size: 16px;
    color: #d7d8d9;
}

.qiye_footer_warp p {
    font-size: 16px;
    color: #d7d8d9;
}

.qiye_footer_warp div {
    padding: 20px 0 0 0;
    overflow: hidden;
}

.qiye_footer_warp div a {
    line-height: 35px;
    display: block;
    white-space: nowrap;
    color: #9b9ea0;
    transition: 0.3s;
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
}

.qiye_footer_warp div a:hover {
    color: #E8E8E8;
}

.qiye_footer_center .fline {
    border-right: 1px solid #4b5054;
}

.qiye_footer_conatact a {
    display: flex !important;
    align-items: center;
    padding: 0 0 0 10px !important;
}

.qiye_footer_conatact a img {
    width: 20px;
    height: 20px;
}

.qiye_else3 {
    overflow: hidden;
    padding: 20px 0 0 0;
}

.qiye_else3 div {
    width: 50%;
    float: left;
    display: table-cell;
    margin-bottom: 50px;
    overflow: hidden;
}

.qiye_else3 div:nth-child(2n) {
    padding-left: 50px;
}

.qiye_else3 div img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.qiye_else3 div span {
    color: #9b9ea0;
    padding-left: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.qiye_else3 .qiye_footer_code img {
    width: 120px;
    height: 120px;
}

.qiye_else4 {
    flex-direction: column;
}

.qiye_footer_code p {
    font-size: 14px;
    color: #9B9EA0;
    display: block;
    width: 120px;
    text-align: center;
}

.copyright {
    width: 85%;
    margin: auto;
    color: #bbbbbb;
    text-align: center;
    padding: 20px 0 10px;
}

.qiye_footer p {
    color: #bbb;
}

.qiye_footer a {
    color: #bbb;
}

.copyright p {
    padding: 5px 0;
}

.copyright a {
    display: block;
    margin: auto;
    transition: 0.3s;
    padding: 0 5px;
}

.copyright p a {
    display: inline-block;
}

.copyright a:hover {
    color: #ff7300;
}

.k_word {
    height: 2px !important;
    overflow: hidden;
}

.news-details-list ul li a,
.news-details-list ul li i {
    line-height: inherit;
}

.qiye_n_main .latest-news li {
    margin-bottom: 0;
}

.qiye_map {
    margin: 5px 0;
}

.qiye_map a {
    color: #bbb;
    display: inline-block;
}

.qiye_f_nav {
    width: 100%;
    height: 115px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.qiye_f_nav {
    display: none\9;
}

.qiye_f_nav ul {
    width: 85%;
    margin: auto;
    overflow: hidden;
    padding: 13px 0;
}

.qiye_f_nav ul li {
    display: block;
    float: left;
    width: 10%;
    margin-right: 1.25%;
    text-align: center;
}

.qiye_f_nav ul li:last-child {
    margin-right: 0;
}

.qiye_f_nav ul li:last-child:before {
    display: none;
}

.qiye_f_nav ul li:hover .qiye_f_nav_img {
    background: url(../images/f_nav_11.png) no-repeat;
    background-position: top;
    background-size: 100%;
}

.qiye_f_nav ul li:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    transition: 0.3s;
    overflow: hidden;
    background: url(../images/f_nav_1.png) no-repeat;
    background-position: top;
    background-size: 100px;
    margin: auto;
    position: relative;
    z-index: 0;
}

.qiye_f_nav ul li:nth-child(1):hover:before {
    background: url(../images/f_nav_11.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(2):before {
    background: url(../images/f_nav_2.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(2):hover:before {
    background: url(../images/f_nav_22.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(3):before {
    background: url(../images/f_nav_3.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(3):hover:before {
    background: url(../images/f_nav_33.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(4):before {
    background: url(../images/f_nav_4.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(4):hover:before {
    background: url(../images/f_nav_44.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(5):before {
    background: url(../images/f_nav_5.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(5):hover:before {
    background: url(../images/f_nav_55.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(6):before {
    background: url(../images/f_nav_6.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(6):hover:before {
    background: url(../images/f_nav_66.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(7):before {
    background: url(../images/f_nav_7.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(7):hover:before {
    background: url(../images/f_nav_77.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(8):before {
    background: url(../images/f_nav_8.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li:nth-child(8):hover:before {
    background: url(../images/f_nav_88.png) no-repeat;
    background-position: top;
    background-size: 100px;
}

.qiye_f_nav ul li a {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 4em;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
    top: -68px;
    padding-top: 65px;
    height: 115px;
}

.qiye_f_x {
    width: 50px;
    height: 50px;
    background: url(../images/f_nav_9.png) no-repeat !important;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-top: 15px;
}

.currentPath {
    width: 85%;
    height: 39px;
    overflow: hidden;
    margin: 20px auto;
    padding: 8px 6px;
    line-height: 1.8em;
    background: #2D93CA;
    align-items: center;
    color: #FFFFFF;
}

.currentPath dd {
    font-size: 12px;
    padding: 0 5px;
    font-family: "simsun";
}

.currentPath a {
    font-size: 14px;
    padding: 0 5px;
    transition: 0.3s;
}

.currentPath a:hover {
    color: #ff7300;
}

.qiye_about_n_content {
    width: 85%;
    margin: 5px auto 0;
}

.qiye_about_n_content p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0.7px;
    text-align: justify;
}

.qiye_about_n_ctop {
    text-align: center;
    position: relative;
}

.qiye_about_n_ctop span {
    font-size: 40px;
    font-weight: bold;
    color: #3a3a3a;
    text-shadow: 2px 2px 2px #eeeeee;
    display: block;
    margin: 0 auto -35px;
}

.qiye_about_n_ctop div img {
    display: block;
    width: 100%;
}

.qiye_about_n_cbot img {
    display: block;
    width: 100%;
}

.qiye_about_n_cbot {
    width: 75%;
    margin: 10px auto;
}

.qiye_else5 {
    width: 100%;
    margin: 0;
}

.qiye_main {
    width: 85%;
    margin: auto;
    padding: 1.5% 0;
    overflow: hidden;
}

.qiye_main_left {
    width: 75%;
    padding-right: 2%;
    float: left;
    position: relative;
}

.qiye_news_ct span {
    font-size: 13px;
    color: #2D93CA;
    font-weight: 900;
    padding-right: 20px;
    font-family: "simsun";
    float: left;
    padding-top: 4px;
}

.qiye_news_ct p {
    transition: 0.3s;
}

.qiye_n_content:hover .qiye_news_ct p {
    color: #2D93CA;
    padding: 0 0 0 15px;
}

.qiye_else6 {
    width: 100%;
}

.qiye_main_right {
    float: right;
    width: 25%;
}

.qiye_sidebar {}

.qiye_sidebar p {
    font-size: 18px;
    color: #333;
    padding: 0 0 12px;
}

.qiye_sidebar .qiye_sidebar_line {
    display: block;
    width: 72px;
    height: 4px;
    background: #2D93CA;
    margin-bottom: 10px;
}

.qiye_sidebar_top {
    margin-bottom: 45px;
    border: 1px solid #ffa95c;
    background: url(../images/cl_bg.jpg) no-repeat center;
    background-size: cover;
}

.qiye_sidebar_top1 img {
    display: block;
    width: 100%;
}

.qiye_sidebar_top2 {
    padding: 25px;
    border-top: 1px dashed #ffa95c;
}

.qiye_main_right p {
    font-size: 18px;
    color: #333;
    padding: 0 0 12px;
}

.qiye_sidebar_top2 p {
    font-size: 14px;
    color: #666666;
}

.qiye_sidebar_top2 p img {
    display: block;
    width: 100%;
}

.qiye_sidebar_top2 div {
    width: 90%;
    margin: auto;
    height: 1px;
    border-top: 1px dashed #ffa95c;
    margin-top: 150px;
}

.qiye_else7 li {
    width: 100%;
    float: none;
}

.qiye_product_wson {
    overflow: hidden;
    margin-top: 10px;
}

.qiye_product_wson li {
    position: relative;
    width: 32%;
    margin: 0 2% 2% 0;
    overflow: hidden;
    float: left;
}

.qiye_product_wson li h4 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
    background: #000000\9;
    z-index: 99;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.qiye_product_wson li:nth-child(3n) {
    margin-right: 0;
}

.qiye_product_wson li img {
    display: block;
    width: 100%;
    height: 300px;
    transition: 0.3s;
}

.qiye_product_wson li:hover img {
    transform: scale(1.1);
}

@media (max-width:1366px) {
    .qiye_product_wson li img {
        height: 160px;
    }
}

.qiye_det_top {
    margin: 20px 0;
    overflow: hidden;
}

.qiye_dt_left {
    width: 40%;
    float: left;
    padding: 5px;
    border: 1px solid #ddd;
}

.qiye_dt_left img {
    display: block;
    width: 100%;
}

.qiye_dt_right {
    float: left;
    width: 60%;
    padding: 0 20px;
}

.qiye_dt_right h1 {
    font-size: 20px;
    color: #303030;
    padding: 5px;
}

.qiye_dt_right div {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0 20px;
}

.qiye_dt_right p {
    font-size: 14px;
    color: #727272;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: justify;
}

.qiye_db_li {
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

.qiye_db_li span {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    line-height: 40px;
    left: 60px;
    display: block;
    position: absolute;
    z-index: 1;
}

.qiye_db_li .qiye_db_img {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #e1e1e1;
}

.qiye_db_li .qiye_db_img img {
    display: block;
    /* width: 100%; */
    height: 40px;
}

.qiye_details_columns p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
}

.qiye_details_columns {
    margin-bottom: 30px;
}

.qiye_details_columns a {
    font-size: 14px;
    color: #666666;
    line-height: 2.5em;
    padding: 0 5px;
    transition: 0.3s;
}

.qiye_details_columns a:hover {
    color: #2D93CA;
}

.qiye_device {
    overflow: hidden;
}

.qiye_device_img {
    width: 25%;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.qiye_device_img img {
    display: block;
    width: 100%;
    transition: 0.3s;
    height: 240px;
}

.qiye_device_img:hover img {
    transform: scale(1.08);
}

.qiye_honor {
    overflow: hidden;
}

.qiye_honor_img {
    width: 14.25%;
    overflow: hidden;
    float: left;
}

.qiye_honor_img img {
    display: block;
    width: 100%;
    height: 150px;
}

input,
button,
select,
textarea {
    outline: none;
    /* -webkit-appearance: none; */
    border-radius: 0;
}

.qiye_message {
    color: #666666;
}

.qiye_mli {
    margin-top: 15px;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    text-align: center;
}

.qiye_mli p {
    display: block;
    width: 20%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d2d2d2;
    border-top: none;
    float: left;
    white-space: nowrap;
}

.qiye_mli input {
    float: left;
    width: 80%;
    height: 35px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-top: none;
    padding: 0 10px;
}

.qiye_textarea {
    height: 35px;
}

.qiye_mli textarea {
    float: left;
    width: 80%;
    height: 35px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-top: none;
    padding: 10px;
}

.qiye_mli .qiye_radio {
    float: none;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.qiye_mli div {
    float: left;
    width: 80%;
    height: 35px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-top: none;
}

.qiye_mli .qiye_else8 {
    float: left;
    width: 80%;
    position: relative;
    padding: 0;
    border: none;
}

.qiye_mli .qiye_else8 input {
    width: 100%;
}

.qiye_mli .qiye_else8 img {
    width: 35px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.qiye_mli .qiye_else9 {
    width: 100%;
    padding: 0;
    border: none;
    margin: 15px 0;
}

.qiye_mli .qiye_else9 .qiye_submit {
    width: 100%;
    background: #2D93CA;
    color: #FFF4CC;
    height: 40px;
    cursor: pointer;
    letter-spacing: 2px;
}

.qiye_contact {
    overflow: hidden;
    border: 1px solid #D2D2D2;
}

.qiye_contact_left {
    float: left;
    width: 40%;
    padding: 10px;
}

.qiye_contact_right {
    float: left;
    width: 60%;
    border-left: 1px solid #D2D2D2;
    height: 260px;
}

.qiye_contact_right img {
    display: block;
    width: 100%;
}

.qiye_contact_left p {
    font-size: 16px;
    color: #727272;
    padding: 8px 20px;
    line-height: 2em;
    letter-spacing: 2px;
    text-align: justify;
}

.qiye_contact_left a {
    font-size: 18px;
    color: #727272;
    transition: 0.3s;
}

.qiye_contact_left a:hover {
    color: #2D93CA;
}

.qiye_banner {
    max-height: 620px;
    overflow: hidden;
}

.swiper {
    position: relative
}

.swiper img {
    width: 100%;
    display: block;
}

.swiper-container {
    width: 100%;
    z-index: 2
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

/*.pagination {*/
/*    position: absolute;*/
/*    z-index: 20;*/
/*    bottom: 10px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default;}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #555;
    margin: 0 5px 0 0;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #2D93CA;
}

.device {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 20
}

.arrow-left {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/banner_left.png) no-repeat center;
}

.arrow-right {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/banner_right.png) no-repeat center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.qiye_fuchuang {
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 101;
}

.qiye_fuchuang .qiye_lump {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.qiye_fuchuang .qiye_lump .qiye_btn {
    width: 100%;
    height: 100%;
    transition: 0.2s;
    position: relative;
    z-index: 2;
}

.qiye_fuchuang .qiye_lump .qiye_btn {
    background: url(../images/fuchuang-4-b.png) no-repeat center;
}

.qiye_custom_service p img {
    display: inline;
    vertical-align: middle;
}

.qiye_scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 350px;
    right: 0
}

.qiye_side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left;
}

.qiye_side_content .side_list {
    width: 154px;
    overflow: hidden;
}

.qiye_show_btn {
    width: 0;
    height: 112px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.qiye_show_btn span {
    display: none;
}

.qiye_close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.qiye_side_title,
.qiye_side_bottom,
.qiye_close_btn,
.qiye_show_btn {
    background: url(../images/sidebar_bg.png) no-repeat;
}

.qiye_side_title {
    height: 46px;
}

.qiye_side_bottom {
    height: 8px;
}

.qiye_side_center {
    padding: 5px 12px;
    font-size: 12px;
}

.qiye_close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    margin: 16px 10px 0 0;
    _margin: 16px 5px 0 0;
}

.qiye_close_btn span {
    display: none;
}

.qiye_side_center .qiye_custom_service p {
    text-align: center;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}

.qiye_other {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.qiye_other p {
    padding: 5px 0;
    _height: 16px;
    margin: 0;
    color: #666666;
}

.qiye_other p:nth-child(3) {
    display: block;
    width: 90%;
    background-color: #ffea03;
    border: 1px solid #AC2925;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    color: #AC2925;
    font-weight: 900;
}

.qiye_msgserver {
    text-align: center;
    margin-bottom: 5px;
    padding-top: 15px;
}

.qiye_msgserver a {
    background: url(../images/sidebar_bg.png) no-repeat -119px -113px;
    padding-left: 22px;
}

/* blue skin as the default skin */
.qiye_side_title,
.qiye_side_blue .qiye_side_title {
    background-position: -195px 0;
}

.qiye_side_center,
.qiye_side_blue .qiye_side_center {
    background: url(../images/blue_line.png) repeat-y center;
}

.qiye_side_bottom,
.qiye_side_blue .qiye_side_bottom {
    background-position: -195px -50px;
}

.qiye_close_btn,
.qiye_side_blue .qiye_close_btn {
    background-position: -44px 0;
}

.qiye_close_btn:hover,
.qiye_side_blue .qiye_close_btn:hover {
    background-position: -66px 0;
}

.qiye_show_btn,
.qiye_side_blue .qiye_show_btn {
    background-position: -119px 0;
}

.qiye_msgserver a,
.qiye_side_blue .qiye_msgserver a {
    color: #06C;
}

/* green skin  */
.qiye_side_green .qiye_side_title {
    background-position: -349px 0;
}

.qiye_side_green .qiye_side_center {
    background: url(../images/green_line.png) repeat-y center;
}

.qiye_side_green .qiye_side_bottom {
    background-position: -349px -50px;
}

.qiye_side_green .qiye_close_btn {
    background-position: -44px -23px;
}

.qiye_side_green .qiye_close_btn:hover {
    background-position: -66px -23px;
}

.qiye_side_green .qiye_show_btn {
    background-position: -147px 0;
}

.qiye_side_green .qiye_msgserver a {
    color: #76a20c;
}

@media only screen and (max-width: 1900px) {
    /* .qiye_logo {width: 30%;} */
}

@media only screen and (max-width: 1800px) {

    /* .qiye_logo {width: 30%;} */
    .mainNav a {
        margin: 5px 0 5px 35px;
    }

    .qiye_logo span {
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 1599px) {
    .mainNav a {
        margin: 5px 0 5px 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1340px) {
    .qiye_aleft {
        width: 24%;
    }

    .qiye_acenter {
        width: 76%;
    }

    .qiye_acenter .qiye_aimg {
        width: 35%;
    }

    .company-profile {
        width: 68%;
    }
}

@media only screen and (max-width: 1400px) {
    .qiye_header_top {
        padding: 0 40px;
    }

    .qiye_acenter {
        width: 75%;
    }

    .qiye_aleft {
        width: 25%;
    }

    .qiye_acenter .qiye_aimg {
        width: 35%;
    }

    .company-profile {
        width: 67%;
    }

    .qiye_header_top p {
        letter-spacing: 0;
    }

    .qiye_header {
        padding: 25px 40px;
    }

    .mainNav a {
        margin: 5px 0 5px 20px;
        /* font-size: 16px; */
    }
}

@media (max-width:1280px) {
    .mainNav a {
        font-size: 14px;
        margin: 5px 0 5px 10px;
    }
}

@media (max-width: 1130px) {
    .qiye_header {
        padding: 18px 10px;
    }

    .qiye_header_top {
        padding: 0 10px;
    }
}

@media (max-width: 1080px) {
    .qiye_header {
        padding: 18px 5px;
    }

    .qiye_logo {
        width: 480px;
    }

    .mainNav a {
        margin: 5px 0 5px 5px;
    }

    .qiye_header_top {
        padding: 0 5px;
    }
}

.qiye_mHeader {
    position: fixed;
    height: 65px;
    z-index: 100;
    width: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    display: none;
}

.qiye_mIcon {
    width: 50px;
    padding: 11px 5px;
    position: fixed;
    z-index: 100;
    right: 0;
}

.qiye_mIcon {
    float: right;
}

.qiye_mIcon img {
    display: block;
    width: 100%;
}

@-webkit-keyframes animate1 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    }
}

@keyframes animate1 {
    0% {
        transform: rotate(0deg) translateY(0px);
    }

    100% {
        transform: rotate(45deg) translateY(8px) translateX(8px);
    }
}

@-webkit-keyframes animate2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }
}

@keyframes animate2 {
    0% {
        transform: rotate(0deg) translateY(0px);
    }

    100% {
        transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }
}

@-webkit-keyframes animate3 {
    0% {
        -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }
}

@keyframes animate3 {
    0% {
        transform: rotate(45deg) translateY(8px) translateX(8px);
    }

    100% {
        transform: rotate(0deg) translateY(0px);
    }
}

@-webkit-keyframes animate4 {
    0% {
        -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }
}

@keyframes animate4 {
    0% {
        transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }

    100% {
        transform: rotate(0deg) translateY(0px);
    }
}

.qiye_logo {
    margin: 3px auto;
    position: relative;
    z-index: 10;
    left: 10px;
}

.qiye_logo img {
    width: 50px;
}

.qiye_mMenu {
    position: fixed;
    top: 0px;
    padding-top: 50px;
    background: #fff;
    z-index: 9;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.qiye_mMenu ul {
    padding: 15px 0;
}

.qiye_mMenu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #303030;
    text-decoration: none;
    font-size: 16px;
}

/* 768 */
.news-details-list {
    padding: 10px 0 0 0;
    border-top: 1px solid #0085cf;
}

.news-details-list ul {
    overflow: hidden;
}

.qiye_main .news-details-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 5px;
    overflow: hidden;
}

.qiye_main .news-details-list ul li:nth-child(2n) {
    margin-right: 0;
}

.qiye_main .news-details-list ul li p {
    float: left;
    width: calc(100% - 100px);
    font-size: 15px;
    color: #303030;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
    line-height: 62px;
}

.qiye_main .news-details-list ul li i {
    float: right;
    font-size: 12px;
    color: #727272;
    line-height: 62px;
}

.qiye_main .news-details-list ul li:hover p {
    padding-left: 10px;
}

.qiye_details_columns .news-details-list {
    border: none;
    padding: 0;
}

.news-details-statement p {
    color: #aaa;
    font-size: 12px;
    padding: 10px;
    border: 1px dashed #d4d4d4;
    margin: 10px auto 20px;
    border-radius: 5px;
}

@media (max-width:1000px) {
    .qiye_main .news-details-list ul li {
        width: 100%;
        margin-right: 0;
    }

    .qiye_main .news-details-list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.news-details-list {
    padding: 10px 0 0 0;
    border-top: 1px solid #0085cf;
}

.news-details-list ul {
    overflow: hidden;
}

.qiye_main .news-details-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 5px;
    overflow: hidden;
}

.qiye_main .news-details-list ul li:nth-child(2n) {
    margin-right: 0;
}

.qiye_main .news-details-list ul li p {
    float: left;
    width: calc(100% - 100px);
    font-size: 15px;
    color: #303030;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
    line-height: 62px;
}

.qiye_main .news-details-list ul li i {
    float: right;
    font-size: 12px;
    color: #727272;
    line-height: 62px;
}

.qiye_main .news-details-list ul li:hover p {
    padding-left: 10px;
}

.qiye_details_columns .news-details-list {
    border: none;
    padding: 0;
}

.news-details-statement p {
    color: #aaa;
    font-size: 12px;
    padding: 10px;
    border: 1px dashed #d4d4d4;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.latest-news {}

.latest-news h1 {
    font-size: 28px;
    padding: 25px 15px 0;
    line-break: 1.5em;
    height: initial !important;
}

.latest-news h1 a {
    display: none;
}

.latest-news .ms {
    color: #727272;
    text-align: center;
}

.latest-news .content p {
    font-size: 16px;
    color: #303030;
    line-height: 2.5em;
}

.latest-news .content {
    padding-top: 20px;
}

/* 10-18 */
.qiye_n_content a {
    display: flex;
    justify-content: space-between;
}

.qiye_news_ct p {
    white-space: 1px !important;
}

.qiye_n_content span {
    white-space: nowrap;
}

.qiye_news_ct {
    flex: 1;
    display: flex;
}

.qiye_header_top {
    position: relative;
    z-index: 99;
}

.qiye_header_top .qiye_1 ul {
    float: left;
}

.qiye_1 ul li img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.qiye_1 .translate li {
    position: relative;
    height: inherit !important;
    overflow: inherit !important;
    cursor: pointer;
}

.qiye_1 .translate li:hover .translate-en {
    height: 275px;
}

.qiye_1 .translate li a {
    font-weight: 900;
}

.qiye_1 .translate li .translate-en {
    overflow: hidden;
    position: absolute;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
    border-radius: 3px;
    width: 100%;
    height: 0;
    transition: 0.5s;
}

.qiye_1 .translate li .translate-en a {
    display: block;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

.qiye_1 .translate li .translate-en a:hover {
    background: #e10b20;
    color: #fff;
}

.qiye_product_menu {
    padding: 20px 0;
    overflow: hidden;
}

.qiye_product_menu li {
    float: left;
    width: 20%;
    padding: 0 10px 10px;
}

.qiye_product_menu li h3 {
    display: block;
    background: #ecf5ff;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 3px;
    text-align: center;
    transition: 0.3s;
    padding: 8px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.qiye_product_menu li h3:hover {
    background: #1e8dff;
    color: #fff;
    border-color: #1e8dff;
    padding: 8px 0 8px 5px;
}

.qiye_product_menu li:nth-child(5n+1) {
    padding: 0 10px 10px 0;
}

.qiye_product_menu li:nth-child(5n) {
    padding: 0 0 10px 10px;
}

@media (max-width:1280px) {
    .qiye_header_top p {
        width: 42%;
    }
}

h3,
h4 {
    font-weight: 400;
}

.main-swiper .qiye_product {
    padding: 200px 0 0 0;
}

.qiye_product {
    display: block;
    padding: 0 0 80px;
}

.qiye_product_nei {
    width: 85%;
    margin: auto;
    text-align: center;
    background: none;
}

.qiye_ptitle {
    width: 400px;
    height: 195px;
    margin: 30px auto 25px;
}

.qiye_ptitle img {
    display: block;
    width: 100%;
}

.product-class {
    overflow: hidden;
    margin: auto;
    text-align: center;
}

#qiye_scrollbox {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.qiye_scrollcon {
    height: 800%;
}

.product-list ul {
    overflow: hidden;
}

.product-list li {
    width: 23.5%;
    float: left;
    margin: 0 2% 20px 0;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.product-list li:hover h4 {
    background: #005dd0;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.product-list li:nth-child(4n) {
    margin-right: 0%;
}

.product-list li img {
    width: 100%;
    display: block;
    transition: 0.3s;
    height: 180px;
}

.product-list li a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.product-list li h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2em;
    display: block;
    padding: 0 6px;
    text-align: center;
    background: #005dd0;
    transition: 0.3s;
    position: relative;
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 400;
}

.qiye_n_content {
    overflow: hidden;
    border-bottom: 1px dashed #bbbbbb;
}

.qiye_news_ct {
    width: calc(100% - 100px);
    float: left;
    height: 46px;
}

.qiye_news_ct a {
    line-height: 46px;
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    display: block;
}

.qiye_n_content span {
    line-height: 46px;
    color: #888;
    float: right;
    display: block;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 0;
}

.qiye_p_menu li {
    width: 23.5%;
    float: left;
    border-radius: 100px;
    overflow: hidden;
    color: #FFFFFF;
    margin: 0 2% 20px 0;
    transition: 0.3s;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.35);
    background: url(../images/anniu2.jpg) no-repeat center;
    background-size: cover;
}

.qiye_p_menu li a {
    display: block;
}

.qiye_p_menu li:nth-child(4n) {
    margin-right: 0;
}

.qiye_p_menu li:hover {
    background: url(../images/product_hover.jpg) no-repeat center;
    background-size: cover;
}

.qiye_p_menu li a {
    padding: 8px 12px;
    text-align: left;
    overflow: hidden;
}

.qiye_p_menu li h3 {
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.qiye_sidebar .qiye_p_menu li {
    width: 100%;
    margin-right: 0;
}

.news-details-list {
    padding: 10px 0 0 0;
    border-top: 1px solid #0085cf;
}

.news-details-list ul {
    overflow: hidden;
}

.qiye_main .news-details-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 5px;
    overflow: hidden;
}

.qiye_main .news-details-list ul li:nth-child(2n) {
    margin-right: 0;
}

.qiye_main .news-details-list ul li a {
    display: block;
    float: left;
    width: calc(100% - 100px);
    font-size: 15px;
    color: #303030;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
    line-height: 62px;
}

.qiye_main .news-details-list ul li i {
    float: right;
    font-size: 12px;
    color: #727272;
    line-height: 62px;
}

.qiye_main .news-details-list ul li:hover a {
    padding-left: 10px;
}

.qiye_details_columns .news-details-list {
    border: none;
    padding: 0;
}

.news-details-statement a {
    color: #aaa;
    font-size: 12px;
    padding: 10px;
    border: 1px dashed #d4d4d4;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.qiye_product_wson {
    overflow: hidden;
    margin-top: 10px;
}

.qiye_product_wson li {
    position: relative;
    width: 32%;
    margin: 0 2% 2% 0;
    overflow: hidden;
    float: left;
}

.qiye_product_wson li h4 {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: 0.3s;
}

.qiye_product_wson li:nth-child(3n) {
    margin-right: 0;
}

.qiye_product_wson li:hover h4 {
    background: #005dd0;
}

.qiye_product_wson li:hover img {
    transform: scale(1.1);
}

.qiye_product_wson li img {
    width: 100%;
    display: block;
    height: 180px;
    transition: 0.3s;
}

@media (max-width:1366px) {
    .qiye_product_wson li img {
        height: 160px;
    }
}

.qiye_wrap li img {
    display: block;
    width: 100%;
}

.qiye_editor {
    overflow: hidden;
}

.qiye_editor p {
    width: 25%;
    float: left;
}

.qiye_editor p img {
    display: block;
    width: 100% !important;
}

@media (max-width: 1000px) {
    .qiye_p_nav li {
        width: 49%;
    }

    .qiye_p_nav li:nth-child(2n) {
        margin-right: 0;
    }

    .qiye_news .qiye_more a {
        color: #888;
        font-size: 12px;
    }

    .qiye_product_wson li {
        width: 49%;
    }

    .qiye_product_wson li:nth-child(3n) {
        margin-right: 2%;
    }

    .qiye_product_wson li:nth-child(2n) {
        margin-right: 0;
    }

    .qiye_n_content a {
        padding: 0 !important;
        font-size: 14px;
    }

    .qiye-banner-slide {
        height: auto !important;
        margin-top: inherit;
    }

    .main-swiper .qiye_product {
        padding: 20px 0 0 0;
    }

    .currentPath {
        display: inherit;
    }

    .latest-news li a {
        width: calc(100% - 90px);
        font-size: 14px;
    }

    .latest-news li span {
        font-size: 12px;
    }

    .qiye_editor p {
        width: 50% !important;
        padding: 5px;
    }
}

@media only screen and (max-width: 1000px) {
    .qiye_logo {
        top: 8px;
    }

    .qiye_mHeader {
        display: initial;
    }

    .qiye_scrollsidebar {
        display: none;
    }

    .qiye_f_nav {
        display: none;
    }

    .qiye_lump {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100px;
    }

    .friendship-links {
        padding: 10px 0 !important;
    }

    .device {
        display: none;
    }

    .swiper-pagination-switch {
        width: 8px;
        height: 8px;
    }

    .qiye_header_top {
        display: none;
    }

    .qiye_else10 {
        display: block !important;
        width: 80%;
    }

    .qiye_logo div {
        width: 45px;
    }

    .qiye_logo span {
        line-height: 44px;
        letter-spacing: 0;
        margin-top: 0;
        font-size: 20px !important;
    }

    .qiye_a2 {
        width: 100%;
        padding: 0 10px;
    }

    .qiye_aleft {
        width: 60%;
    }

    .qiye_aleft_son span {
        font-size: 16px;
    }

    .qiye_acenter {
        width: 100%;
        padding-bottom: 65px;
    }

    .qiye_acenter .qiye_aimg {
        width: 80%;
        float: right;
    }

    .company-profile {
        float: left;
        width: 100%;
        padding: 0;
    }

    .company-profile p {
        text-indent: 0em;
        padding-top: 20px;
    }

    .company-profile a {
        width: 100%;
        padding: 8px 0;
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        color: #666666;
        border-radius: 3px;
    }

    .qiye_product {
        width: 100%;
        padding: 0 10px;
    }

    .qiye_ptitle {
        width: 50%;
        height: auto;
    }

    .qiye_p_menu li {
        width: 49%;
        margin: 0 2% 15px 0;
    }

    .qiye_p_menu li span {
        line-height: 25px;
    }

    .qiye_p_menu li b {
        line-height: 25px;
    }

    .qiye_p_menu li:nth-child(2n) {
        margin: 0 0 15px 0;
    }

    .product-list li {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    .product-list li:nth-child(2n) {
        margin-right: 0;
    }

    .product-list li a {
        width: 100%;
    }

    .product-list li img {
        height: initial;
    }

    .qiye_news {
        width: 100%;
        padding: 0 10px;
    }

    .qiye_n_content {
        width: 100%;
    }

    .qiye_n_content a {
        margin-right: 0;
    }

    .qiye_n_content span {}

    .qiye_news_ct {
        float: left;
        width: 83%;
    }

    .qiye_news_ct img {
        width: 10%;
    }

    .qiye_news_ct p {
        width: 83%;
        font-size: 14px;
        padding: 0 0 0 0;
    }

    .qiye_ad {
        margin-bottom: 25px;
    }

    .qiye_tab-wrap {
        width: calc(100% - 20px);
        padding: 10px;
        display: none;
    }

    .qiye_tab-title .qiye_title-item {
        width: 32%;
        margin: 10px 2% 0 0;
        padding: 0;
        text-align: center;
    }

    .qiye_tab-title .qiye_title-item:nth-child(3n) {
        margin: 10px 0 0;
    }

    .qiye_footer_content {
        display: none;
    }

    .copyright {
        width: 100%;
        padding: 10px;
        margin-bottom: 60px;
    }

    .copyright a {
        display: inline-block;
    }

    .currentPath {
        width: calc(100% - 20px);
        padding: 10px 0;
    }

    .currentPath a:nth-child(1) {
        display: none;
    }

    .qiye_about_n_content {
        width: 100%;
        padding: 0 10px;
    }

    .qiye_about_n_ctop div img {
        display: none;
    }

    .qiye_about_n_ctop span {
        margin: 0 0 15px;
        font-size: 30px;
    }

    .qiye_about_n_cbot {
        width: 100%;
    }

    .qiye_main {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0;
    }

    .qiye_main_left {
        width: 100%;
        padding-right: 0;
    }

    .qiye_page {
        left: initial;
        margin: auto;
        position: inherit;
        transform: inherit;
    }

    .qiye_page span {
        width: 40px;
        font-size: 12px;
    }

    .qiye_page .next {
        width: 78px;
    }

    .qiye_main_right {
        width: 100%;
        float: left;
    }

    .qiye_sidebar_top2 div {
        margin-top: 30px;
        width: 100%;
    }

    .qiye_sidebar_top {
        margin-bottom: 20px;
    }

    .qiye_else5 {
        width: 100%;
    }

    .qiye_product_wimg {
        height: 120px;
    }

    .qiye_product_wimg img {
        height: 120px;
    }

    .qiye_device_img {
        width: 100%;
        margin: 5px 0;
    }

    .qiye_honor_img {
        width: 49%;
        height: initial;
        margin: 0 2% 10px 0;
    }

    .qiye_honor_img:nth-child(2n) {
        margin: 0 0 10px 0;
    }

    .qiye_contact {
        height: initial;
    }

    .qiye_contact_left {
        width: 100%;
    }

    .qiye_contact_left p {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 10px;
    }

    .qiye_contact_right {
        width: 100%;
        border: none;
    }

    .qiye_dt_left {
        width: 100%;
    }

    .qiye_dt_right {
        width: 100%;
        padding: 10px 0 15px;
    }

    .qiye_m_footer {
        display: flex;
    }

    .qiye_product_display {
        width: 49%;
    }

    .qiye_product_display:nth-child(3n) {
        margin: 0 2% 2% 0;
    }

    .qiye_product_display:nth-child(2n) {
        margin: 0 0 2% 0;
    }
}

@media (max-width:1000px) {
    .qiye_product_menu {
        padding: 10px 0 0;
    }

    .qiye_product_menu li {
        width: 33.33%;
        padding: 0 5px 10px;
    }

    .qiye_product_menu li:nth-child(5n+1) {
        padding: 0 5px 10px;
    }

    .qiye_product_menu li:nth-child(5n) {
        padding: 0 5px 10px;
    }

    .qiye_product_menu li:nth-child(3n) {
        padding: 0 0 10px 5px;
    }
}

.qiye_sidebar_top2 div {
    display: none;
}

.latest-news h1 {
    height: inherit !important;
}

.qiye_page a {
    width: inherit !important;
    height: inherit !important;
    float: left;
    display: block;
    border: 1px solid #E5E5E5;
    transition: 0.3s;
    border-radius: 3px;
    color: #666;
    text-align: center;
    margin: 0 3px 0;
    font-size: 14px;
    line-height: inherit;
}

.qiye_page span {
    line-height: inherit;
    width: inherit !important;
    height: inherit !important;
    float: left;
    display: block;
    border: 1px solid #E5E5E5;
    transition: 0.3s;
    border-radius: 3px;
    color: #666;
    text-align: center;
    margin: 0 3px 0;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
}

.qiye_page a {
    cursor: pointer;
    padding: 10px;
}

.qiye_page span:hover {
    border: 1px solid #055DBB;
    background-color: #055DBB;
    color: #FFFFFF;
}

@media (max-width:1000px) {
    .qiye_product_menu li {
        width: 33.33%;
        padding: 5px;
    }

    .qiye_product_menu li:nth-child(5n+1) {
        padding: 5px;
    }

    .qiye_product_menu li:nth-child(5n) {
        padding: 5px;
    }

    .qiye_product_menu li:nth-child(3n+1) {
        padding: 5px 5px 5px 0;
    }

    .qiye_product_menu li:nth-child(3n) {
        padding: 5px 0 5px 5px;
    }

    .qiye_container {
        margin-bottom: 0;
    }
}

.qiye_mbutton {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.qiye_mbutton span {
    width: 28px;
    display: block;
    height: 4px;
    border-radius: 100px;
    background: #111;
    margin: 5px 0;
    transition: 0.3s linear;
}

.menu-open {
    z-index: 99999999;
}

.menu-open span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 15px;
    background: #fff;
}

.menu-open span:nth-child(2) {
    display: none;
}

.menu-open span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -9px;
    background: #fff;
}

.qiye_mbutton {
    display: none
}

@media (max-width: 1000px) {
    .product-class li {
        width: 49%;
    }

    .product-class li:nth-child(4n) {
        margin-right: 0;
    }

    .latest-news li {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .qiye_header {
        background: #fff;
        padding: 0 10px;
        position: relative;
        height: 65px;
    }

    .qiye_logo {
        display: inherit;
        width: calc(100% - 50px);
        position: initial;
        padding: 6px 0 0 0;
        margin: 0;
    }

    .qiye_mbutton {
        display: block;
    }

    .mainNav {
        display: none;
        float: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99999998;
        background: rgba(0, 0, 0, .85);
        left: 0;
        top: 0;
        margin: 0;
        text-align: center;
        padding-top: 6vh;
    }

    .mainNav a {
        color: #fff;
        float: none;
        padding: 25px 0;
        font-size: 16px;
        margin: 0 auto;
        line-height: normal;
        height: auto;
        border: none;
    }

    .mainNav a:hover {
        border: none;
    }
}

.news_navbar {
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.news_navbar li {
    margin: 0 auto 15px;
    width: 100%;
    float: left;
    border-radius: 100px;
    overflow: hidden;
    color: #FFFFFF;
    transition: 0.3s;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.35);
    background: url(../images/anniu2.jpg) no-repeat center;
    background-size: cover;
}

.news_navbar li a {
    padding: 8px 0;
    text-align: left;
    overflow: hidden;
    display: block;
}

.news_navbar li a h3 {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.news_navbar li:hover {
    background: url(../images/product_hover.jpg) no-repeat center;
    background-size: cover;
}

.qiye_a1 img {
    display: block;
    width: 100%;
}

.qiye_page {
    flex-wrap: wrap;
}

.qiye_page li {
    margin-bottom: 10px;
}

.top_desc {
    padding: 0 35px;
    color: #888;
    font-size: 12px;
}

.bottom_desc {
    text-align: center;
    color: #bbb;
    font-size: 12px;
    margin-top: -8px;
    background: #373d41;
    padding-bottom: 10px;
}

.qiye_m_footer {
    height: 75px;
}

.qiye_m_f_son .qiye_m_f_img img {
    display: none;
}

.qiye_m_f_son .qiye_m_f_img {
    height: 30px;
    width: 30px;
}

.qiye_m_f_son:after {
    content: '网站首页';
    display: block;
    font-size: 14px;
    color: #5c75ff;
    font-weight: 900;
}

.qiye_m_f_son:nth-child(2):after {
    content: '在线客服';
}

.qiye_m_f_son:nth-child(3):after {
    content: '电话咨询';
}

.qiye_m_f_son:nth-child(1) .qiye_m_f_img {
    background: url(../images/m_footer.png) no-repeat 0 0;
    background-size: 100% auto;
}

.qiye_m_f_son:nth-child(2) .qiye_m_f_img {
    background: url(../images/m_footer.png) no-repeat 0 -30px;
    background-size: 100% auto;
}

.qiye_m_f_son:nth-child(3) .qiye_m_f_img {
    background: url(../images/m_footer.png) no-repeat 0 -60px;
    background-size: 100% auto;
}

@media(max-width:1024px) {
    .top_desc {
        display: none;
    }

    .top_class {
        display: none;
    }
}

/* end */