/*-- banner轮播图样式 --*/
.swiper-banner {
    height: 450px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    --swiper-theme-color: #f0f1f1;
    /*--swiper-pagination-color: #f0f1f1; *//* 两种都可以 */
    --swiper-pagination-bullet-inactive-color: #f0f1f1;
}

.swiper-banner .swiper-slide {
    background: no-repeat center / cover;
}

/*.swiper-banner .swiper-pagination-bullet {
    background-color: #f0f1f1;
}

.swiper-banner .swiper-pagination-bullet-active {
    background-color: #bc0f10;
}*/

/*-- 客户案例样式 --*/
.swiper-client {
    height: 320px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    --swiper-theme-color: #0f4f8c;
}

.swiper-client-slide {
    padding-right: 20px;
}

.swiper-client-slide a {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
}

.swiper-client-slide a img {
    width: 100%;
    height: 280px;
}

.swiper-client-slide a p {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.6);
}

/*-- 合作伙伴 --*/
.swiper-partnership {
    height: 80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    --swiper-theme-color: #0f4f8c;
}

.swiper-partnership .swiper-partnership-slide {
    padding-right: 20px;
}

.swiper-partnership .swiper-partnership-slide img {
    width: 100%;
    height: 100%;
}

/*

.in-fahuo .swiper-slide a {
    display: block;
    position: relative;
}

.in-fahuo .swiper-slide .img-cover {

}

.in-fahuo .swiper-slide p {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.6);
}

.in-fahuo .swiper-slide a:hover .img-cover span {
    transform: scale(1.1);
}

.in-fahuo .swiper-pagination {
    position: static;
    font-size: 0;
    margin-top: 30px;
}

*/

/*-- 列表切换样式 --*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0e75c8;
}

ul {
    list-style: none;
    padding: 0;
}

.lanmu li {
    margin-top: 2px;
}

.lanmu li > a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    background-color: #ececec;
    color: #666;
    font-size: 15px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu li > a:hover, .lanmu li.active > a {
    color: #fff;
    background-color: #0e75c8;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}


.list-4 li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    transition: all 0.5s;
}

.list-4 li .img-cover {
    float: left;
    width: 180px;
    height: 135px;
}

.list-4 li .text {
    margin-left: 200px;
}

.list-4 li .text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-4 li .text p {
    color: #666;
    margin: 10px 0 0;
    line-height: 1.8;
    text-align: justify;
}

.list-4 li .text span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.list-4 li a:hover {
    transform: translateY(-5px);
}

.list-4 li a:hover .img-cover span {
    transform: scale(1.1);
}

/*分页样式*/
.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a, .pglist span {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    background: #fff;
    border: 1px solid #edebeb;
}

