﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

html, body {
    *position: static;
    height: 100%
}

html {
    font-family: Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666
}

    a:hover {
        text-decoration: none;
        outline: 0;
        color: red !important
    }

    a.ie6:hover {
        zoom: 1
    }

    a:focus {
        outline: 0
    }

    a:hover, a:active {
        outline: 0
    }

:focus {
    outline: 0
}

body {
    color: rgb(34, 34, 34);
    margin: 0;
    background: #fff;
    font-family: Microsoft YaHei;
}


.border-l-title {
    border-left: solid 6px #6CAAD9;
    padding-left: 5px;
}


img {
    max-width: 100%;
}

.cpjj {
    min-width: 190px;
}
/**组件样式覆盖*/
.card {
    border-radius: initial;
}

.card-header {
    background-color: #b4b7be91;
    border-radius: initial !important;
    color: #000;
}
/**文本对齐*/
.text-center {
    text-align: center
}

.text-right {
    text-align: right
}
/**字体大小*/
.font-size-12 {
    font-size: 0.875rem;
}

.font-size-18 {
    font-size: 1.125rem;
}

.font-size-36 {
    font-size: 2.25rem;
}

/*广告*/
.gg img {
    width: 100%;
}

/**顶部LOGO*/
.logo {
    max-height: 59px;
}
/**顶部菜单*/
.navbar {
    z-index: 1500;
    background: #fff;
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar {
        z-index: 100;
        background: none;
    }


    .nav-header {
        background-image: url(../images/tm.png);
        background-color: transparent;
        background-position: center top;
        background-repeat: repeat;
        background-attachment: scroll;
        opacity: 0.9;
        padding: 0px;
    }

        .nav-header .nav-item {
            width: 100px;
            height: 80px;
            line-height: 80px;
            background: transparent;
            background-repeat: repeat-x;
            background-color: transparent;
            text-align: center;
        }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-family: Microsoft YaHei;
        padding: 0px;
    }

    .nav-header .nav-item:hover {
        background-color: #2468f2;
    }

        .nav-header .nav-item:hover .nav-link {
            background-color: #2468f2;
            font-weight: bold;
        }

        .nav-header .nav-item:hover a {
            color: #fff !important;
        }

    .dropdown-menu {
        border: none !important;
        background-color: transparent;
        border-radius: 0px;
        min-width: 100px;
        padding: 0px;
        margin: 0px;
        background-color: #2468f2;
    }

        .dropdown-menu .dropdown-item {
            padding: 0px;
            text-align: center;
            height: 40px;
            line-height: 40px;
        }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #007bff;
    }
}
/**banner*/
#carouselExampleCaptions .carousel-inner .design-in, .design-in .page-banner {
    min-height: 100px;
}
#carouselExampleCaptions img {
    width:100%;
}
@media (min-width: 992px) {
    #carouselExampleCaptions {
        top: 0px;
    }
}
/*主区域*/
.download-btn {
    padding: 15px;
    background-color: #5a6ce6;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 7px 17px 0px;
    border-radius: 50px 50px 50px 50px;
}

.q-title {
    font-family: "arial black";
}

