@charset "utf-8";
/* CSS Document */
.index-company{width:53%;float:left;text-align:left;margin-right:2%;}
.index-product{width:45%;float:left;}

.index-product-img{width:calc(100% - 150px);float:left;}
.index-product-img img{max-width:90%;margin-left:auto;margin-right:auto;}
.index-product-txt{width:120px;float:right;text-align:left;}
.index-product-txt h3{font-size:18px; font-weight:bolder;color:#575e71;}
.pro-category{background-color:#575e71;color:#FFF;margin-top:20px;line-height:36px;text-align:left;font-size:14px;padding-left:15px; transition:all 1.2s;}
.pro-category a{color:#FFF;font-size:14px;}
.pro-category:hover{background-color:#e37c6f;}
.index-count{height:90px;}
.index-count li{width:20%;float:left;margin-left:20%; position:relative;}
.index-count li:first-child{margin-left:0;}
.index-count li p{font-size:14px;padding-top:10px;}
.count-num{font-size:48px;color:#575e71;font-family:Verdana, Geneva, sans-serif;font-weight:bolder;}
.index-count span{font-size:16px; position:absolute;top:5px;right:-15px;}

.company-nav{text-align:left;padding-bottom:60px;}
.company-nav p{ text-indent:2em;padding-top:15px;}
.company-nav p b{font-weight:bolder;}

.equs-nav h1{font-size:24px;text-align:left;font-weight:bolder;padding-top:20px;}
.equs-nav h1::before{content: "";display:inline-block;width:7px;height:20px;background-color:#e67c6c;margin-right: 0.5em;border-radius:2px;overflow:hidden;margin-top:4px;}
.equs-nav li{float:left;width:30%;margin-left:5%;height:300px;margin-top:25px;}
.equs-nav li:nth-child(3n+1){margin-left:0;}
.equ-img{width:100%;border:1px solid #E9E9E9;height:245px; display:flex;justify-content:center;align-items:center;overflow:hidden;object-fit: cover;transition: transform 2s ease;}
.equ-img img{max-width:100%;max-height:100%;}
.equ-img:hover img{transform: scale(1.3);}
.page{padding-bottom:50px;text-align:left;padding-top:20px;}
.page a{padding:3px 5px;border-radius:2px;overflow:hidden;}

.product-nav{text-align:left;}
.pro-nav{margin-bottom:45px;}
.pro-nav h2{font-size:24px;color:#e37b6e;margin-bottom:20px; font-weight:bolder;}
.pro-content h2{color:#565d6f;font-size:20px;}
.pro-table{border-top:1px solid #D9D9D9;border-right:1px solid #D9D9D9;}
.pro-table td{text-align:center; line-height:30px;border-left:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;}
.table-header td{background-color:#E9E9E9;}

@media screen and (max-width:640px){
	.index-company{width:96%;float:none;}
	.index-product{width:96%;float:none;margin-top:10px;}
	.index-product-img img{margin-top:50px;}
	
	.index-count li{width:32%;margin-left:2%;}
	.index-count li p{font-size:0.8em;}
	.count-num{font-size:1.3em;}
	.index-count span{right:0;top:0;font-size:0.9em;}
	
	.equs-nav{margin-top:0px;border-top:2px solid #4b566a;}
	.equs-nav li{height:120px;}
	.equ-img{height:90px;}
}