.row {
    margin: 0;
    padding: 0;
}

/* 标题 */

.product_head {
    height: 420px;
    margin-top: 80px;
    color: #FFFFFF;
}

.product_head img {
    width: 100%;
    height: 100%;
}

.product_head_wz {
    width: auto;
    height: 69px;
    position: absolute;
    top: 200px;
    left: 15%;
}

.product_head_wz h2 {
    text-align: center;
}

.product_head_wz p {
    display: flex;
    justify-content: space-evenly;
}

.product_head_wz p span {
    margin: 0 2px;
}


/* 导航搜索栏 */

.prouct_info_nav {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 9;
    line-height: 32px;
}

.prouct_info_nav a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑;
    opacity: 0.9;
    transition: opacity 0.3s ease 0s;
    background: transparent;
    text-decoration: none;
}

.prouct_info_nav i {
    background: url(../images/Product_info/pro21.png);
    width: 3px;
    height: 7px;
    margin: 0 5px 0 7px;
    display: inline-block;
}

.prouct_info_form {
    margin-top: 40px;
    width: 185px;
    float: right;
    height: 34px;
    line-height: 34px;
    border-radius: 15px;
    border: 1px solid #746f6c;
    padding: 0 16px 0 18px;
    transition: border .3s;
    display: flex;
    justify-content: space-between;
}

.prouct_info_text {
    background: 0;
    border: 0;
    font-size: 12px;
    color: #999;
    height: 34px;
    line-height: 34px;
    width: 80%;
}


.prouct_info_text:focus {
    outline: none;
}

.prouct_info_submit {
    width: 13px;
    height: 34px;
    line-height: 34px;
    background: url(../images/Product_info/pro22.png) no-repeat center;
    border: 0;
}

/* 产品列表 */

.prouct_info_list {
    margin-top: 35px;
}

.prouct_info_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.prouct_info_list ul li {
    list-style-type: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 35px;
}

.prouct_info_list p {
    display: block;
}

.prouct_info_pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 250px; */
	padding: 8%;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.prouct_info_pic a {
    background: transparent;
    text-decoration: none;
    color: #08c;
}

.prouct_info_pic a img {
    transition: all 1s;
    width: 100%;
}

.prouct_info_add {
    padding-left: 28px;
    height: 16px;
    background: url(../images/Product_info/pro23.png) no-repeat left center;
    background-size: 14px !important;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    color: #b2b2b2;
    transition: background .3s, color .3s;
    display: none;
}

.prouct_info_con {
    display: block;
}

.prouct_info_list h2 {
    font-size: 16px;
    color: #999;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.prouct_info_wenzi {
    font-size: 16px;
    color: #333;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
}

.prouct_info_more {
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    font-size: 15px;
    color: #333;
    border-radius: 2px;
    transition: background .3s, color .3s, border .3s;
    margin-top: 20px;
}

.prouct_info_list ul li:hover {
    cursor: pointer;
}

.prouct_info_list ul li:hover .prouct_info_add {
    background: url(../images/Product_info/pro23_h.png) no-repeat left center;
    color: #00B0A7;
}

.prouct_info_list ul li:hover .prouct_info_more {
    color: #fff;
    background-color: #00B0A7;
}

.prouct_info_list ul li:hover .prouct_info_pic a img {
    transform: scale(1.1);
}


/* 分页 */

.goods_not {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.list-pages {
    font-size: 14px;
    height: auto;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list-pages a, .list-pages span, .go-page {
    text-decoration: none;
    display: flex;
	justify-content: center;
	align-items: center;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 2px;
    height: 40px;
    background: #f7f7f7;
    color: #686868;
    text-decoration: none;
    transition: background .3s, color .3s;
}

.list-pages a:hover, .list-pages .act, .list-pages span:hover, .go-page:hover {
    background-color: #00B0A7;
    color: #fff;
}

.pagesin {
    display: flex;
}

.pagesin a {
    width: 40px;
}

.input-page {
    height: 30px;
    line-height: 30px;
    width: 45px;
    margin: 0 2px;
    margin-top: 5px;
}

.input-page:focus {
    outline-color: #00B0A7;
}

.go-page {
    cursor: pointer;
    outline: none;
    border: none;
}


.news-page {
    margin-top: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;

}

.news-page a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    color: #686868;
    text-decoration: none;
    transition: background .3s, color .3s;
}


.news-page a:hover, .go:hover, .news-page .act {
    background-color: #00B0A7;
    color: #fff;
}

.list-pages a, .go-page , .list-pages span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.list-pages .pre-page, .list-pages .next-page {
    width: auto;
}

.go-wz {
    padding: 0 10px;
    color: #999999;
}

/* 左边侧栏*/

.L_column {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    background: #00B0A7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .2);
    line-height: 26px;
    width: auto;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    margin-top: -62px;
}

.L_column span {
    display: block;
    padding: 8px;
    margin: 0 auto;
}

.column_list {
    position: fixed;
    top: 60%;
    display: none;
    z-index: 10;
    background: #fff;
    width: 305px;
    height: 50%;
    margin-top: -350px;
    overflow: auto;
    transition: left .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 0 10px 10px 0;
}

.column_list ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column_list ul {
    height: 100%;
    overflow-y: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 滚动条宽度 */
.column_list ul::-webkit-scrollbar {
    width: 2px;
}

/* 滚动条中能上下移动的小块 */
.column_list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #00B0A7;
}


.column_list ul li a {
    text-decoration: none;
    display: block;
    color: #010101;
}

/* 下拉菜单 */

.one {
    padding: 0 3% 0 15%;
    font-size: 16px;
    line-height: 50px;
    background: #fff url(../images/Product_info/pro01-black.png) no-repeat 10px 20px;
    transition: background .3s;
}

.one_t {
    padding: 0 3% 0 15%;
    font-size: 16px;
    line-height: 50px;
}


.column_list_1 > .cur {
    color: white;
    background: #fff url(../images/Product_info/pro01-while.png) no-repeat 10px 20px;
    background-color: #00B0A7;
}

.two {
    line-height: 40px;
    padding: 5px 0;
    padding-left: 45px;
    border: 1px solid #e6e6e6;
    transition: color .3s;
}

.column_list_1 .cur2 {
    color: #00B0A7;
}

.three {
    line-height: 30px;
    padding: 5px 0;
    padding-left: 50px;
}

.content2 {
    display: none;
}

.content2 span {
    display: block;
}

.column_list:hover {
    cursor: pointer;
}


@media (min-width: 500px) {
    .one:hover {
        color: white;
        background: #fff url(../images/Product_info/pro01-while.png) no-repeat 10px 20px;
        background-color: #00B0A7;
    }

    .two:hover {
        color: #00B0A7;
    }

}

@media (max-width: 760px) {
    .column_list {
        width: 180px;
        height: 300px;
        margin-top: -220px;
    }

    .column_list_hide {
        display: none;
        position: fixed;
        z-index: 999;
        left: 180px;
        top: 30%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        width: 25px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #00B0A7;
    }
}

@media (max-width: 480px) {
    .prouct_info_list ul li {
        width: 100%;
    }

    .product_head {
        height: 300px;
        margin-top: 50px;
    }

    .product_head_wz {
        left: 30%;
    }

    /* 新闻分页 */
    .input-page {
        height: 25px;
        line-height: 25px;
    }
	
    .list-pages a, .go-page , .list-pages span{
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px;
		margin: 1%;
    }
}
		
/* @media (min-width:550px) and (max-width:768px) {
	.prouct_info_pic a img{
		width: 90%;
		height: 100%;
	}
} */