.main-box .drop-box {
    background-image: url(../images/drop_bg_01.jpg);
    background-size: cover;
    width: 100%;
    height: 250px;
    position: relative;
    padding: 50px;
    overflow: hidden;
}

    .main-box .drop-box .number {
        right: 0px;
        top: 2px;
        position: absolute;
        z-index: 251;
        width: 140px;
        height: 176px;
        font-family: "arial black";
        font-size: 120px;
        color: rgb(255, 255, 255);
        opacity: 0.21;
    }

    .main-box .drop-box .title {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .main-box .drop-box .text {
        color: #fff;
        font-size: 14px;
    }

.main-box .drop-box-bg2 {
    background-image: url(../images/drop_bg_02.jpg);
}

.main-box .drop-box-bg3 {
    background-image: url(../images/drop_bg_03.jpg);
}

.main-box .drop-box-bg4 {
    background-image: url(../images/drop_bg_04.png);
}

.main-box .product-desc {
    background-image: url(../images/card_bg2.jpg);
}

.main-box .Service {
    background-image: url(../images/bbbb.jpg);
    background-position-y: -350px;
    background-position-x: -300px;
    background-color: rgb(255, 255, 255);
}

    .main-box .Service span {
        background-color: #f08326;
        display: block;
        padding: 5px;
        transform: skewX(170deg);
        -ms-transform: skewX(170deg);
        -moz-transform: skewX(170deg);
        -webkit-transform: skewX(170deg);
        -o-transform: skewX(170deg);
        color: #fff;
        width: 180px;
    }

    .main-box .Service p {
        font-size: 14px;
        margin: 15px 0px;
    }

.main-box .Questions {
    background-image: url(../images/bg1_4byz.jpg);
    background-size: cover;
    color: #fff;
}

.new-box {
    height: 250px;
    position: relative;
}

    .new-box img {
        height: 100%;
    }

    .new-box .info {
        position: absolute;
        bottom: 0px;
        padding: 10px;
        cursor: pointer;
    }

        .new-box .info:hover {
            background: #007bff;
        }

        .new-box .info p:nth-child(2) {
            font-size: 12px;
        }

.Comprehensive img {
    height: 220px;
}
/*footer*/
.footer {
    background-color: rgb(34, 34, 34);
    color: #fff;
    font-family: 'Microsoft yahei';
}

.footer-menu a {
    display: block;
    background-color: #66666645;
    color: #fff;
    padding: 15px 0px;
}

.line {
    border: none;
    border-top: 1px solid #666666;
    height: 0;
}



.footer .left-box {
    text-align: center;
}

    .footer .left-box img {
        width: 120px;
    }

/**面包屑*/
.breadcrumb-box, .breadcrumb-box a {
    color: #999 !important;
}

    .breadcrumb-box a:hover {
        color: orangered !important;
    }

/*其他 banner*/
.page-banner {
    background-image: url(../images/page_bg01.jpg);
    position: relative;
}


.page-banner {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    width: 100%;
    display: block;
    color: #FFF;
}

/*文章 列表 */
.list-box .list-group-item {
    cursor: pointer;
}

.list-box .time {
    background: #f2f2f2;
    width: 110px;
    height: 90px;
    text-align: center;
}

    .list-box .time .day {
        font-family: arial black;
        color: #888888;
        font-size: 28px;
        height: 41px;
        line-height: 41px;
        padding-top: 10px;
    }

    .list-box .time .date {
        color: #888888;
        font-size: 12px;
        display: block;
        padding-top: 10px;
    }

.list-box .title {
    color: #999;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

.list-box .abstract {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: normal;
    text-decoration: none;
}
/*文章 详情*/
.article-box h1 {
    text-align: center;
}

.article-box .tip {
    display: block;
    font-family: SimSun;
    font-size: 0.75rem;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 1rem;
    background: #F5F5F5;
    border-style: solid solid solid solid;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    border-width: 1px 1px 1px 1px;
}

.article-box .content {
    text-indent: 0px;
    border-bottom: #ccc 1px dashed;
    word-break: break-all;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 2rem;
}

.article-box img {
    max-width: 100%;
}

/*产品*/

.product-box .product-item {
    margin: 15px 15px 0px 0px;
}

.product-box .product-item-in {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 10rem;
    width: 100%;
    position: relative;
}

.product-box img {
    width: 100%;
    height: 100%;
}
.product-box  .content{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgb(0, 0, 0));
}
.product-box .product-item:hover .content {
    background: #2468f2;
}
    .product-box .content .price, .product-box .content .count{
        font-size:12px;
    }
/**下载页*/

/**单页*/
.danye-box .content {
    line-height: 2rem;
}


/*视频*/
.video-box .cover {
    height: 11.25rem;
    overflow: hidden;
    line-height: 11.25rem;
    background-color: #E5E5E5;
}

.video-box img {
    width: 100%;
}

.video-box .title {
    font-size: 1rem;
    line-height: 1.25rem !important;
    padding: 0.5rem 0px;
    color: #a9a9a9;
    font-weight: normal;
    text-decoration: none;
    display: block;
    text-align: center;
}

    .video-box .title a {
        display: block
    }

.video-content-in {
    text-align: center;
}

    .video-content-in video {
        max-height: 400px;
    }

    .video-content-in h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .video-content-in .prev-next-box {
        text-align: left;
        margin: 2rem 0px;
    }


/*留言表单*/
.mnfeedback-box li {
    padding: 0.5rem 0px;
}

    .mnfeedback-box li textarea {
        width: 90%;
    }

    .mnfeedback-box li textarea {
        min-width: 310px;
        width: 90%;
    }

    .mnfeedback-box li::after {
        display: block;
        clear: both;
        content: "";
    }

    .mnfeedback-box li span {
        display: block;
        float: left;
    }

        .mnfeedback-box li span:first-child {
            width: 20%;
            text-align: right;
        }

        .mnfeedback-box li span:nth-child(2) {
            width: 80%;
        }

            .mnfeedback-box li span:nth-child(2) input {
                width: 90%;
                padding: 0.325rem;
            }

    .mnfeedback-box li.feedbackbutton .yzm {
        width: 50%;
    }

    .mnfeedback-box li #feedbackBtn {
        width: 60px;
        padding: 0.325rem;
    }

    .mnfeedback-box li img {
        height: 38px;
        margin-right: 10px;
    }

.search-box .card-header {
}

.search-stat {
    font-size: 0.75rem;
    line-height: 2;
}
