.banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

*,
a {
    text-decoration: none;
}

@media (max-height: 768px) {
    .banner {
        margin-top: 50px;
    }
}

.banner img {
    max-width: 100%;
    text-align: center;
}

/*产品中心*/
.product-banner {
    width: 100%;
    height: 200px;
    background-size: contain;
}

.page-product .products {
    border-top: 0px;
    padding: 30px 0px 10px 0px;
}
.category {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}

.category.topFixed {
    padding: 10px 0;
}

.category.is-border {
    border-bottom: 1px solid #dcdcdc;
}

.category a {
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 20px;
    margin: 0px 20px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
}

.category a.active > {
    color: #ffffff;
}

.category a.active,
.category a:hover {
    background: #ed7020;
    color: #ffffff;
    cursor: pointer;
}

.page-main {
    margin-top: 50px;
}

.page-product .products .view > a {
    padding: 5px 10px;
    color: #ffffff;
    background: #0084cd;
}
.page-product .products .view > a:hover {
    background: #e46612;
}

/*产品详情*/
.page-product-detail .category {
    width: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}

.page-product-detail .category li {
    max-width: 200px;
    flex-grow: 1;
    background: #d2d2d2;
    padding: 15px 40px;
    border-color: #ffffff;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .page-product-detail .category li {
        padding: 5px 10px;
    }
}

.page-product-detail .category li > a {
    display: block;
}
.page-product-detail .category li.active > a {
    color: #ffffff;
}
.page-product-detail .category li:first-child {
    border-left: 0px;
}
.page-product-detail .category li:last-child {
    border-right: 0px;
}
.page-product-detail .category li.active {
    background: #0084cd;
    color: #ffffff;
}
.page-product-detail .category li:hover {
    color: #0084cd;
}
.page-product-detail .category li.active:hover {
    color: #ffffff;
}

.page-product-detail .details {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 25px;
    min-height: 200px;
}

.page-product-detail .details img {
    max-width: 100%;
}

.page-product-detail .details input[type='image'] {
    max-width: 100%;
}

/*解决方案*/
.page-projects {
}
.page-projects .projects h3,
.products h3 {
    font-size: 16px;
    color: #666666;
    padding: 10px 0;
}
@media (max-width: 720px) {
    .page-projects .projects h3,
    .products h3 {
        font-size: 14px;
    }
}
.page-projects .cate {
    width: 100%;
    text-align: center;
}
.page-projects .bs-docs-featurette {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: none;
}

.page-projects .projects .thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    /*margin-bottom: 30px;*/
    border-radius: 0;
    overflow: hidden;
}

.page-projects .projects .thumbnail .img {
    overflow: hidden;
}
.page-projects .projects .thumbnail .img img {
    transition: all 0.6s;
}
.page-projects .projects .thumbnail .img img:hover {
    transform: scale(1.2);
}

.page-projects-detail .projects-header {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-projects-detail .details {
    padding: 20px;
}

/*新闻列表*/

.page-news .newslist {
    margin-top: 20px;
}
.page-news .newslist .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #eeeeee;
}
.page-news .newslist .item .thumbs {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page-news .newslist .item .thumbs img {
    width: 100%;
}

.page-news .newslist .item .content h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.page-news .newslist .item .content h2 > a {
    color: #000000;
}
.page-news .newslist .item .content h2 > a:hover {
    color: #262a8d;
}
.page-news .newslist .item .content p {
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    font-size: 14px;
    color: #919191;
    text-overflow: ellipsis;
}
.page-news .newslist .item .content .bottom .time {
    float: left;
    color: #919191;
    font-size: 14px;
}
.page-news .newslist .item .content .bottom .view {
    float: right;
}
.page-news .newslist .item .content .bottom .view > a {
    color: #467cd6;
    font-size: 14px;
}
.page-news .news-details {
    width: 100%;
    overflow: hidden;
}
.page-news .news-details .top {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}
.page-news .news-details h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000000;
}

.page-news .news-details .exts {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.page-news .news-details .exts span {
    margin: 0 20px;
}
.page-news .news-details .exts a.back {
    float: right;
    padding: 5px 10px;
    background: #eeeeee;
    border-radius: 5px;
}

.page-news .news-details .article {
    padding: 20px 10px;
    line-height: 30px;
}

.page-news .news-details .article img {
    max-width: 100%;
    margin-bottom: 10px;
}

/*投资者关系*/
.page-touzi {
    /*margin-top: 20px;*/
}
.page-touzi .cate {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    /*border-bottom: 1px solid #D1D1D1;*/
}
.page-touzi .cate ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.page-touzi .cate li {
    display: inline-block;
    text-align: center;
}
.page-touzi .cate li > a {
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 20px;
    margin: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
}
.page-touzi .cate li.active > a,
.page-touzi .cate li > a:hover {
    background: #ed7020;
    color: #fff;
}

.page-touzi .touzilist {
    /*margin-top: 20px;*/
}
.page-touzi .touzilist ul {
    margin: 0px;
    padding: 0px;
}
.page-touzi .touzilist li {
    line-height: 25px;
    padding: 15px 0px;
    margin: 0px;
    font-size: 14px;
    border-bottom: 1px dashed #d1d1d1;
}
.page-touzi .touzilist li a {
    font-size: 16px;
}
.page-touzi .touzilist li:hover {
    background: #d3effd;
}

.page-touzi .touzilist li .time {
    margin-right: 20px;
}
.page-touzi .touzi-details {
    margin-top: 20px;
}
.page-touzi .touzi-details .top {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}
.page-touzi .touzi-details h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #000000;
}

.page-touzi .touzi-details .article {
    padding: 20px 10px;
    line-height: 30px;
    min-height: 200px;
}

.page-touzi .hdpt {
    height: 42px;
    line-height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    background: url(../images/hdptbg.png) repeat-x;
}

.page-news .hotlist {
    background: #f4f4f4;
    padding: 10px;
    margin-top: 10px;
}
.page-news .hotlist li {
    line-height: 25px;
    margin: 10px 0px;
    background: url(../images/li.png) no-repeat left 8px;
    padding-left: 25px;
}

/*关于我们*/
.page-about .about-text {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 20px;
}

.page-about img {
    max-width: 100%;
}

.page-about .cultrue-text {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
}

.page-about .pr-list li {
    line-height: 30px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.page-about .klogo {
    height: 80px;
}

.page-about .honorlist .thumbnail {
    padding: 10px;
    border-radius: 0px;
}

.page-about .cate a:hover,
.page-about .cate a.active {
    background: #ed7020;
    color: #fff;
}

/*人力资源*/
.hr-nav {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

.hr-nav .nav {
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.hr-nav .nav li {
    display: inline-block;
    margin: 0px 20px;
}

.hr-nav .nav li a {
    display: block;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 16px;
    color: #006599;
}

.hr-nav .nav li.active a,
.hr-nav .nav li a:hover {
    background: #006599;
    color: #ffffff;
}

.page-hr .block-back1 {
    background-color: #f5f5f5;
}
.page-hr .block-back1,
.page-hr .block-back2 {
    margin: 2em 0 2em 0;
    border: 0;
    text-align: center;
}

.page-hr .block-back1 .title-back,
.page-hr .block-back2 .title-back {
    color: #006699;
}

.page-hr .brand-list {
    width: 100%;
    margin-top: 100px;
}
/*分页*/
.pager li {
    margin: 0 10px;
}

.topFixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 70px;
    left: 0px;
    z-index: 1000;
}
