/*关于恒安-电脑端*/
@media screen and (min-width:1000px) {
.content-wrap{ width:80%; margin:0 auto; padding:100px 0 50px 0; display:table; }
.content-left{ width:50%; float:left; }
.content-left img{ width:100%; border-radius:8px; }
.content-right{ width:45%; float:right;  }
.content-right-txt{ width:100%; text-align:justify; display:table; padding-bottom:30px; }
.content-right-txt h1{ font-size:25px; color:#0d4d99; padding-bottom:20px; }
.content-right-txt p { line-height:30px; padding-bottom:10px; }
.content-right-txt li { line-height:35px; }
.content-right-txt span{ padding-right:10px; color:#e60000; }
.content-right-pic{ width:100%; float:left; background:#ddd; margin:10px 0 15px 0; }
.content-right-pic figure{ width:25%; margin:0 auto; float:left; }
.content-right-pic figure img{ padding:8%; box-sizing:border-box; }
.content-right-pic a:hover{ transition:all 0.5s ease; opacity:0.7; }
}

@media screen and (max-width:1900px) {
.content-right-txt h1{ font-size:22px; }
.content-right-txt p { line-height:28px; }
}


/*关于恒安-手机端*/
@media screen and (max-width:1000px) {
.content-wrap{ width:100%; margin:0 auto; display:table; }
.content-left{ width:100%; float:left; }
.content-left img{ width:100%; padding-bottom:30px; }
.content-right{ width:80%; margin:0 auto; }
.content-right-txt{ width:100%; text-align:justify; display:table; padding-bottom:30px; }
.content-right-txt h1{ font-size:22px; color:#0d4d99; padding-bottom:15px; }
.content-right-txt p { line-height:28px; padding-bottom:10px; }
.content-right-txt li { line-height:30px; }
.content-right-txt span{ padding-right:10px; color:#e60000; }
.content-right-pic{ width:100%; float:left; background:#ddd; margin:5px 0 15px 0; }
.content-right-pic figure{ width:25%; margin:0 auto; float:left; }
.content-right-pic figure img{ padding:8%; box-sizing:border-box; }
}


/*产品体系-电脑端*/
@media screen and (min-width:1000px) {
.product-system-wrap{ width:70%; margin:0 auto; padding:150px 0 50px 0; display:table; text-align:justify; }
.product-system{ width:100%; margin:0 auto; margin-bottom:100px; background:#ddd; border-radius:5px; display:table; }
.product-system-img{ width:40%; height:450px; float:left; border-top-left-radius:5px; border-bottom-left-radius:5px; }
.product-system ul{ width:55%; height:400px; padding-top:32px; color:#0d4d99; float:right; overflow:hidden; }
.product-system h1{ font-size:25px; }
.product-system h2{ font-size:18px; font-weight:normal; padding-bottom:5px; }
.product-system li{ font-size:18px; line-height:45px; width:33.33%; float:left; }
.product-system span{ padding-right:10px; color:#e60000; }
.product-system-img:hover{ transition:all 0.5s ease; opacity:0.7; }
}


@media screen and (max-width:1900px) {
.product-system-wrap{ width:80%; padding:100px 0 20px 0; }
.product-system{ margin-bottom:80px; }
.product-system-img{ height:300px; }
.product-system ul{ height:250px; }
.product-system h1{ font-size:22px; }
.product-system h2{ font-size:15px; }
.product-system li{ font-size:15px; line-height:35px; }
}


/*产品体系-手机端*/
@media screen and (max-width:1000px) {
.product-system-wrap{ width:90%; margin:0 auto; padding:0; display:table; text-align:justify; }
.product-system{ width:100%; margin:0 auto; margin-bottom:50px; background:#f3f3f3; border-radius:5px; display:table; }
.product-system-img{ height:220px; border-top-left-radius:5px; border-top-right-radius:5px; }
.product-system ul{ width:90%; height:auto; margin:0 auto; color:#0d4d99; padding:30px 0 20px 0;}
.product-system h1{ font-size:22px; }
.product-system h2{ font-size:16px; font-weight:normal; padding-bottom:10px; }
.product-system li{ font-size:16px; line-height:35px; }
.product-system span{ padding-right:10px; color:#e60000; }

}


/*产品详情-电脑端*/
@media screen and (min-width:1000px) {
.product-details-wrap{ width:80%; margin:0 auto; padding:100px 0 200px 0; display:table; }
.product-details img{ width:25%; border-radius:5px; float:left;}
.product-details img:hover{ transition:all 0.5s ease; opacity:0.7; }
.product-details ul{ width:72%; float:right; display:table; }
.product-details h1{ font-size:25px; color:#0D4D99; padding-bottom:50px; }
.product-details h1 span{ padding-right:10px; color:#e60000; }
.product-details li{ font-size:16px; line-height:45px; }
.product-details span{ color:#0D4D99; font-weight:bold; }
}

@media screen and (max-width:1900px) {
.product-details ul{ width:70%; }
.product-details h1{ font-size:22px; }
.product-details h2{ font-size:15px; }
.product-details li{ font-size:15px; line-height:40px; }
}


/*产品详情-手机端*/
@media screen and (max-width:1000px) {
.product-details-wrap{ width:90%; margin:0 auto; background:#f3f3f3; border-radius:5px; display:table; }
.product-details img{ width:100%; border-top-left-radius:5px; border-top-right-radius:5px; }
.product-details ul{ width:90%; margin:0 auto; padding:50px 0 20px 0; display:table; }
.product-details h1{ font-size:22px; line-height:10px; color:#0d4d99; padding-bottom:50px; }
.product-details h1 span{ padding-right:10px; color:#e60000; }
.product-details li{ line-height:30px; padding-bottom:10px; }
.product-details span{ color:#0d4d99; font-weight:bold; }
}