﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
#tagTabs .tagItem:nth-child(2){display:none}
video {width:100%;min-height:inherit}
.home-proitem-page1{background:url(/Content/uploads/20241066594/202407011342205abc506b6afd43cb91038104002f01b9.png) no-repeat scroll center top;background-size: cover;}
.home-proitem-page2{background:url(/Content/uploads/20241066594/2024070113422056b0999cc54f46f5a1b5de6853bce084.png) no-repeat scroll center top;background-size: cover;}
.home-proitem-page3{background:url(/Content/uploads/20241066594/202407011342209a7507c39cf8451d952594cd83d4c82b.png) no-repeat scroll center top;background-size: cover;}
.proitem-lawy{width:1200px;max-width:100%;margin:0 auto;padding:100px 0}
.proitem-box{display:flex}
.proitem-left{width:50%;float:left;padding:20px;box-sizing:border-box}
.proitem-right{width:50%}
.proitem-left h4{font-size:36px;color:#363333;font-weight:700;letter-spacing:0;line-height:1.52;text-align:left}
.proitem-left span{width:20%;display:block;height:2px;background:#d2d2d2;margin:20px 0}
.proitem-text{width:85%}
.proitem-text p:nth-of-type(1){font-size:18px;color:#000;font-weight:600;line-height: 1.52;margin-bottom:20px}
.proitem-btn{display:flex;padding:40px 0 20px}
.proitem-btn a{height:38px;line-height:38px;padding-left:46px;padding-right:46px;background-color:#0067b5;color:#fff;border-radius:0;border-color:#0067b5;border-style:solid;border-width:1px;box-sizing:content-box}
.home-proitem-page2 .proitem-box{justify-content:end}
.home-proitem-page2 .proitem-left span{background: #000000;}

@media (max-width:1320px) {
    .proitem-lawy{padding: 70px 0;}
    .home-proitem-page1,.home-proitem-page2,.home-proitem-page3{background-size: cover;}
    .proitem-left h4{font-size: 32px;line-height: 1;}
    .proitem-left span{margin: 10px 0;}
}
@media (max-width:1200px) {
    .proitem-left h4{font-size: 24px;}
    .proitem-btn{padding: 20px 0;}
    .proitem-text p:nth-of-type(1){font-size: 16px;margin-bottom: 10px;}
    .proitem-text p:nth-of-type(2){font-size: 14px;}
}
@media (max-width:768px) {
    .proitem-lawy{padding: 0;}
    .proitem-btn a{padding: 0 25px;font-size: 14px;}
    .proitem-left{width: 55%;}
}
@media (max-width:450px) {
    .home-proitem-page1, .home-proitem-page2, .home-proitem-page3{background-size: contain;}
    .proitem-left {width: 100%;padding: 110px 10px 0;}
    .proitem-left h4 {font-size: 18px;text-align: center;margin-top: 20px;}
    .proitem-left span {margin: 10px auto;}
    .proitem-text{width: 100%;text-align: center;}
    .proitem-btn {padding: 15px 0;justify-content: center;}
    .proitem-btn a {padding: 0px 20px;font-size: 12px;height: 30px;line-height: 30px;}
}
.home-about .about-info .about-content p{text-align: justify;}