.pglist a:hover, .pglist span {
    display: inline-block;
    color: #fff;
    background: #0e75c8;
    border-color: #0e75c8;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.pglist a.page-num-current {
    display: inline-block;
    color: #fff;
    background: #0e75c8;
    border-color: #0e75c8;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

/*-- 产品搜索样式 --*/
.product_search_ul {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: auto;
    overflow: auto;
    z-index: 4;
    position: absolute;
    border: solid 1px;
}

.product_search_ul .product_search_ul_li {
    display: inline-block;;
    position: relative;
    width: 10%;
    margin-top: 0;
    margin-right: 2px;
    background-color: #fff;
    /*border: 1px solid #e4e5e5;*/
    border: 1px solid red;
    z-index: 6;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_title {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    color: #6d918f;
    font-family: sinews_sans_promedium, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 9px 13px 15px;
    transition: all .5s ease;
    border-radius: 0;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_title:hover {
    cursor: pointer;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_title .title_left {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    display: block;
    float: left;
    width: 90%;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_title .title_right {
    display: block;
    float: right;
    width: 5%;
}


/*-- 选项 --*/
.e_hidden {
    display: none;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_option {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 100%;
    left: 0;
    top: 100%;
    z-index: 1111;
    background-color: #fff;
    border-top: 1px solid #e4e5e5;
    border-left: 1px solid #e4e5e5;
    border-right: 1px solid #e4e5e5;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_option a {
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    font-size: 15px;
    line-height: 45px;
    font-family: sinews_sans_promedium, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #666;
    border-bottom: solid 1px #e4e5e5;
    padding-left: 15px;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_option a:hover {
    background-color: #b0d1c7;
    cursor: pointer;
    color: white;
}

.product_search_ul .product_search_ul_li .product_search_ul_li_option_display {
    display: none;
    color: white;
}


/*-- 搜索框样式 --*/
.search__container {
    height: auto;
    width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.search__container .search_title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.search__container .search_ul {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.search__container .search_ul .search_li {
    width: 15%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 5px 0 0;
}

.search__container .search_ul .search_li .search_li_title {
    overflow: auto;
    width: 100%;
    background-color: #fff;
    color: #6d918f;
    font-family: sinews_sans_promedium, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 9px 13px 15px;
    transition: all .5s ease;
    border-radius: 0;
}

.search__container .search_ul .search_li .search_li_title:hover {
    cursor: pointer;
}

.search__container .search_ul .search_li .search_li_title .title_left {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    display: block;
    float: left;
    width: 90%;
    height: 19px;
}

.search__container .search_ul .search_li .search_li_title .title_right {
    display: block;
    float: right;
    width: 5%;
    height: 19px;
}

.search__container .search_ul .search_li .search_li_option {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 100%;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid #e4e5e5;
    border-left: 1px solid #e4e5e5;
    border-right: 1px solid #e4e5e5;
}

.search__container .search_ul .search_li .search_li_option a {
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    font-size: 15px;
    line-height: 45px;
    font-family: sinews_sans_promedium, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #666;
    border-bottom: solid 1px #e4e5e5;
    padding-left: 15px;
}

.search__container .search_ul .search_li .search_li_option a:hover {
    background-color: #b0d1c7;
    cursor: pointer;
    color: white;
}


/*banner样式*/
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/*-- 传感器专题页样式 --*/
.topic_search {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #0F4F8C;
}

.topic_search .topic_search_title {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    border-bottom: solid 1px #0F4F8C;
    height: 45px;
    overflow: hidden;
}

.topic_search .topic_search_title span {
    height: 100%;
    line-height: 45px;
    font-size: 18px;
    color: #0F4F8C;
}

.topic_search .topic_search_body {
    box-sizing: border-box;
    width: 100%;
}

/*.topic_search .topic_search_body input {
    display: block;
    width: 90%;
    height: 32px;
    line-height: 32px;
    margin: 10px auto 0px;
    border: solid 1px gray;
}*/

.topic_search .topic_search_body .search_keyword {
    margin-top: 10px;
    box-sizing: border-box;
    width: 70%;
    height: 35px;
    float: left;
    padding-left: 10px;
}

.topic_search .topic_search_body .search_keyword input {
    width: 100%;
    height: 100%;
}

.topic_search .topic_search_body .search_button {
    margin-top: 10px;
    box-sizing: border-box;
    width: 30%;
    height: 35px;
    float: left;
    padding: 0 10px;
}

.topic_search .topic_search_body .search_button a {
    box-sizing: border-box;
    display: block;
    height: 35px;
    width: 100%;
    line-height: 35px;
    border-radius: 5px;
    background-color: #0F4F8C;
    color: white;
    font-size: 14px;
    text-align: center;
}

.topic_search .topic_search_body span {
    display: block;
    width: 100%;
    margin: 10px 0px 0px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0;
}

.topic_search .topic_search_body span:hover {
    cursor: pointer;
    background-color: #0F4F8C;
    color: white;
}

.topic_search .topic_search_body .active {
    background-color: #0F4F8C;
    color: white;
}


.topic_search .topic_search_button {
    box-sizing: border-box;
    width: 100%;
    border-top: solid 1px gray;
    height: 45px;
    overflow: hidden;
}

/*.topic_search .topic_search_button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #0F4F8C;
    color: white;
    text-align: center;
}*/

.topic_desc {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #0F4F8C;
}

.topic_desc .topic_desc_title {
    margin: 0;
    width: 100%;
    height: 45px;
    background-color: #0F4F8C;
}

.topic_desc .topic_desc_title h3 {
    color: white;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

.topic_desc p {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
}

.topic_list {
    height: 100%;
    overflow: hidden;
}

.topic_list .topic_list_title {
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 2px #0F4F8C;
    height: 45px;
    overflow: hidden;
    float: left;
}

.topic_list .topic_list_title span {
    display: block;
    height: 100%;
    float: left;
    line-height: 45px;
    font-size: 18px;
    background-color: #0F4F8C;
    border-radius: 0px 5px 0px 0px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.topic_list .topic_list_content {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: none;
    padding-bottom: 20px;
}

.topic_list .topic_list_content .topic_list_content_item {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border: solid 1px #D5D5D5;
    border-radius: 5px;
    background-color: #E5E5E5;
    position: relative;
}

.topic_list .topic_list_content .topic_list_content_item .img {
    float: left;
    width: 100%;
    height: 260px;
    background-color: #FFFFFF;
    overflow: hidden;
}

@media (max-width: 768px) {
    .topic_list {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .topic_list .topic_list_content .topic_list_content_item {
        height: 220px;
    }

    .topic_list .topic_list_content .topic_list_content_item .img {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .topic_list .topic_list_content .topic_list_content_item {
        height: 260px;
    }

    .topic_list .topic_list_content .topic_list_content_item .img {
        height: 220px;
    }
}

.topic_list .topic_list_content .topic_list_content_item .img img {
    display: block;
    width: 90%;
    margin: 10px auto;
    transition: 0.3s;
}

.topic_list .topic_list_content .topic_list_content_item .img img:hover {
    cursor: pointer;
    /*opacity: 0.7;*/
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
}

.topic_list .topic_list_content .topic_list_content_item h3 {
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    text-align: center;

}

.topic_list .topic_list_content .topic_list_content_item .tag {
    position: absolute;
    width: auto;
    height: 24px;
    top: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #f0f1f1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0 5px 5px 0;
}

.topic_list .topic_list_pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.topic_list .topic_list_pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    overflow: hidden;
}

.topic_list .topic_list_pagination ul li {
    box-sizing: border-box;
    float: left;
    height: auto;
    margin-right: 10px;
    border: solid 1px #0F4F8C;
    padding: 0;
}

.topic_list .topic_list_pagination ul li a {
    display: block;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    color: #0F4F8C;
    background-color: #FFFFFF;
    font-size: 12px;
}

.topic_list .topic_list_pagination ul li a:hover {
    background-color: #0F4F8C;
    color: #FFFFFF;
}

.topic_list .topic_list_pagination ul li .active {
    background-color: #0F4F8C;
    color: #FFFFFF;
}

/*-- 专题详情页 --*/
.topic_detail_left {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.topic_detail_left .topic_detail_left_top {
    width: 100%;
    overflow: hidden;
}

.topic_detail_left .topic_detail_left_top .img {
    overflow: hidden;
    padding-left: 0 !important;
}

.topic_detail_left .topic_detail_left_top .img img {
    width: 100%;
}

.topic_detail_left .topic_detail_left_top .desc {
    overflow: hidden;
    padding-left: 0 !important;
}

.topic_detail_left .topic_detail_left_top .desc h3 {
    width: 100%;
    height: 25px;
    font-size: 20px;
    padding-left: 15px;
}

.topic_detail_left .topic_detail_left_top .desc p {
    width: 100%;
    font-size: 16px;
    padding-left: 15px;
}

.topic_detail_left .topic_detail_left_body {
    float: left;
    width: 100%;
    color: #0b0b0b;
    margin-top: 10px;
}

.topic_detail_left .topic_detail_left_body table {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
}

.topic_detail_left .topic_detail_left_body table p {
    box-sizing: border-box;
    height: 100% !important;
    margin: 0 auto !important;
    padding: 5px 0 5px 10px;
}

.topic_detail_right {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #0F4F8C;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.topic_detail_right .topic_detail_right_tile {
    width: 100%;
    background-color: #0F4F8C;
    height: 45px;
    line-height: 45px;
    color: white;
    padding-left: 15px;
}

.topic_detail_right .topic_detail_right_body {
    width: 100%;
    height: auto;
}

.topic_detail_right .topic_detail_right_body ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.topic_detail_right .topic_detail_right_body ul li {
    width: 90%;
    margin: 15px auto;
}

.topic_detail_right .topic_detail_right_body ul li h3 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.topic_detail_right .topic_detail_right_body ul li img {
    width: 100%;
    height: 220px;
}

@media (max-width: 768px) {
    .topic_detail_right {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .topic_detail_right .topic_detail_right_body ul li img {
        height: 160px;
    }
}

@media (min-width: 992px) {
    .topic_detail_right .topic_detail_right_body ul li img {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .topic_detail_right .topic_detail_right_body ul li img {
        height: 240px;
    }
}












