/*list_products 产品中心列表页*/
.list_products{ width:100%; overflow:hidden; border-bottom:1px solid #eee; padding:50px 0;}
.list_products .pic{ height:200px; }
.list_products .more{ margin:15px 0;}
.list_products h2{ font-size:24px;}

/*list_news 新闻中心列表页*/
.list_news{ width:100%; overflow:hidden; border-bottom:1px solid #eee; padding:50px 0;}
.list_news .pic{ height:200px; }
.list_news .more{ margin:15px 0;}
.list_news h2{ font-size:24px;}

/*list_case 应用案例列表页*/
.list_case{ width:100%; overflow:hidden; border-bottom:1px solid #eee; padding:50px 0;}
.list_case .pic{ height:200px; }
.list_case .more{ margin:15px 0;}
.list_case h2{ font-size:24px;}

/*list_tech 技术支持列表页*/
.list_tech{ width:100%; overflow:hidden; border-bottom:1px solid #eee; padding:50px 0;}
.list_tech .pic{ height:200px; }
.list_tech .more{ margin:15px 0;}
.list_tech h2{ font-size:24px;}

/*page_about_one 关于我们单面模块样式一*/

/*list_products_one 产品展示列表页模块样式一*/
.main_frame .list_products_one ul{padding:0;}
.main_frame .list_products_one ul li{ list-style:none; margin-bottom:30px;}

.main_frame .list_products_one .list_products_img_one{ height:300px; overflow: hidden; border:1px solid #eee;}
.main_frame .list_products_one .list_products_img_one img{cursor: pointer;transition: all 0.6s; max-width:100%; min-height:100%;}
.main_frame .list_products_one .list_products_img_one img:hover{transform: scale(1.4);}

/*article_products_one 产品内容页模块样式一*/
.main_frame .article_products_one  h1{ font-weight:bold; margin-bottom:25px;}
.main_frame .article_products_one .left{ float:left; border-right:1px solid #eee; padding-right:40px; overflow:hidden; text-align:center;}
.main_frame .article_products_one .right{ float:right; width:700px; overflow:hidden;}

.main_frame .article_products_one .right .imgTextImgBox img{ width:100%; max-width:100%;}
.main_frame .article_products_one .left .article_user{ margin:50px 0;}

/*list_news_one 新闻列表页模块样式一*/
.main_frame .list_news_one ul{padding:0;}
.main_frame .list_news_one ul li{ list-style:none; margin-bottom:30px; border:1px solid #eee; overflow:hidden; padding:15px 0 15px 0;}

.main_frame .list_news_one .list_news_img_one{ width:100%; height:200px; overflow: hidden; border:1px solid #eee;}
.main_frame .list_news_one .list_news_img_one img{cursor: pointer;transition: all 0.6s; max-height:100%; min-width:100%;}
.main_frame .list_news_one .list_news_img_one img:hover{transform: scale(1.4);}

.content_text_1{ position:absolute; right:0; top:180px;}
.content_text_1 span{ margin:0 15px;}

/*article_news_one 新闻内容页模块样式一*/
.main_frame .article_news_one  h1{ font-weight:bold; margin-bottom:25px;}
.main_frame .article_news_one .left{ float:left; border-right:1px solid #eee; padding-right:40px; overflow:hidden; text-align:center;}
.main_frame .article_news_one .right{ float:right; width:700px; overflow:hidden;}

.main_frame .article_news_one .right .imgTextImgBox img{ width:100%; max-width:100%;}
.main_frame .article_news_one .left .article_user{ margin:50px 0;}

.main_frame .article_news_one_mobile .article_user{ text-align:center; padding-top:10px; padding-bottom:10px; display:none;}
.main_frame .article_news_one_mobile h4{ font-weight:bold;}
.main_frame .article_news_one_mobile{ display:none;}

.main_frame .article_content{ font-size:14px; padding-top:20px; padding-bottom:20px; width:100%; word-wrap:break-word;} 

