@import url(main.css);
#main{width:1200px;margin:20px auto;display:flex;justify-content:space-between;}
#left{width:250px;}
#right{width:935px;}

.sidebar{width:100%;margin-bottom:20px;}
.sidebar_tit{background:#ff8800;height:150px;line-height:150px;}
.sidebar_tit h2{background:url(../image/i_sidebar_tit.png) 45px center no-repeat;font-size:24px;color:#FFF;margin-bottom:10px;text-align:center;font-weight:500;}
.sidebar_tit h2 a{color:#FFF;}

.sidebar_list{padding-top:1px;border:1px solid #dedede;border-top:none;}
.sidebar_list li{height:50px;line-height:50px;padding-left:20px;font-size:16px;border-bottom:1px dashed #dedede;transition: .5s;}
.sidebar_list li:last-child{border-bottom:0;}
.sidebar_list li:hover{background:#ff8800;transition: .5s;}
.sidebar_list li:hover a{color:#FFF;}

.crumb{width:100%;height:60px;line-height:60px;display:flex;justify-content:space-between;border-bottom:1px solid #dedede;}
.crumb b{font-size:20px;border-bottom:2px solid #ff8800;padding-left:10px;}
.crumb b a{}
.crumb p{font-size:14px;}

.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:#0f58d6;}
.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;display:none;}
.contact p{padding-left:0px;}
.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{display:flex;justify-content:space-between;flex-wrap:wrap;}
.news_list li{margin-bottom:20px;background:#f9f9f9;padding:10px 1%;}
.news_list li h5{font-size:18px;line-height:36px;font-weight:500;}
.news_list li span{font-size:14px;line-height:50px;}
.news_list li span b{font-size:24px;line-height:50px;margin-right:20px;font-weight:500;}
.news_list p{font-size:14px;line-height:28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}

/*新闻中心 内容详情*/
.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;width: 100%;}
.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.3333%;margin-bottom:10px;}
.pro_list li a{}
.pro_list li a span{display:block;border:1px solid #ccc;overflow:hidden;}
.pro_list li a span img{width:100%;transition:.5s;}
.pro_list li a p{font-size:16px;line-height:40px;text-align:center;}
.pro_list li a:hover span img{transform:scale(1.2);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:#ff8800;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:#ff8800;}

.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;}
.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:#ff8800;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;}


















