@charset "utf-8";
/* CSS Document */

.clear { clear: both; width: 100%; overflow: hidden; }
.side_right { margin-top:80px;}
.news_content { line-height: 28px; font-size: 16px;  }
.news_content p { margin: 5px 0 }
.news_content blockquote { border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; text-align:center;}
.news_content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 26px; top: 16px; }
/*pics_content*/
h1.c_title { font-size: 28px; margin-bottom: 20px; text-align:center; }
.news_info { color: #888; font-size: 14px; line-height: 24px; text-align:center;}
.news_info p { display: inline-block; margin: 0 15px 0 0; }
.tags_list { margin-bottom: 20px; font-size: 14px; }
.tags_list a { border: #ebe2e2 1px solid; padding: 5px 10px; display: inline-block; margin: 0 10px 5px 0; color: #666; }
.news_next { margin: 30px 0; }
.news_next li { line-height: 28px; color: #666; }
.news_content img {max-width: 100% !important;height: auto !important;margin: 20px auto;display: block;}

/*product info*/
.cp_title { background: #efefef; line-height: 48px; }
.cp_title h3 { background: #565458; color: #fff; font-size: 20px; padding: 0 40px; display: inline-block; }
.other_pro { margin: 30px 0; border: #ececec 1px solid; }
.other_pro ul li { width: 32%; text-align: center; line-height: 36px; overflow: hidden; }

.other_pro ul { padding: 30px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.other_pro ul li i {overflow: hidden;display: block;height: 270px;}
.other_pro ul li i img { width: 100%; min-height: 100%; transition: .5s; }
.other_pro ul li p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background: #f6f6f6; padding: 0 10px; }
.other_pro ul li:hover img { transform: scale(1.1); }
-------------------------------------------------------------------------------
 @media (max-width: 1200px) {
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
.other_pro ul li i { height: 220px; }
}
@media screen and (min-width: 912px) and (max-width: 1023px) {
.other_pro ul li i { height: 196px; }
}
@media (max-width: 911px) {
.side_right { width: 100%; }
.other_pro ul li i { height: 240px }
}
 @media (max-width: 768px) {
.other_pro ul li i { height: 210px }
}
 @media (max-width: 640px) {
h1.c_title { font-size: 22px; }
.other_pro ul { padding: 15px; }
.other_pro ul li i { height: auto; }
.cp_title h3 { padding: 0 26px; font-size: 16px; }
.news_next li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news_info { border-top: none; text-align:center; font-size: 12px; line-height: 20px; }
.news_info p { margin: 0 5px; }
}
 @media only screen and (max-width: 560px) {
h1.c_title { font-size: 20px; }
}