.blank {
    height: 1200px;
    background-color: pink;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 992px) {
    #header-bg header {
        background-color: #1166c1;
    }
}

.pager {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
     background:#1166c1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
	    color: #fff;
}
@media (min-width: 992px) {
    .pager {
        font-size: 18px;
    }
}

.banner {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
}
@media (min-width: 992px) {
    .banner {
        height: 86px;
    }
}

/**
 * header begin
 */
header {
    display: block;

    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background-color: #1166c1;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 88;
}
header #header-brand {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 15px;
    background: url("/Public/Home/images/brand.png") no-repeat left center;
    background-size: 65%;
}
header #header-search-close {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    background: url("/Public/Home/images/search.png") no-repeat right 5px;
    background-size: 65%;
}
header .logo {
    display: block;
    margin: 5px auto;
    padding: 0;
    width: 96px;
    height: 40px;
}
header .logo img {
    display: block;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 40px;
}
header .search {
    display: none;
    margin: 10px 0;
    padding: 0;
    width: calc(100% - 60px);
    height: 30px;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 99;
    background: rgba(255,255,255,0.1);
}
header .search form {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    border: 1px solid #4383cb;
    background-color: #2371c6;
    color: #fff;
    font-size: 12px;
}
header .search form .header-search-categories {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 80px;
    position: relative;
    text-align: center;
    float: left;
}
header .search form .header-search-categories #header-search-category {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: justify;
    vertical-align: top;
}
header .search form .header-search-categories #header-search-category:after {
    display: inline-block;
    width: 100%;
    height: 28px;
    content: '';
}
header .search form .header-search-categories #header-search-category:hover {
    color: #fff;
}
header .search form .header-search-categories ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
    list-style: none;
}
header .search form .header-search-categories ul li {
    display: inline-block;
    margin: 0 0 3px 0;
    padding: 0 15px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #024289;
    opacity: 0.9;
    text-align: justify;
    vertical-align: top;
    cursor: pointer;
}
header .search form .header-search-categories ul li:after {
    display: inline-block;
    width: 100%;
    height: 24px;
    content: '';
}
header .search form #header-search-categories-icon {
    display: inline-block;
    margin: 7px 0;
    padding: 0;
    width: 20px;
    height: 14px;
    float: left;
    background: url("/Public/Home/images/b1.png") no-repeat left center;
    background-size: 70%;
    border-right: 1px solid #4383cb;
}
header .search form #header-search-keywords {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(100% - 140px);
    height: 28px;
    float: left;
}
header .search form #header-search-keywords input {
    display: block;
    margin: 5px 0;
    padding: 0;
    width: calc(100% - 10px);
    height: 18px;
    border: none;
    float: right;
    background-color: transparent;
    outline: none;
    color: #fff;
}
header .search form #header-search-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 28px;
    float: left;
    background: url("/Public/Home/images/search.png") no-repeat center center;
    background-size: 40%;
}
header .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #1166c1;
    color: #fff;
}
header .nav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border-top: 1px solid #4383cb;
    border-bottom: 2px solid #4383cb;
}
header .nav ul li {
    display: block;
    margin: 0;
    padding: 0 25px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4383cb;
}
header .nav ul li a {
    display: inline-block;
    margin: 5px 0;
    padding: 0 20px;
    width: auto;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
header .nav ul li a span {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
@media (min-width: 576px) {
    header .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    header .logo {
        display: inline-block;
        margin: 5px 0;
        float: left;
    }
    header .nav ul {
        display: block;
        padding-right: 25px;
        border: none;
    }
    header .nav ul li {
        display: inline-block;
        padding: 0;
        width: calc(100% / 7);
        height: 50px;
        border-bottom: none;
        float: left;
    }
    header .nav ul li a {
        display: inline-block;
        margin: 10px 0;
        width: auto;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    header {
        height: 86px;
        background-color: transparent;
        position: absolute;
    }
    header .logo {
        display: inline-block;
        margin: 10px 10px;
        width: 180px;
        height: 50px;
        float: left;
    }
    header .logo img {
        width: 260px;
        height: 60px;
    }
    header .search {
        display: block;
        margin: 28px 25px;
        width: 200px;
        position: relative;
        right: 0;
        float: left;
    }
    header .search form {
        background-color: transparent;
    }
    header .nav {
        background-color: transparent;
    }
    header .nav ul {
        padding-right: 0;
    }
    header .nav ul li {
        height: 86px;
    }
    header .nav ul li a {
        margin: 21px 0 23px 0;
        padding: 0;
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        position: relative;
    }
    header .nav ul li a span {
        display: inline-block;
        width: 0;
        height: 2px;
        line-height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    header .nav ul li .active {
        border-bottom: 2px solid #fff;
    }
}
@media (min-width: 1200px) {
    header .container {
        max-width: 1340px;
    }
    header .search {
        margin: 28px 5px 28px 90px;
        width: 200px;
    }
}
/**
 * header end
 */

/**
 * footer begin
 */
footer {
    background-color: #333;
    color: #f9f9f9;
}
footer .f1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .f2 {
    padding-bottom: 10px;
}
footer .footer-line {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color: #6e6e6e;
}
footer .contact {}
footer .contact p {
    margin-bottom: 10px;
    font-size: 14px;
}
footer .contact .tel-title {
    font-size: 16px;
}
footer .contact .tel {
    font-size: 20px;
}
footer .contact .address {}
footer .contact .other {}
footer .contact .other span {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    width: auto;
    float: left;
}
footer .erweima {
    padding-top: 15px;
    text-align: center;
}
footer .erweima img {
    margin-right: 15px;
    width: 132px;
    height: 132px;
}
footer .erweima img:last-child {
    margin-right: 0;
}
footer .nav {
    padding-top: 15px;
    padding-bottom: 7px;
}
footer .nav a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(100% / 3);
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #b6b6b6;
    float: left;
    text-align: center;
}
footer .nav a:hover {}
footer .copyright {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
footer .copyright span {
    display: inline-block;
    color: #b6b6b6;
    margin-right: 5px;
}
footer .copyright a {
    display: inline-block;
    color: #b6b6b6;
}
footer .copyright a:hover {}
footer .copyright img {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
}
@media (min-width: 768px) {
    footer .erweima {
        padding-top: 10px;
    }
    footer .erweima img {
        width: 120px;
        height: 120px;
    }
    footer .copyright {
        margin-top: 7px;
    }
}
@media (min-width: 992px) {
    footer .f1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    footer .f2 {
        padding-bottom: 20px;
    }
    footer .contact p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    footer .contact .tel-title {
        font-size: 18px;
    }
    footer .contact .tel {
        font-size: 16px;
    }
    footer .contact .other span {
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 0;
        width: auto;
        float: left;
    }
    footer .erweima img {
        margin-right: 15px;
        width: 132px;
        height: 132px;
    }
    footer .erweima img:last-child {
        margin-right: 0;
    }
    footer .nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    footer .nav a {
        display: inline-block;
        width: calc(100% / 6);
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        position: relative;
    }
    footer .nav a:last-child:after {
        content: " ";
    }
    footer .nav a:after {
        display: block;
        margin: 0;
        padding: 0;
        width: 6px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        content: "|";
        position: absolute;
        top: 0;
        right: -2px;
    }
    footer .nav a:hover {}
    footer .copyright {
        margin-top: 5px;
        font-size: 14px;
    }
}
/**
 * footer end
 */

/**
 * 404 begin
 */
.wrapper-404 {
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
}
.wrapper-404 img {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 298px;
    height: 277px;
}
.wrapper-404 p {
    margin-top: 25px;
    color: #007bff;
}
.wrapper-404 p span {
    padding-right: 3px;
}
@media (min-width: 768px) {
    .wrapper-404 {
        padding: 150px 0;
    }
}
/**
 * 404 end
 */

/**
 * banner news begin
 */
.banner-news {
    display: block;
    margin: 50px 0 0 0;
    padding: 35px 0;
    width: 100%;
    height: 120px;
    background: url("/Public/Home/images/banner_news.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-news h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.banner-news small {
    display: block;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-news {
        padding: 85px 0;
        height: 240px;
    }
    .banner-news h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .banner-news small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .banner-news {
        margin: 0;
        padding: 173px 0 87px 0;
        height: 340px;
    }
    .banner-news h3 {
        height: 46px;
        line-height: 46px;
        font-size: 30px;
    }
    .banner-news small {
        height: 34px;
        line-height: 34px;
        font-size: 24px;
    }
}
/**
 * banner news end
 */

/**
 * banner search begin
 */
.banner-search {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    background: url("/Public/Home/images/banner_search.jpg") no-repeat center center;
    background-size: cover;
}
@media (min-width: 768px) {
    .banner-search {
        height: 340px;
    }
}
@media (min-width: 992px) {
    .banner-search {
       
    }
}
/**
 * banner search end
 */

/**
 * technology banner begin
 */
.banner-technology {
    display: block;
    margin: 50px 0 0 0;
    padding: 35px 0;
    width: 100%;
    height: 120px;
    background: url("/Public/Home/images/banner_technology.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-technology h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.banner-technology small {
    display: block;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-technology {
        padding: 85px 0;
        height: 240px;
    }
    .banner-technology h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .banner-technology small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .banner-technology {
        margin: 0;
        height: 345px;
        text-align: left;
    }
    .banner-technology h3 {
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        padding-left: 100px;
    }
    .banner-technology small {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        padding-left: 100px;
    }
}
/**
 * technology banner end
 */

/**
 * solution banner begin
 */
.banner-solution {
    display: block;
    margin: 50px 0 0 0;
    padding: 35px 0;
    width: 100%;
    height: 120px;
    background: url("/Public/Home/images/banner_solution.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-solution h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 60px;
    text-align: left;
}
.banner-solution small {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 60px;
    text-align: left;
}
@media (min-width: 768px) {
    .banner-solution {
        padding: 85px 0;
        height: 240px;
    }
    .banner-solution h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        padding-left: 100px;
        text-align: left;
    }
    .banner-solution small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        padding-left: 100px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .banner-solution {
        margin: 0;
        padding: 200px 0 185px 0;
        height: 495px;
        text-align: left;
    }
    .banner-solution h3 {
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        padding-left: 100px;
    }
    .banner-solution small {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        padding-left: 100px;
    }
}
/**
 * solution banner end
 */

/**
 * products banner begin
 */
.banner-products {
    display: block;
    margin: 50px 0 0 0;
    padding: 35px 0;
    width: 100%;
    height: 120px;
    background: url("/Public/Home/images/banner_products.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-products h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.banner-products small {
    display: block;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-products {
        padding: 85px 0;
        height: 240px;
    }
    .banner-products h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .banner-products small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .banner-products {
        margin: 0;
        
        text-align: left;
    }
    .banner-products h3 {
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        padding-left: 100px;
    }
    .banner-products small {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        padding-left: 100px;
    }
}
/**
 * products banner end
 */

/**
 * about banner begin
 */
.banner-about {
    display: block;
    margin: 50px 0 0 0;
    padding: 55px 0;
    width: 100%;
    height: 160px;
    background: url("/Public/Home/images/banner_about.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-about h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.banner-about small {
    display: block;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-about {
        padding: 85px 0;
        height: 280px;
    }
    .banner-about h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .banner-about small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .banner-about {
        margin: 0;
        padding: 200px 0 185px 0;
        height: 540px;
        text-align: left;
    }
    .banner-about h3 {
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        padding-left: 100px;
    }
    .banner-about small {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        padding-left: 100px;
    }
}
/**
 * about banner end
 */

/**
 * scenes banner begin
 */
.banner-scenes {
    display: block;
    margin: 50px 0 0 0;
    padding: 45px 0;
    width: 100%;
    height: 120px;
    background: url("/Public/Home/images/banner_scenes.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.banner-scenes h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.banner-scenes small {
    display: block;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner-scenes {
        padding: 95px 0;
        height: 240px;
    }
    .banner-scenes h3 {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .banner-scenes small {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .banner-scenes {
        margin: 0;
        padding: 260px 0 0 0;
        height: 495px;
        text-align: left;
    }
    .banner-scenes h3 {
        height: 60px;
        line-height: 60px;
        font-size: 36px;
        text-align: center;
    }
    .banner-scenes small {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        text-align: center;
    }
}
/**
 * scenes banner end
 */

/**
 * breadcrumb begin
 */
.breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #dedfe1;
    background: #f5f5f5;
}
.breadcrumb .container {
    background: url("/Public/Home/images/breadcrumb.png") no-repeat left center;
    background-size: 14px 14px;
}
.breadcrumb a {
    color: #777;
}
@media (min-width: 576px) {
    .breadcrumb .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .breadcrumb {
        height: 32px;
        line-height: 32px;
    }
}
@media (min-width: 1200px) {
    .breadcrumb {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .breadcrumb .container {
        padding-left: 44px;
        max-width: 1140px;
        background: url("/Public/Home/images/breadcrumb.png") no-repeat 20px center;
        background-size: 20px 20px;
    }
}
/**
 * breadcrumb end
 */

/**
 * news content begin
 */
.news-content {
    padding: 30px 0;
}
.news-content .title {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}
.news-content .time {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #9a9a9a;
}
.news-content .content {
    margin: 15px 0;
    padding: 25px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.news-content .content p {}
.news-content .content img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 100%;
    max-width: auto;
    height: auto;
}
.news-content .link {
    font-size: 13px;
}
.news-content .link .col-lg-6 {
    margin-bottom: 5px;
}
.news-content .link a {
    line-height: 20px;
    font-size: 13px;
}
@media (min-width: 768px) {
    .news-content .title {
        font-size: 18px;
    }
    .news-content .time {
        font-size: 16px;
    }
    .news-content .content {
        font-size: 16px;
    }
    .news-content .link {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .news-content {
     
    }
    .news-content .title {
        font-size: 20px;
        line-height: 36px;
    }
    .news-content .time {
        font-size: 16px;
    }
    .news-content .content {
      
        padding: 60px 0;
    }
    .news-content .content img {
        display: block;
        margin: 0 auto 1rem auto;
        width: auto;
        max-width: 100%;
        height: auto;
    }
}
/**
 * news content end
 */

/**
 * news list begin
 */
.news-list {
    padding: 30px 0;
}
.news-list dl {
    margin: 0 0 20px 0;
    position: relative;
}
.news-list dl dt {
    display: block;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 120px;
    overflow: hidden;
    z-index: 77;
    position: relative;
}
.news-list dl dt .time {
    display: none;
}
.news-list dl dt a {
    display: block;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 120px;
    overflow: hidden;
}
.news-list dl dt a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.news-list dl dd {
    display: block;
    margin: 0;
    padding: 0 10px 0 180px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.news-list dl dd a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-decoration: none;
}
.news-list dl dd a strong {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
}
.news-list dl dd a:hover strong {}
.news-list dl dd .time {
    color: #9a9a9a;
    height: 30px;
    line-height: 30px;
}
.news-list dl dd a p {
    display: block;
    margin: 6px 0 0 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
    .news-list {
      
    }
    .news-list dl {
        
        position: relative;
        border-bottom: 1px solid #efefef;
    }
    .news-list dl dt {
        display: block;
        margin: 0;
        padding: 0;
        width: 360px;
        height: 160px;
        overflow: hidden;
        z-index: 77;
        position: relative;
    }
    .news-list dl dt .time {
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 10px 0;
        width: 80px;
        height: 80px;
        float: left;
        background-color: #e7e7e7;
        color: #8b8b8b;
        text-align: center;
        font-weight: normal;
    }
    .news-list dl dt .time span {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 32px;
    }
    .news-list dl dt .time small {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .news-list dl dt a {
        display: block;
        margin: 0;
        padding: 0;
        width: 260px;
        height: 160px;
        overflow: hidden;
    }
    .news-list dl dt a img {
        display: block;
        margin: -18px 0 0 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .news-list dl dd {
        display: block;
        margin: 0;
        padding: 0 0 0 390px;
        width: 100%;
        height: 160px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }
    .news-list dl dd a {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 160px;
        overflow: hidden;
        text-decoration: none;
    }
    .news-list dl dd a strong {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        
        
        font-size: 18px;
        color: #333;
        overflow: hidden;
        font-weight: normal;
    }
    .news-list dl dd a:hover strong {
        color: #007bff;
    }
    .news-list dl dd .time {
        display: none;
    }
    .news-list dl dd a p {
        display: block;
        
        padding: 0;
        width: 100%;
        height: 60px;
        line-height: 30px;
        font-size: 16px;
        color: #999;
        overflow: hidden;
        text-align: justify;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
/**
 * news list end
 */

/**
 * technology begin
 */
.technology-list {
    padding: 0 0 30px 0;
    color: #696969;
}
.technology-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
}
.technology-list .item .title {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 15px 0 0 0;
    width: 50%;
    height: 95px;
    float: left;
    text-align: center;
}
.technology-list .item .title img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 30px;
}
.technology-list .item .title span {
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.technology-list .item .download {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 22px 0;
    width: 50%;
    height: 95px;
    float: left;
}
.technology-list .item .download span {
    font-size: 14px;
    line-height: 21px;
    display: block;
}
.technology-list .item .download a {
    line-height: 30px;
    display: block;
}
.technology-list .item .download a img {}
.technology-list .item p {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 26px;
}
.technology-list .note {
    margin-top: 25px;
    position: relative;
}
.technology-list .note p {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
}
.technology-list .note span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 22px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .technology-list {
        padding: 0 0 70px 0;
        color: #696969;
    }
    .technology-list .item {
        padding: 70px 0;
        border-bottom: 1px solid #d7d7d7;
    }
    .technology-list .item .title {
        display: inline-block;
        margin: 0;
        padding: 15px 0 0 0;
        width: 160px;
        height: auto;
        float: left;
        text-align: center;
    }
    .technology-list .item .title img {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 45px;
    }
    .technology-list .item .title span {
        display: block;
        margin: 0;
        padding: 0;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
    .technology-list .item .download {
        display: inline-block;
        margin: 0 0 0 50px;
        padding: 15px 0 0 0;
        width: 240px;
        height: auto;
        float: left;
    }
    .technology-list .item .download span {
        font-size: 18px;
        line-height: 40px;
        display: block;
    }
    .technology-list .item .download a {
        line-height: 30px;
        display: block;
    }
    .technology-list .item .download a img {}
    .technology-list .item p {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: calc(100% - 450px);
        font-size: 18px;
        line-height: 36px;
    }
    .technology-list .note {
        margin-top: 25px;
        position: relative;
    }
    .technology-list .note p {
        display: block;
        margin: 0 0 10px 0;
        padding: 0 0 0 30px;
        width: 100%;
        line-height: 22px;
        font-size: 14px;
    }
    .technology-list .note span {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        font-size: 14px;
    }
}
/**
 * technology end
 */

/**
 * solution content begin
 */
.solution-content {
    padding: 30px 0;
}
.solution-content .title {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.solution-content .content {
    margin: 25px 0 0 0;
    padding: 25px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #d7d7d7;
}
.solution-content .content p {}
.solution-content .content img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 100%;
    max-width: auto;
    height: auto;
}
@media (min-width: 768px) {
    .solution-content .title {
        font-size: 18px;
    }
    .solution-content .content {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .solution-content {
        padding: 60px 0;
    }
    .solution-content .title {
        font-size: 28px;
        line-height: 36px;
    }
    .solution-content .content {
        margin: 40px 0 0 0;
        padding: 60px 0 0 0;
    }
    .solution-content .content img {
        display: block;
        margin: 0 auto 1rem auto;
        width: auto;
        max-width: 720px;
        height: auto;
    }
}
/**
 * solution content end
 */

/**
 * solution content begin
 */
.scenes-content {
    padding: 15px 0 45px 0;
}
.scenes-content .content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
}
.scenes-content .content h1 {
    display: block;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: left;
}
.scenes-content .content p {
    font-size: 16px;
    line-height: 30px;
}
.scenes-content .content img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 100%;
    max-width: auto;
    height: auto;
}
@media (min-width: 768px) {
    .scenes-content .content {
        font-size: 16px;
    }
    .scenes-content .content h1 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .scenes-content {
        padding: 0 0 70px 0;
    }
    .scenes-content .content {
        margin: 0;
        padding: 0;
    }
    .scenes-content .content h1 {
        margin: 70px 0;
        font-size: 28px;
        line-height: 36px;
    }
    .scenes-content .content img {
        display: block;
        margin: 0 auto 1rem auto;
        width: auto;
        max-width: 720px;
        height: auto;
    }
    .scenes-content .content p {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 35px;
    }
}
/**
 * scenes content end
 */

/**
 * search list begin
 */
.search-list .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.search-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.search-list .col-6,
.search-list .col-sm-4,
.search-list .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.search-list {
    padding: 10px 0;
    background-color: #f5f5f5;
    margin-top:20px;
}
.search-list .item {
    background-color: #fff;
    margin-bottom: 30px;

	    text-align: center;
    cursor: pointer;
    box-shadow: 0 .1rem .3rem rgba(82, 81, 234,.15) !important;
}
.search-list .item:hover {
    box-shadow: 0 .5rem 1rem rgba(82, 81, 234,.35) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.search-list .item .search-list-img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.search-list .item .search-list-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.search-list .item .title {
    display: block;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.search-list .item p {
    display: block;
    margin: 5px 0 0 0;
    padding: 0 10px;
    width: 100%;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 170px;
}
@media (min-width: 992px) {
    .search-list .item .title {
        margin-top: 15px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .search-list .item p {
        padding: 0 15px;
        height: 128px;
        line-height: 24px;
        font-size: 14px;
    }
}
/**
 * search list end
 */

/**
 * solution list begin
 */
.solution-list-bg {
    background-color: #f5f5f5;
}
.solution-list {
    padding: 30px 0;
}
.solution-list .header {
    text-align: center;
}
.solution-list .header img {}
.solution-list .header .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 25px;
}
.solution-list .image {}
.solution-list .image img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: 520px;
}
.solution-list .text {
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 30px;
    line-height: 24px;
}
.solution-list .text p {}
@media (min-width: 768px) {
    .solution-list .text {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .solution-list {
        padding: 60px 0;
    }
    .solution-list .header .title {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .solution-list .text {
        font-size: 16px;
        line-height: 30px;
    }
}
/**
 * solution list end
 */

/**
 * product content begin
 */
.product-content-bg {
    background-color: #f5f5f5;
}
.product-content {
    padding: 45px 0;
}
.product-content .image {
    margin-top: 0px;
}
.product-content .image img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0;
   
    height: auto;
    
}
.product-content .text {
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}
.product-content .text .title {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.product-content .text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .product-content .text {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .product-content {
      
    }
    .product-content .text {
        font-size: 16px;
        line-height: 30px;
    }
    .product-content .text .title {
        font-size: 30px;
    }
}
/**
 * product content end
 */

/**
 * index begin
 */
.banner-index {
    display: block;
    width: 100%;
    height: auto;
}
.banner-index .swiper-slide a {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.banner-index .swiper-pagination-bullet {
    background: #fff;
    width: 20px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
}
.banner-index .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
}
.banner-index .swiper-pagination {
    bottom: 15px!important;
}
@media (min-width: 768px) {
    .banner-index .swiper-slide a {
        height: 400px;
    }
    .banner-index .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
    }
    .banner-index .swiper-pagination {
        bottom: 25px!important;
    }
}
@media (min-width: 992px) {
    .banner-index .swiper-slide a {
        height: 600px;
    }
    .banner-index .swiper-pagination-bullet {
        width: 50px;
        height: 3px;
    }
    .banner-index .swiper-pagination {
        bottom: 35px!important;
    }
}
@media (min-width: 1200px) {
    .banner-index .swiper-slide a {
        /*height: 760px;*/
        height: 570px;
    }
    .banner-index .swiper-pagination-bullet {
        width: 70px;
        height: 3px;
    }
    .banner-index .swiper-pagination {
        bottom: 45px!important;
    }
}

.index-s1 {
    padding: 45px 0;
}
.index-s1 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}
.index-s1 img {
    max-width: 240px;
    margin: 0 auto 30px auto;
    display: block;
    width: 100%;
    height: auto;
}
.index-s1 .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.index-s1 p {
    font-size: 14px;
    line-height: 26px;
}
.index-s1 a {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    line-height: 20px;
    border: 1px solid #8b8b8b;
    width: 80px;
    text-align: center;
}
.index-s1 a:hover {
    color: #007aff;
    border: 1px solid #007bff;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .index-s1 {
        padding: 90px 0;
    }
    .index-s1 h2 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 50px;
    }
    .index-s1 img {
        margin-top: 30px;
        max-width: 90%;
    }
    .index-s1 .title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 25px;
    }
    .index-s1 p {
        font-size: 14px;
        line-height: 34px;
    }
    .index-s1 a {
        margin: 40px 0 0 0;
        width: 140px;
        line-height: 30px;
    }
}

.index-s2 {}
.index-s2 .head {}
.index-s2 .head .swiper-slide-active .item {
    color: #fff;
    background-color: #6dcff6;
}
.index-s2 .head .swiper-slide-active .item:after {
    width: 0;
    height: 0;
    border: 10px solid #6dcff6;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    content: " ";
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.index-s2 .head .item {
    display: block;
    margin: 0 0 15px 0;
    padding: 15px 0;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    text-align: center;
}
.index-s2 .head .item:hover {
    color: #fff;
    background-color: #6dcff6;
    transition: all 0.3s ease-in-out;
}
.index-s2 .head .item img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 60px;
    height: 60px;
}
.index-s2 .head .item span {
    display: block;
    margin: 0 auto;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.index-s2 .body {}
.index-s2 .body .item {
    display: block;
    margin: 0;
    padding: 45px 0 75px 0;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.index-s2 .body .item .title {
    line-height: 60px;
    font-size: 20px;
}
.index-s2 .body .item p {
    padding: 0 15px;
    margin: 0;
}
@media (min-width: 576px) {
    .index-s2 .body .item .title {
        line-height: 80px;
        font-size: 20px;
    }
    .index-s2 .body .item {
        padding: 70px 0 120px 0;
    }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .index-s2 .body .item {
        padding: 120px 0 200px 0;
		margin: 0 auto;
    }
    .index-s2 .body .item .title {
        line-height: 100px;
        font-size: 24px;
    }
    .index-s2 .body .item p {
        margin: 0 auto;
        max-width: 1140px;
        font-size: 14px;
		line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .index-s2 .container {
        max-width: 1400px;
    }
}

.index-partners {
    padding: 45px 0;
    background: url("/Public/Home/images/index_partners_bg.jpg") no-repeat center center;
    background-size: cover;
}
.index-partners h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.index-partners img {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .index-partners {
        padding: 90px 0;
    }
    .index-partners h2 {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 50px;
    }
}

.index-news {
    padding: 45px 0;
}
.index-news h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.index-news .image a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.index-news .image a img {
    width: 100%;
}
.index-news .image a span {
    display: block;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
}
.index-news ul {
    list-style: none;
    padding: 25px 0;
    margin: 0;
}
.index-news ul li {
    display: block;
    margin: 0;
    padding: 0 15px 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: url("/Public/Home/images/point.png") no-repeat 5px center;
    position: relative;
}
.index-news ul li a {
    display: block;
    margin: 0;
    padding: 0;
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news ul li span {
    display: block;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.index-news .more {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #007aff;
}
@media (min-width: 768px) {
    .index-news .image a {
        margin-top: 10px;
    }
    .index-news ul {
        padding: 0 0 10px 0;
    }
}
@media (min-width: 992px) {
    .index-news {
        padding: 90px 0;
    }
    .index-news h2 {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 50px;
    }
    .index-news ul li a {
        font-size: 14px;
    }
    .index-news ul li span {
        font-size: 18px;
    }
    .index-news .more {
        margin: 0;
        font-size: 16px;
    }
}

.index-scenes {
    padding: 45px 0;
    background: #fff url("../images/index_scenes_bg.png") no-repeat center center;
    background-size: cover;
}
.index-scenes h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.index-scenes small {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #888;
    padding: 0 15px;
}
.index-scenes .item {
    padding-bottom: 20px;
    margin-bottom: 25px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0,.15) !important;
}
.index-scenes .item:hover {
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0,.35) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.index-scenes .item img {
    width: 100%;
}
.index-scenes .item .title {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    padding: 0 15px;
}
.index-scenes .item p {
    /*height: 30px;*/
    height: 115px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    color: #8b8b8b;
}
@media (min-width: 992px) {
    .index-scenes {
        padding: 90px 0;
    }
    .index-scenes h2 {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .index-scenes small {
        font-size: 19px;
        font-weight: normal;
        margin-bottom: 50px;
    }
}
/**
 * index end
 */

/**
 * about begin
 */
.section-about {
    padding: 45px 0;
}
.section-about h3 {
    display: block;
    margin: 0 auto 45px auto;
    padding: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.section-about h3:before {
    display: block;
    margin: 0;
    padding: 0;
    content: "";
    width: 100px;
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    left: -110px;
    top: 20px;
}
.section-about h3:after {
    display: block;
    margin: 0;
    padding: 0;
    content: "";
    width: 100px;
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    right: -110px;
    bottom: 20px;
}
@media (min-width: 768px) {
    .section-about {
        
    }
}
@media (min-width: 992px) {
    .section-about {
     
    }
    .section-about h3 {
     
        width: 120px;
        font-size: 22px;
    }
    .section-about h3:before {
        width: 130px;
        left: -140px;
    }
    .section-about h3:after {
        width: 130px;
        right: -140px;
    }
}

.c-overview {
    background-color: #f7f7f7;
}
.c-overview .image {}
.c-overview .image img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: 520px;
}
.c-overview .text {
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}
.c-overview .text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .c-overview .text {
        margin-top: 0;
        font-size: 15px;
        line-height: 28px;
    }
}
@media (min-width: 992px) {
    .c-overview .text {
        font-size: 14px;
        line-height: 25px;
    }
}

.c-course {}
.c-course img {
 
    height: 500px;
}

.c-culture {
    background: #f7fbfe url("../images/about_03.jpg") no-repeat center bottom;
    background-size: 100%;
}
.c-culture .text {
    padding-top: 0;
    padding-bottom: 40px;
}
.c-culture h1 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.c-culture h1 span {
    display: inline-block;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.c-culture h1 small {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 120px;
    text-align: justify;
    line-height: 25px;
    margin-top: 3px;
}
.c-culture h1 small:before {
    content: "— ";
    position: absolute;
    left: 100px;
}
@media (min-width: 576px) {
    .c-culture .text {
        padding-top: 0;
        padding-bottom: 80px;
    }
}
@media (min-width: 768px) {
    .c-culture .text {
        padding-top: 15px;
        padding-bottom: 120px;
    }
    .c-culture h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .c-culture h1 span {
        width: 120px;
    }
    .c-culture h1 small {
        padding-left: 160px;
        line-height: 28px;
    }
    .c-culture h1 small:before {
        left: 135px;
    }
}
@media (min-width: 992px) {
    .c-culture .text {
        padding-top: 20px;
        padding-bottom: 120px;
    }
    .c-culture h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    .c-culture h1 span {
        top: 4px;
        width: 160px;
    }
    .c-culture h1 small {
        padding-left: 220px;
        line-height: 36px;
    }
    .c-culture h1 small:before {
        left: 195px;
    }
}
@media (min-width: 1200px) {
    .c-culture .text {
        padding-top: 30px;
        padding-bottom: 270px;
    }
}

.c-honor {
    background: #f7fbfe url("../images/about_04.png") no-repeat center bottom;
    background-size: 100%;
}
.c-honor .swiper-container {
    padding-right: 5px;
    padding-left: 5px;
}
.c-honor .item {
    display: block;
    width: 100%;
    
    padding: 0;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0,.15) !important;
    border: 2px solid #d7d7d7;
}
.c-honor .item:hover {
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0,.35) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.c-honor .item .image {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 30px);
}
.c-honor .item .image img {
    display: block;
    margin: 15px 0;
    padding: 0;
    width: 100%;
    height: 220px;
}
.c-honor .item .text {
    background-color: #f5f5f5;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1200px) {
	.c-honor .item .image {
        width: calc(100% - 60px);
    }
    .c-honor .item .image img {
        margin-top: 15px;
    }
    .c-honor .item .text {
        font-size: 16px;
    
    }
}

.c-member {
    padding-bottom: 0;
    background-color: #f5f5f5;
}
.c-member h3 {
    margin-bottom: 10px;
}
.c-member img {
    width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .c-member h3 {
    margin-bottom: 15px;
}
}
@media (min-width: 768px) {
    .c-member h3 {
}
}
@media (min-width: 992px) {
    .c-member h3 {
    margin-bottom: 20px;
}
}

.c-brand {
    background: #fff url("../images/about_06.png") no-repeat center bottom;
    background-size: 100%;
}
.c-brand .swiper-container {
    padding-right: 5px;
    padding-left: 5px;
}
.c-brand .item {
    display: block;
    width: 85%;
    margin: 0 0 15px 0;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0,.15) !important;
    border: 1px solid #f5f5f5;
    height: auto;
}
.c-brand .item:hover {
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0,.35) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.c-brand .item img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
   
}

.c-style {}
.c-style .swiper-container {
    padding-right: 5px;
    padding-left: 5px;
}
.c-style .item {
    color: #555;
    background-color: #f5f5f5;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 .1rem .3rem rgba(17, 102, 193, .15) !important;
}
.c-style .item:hover {
    color: #fff;
    background-color: #1166c1;
    box-shadow: 0 .3rem .5rem rgba(17, 102, 193, .35) !important;
    transition: all 0.3s ease-in-out;
}
.c-style .item img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
}
.c-style .item .layer {
    display: none;
}
.c-style .item .text {
    padding: 15px 10px;
}
.c-style .item .title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-style .item .time {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 14px;
}
@media (min-width: 576px) {
    .c-style .item {
        margin-bottom: 10px;
    }
}
/**
 * about end
 */

/**
 * search product category begin
 */
.product-category .swiper-slide-active .item {
   /* border-bottom: 2px solid #007aff;*/
}
.product-category {
    position: relative;
}
.product-category:after {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    line-height: 2px;
    background-color: #d7d7d7;
    content: "";
    position: absolute;
    top: 53px;
}
.product-category .head {
    text-align: center;
    font-size: 15px;
}
.product-category .head .item {
    display: inline-block;
    margin: 5px auto 0 auto;
    padding: 0;
    width: auto;
    height: 48px;
    line-height: 48px;
}
.product-category .head .item img {
    width: 28px;
    height: 28px;
}
.product-category .head .active {
    border-bottom: 2px solid #007aff;
}
.product-category .body {}
.product-category .body .list {
    padding: 15px;
 
}
.product-category .body .list a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.product-category .body .list .active {
    font-size: 16px;
    color: #007aff;
}
@media (min-width: 1200px) {
    .product-category .body .list a {
     
    }
}
/**
 * search product category end
 */

.c-style-layer {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.45);
}
.c-style-layer .box {
    display: block;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
    height: auto;
    position: relative;
}
.c-style-layer .box img {
    display: block;
    margin: 0;
    padding: 0;
    width: calc(100% - 4px);
    height: auto;
    border: 2px solid #fff;
}
.c-style-layer .box iframe {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.c-style-layer .box .layer-close {
    display: block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url("/Public/Home/images/layer_close.png") no-repeat center center;
    background-size: 80%;
    position: absolute;
    top: -24px;
    right: 0px;
}
@media (min-width: 768px) {
    .c-style-layer .box {
        width: 630px;
        height: 366px;
    }
    .c-style-layer .box img {
        width: 576px;
        height: 366px;
    }
    .c-style-layer .box iframe {
        width: 576px;
        height: 366px;
    }
    .c-style-layer .box .layer-close {
        width: 36px;
        height: 36px;
        top: -28px;
        right: -10px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
    .c-style-layer .box {
        width: 810px;
        height: 480px;
    }
    .c-style-layer .box img {
        width: 756px;
        height: 480px;
    }
    .c-style-layer .box iframe {
        width: 756px;
        height: 480px;
    }
    .c-style-layer .box .layer-close {
        width: 48px;
        height: 48px;
        top: -36px;
        right: -26px;
    }
}

.swiper-button-white {
    margin-top: -25px;
    width: 15px;
    height: 50px;
    background-color: #007aff;
    background-size: 60%;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
    .swiper-button-white {
        margin-top: -40px;
        width: 30px;
        height: 80px;
        background-color: #007aff;
        background-size: 60%;
    }
    .swiper-button-next {
        right: -15px;
    }
    .swiper-button-prev {
        left: -15px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1240px) {
    .swiper-button-white {
        margin-top: -50px;
        width: 40px;
        height: 100px;
        background-color: #007aff;
        background-size: 30%;
    }
    .swiper-button-next {
        right: -40px;
    }
    .swiper-button-prev {
        left: -40px;
    }
}

header .nav ul li .icon {
    display: none;
}
@media (max-width: 768px) {
    header .nav ul li {
        position: relative;
    }
    header .nav ul li .icon {
        display: block;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 7px;
    }
}
header .nav .menu {
    margin: 0;
    padding: 0;
    width: 100%;
}
header .nav .solutions {
    display: none;
}
header .nav .solutions .title {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    width: 100%;
    text-align: center;
}
header .nav .solutions .title a {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
header .nav .solutions .body {
    display: none;
}
@media (min-width: 768px) {
    header .nav ul {
        position: static;
    }
    header .nav .menu {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #1166c1;
        position: absolute;
        right: 0;
        top: 50px;
    }
    header .nav .products {
        display: none;
        padding: 0 20px 30px 20px;
    }
    header .nav .solutions {
        display: none;
        padding: 30px 15px 30px 20px;
    }
    header .nav .solutions .title {
        display: block;
        margin: 0;
        padding: 0;
        width: 140px;
        border-right: 1px solid #007bff;
        float: left;
    }
    header .nav .solutions .title a {
        display: block;
        margin: 0 0 5px 0;
        padding: 0 10px 0 20px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: left;
        font-size: 16px;
        background: url("/Public/Home/images/b2.png") no-repeat 110px center;
        background-size: 16px;
    }
    header .nav .solutions .title a:hover {
        background-color: #6dcff6;
    }
    header .nav .solutions .title .active {
        background-color: #6dcff6;
        border-bottom: none;
    }
    header .nav .solutions .body {
        display: block;
        margin: 30px 0 0 0;
        padding: 0;
        width: calc(100% - 160px);
        float: right;
    }
    header .nav .solutions .body .item {
        display: none;
    }
    header .nav .solutions .body .active {
        display: block;
        border: none;
    }
    header .nav .solutions .body .item .img {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 180px;
        float: left;
    }
    header .nav .solutions .body .item .img img {
        width: 100%;
        height: auto;
    }
    header .nav .solutions .body .item .text {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: calc(100% - 190px);
        float: left;
    }
    header .nav .solutions .body .item .text p {
        text-align: justify;
        margin: 0;
        padding-left: 15px;
    }
    header .nav .solutions .body .item .more {
        display: block;
        margin: 30px auto 0 auto;
        width: 120px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
    }
}
@media (min-width: 992px) {
    header .nav ul {
        position: relative;
    }
    header .nav .menu {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.67);
        position: absolute;
        right: 0;
        top: 78px;
    }
    header .nav .products {
        display: none;
        padding: 0 20px 30px 20px;
    }
    header .nav .solutions {
        display: none;
        padding: 30px 15px 30px 20px;
    }
    header .nav .solutions .title {
        display: block;
        margin: 0;
        padding: 0;
        width: 150px;
        border-right: 1px solid #007bff;
        float: left;
    }
    header .nav .solutions .title a {
        display: block;
        margin: 0 0 5px 0;
        padding: 0 10px 0 20px;
        width: 100%;
        height: 36px;
        line-height: 30px;
        text-align: left;
        font-size: 14px;
        background: url("/Public/Home/images/b2.png") no-repeat 125px center;
        background-size: 16px;
    }
    header .nav .solutions .title a:hover {
        background-color: #6dcff6;
    }
    header .nav .solutions .title .active {
        background-color: #6dcff6;
        border-bottom: none;
    }
    header .nav .solutions .body {
        display: block;
        margin: 30px 0 0 0;
        padding: 0;
        width: calc(100% - 170px);
        float: right;
    }
    header .nav .solutions .body .item {
        display: none;
    }
    header .nav .solutions .body .active {
        display: block;
        border: none;
    }
    header .nav .solutions .body .item .img {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 180px;
        float: left;
    }
    header .nav .solutions .body .item .img img {
        width: 100%;
        height: auto;
    }
    header .nav .solutions .body .item .text {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: calc(100% - 190px);
        float: left;
    }
    header .nav .solutions .body .item .text p {
        text-align: justify;
        margin: 0;
        padding-left: 15px;
    }
    header .nav .solutions .body .item .more {
        display: block;
        margin: 30px auto 0 auto;
        width: 120px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
    }
}

header .nav .products {
    display: none;
}
header .nav .products .menu-head {}
header .nav .products .menu-head span {
    display: inline-block;
    margin: 0;
    padding: 0 10px 5px 10px;
    font-size: 13px;
}
header .nav .products .menu-pannel {
    display: none;
}
header .nav .products .menu-pannel .cats {
    padding: 10px 0;
}
header .nav .products .menu-pannel .cats a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
}
header .nav .products .menu-pannel .list {
    display: block;
}
header .nav .products .menu-pannel .list .item {
    display: none;
}
header .nav .products .menu-pannel .list .item span {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
header .nav .products .menu-pannel .list .item a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
}
@media (min-width: 768px) {
    header .nav .products {
        display: none;
    }
    header .nav .products .menu-head {
        border-bottom: 2px solid #fff;
    }
    header .nav .products .menu-head span {
        display: inline-block;
        margin: 0 10px;
        padding: 0 5px 0 25px;
        width: auto;
        font-size: 14px;
        background: no-repeat left center;
        background-size: 20px;
        line-height: 36px;
    }
    header .nav .products .menu-head .icon-1 {
        background-image: url("/Public/Home/images/search_icon_01.png");
    }
    header .nav .products .menu-head .icon-2 {
        background-image: url("/Public/Home/images/search_icon_02.png");
    }
    header .nav .products .menu-head .icon-3 {
        background-image: url("/Public/Home/images/search_icon_03.png");
    }
    header .nav .products .menu-head .icon-4 {
        background-image: url("/Public/Home/images/search_icon_04.png");
    }
    header .nav .products .menu-head .icon-5 {
        background-image: url("/Public/Home/images/search_icon_05.png");
    }
    header .nav .products .menu-head span:hover {}
    header .nav .products [data-pannel-id="1"] {
        display: block;
    }
    header .nav .products .menu-pannel .list [data-item-id="1"] {
        display: block;
    }
    header .nav .products .menu-pannel {
        padding-top: 15px;
    }
    header .nav .products .menu-pannel .cats {
        display: block;
        margin: 0;
        padding: 0;
        width: 220px;
        border-right: 1px solid #007bff;
        float: left;
    }
    header .nav .products .menu-pannel .cats a {
        display: block;
        margin: 0 0 14px 0;
        padding: 0 10px 0 20px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: left;
        font-size: 12px;
        background: url("/Public/Home/images/b2.png") no-repeat 190px center;
        background-size: 14px;
    }
    header .nav .products .menu-pannel .cats a:last-child {
        margin-bottom: 0;
    }
    header .nav .products .menu-pannel .cats a:hover {
        background-color: #6dcff6;
    }
    header .nav .products .menu-pannel .cats .active {
        background-color: #6dcff6;
        border-bottom: none;
    }
    header .nav .products .menu-pannel .list {
        display: block;
        margin: 0;
        padding: 0;
        width: calc(100% - 230px);
        float: right;
    }
    header .nav .products .menu-pannel .list .item {
        text-align: left;
    }
    header .nav .products .menu-pannel .list .item span {
        text-align: left;
        padding-left: 35px;
        font-size: 14px;
        margin: 0 0 10px 0;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        background: url("/Public/Home/images/search_icon_01.png") no-repeat 10px center;
        background-size: 18px;
    }
    header .nav .products .menu-pannel .list .item a {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 30px;
        width: calc(100% / 3);
        font-size: 14px;
        float: left;
    }
    header .nav .products .menu-pannel .list .item a span {
        display: none;
    }
}
@media (min-width: 992px) {
    header .nav .products .menu-head {
        margin-top: 10px;
    }
    header .nav .products .menu-head span {
        display: inline-block;
        margin: 0;
        padding: 0 5px 0 25px;
        font-size: 13px;
    }
    header .nav .products .menu-pannel .cats a span {
        display: none;
    }
    header .nav .products .menu-pannel .list .item a {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    header .nav .products {
        width: 1200px;
    }
    header .nav .products .menu-head {
        margin-top: 0;
    }
    header .nav .products .menu-head span {
        font-size: 14px;
        font-weight: bold;
        padding: 0 30px;
        height: 60px;
        line-height: 60px;
    }
    header .nav .products .menu-head span:hover {
        color: #007aff;
    }
    header .nav .products .menu-pannel .list .item a {
        width: calc(100% / 3);
    }
}

.breadcrumb-about {
    display: none;
}
@media (min-width: 992px) {
    .breadcrumb-about {
        display: block;
        text-align: center;
        background-color: rgba(118, 118, 250, .8);
        height: 80px;
        line-height: 80px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        color: #fff;
        font-size: 22px;
    }
    .breadcrumb-about a {
        display: block;
        height: 80px;
        line-height: 80px;
        color: #fff;
    }
    .breadcrumb-about a:hover {
        border-bottom: 4px solid #007aff;
    }
}

/**
 * Small devices (landscape phones, 576px and up)
 */
@media (min-width: 576px) {}

/**
 * Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {}

/**
 * Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {}

/**
 * Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {}

.address{margin-bottom: 5px!important;}
