/* 身体部分css */
.main{max-width:640px;margin:auto;}
/* 轮播图css */
.main .banner{overflow:hidden;position:relative;}
.main .banner ul li{float:left;}
.main .banner ul li img{width:640px;}
.main .tab{width:264px;display:flex;justify-content:space-between;position:absolute;bottom:10px;left:50%;margin-left:-132px;}
.main .tab span{display:block;width:80px;height:11px;background:#fff;float:left;margin:0 4px;}
.main .tab span.on{background:#002B38;}
/* 头部导航css */
.main .head_nav ul{display:flex;}
.main .head_nav ul li{flex:1;background:#efefef;border:1px solid #cdcdcd;padding-top:15px;}
.main .head_nav ul li a{display:block}
.main .head_nav ul li a img{display:block;margin:0 auto;max-width:48%;}
.main .head_nav ul li a span{display:block;text-align:center;font-size:22px;line-height:2;margin-top:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/* 产品列表css */
.product{margin-top:35px;}
.product .pro_head{width:90%;height:92px;margin:0 auto;border:4px solid #00abd3;position:relative;}
.product .pro_head .pro_cover{width:330px;height:112px;position:absolute;left:50%;top:-10px;margin-left:-165px;background:#fff;}
.product .pro_head .pro_cover a{    color: #00abd3;font-size:44px;display:block;text-align:center;font-weight:800;margin-top:22px;}
.product .pro_list ul{margin-top:20px;}
.product .pro_list ul li{width:45%;margin:1% 2%;text-align:center;box-sizing:border-box;border:2px solid #e4e4e4;}
.product .pro_list ul li:nth-child(odd){margin-left:3%;}
.product .pro_list ul li:nth-child(even){margin-right:3%;}
.product .pro_list ul li a{display:block;}
.product .pro_list ul li a img{max-width:100%;    height: 283px;}
.product .pro_list ul li a p{font-size:22px;line-height:3;background:#e4e4e4;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/* 新闻列表css */
.case{margin-top:35px;}
.case .case_head{background:#00abd3;height:120px;color:#fff;padding:0 32px;line-height:120px;}
.case .case_head h1{font-size:44px;}
.case .case_head a{color:inherit;display:block;font-size:30px;}
.case .case_list ul{padding-top:10px;}
.case .case_list ul li{width:45.5%;margin:1.5%;}
.case .case_list ul li:nth-child(odd){margin-left:3%;}
.case .case_list ul li:nth-child(even){margin-right:3%;}
.case .case_list ul li a{display:block;text-align:center;position:relative;}
.case .case_list ul li a img{width:100%;}
.case .case_list ul li a p{position:absolute;line-height:2.5;bottom:0;width:100%;background:rgba(0,0,0,0.65);color:#fff;font-size:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/* 新闻列表css */
.new .new_list ul{padding-top:20px;}
.new .new_list ul li:nth-child(1){padding-top:0;}
.new .new_list ul li{padding:1.5% 3.5% 0;border-bottom:1px solid #e4e4e4;overflow: hidden;height: 126px;}
.new .new_list ul li a{display:block;height: 132px;overflow: hidden;}
.new .new_list ul li a h1{color:#333333;font-size:24px;font-weight:bold;line-height:1.75;}
.new .new_list ul li a p{font-size:22px;line-height:1.75;padding-bottom:6px;}
.new .new_list ul li a p,
.new .new_list ul li a span{font-size:22px!important;color:inherit;}
.new .new_list ul li a p img{display: none}
<!--0.00018715858459473-->