.product-bg-color {
    background-color: #F2F6FC;
}

.product-bg {
    width: 100%;
    height: 500px;
    background-image: url('../Image/product_bg.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
}

.product-list {
    margin-bottom: 100px;
}


.product-img-list .img-box {
    border: 1px solid #eee;
    position: relative;
}

.product-img-list .img-box .mask {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0%;
    width: 100%;
    background: rgba(15, 75, 138, 0.8);
    color: #ffffff;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

.product-img-list .img-box img {
    transition: all 300ms ease-in-out;
}

.product-img-list .img-box:hover img {
    transform: scale(1.04);
}

.product-img-list .img-box:hover .mask {
    opacity: 1;
    height: 100%;
}

.product-img-list .img-box .mask span {
    display: block;
    position: relative;
    line-height: 50px;
}

.product-img-list .img-box .mask span::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

.product-img-list .img-box:hover .mask span::before {
    width: 50px;
}

.product-img-list .img-box .mask span::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

.product-img-list .img-box:hover .mask span::after {
    width: 50px;
}

.product-img-list b {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #303133;
    margin-bottom: 20px;
    font-weight: normal;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: " ";
	clear: both;
}

/*子页面统一样式*/
#info {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    width: 100%;
    margin: 0 auto -84px;
}

#info:after {
    display: block;
    content: '';
    clear: both
}

.info-right {
    width: 100%;
}


.info-loca {
    color: #0076c7;
    overflow: hidden;
}

.info-loca h3 {
    float: left;
    line-height: 50px;
    font-size: 25px;
    color: #434343
}

.info-loca .loca {
    float: right;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    line-height: 30px;
}

.info-loca .loca a {
    color: #fff
}


.proinfo .info_img_detail {
	float: left;
	width: 35%;
	border: 1px solid #ddd;
}

.proinfo .info_img_detail img {
	max-width: 100%;
}

.proinfo div:last-child {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 64%;
	background: #f8f8f8;
	height: 332px;
	padding-left: 50px;
	padding-right: 50px;
}

.proinfo .food_name {
	margin-top: 23px;
	font-size: 20px;
	text-align: left;
}

.proinfo div:last-child p {
	font-size: 14px;
	line-height: 25px;
}

.proinfo div:last-child small {
	display: block;
	margin-top: 12px;
	line-height: 23px;
}

.content_p {
	margin-top: 40px;
}

.content_p table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.content_p table td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc
}

.content_p img {
	max-width: 95%
}

.content_p p {
	font-size: 14px;
	line-height: 30px
}

.content_p span.sp {
	display: block;
	background-color: #ddd;
	color: #fff;
	margin-bottom: 20px;
	overflow: hidden
}

.content_p span.sp small {
	background: #0076c7;
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	width: 120px
}




.sidebar {
    width: 100%;
}

.sidebar .product-type-name {
    line-height: 50px;
}

.sidebar .product-type-name b {
    font-weight: normal;
    font-size: 20px;
    color: #164ba3;
}

.sidebar .product-type-name b small {
    color: #b1b1b1;
    font-size: 12px;
    padding-left: 10px;
}

.sidebar ul li {
    line-height: 52px;
    width: 100%;
    background-color: #ececec;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.sidebar ul li.active a{
    background: url('../Image/product/product_icon_hover.png')no-repeat 30px center #003F89;
    color: #ffffff;
}

.sidebar ul li a {
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #606266;
    text-indent: 60px;
}

.sidebar ul li a{
    background: url('../Image/product/product_icon.png')no-repeat 30px center #ffffff;
}

.sidebar ul li:hover a {
    background: url('../Image/product/product_icon_hover.png')no-repeat 30px center #003F89;
    color: #ffffff;
}

/* .sidebar ul.cr li:nth-child(1) a {
    background: url('../Image/product/s1.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(2) a {
    background: url('../Image/product/s2.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(3) a {
    background: url('../Image/product/s3.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(4) a {
    background: url('../Image/product/s4.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(5) a {
    background: url('../Image/product/s5.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(6) a {
    background: url('../Image/product/s12.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(7) a {
    background: url('../Image/product/s13.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(8) a {
    background: url('../Image/product/s14.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(9) a {
    background: url('../Image/product/s15.png')no-repeat 30px center;
}

.index-sidebar ul.cr li:nth-child(6) a {
    background: url('../Image/product/s11.png')no-repeat 30px center #164ba3 !important;
    color: #fff !important;
}

.index-sidebar ul.cr li:nth-child(6):hover a {
    background: url('../Image/product/s11.png')no-repeat 220px center #164ba3 !important;
} */


/* .sidebar ul.et li:nth-child(1) a {
    background: url('../Image/product/s6.png')no-repeat 30px center;
}

.sidebar ul.et li:nth-child(2) a {
    background: url('../Image/product/s7.png')no-repeat 30px center;
}

.sidebar ul.et li:nth-child(3) a {
    background: url('../Image/product/s8.png')no-repeat 30px center;
} */


.sidebar .message {
    padding-top: 16px;
    background: url('../Image/product/s9.png')no-repeat center center;
    width: 100%;
    height: 111px;
    text-align: center;
    color: #fff;
}

.sidebar .message i {
    display: block;
    width: 38px;
    height: 32px;
    background: url('../Image/product/s10.png')no-repeat center center;
    margin: 0px auto 6px;
}

.sidebar .message b {
    display: block;
    font-size: 18px;
}

.sidebar .message small {
    opacity: .5;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

}