@import url(main.css);
#main{width:1200px;margin:40px auto;display:flex;justify-content:space-between;}
#left{width:250px;}
#right{width:935px;}

.sidebar{width:100%;margin-bottom:20px;}
.sidebar_tit{background:#d7003f;height:90px;line-height:90px;border-top-left-radius:10px;border-top-right-radius:10px;}
.sidebar_tit h2{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;background:#f0f0f0;margin-bottom:1px;transition: .5s;}
.sidebar_list li:last-child{border-bottom:0;}
.sidebar_list li:hover{background:#d7003f;transition: .5s;}
.sidebar_list li:hover a{color:#FFF;}

.left_contact{width:100%;}
.left_contact_tit a{display:flex;justify-content:flex-start;border-bottom:1px solid #ccc;padding-bottom:10px;}
.left_contact_tit a p{font-size:22px;line-height:40px;margin-right:10px;color:#d7003f;font-weight:600;}
.left_contact_tit a span{font-size:14px;line-height:40px;color:#8c8c8c;}
.left_contact_tit b{display:block;width:30px;height:3px;background:#d7003f;margin-top:-2px;}

.left_contact_con{margin-top:20px;}
.left_contact_con img{width:100%;}
.left_contact_con p{margin-top:10px;}

.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 #d7003f;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:#d7003f;}
.about h1 a{color:#000;}
.about p{font-size:16px;line-height:32px;text-indent:2em;}

.contact{width:100%;margin-bottom:30px;}
.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:100%;background:#f1f1f1;height: 300px;}

/*新闻中心 列表*/
.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;}
.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:flex-start;flex-wrap:wrap;}
.pro_list li{width:32.033%;margin-bottom:20px;margin-right:1%;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:45px;line-height:45px;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:#d7003f;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;margin-bottom:20px;}
.model dl dt{background:#d7003f;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:#d7003f;}
.model dl dd:hover a{color:#FFF;}
.model dl dd a{color:#444;}

.content{background:#f1f1f1;width:96%;margin:0 auto;padding:30px 2%;display: flex; justify-content: space-between;}
.content span{width:30%;height:auto;}
.content span img{width:100%;height:auto;}
.content_con{width:68%;overflow:hidden;}
.content_con h2{font-size:18px;line-height:40px;}
.content_con p{font-size:14px;line-height:28px;text-indent:2em;}

/* .model{width:100%;margin:0 auto 50px;}
.model dl dt{background:#d7003f;color: #fff;}
.model dl dd:nth-child(odd){background:#e1e1e1;}
.model dl dd:hover{background:#d7003f;}
.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(2){width:30%;}
.model_list li:nth-child(3){width:15%;}
.model_list li:first-child{width:15%;}

/* .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;}

.product_con{margin-top:20px;}
.product_con h4{width:96%;padding:0 2%;background:#d7003f;height:50px;line-height:50px;color:#FFF;border-radius:10px;font-size:18px;}
/* .product_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;} */
.pro_content p{font-size:14px;line-height:35px;text-indent:2em;padding:10px;}
.product_con img{max-width:100%;margin:20px auto;}

.product_tuijian{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.product_tuijian 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;}

/*产品型号*/
.product_sub{display: flex; justify-content: space-between;}
.product_sub img{width:368px;height:368px;margin-right:20px;border:1px solid #ccc;}
.product_sub table{width:810px;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;height:45px;line-height:73px;}
.product_sub table tr{border-bottom:1px dashed #ddd;}
.product_sub table tr:last-child{border-bottom:1px solid #ddd;}
.product_sub table tr th{width:20%;background:#f0f0f0;}
.product_sub table tr td{border-left:1px solid #ddd;padding-left:20px;}

/* .product_con{margin-top:20px;}
.product_con h4{width:100%;border-bottom:1px solid #ccc;height:40px;line-height:40px;font-size:18px;}
.product_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;}
.pro_content p{font-size:14px;line-height:35px;text-indent:2em;padding:10px;}
.product_con img{max-width:800px;height:auto;margin:20px auto;} */

/* .product_tuijian{margin-top:20px;}
.product_tuijian li{width:29.333%;margin:0 2%;float:left;height:35px;line-height:35px;overflow:hidden;} */



.page-num{
    display: inline-block;
        margin-right: -1px;
        padding: 5px;
        border: 1px solid #e2e2e2;
        min-width: 20px;
        text-align: center;
    
}
.page-num-current{
    background: #d7003f;
        color: #fff;
        border: 1px solid #d7003f;
}











