.home-banner img {
    width: 100%;
    height: 100vh;
}

.home-about {
    padding: 10rem 0;
    background-color: #f4f4f4;
}

.home-about .fitstrow {
    display: flex;
}

.home-about .h-aboutlist {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 60px;
    margin: 0 20px 20px 0;
}

.home-about .h-aboutlist p {
    margin-bottom: 0;
    font-size: 28px;
    color: #014085;
    padding-top: 10px;
}

.home-about .col-md-4 {
    width: 30.333333%;
}

.home-about .rightabout {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-about .rightabout h1 {
    font-weight: 700;
}

.home-about .rightabout p {
    text-indent: 2rem;
    line-height: 2.5;
    letter-spacing: 2px;
}

.button {
    display: flex;
    justify-content: flex-end;
}

.button a span {
    font-weight: 700;
}

.home-product {
    padding: 5rem 0;
}

.home-product .product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-product .product-top h1 {
    font-weight: 700;
}

.home-product .bgproduct {
    background: url(../images/bgproduct2.jpg) no-repeat;
    background-size: 105% 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-product .bgproduct .bgproductleft p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 3;
    letter-spacing: 2px;
    padding: 0 0 0 40px;
}

.home-product .bgproduct .bgproductimg {
    text-align: center;
}

.home-product .proitem .hproimg {
    height: 17rem;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.home-product .proitem .hproimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-product .proitem .hproimg:hover img {
    transform: scale(1.1);
}

.home-product .proitem p {
    margin-bottom: 0;
    background-color: #00498e;
    text-align: center;
    line-height: 3;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-area {
    background-color: #f4f4f4;
    padding-bottom: 5rem;
}

.home-area .area-bg {
    background: url(../images/bgarea.jpg) no-repeat;
    padding-top: 5rem;
}

.home-area .area-bg .areatitle {
    color: #fff;
}

.home-area .area-bg .areatitle h1 {
    font-weight: 700;
}

.home-area .area-bg .areatitle h4 {
    margin: 40px 0 80px 0;
    font-weight: 500;
}

.home-area .area-bg .areaitem {
    position: relative;
}

.home-area .area-bg .areaitem .areaimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-area .area-bg .areaitem .areatext {
    position: absolute;
    top: 50px;
    left: 30px;
    color: #014085;
    padding: 0 10px;
}

.home-area .area-bg .areaitem .areatext h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 28px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.home-area .area-bg .areaitem .areatext p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.home-news {
    padding: 6rem 0 10rem 0;
}

.home-news .news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.home-news .news-top h1 {
    font-weight: 700;
}

.home-news .h-newsitem .h-newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news .h-newsitem .h-newstext {
    background-color: #f5f5f5;
    padding: 20px 20px 40px 20px;
}

.home-news .h-newsitem .h-newstext .h-newsdate {
    color: #7e7e7e;
    font-size: 22px;
    margin-bottom: 10px;
}

.home-news .h-newsitem .h-newstext h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .contents h1,
.main .contents h5 {
    text-align: center;
    line-height: 1.6;
}

.main .contents .content {
    line-height: 2;
    margin: 24px 0;
}

.main .contents .content .product-item {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.main .contents .content .product-item .product-img {
    height: 12rem;
    overflow: hidden;
}

.main .contents .content .product-item .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .contents .content .product-item p {
    margin: 0;
    padding: 0 12px;
    line-height: 3;
    color: #333;
    background-color: #F4F4F4;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .contents .content .product-item:hover p {
    background: #00498e;
    color: #fff;
}

.main .contents .content .product-item:hover .product-img img {
    transform: scale(1.1);
}

.procontact img {
    max-width: 100%;
    height: auto;
}

.procontact table {
    text-align: center;
}

.pagenavi {
    line-height: 2;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ecedef;
    margin: 10px 0 0 0;
    padding: 0;
}

.pagenavi li {
    display: flex;
    align-content: center;
    margin-top: 10px;
}

.bigtit {
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-left: 5px solid #00498e;
    padding-left: 15px;
    line-height: 2.6;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #ecedef;
    color: #888;
}

.listitem {
    text-align: center;
}

.listimg {
    height: 12rem;
    overflow: hidden;
}

.listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listitem p {
    line-height: 2.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

.listitem a:hover p {
    background-color: #00498e;
    color: #fff;
}

.listitem a:hover .listimg img {
    transform: scale(1.1);
}

.main .contents .content .newsitem {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 12px 0;
}

.main .contents .content .newsitem .date {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    border-radius: 6px;
    line-height: 1.2;
    padding: 15px;
    float: left;
    margin-right: 12px;
}

.main .contents .content .newsitem .date * {
    transition: unset;
}

.main .contents .content .newsitem .date span {
    font-size: 12px;
    display: block;
}

.main .contents .content .newsitem .newstext h2 {
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.main .contents .content .newsitem .newstext p {
    color: #666;
    text-indent: 2rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.main .contents .content .newsitem:hover {
    border: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    transform: translateY(-6px);
    padding: 12px;
    margin: 0 -12px;
}

.main .contents .content .newsitem:hover .date {
    background: #003574;
    color: #fff;
}

.newsimg img {
    max-width: 100%;
    height: auto;
}

.main .contents h5 {
    font-size: 14px;
    color: #ccc;
}

.main .content_text {
    padding: 6px;
}

.main .content_text p {
    margin-bottom: 0;
    line-height: 2.4;
}

.main .contents .content ul {
    margin: 20px 0 0;
    padding: 0;
}