@import url(main.css);
#main{width:100%;margin:5px auto 0;padding:20px 0;background:#F3F3F3}
#left{width:250px;}
#right{width:935px;}

.sidebar{width:100%;margin-bottom:20px;}
.sidebar_tit{width:100%;background:#e52128;text-align:center;padding:44px 0;}
.sidebar_tit h2{font-size:26px;line-height:30px;color:#FFF;}
.sidebar_tit h2 a{color:#FFF;}

.sidebar_list{border:1px solid #e52128;padding:20px 5% 0;background:#FFF;}
.sidebar_list li{height:35px;width:90%;background:#e52128;margin-bottom:30px;padding-left:10%;border-radius:10px;}
.sidebar_list li a{color:#FFF;}

.crumb{width:100%;height:60px;background:#dedede;}
.crumb p{font-size:16px;line-height:60px;padding-left:2%;}

.about{width:100%;}
.about img{max-width:100%;margin-top:10px;margin-bottom:10px;width:100%;}
.about h1{font-size:20px;line-height:60px;text-align:center;color:#e52128;}
.about h1 a{color:#000;}
.about p{font-size:16px;line-height:32px;text-indent:2em;}

.contact{width:100%;}
.contact h1{font-size:20px;line-height:40px;margin-top:20px;padding-left:20px;}
.contact p{padding-left:20px;}
.contact p b{font-weight:500;display:inline-block;width:70px;text-align:right;text-align: justify;text-align-last: justify;}

.contact_ditu{width:50%;background:#f1f1f1;}

/*新闻中心 列表*/
.news{width:100%;margin-top:20px;}
.news_list{width:100%;padding:0 0;}
.news_list li{padding:10px 1%;background:#FFF;margin-bottom:10px;}
.news_list li:last-child{border-bottom:none;}
.news_list li a{display:flex;justify-content:space-between;}
.news_li_img{width:19%;margin-right:2%;display:flex;align-items:center;flex-wrap:wrap;align-content:center}
.news_li_img img{width:100%;height:auto;}
.news_li_img span{width:100%;text-align:center;font-size:16px;line-height:20px;margin-bottom:10px;}
.news_li_img b{width:100%;text-align:center;font-size:26px;line-height:20px;font-weight:500;}

.news_li_con{width:90%;}
.news_li_con .news_h1{font-size:16px;line-height:32px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_li_con .news_time{display:flex;justify-content:flex-start;}
.news_li_con .news_time span{color:#afa9a9;font-size:12px;line-height:24px;}
.news_li_con p{font-size:14px;line-height:28px;color:#afa9a9;font-weight:500;margin-top:5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

/*新闻中心 内容详情*/
.news_con{margin-top:10px;padding:10px;}
.news_con h1{text-align:center;font-size:20px;}
.news_con span{display:block;text-align:center;color:#999;}
.news_con p{font-size:16px;line-height:32px;}

.subpart{margin:20px 0;background:#e1e1e1;height:40px;line-height:40px;border-radius:10px;color:#000;}
.subpart p{width:44%;padding:0 2%;margin-right:4%;overflow:hidden;float:left;}
.subpart p:last-child{margin-right:0;}
.subpart a{color:#000;}

.pro{width:100%;margin-top:20px;}

.pro_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.pro_list li{width:32.333%;margin-bottom:20px;border:1px solid #dedede;}
.pro_list li a span{display:block;width:100%;overflow: hidden;}
.pro_list li a span img{width:100%;height:auto;transition: .5s;}
.pro_list li:hover a span img{transform: scale(1.1);transition: .5s;}
.pro_list li a p{height:40px;line-height:40px;background:#dedede;font-size:16px;text-align: center;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;white-space: nowrap;transition: .5s;}
.pro_list li:hover a p{background:#e52128;color:#FFF;transition: .5s;}

.pro_con{margin-top:20px;}
.pro_con h1{font-size:20px;line-height:60px;text-align: center;}
.pro_con img{max-width:100%;height:auto;margin:20px auto;}
.pro_con p{font-size:16px;line-height:32px;text-indent: 2em;;}

.model dl{margin-top:20px;}
.model dl dt{background:#e52128;color:#FFF;height:50px;line-height:50px;font-size:18px;}
.model dl dd{height:40px;line-height:40px;font-size:16px;}
.model dl dd:nth-child(odd){background:#e1e1e1;}
.model dl dd:hover{background:#e52128;}
.model dl dd:hover a{color:#FFF;}
.model dl dd a{color:#444;}

.model_list{display:flex;justify-content:space-between;}
.model_list li{width:10%;text-align:center;}
.model_list li:nth-child(1){width:30%;}
.model_list li:last-child{width:20%;}

.model_sub{width:100%;margin-top:20px;}
.model_detail{}
.model_detail img{max-width:100%;margin:0 auto;border:1px solid #ccc;}
.model_detail table{width:99%;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;height:50px;line-height:50px;margin:30px auto 0;}
.model_detail table tr{border-bottom:1px dashed #ddd;}
.model_detail table tr:last-child{border-bottom:1px solid #ddd;}

.model_detail table tr th{width:30%;background:#f0f0f0;}
.model_detail table tr td{border-left:1px solid #ddd;padding-left:20px;background:#FFF;}
.model_detail p{font-size:16px;line-height:32px;text-indent:2em;padding:20px 10px;}

.model_con{margin-top:20px;}
.model_con h4{width:96%;padding:0 2%;background:#e52128;height:50px;line-height:50px;color:#FFF;border-radius:10px;font-size:18px;}
.model_con img{max-width:100%;margin:20px auto;}

.model_tj{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.model_tj li{width:31.333%;height:35px;line-height:35px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}


















