/*搜索栏css*/
.search{
    float: right;
    
    margin: 2px;
}
.search_input{
    border: 1px dashed #00000090;
    border-radius: 5px;
    padding: 7px 0 5px 5px;
}
.search_buttom{
    font-size: 16px;
    background: #067b75;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
}
/*面包屑css*/
.site {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
    color: #000;
    overflow: hidden;
}

.site a {
    color: #000;
}

.site:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    top: 0;
    left: 0;
    background: rgb(6, 123, 117);
    display: block;
}

.menu {
    width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.menu a {
    display: block;
    width: 240px;
    height: 55px;
    background: #eee;
    margin-right: 1px;
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
}

.menu a:hover {
    background: rgb(6, 123, 117);
    color: #fff;
}

@media screen and (max-width:1100px) {
    .menu,
    .site {
        width: auto;
        flex-wrap: wrap;
    }
    #news2 {
        width: auto !important;
    }
    .news2 .newsList .newsBox {
        width: auto;
    }
}
/*案例合作客户、采购产品css*/
.Details-conent{
    font-size: 20px;
    margin: 20px 0;
}
.Details-conent p{
    margin: 10px 0;
}
.case_xmmc_1{
    font-weight: bold;
    
}
.case_xmmc_2{
    font-weight: bold;
    color: red;
}
.case_xmmc_2 a{
    font-weight: bold;
    color: red;
}
/*案例页轮播css*/
/* 本例子css */

.slideBox {
    width: 68%;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    margin: 15px auto;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: -10%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background:#000 url(/static/images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: -10%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/*翻页css*/
.fanye .l {
    float: left;
}

.fanye .r {
    float: right;
}

.fanye {
    font-size: 18px;
    overflow: hidden;
	padding: 5px 0px;
}

.fanye a {
    display: block;
    color: #000;
}

.fanye a:hover {
    font-weight: bold;
    color: rgb(6, 123, 177);
}
/*底部热门产品css*/
.hot_goods {
    overflow: hidden;
}

.hot_goods_list {
    background: #fff;
    box-shadow: 0 0 10px 0 #aaaaaa80;
    float: left;
    border-radius: 10px;
    padding: 10px;
    margin: 1%;
    width: 16%;
}

.hot_goods_list img {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hot_goods_list div {
    text-align: center;
    color: #000;
    font-size: 16px;
}

@media screen and (max-width:1300px) {
    .hot_goods_list {
        width: 42%;
    }
}
/*右侧产品css*/
.ul-newslist111 img {
    display: block;
    width: 30%;
    float: left;
}

.ul-newslist111 div {
    width: 65%;
    float: left;
    font-size: 16px;
    font-family: "NotoSansCJKsc-Regular";
    white-space: break-spaces;
    height: 42px;
	color: #000;
}

.good_left {
    width: 50%;
    float: left;
    margin-top: 2px;
}

.good_left a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.good_left a img {
    height: 80px;
    width: auto;
    margin-top: 10px;
}

.good_left a {
    text-align: center;
    border: 1px solid #aaaaaa50;
    margin-right: 3px;
}
/*tag标签css*/
.tags_right{
    margin: 20px 0;
    box-shadow: 0 0 10px 0#aaaaaa80;
    
}
.tags_right .title,.news_pro .title{
    background: #067b75 !important;
}
.tags_right_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.tags_right a{
    width: 32%;
    float:  left;
    border: 1px solid #aaaaaa80;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.2;
    color: #5a5a5a;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.tags_right a:hover{
    background: rgb(67,112,245);
    color: #fff;
}

