@charset "utf-8";
/* CSS Document */
:root {
--color:#3383b7;
--color1:#3383b7
}
li#lihome {
    display: none
}
.head-logo {
    height: 100%;
}
.head-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}
.head-logo a img {
    object-fit: contain;
    max-height: 60px
}

@media (max-width:1600px) and (min-width:1025px) {
.head-nav .nav-ul>li>a {
    padding: 0 25px
}
}

@media (max-width:1440px) and (min-width:1025px) {
.head-nav .nav-ul>li>a {
    font-size: 14px
}
}

@media(min-width:769px) {
.contact-list .contact-item {
    width: 31%
}
}

@media(min-width:1025px) {
body {
    padding-top: 90px;
}
.home-banner .swiper-slide>a::after {
    display: none;
}
.head-lang {
    margin-left: 30px;
}
.lang-icon span {
    color: #000;
}
.lang-icon span::before, .lang-icon span::after {
    background: #000;
}
.head-top {
    display: none;
}
}
footer .foot-item.foot-code {
    width: 20%;
}
footer .foot-item.foot-code .foot-erm {
    background: #fff0;
    max-width: none;
}
footer .foot-item.foot-code .wmkcfeedback input {
    width: 100%;
    outline: 0;
    border: 1px solid #EEE;
    background: #f5f8f9;
    border-radius: 5px;
    height: 35px;
    padding: 10px;
    margin-bottom: 1em;
    font-family: inherit;
    font-size: var(--fontsize16);
    transition: all .1s linear;
}
footer .foot-item.foot-code .wmkcfeedback textarea {
    width: 100%;
    outline: 0px;
    border: 1px solid rgb(238, 238, 238);
    background: rgb(245, 248, 249);
    border-radius: 5px;
    height: 80px;
    padding: 10px;
    margin-bottom: 1em;
    font-family: inherit;
    font-size: var(--fontsize16);
    transition: all 0.1s linear 0s;
}
footer .foot-item.foot-code .wmkcfeedback .inquiry-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .foot-item.foot-code .wmkcfeedback .send-btn {
    min-width: 160px;
    height: 35px;
    font-size: 14px;
    background: var(--color);
    border-radius: 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: 0;
    padding: 0px 20px;
    transition: all .1s linear;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.wmkcfeedback .send-btn {
    background: var(--color)
}
.wmkcfeedback .send-btn::before {
    background: var(--color1)
}
.foot-item.foot-info .foot-share {
    display: flex;
    align-items: center
}
.foot-item.foot-info .foot-share span {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6);
    position: relative;
    padding-right: 30px;
    margin-right: 10px
}
.foot-item.foot-info .foot-share span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background: #333
}
.foot-item.foot-info .foot-share ul {
    display: flex;
    align-items: center
}
.foot-item.foot-info .foot-share ul a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s linear;
    color: #666
}
.foot-item.foot-info .foot-share ul a:hover {
    color: var(--color)
}
.home-about {
    margin-top: 70px
}
.home-about .homeabout-info {
    color: #888;
    background: #fff;
}
.home-about .homeabout-info>p:first-child {
    color: var(--color);
    font-size: 25px;
    margin: 0;
    font-weight: bolder
}
.home-about .homeabout-info .homeabout-p2 {
    font-size: 30px;
    color: #000;
    font-weight: bolder
}
.home-about .homeabout-info p {
    font-size: 18px;
    line-height: 30px
}
.home-about .homeabout-info .homeabout-more {
    background: var(--color);
    color: #fff;
}
.href {
    width: 200px;
    line-height: 50px;
    border: 1px solid #034f7d;
    padding: 4px 10px;
    border-radius: 26px;
    color: #004e7b;
    font-size: 18px
}
.href:hover {
    background-color: #034f7d;
    color: #fff
}
.text_center {
    text-align: center
}

@media (min-width:769px) {
.home-about .homeabout-info {
    width: 68.9%
}
.home-about>div.homeabout-img {
    position: relative;
    width: 30%
}
.home-about>div.homeabout-img img {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 30%;
}
.home-about .homeabout-info {
    padding-bottom: 50px;
    padding-top: 50px
}
}
.home-about>div.homeabout-bot {
    max-width: 1920px;
    width: 100%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.homeabout-botlist {
    padding: 10px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    background: #fff;
}
.homeabout-botlist li {
    width: 32%;
    list-style: none;
    padding: 10px;
    display: flex;
    align-items: center;
}
.homeabout-botlist li .boticon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeabout-botlist li .boticon svg {
    width: 100%;
}
.homeabout-botlist li .boticon svg path {
    fill: var(--color)
}
.homeabout-botlist li .bottext {
    padding-left: 15px;
    flex: 1;
    line-height: 1.2;
    font-size: 17px;
    color: #000;
}

@media (min-width:1025px) and (max-width:1600px) {
.home-about>div.homeabout-img img {
    padding-right: 10%;
}
}

@media (min-width:1181px) {
.home-about .homeabout-info {
    padding-left: calc(50% - 770px);
}
}

@media (max-width:1180px) {
.home-about .homeabout-info {
    padding-left: 20px
}
.home-about>div.homeabout-bot {
    max-width: calc(100% - 40px)
}
}

@media (max-width:768px) {
.home-about {
    margin-top: 30px
}
.home-about .homeabout-info {
    padding: 0 15px
}
.home-about>div.homeabout-bot {
    max-width: 100%;
    margin: 0
}
.homeabout-botlist {
    padding: 10px;
}
.homeabout-botlist li {
    width: 48%
}
.home-about .homeabout-info>p:first-child {
    font-size: 19px
}
.home-about .homeabout-info .homeabout-p2 {
    font-size: 22px
}
}

@media (max-width:500px) {
.homeabout-botlist li {
    width: 100%
}
}
.home-more {
    background: #f1f1f1;
    color: #666666;
}
.home-more:hover {
    color: #ffffff;
}
.home-foottop {
    background: #cccccc
}
.home-more::before, .prodetails-btnlist .pro-btn:hover::before {
    background: var(--color1);
}
.pro-list li .pro-info .more, .prodetails-btnlist .pro-btn, .prodetails-btnlist>* {
    background: var(--color);
    color: #fff;
}
.pro-list li:hover .pro-info .more {
    background: var(--color1);
    color: #FFF;
    border-color: var(--color1);
}
.prodetails-btnlist .pro-btn:hover, .prodetails-btnlist>* {
    border-color: var(--color1) !important
}
.pro-cate-title {
    background: none;
    -webkit-text-fill-color: inherit;
    color: var(--color);
}
.prodetails-name {
    background: none;
    -webkit-text-fill-color: inherit;
    color: var(--color);
}
