@charset "UTF-8";

/* 閲嶇疆 container-fluid 鏍峰紡 */

.container-fluid {
    width: 92%;
    margin: 0 auto;
}

p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}


/* wmy-header */

.wmy-header {
    margin-bottom: 30px;
}

.wmy-logo {
    width: 15.25%;
    float: left;
    font-size: 0;
    line-height: 150px;
    display: block;
    background: #546b7b;
}

.wmy-logo img {
    max-width: 100%;
    vertical-align: middle;
}

.head-right {
    width: 83%;
    margin-left: 1.75%;
    float: right;
}

.head-right .right-top {
    border-bottom: 1px solid #dfe7ec;
    text-align: right;
    padding: 25px 0;
}

.head-right .right-top .top-menu,
.head-right .right-top .language-group {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.head-right .right-top .top-menu {
    border-right: 1px solid #dfe7ec;
    padding-right: 14px;
}

.head-right .right-top .top-menu a {
    font-size: 14px;
    font-family: "Arial";
    color: #536b7a;
    padding: 0 14px;
    text-transform: uppercase;
}

.head-right .right-top .top-menu a:hover {
    color: #536b7a;
}

.head-right .right-top .language-group {
    padding-left: 15px;
}

.head-right .right-top .language-group button {
    background: none !important;
}

.head-right .right-top .language-group .dropdown-menu {
    right: 0;
    left: auto;
}

.head-right .right-bottom {
    padding-top: 30px;
}

.head-right .right-bottom .search {
    float: left;
    margin-left: 20%;
    width: 27%;
    height: 40px;
    font-size: 0;
}

.head-right .right-bottom .search .keyword {
    height: 40px;
    width: 80%;
    box-shadow: none;
    float: left;
    border-right: 0;
}

.head-right .right-bottom .search .submit {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 40px;
    background: #5e7482;
    border: none;
}

.head-right .right-bottom .search .submit .fa {
    font-size: 16px;
    color: #fff;
}

.head-right .right-msg {
    float: right;
    font-size: 14px;
    font-family: "Arial";
    color: #3ace77;
    background: url(../images/msg-icon.png) left center no-repeat;
    padding-left: 25px;
}

.head-right .right-msg:hover {
    text-decoration: underline;
}

@media (max-width: 990px) {
    .wmy-header {
        position: relative;
        padding: 20px 0;
        margin-bottom: 0;
    }
    .wmy-logo {
        width: 100%;
        padding-right: 30%;
        float: none;
        line-height: 1;
    }
    .head-right {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .head-right .right-top {
        padding: 0;
        border-bottom: none;
    }
    .head-right .right-top .top-menu {
        display: none;
    }
    .head-right .right-top .language-group {
        line-height: 20px;
    }
    .head-right .right-bottom {
        display: none;
    }
    .wmy-header .nav-btn {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background: url(../images/nav-btn.png) center no-repeat;
    }
}


/* wmy-menu */

.wmy-nav {
    background: #f7f9fb;
    padding: 15px 0;
}

.wmy-nav>li {
    float: left;
    position: relative;
}

.wmy-nav>li>a {
    font-size: 16px;
    font-family: "Arial";
    color: #536b7a;
    font-weight: bold;
    line-height: 2;
    padding: 0 30px;
}

.wmy-nav>li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #dfe7ec;
    width: 1px;
}

.wmy-nav>li .nav-jt {
    position: absolute;
    background: url(../images/nav-jt.png) center no-repeat;
    width: 12px;
    height: 7px;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.wmy-nav .wmy-sub-nav {
    position: absolute;
    z-index: 99;
    background: #f7f9fb;
    left: 0;
    width: 100%;
    display: none;
}

.wmy-nav .wmy-sub-nav a {
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #536b7a;
}

.wmy-nav .wmy-sub-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 990px) {
    .wmy-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99999;
        padding: 0;
    }
    .wmy-nav>li {
        float: none;
        width: 100%;
        text-align: center;
    }
    .wmy-nav>li>a {
        padding: 0;
        line-height: 40px;
    }
    .wmy-nav>li:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
    .wmy-nav>li:not(:last-child):after {
        display: none;
    }
    .wmy-nav>li .nav-jt {
        display: none;
    }
}


/* banner */

.slick-banner {
    position: relative;
}

.slick-banner .slick-slide {
    outline: none;
}

.slick-banner .slick-con {
    display: block;
}

.slick-banner .slick-con img {
    display: inline-block;
    width: 100%;
}

.slick-banner .slick-arrow {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    display: block;
    outline: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 20px;
    margin-top: -65px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    font-size: 0;
}

.slick-banner .slick-arrow:before {
    content: "";
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/banner-ljt.png) center no-repeat;
}

.slick-banner .slick-arrow img {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.slick-banner .slick-arrow.slick-next {
    right: 20px;
    left: auto;
}

.slick-banner .slick-arrow.slick-next:before {
    background: url(../images/banner-rjt.png) center no-repeat;
}

@media (max-width: 990px) {
    .slick-banner .slick-arrow {
        width: 50px;
        height: 50px;
        left: 5%;
        margin-top: -25px;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }
    .slick-banner .slick-arrow.slick-next {
        right: 5%;
    }
}


/*wam-three*/

.wam-three {
    margin-top: 30px;
}

.wam-three .three-item {
    display: block;
    position: relative;
}

.wam-three .three-item img {
    width: 100%;
}

.wam-three .three-item .wz {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 50%;
    font-family: Arial;
    transform: translateY(-50%);
}

.wam-three .three-item .wz h3 {
    font-size: 3.38vw;
    color: #fff;
    text-transform: uppercase;
}

.wam-three .three-item .wz .more {
    display: block;
    margin: 0 auto;
    width: 130px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3ace77;
    text-transform: uppercase;
}

.wam-three .three-item:hover .wz .more {
    background: #536b7a;
}


/*wmy-product*/

.wmy-product {
    margin-top: 60px;
}

.wmy-product .pro-sort {
    margin-bottom: 30px;
}

.wmy-product .pro-sort a {
    font-size: 16px;
    font-family: "Arial";
    color: #536b7a;
    font-weight: bold;
    margin-right: 45px;
    display: inline-block;
    text-transform: uppercase;
}

.wmy-product .pro-sort a:hover {
    color: #3ace77;
}

.wmy-product .pro-item .img {
    background: #f7f9fc;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
}

.wmy-product .pro-item .img img {
    width: 100%;
}

.wmy-product .pro-item .img .more {
    position: absolute;
    width: 110px;
    line-height: 30px;
    text-align: center;
    bottom: 0;
    left: 0;
    background: #3ace77;
    text-transform: uppercase;
    opacity: 0;
    transition: all .5s ease;
}

.wmy-product .pro-item .img .new {
    position: absolute;
    padding: 0 10px;
    line-height: 30px;
    top: 0;
    left: 0;
    background: #3ace77;
    text-transform: uppercase;
}

.wmy-product .pro-item h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-family: "Arial";
    color: #5e7482;
    margin: 20px 0 40px 0;
}

.wmy-product .pro-item:hover .img .more {
    opacity: 1;
}


/*wmy-news*/

.wmy-news {
    margin-bottom: 35px;
}

.wmy-news .news-big {
    position: relative;
}

.wmy-news .news-big img {
    width: 100%;
}

.wmy-news .news-big .wz {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Arial";
    color: #ccc;
}

.wmy-news .news-big .wz h3 {
    font-size: 2.8vw;
}

.wmy-news .news-big .wz p {
    font-size: 3.5vw;
    font-weight: bold;
    margin: 2.25vw 0 3.4vw 0;
}

.wmy-news .news-big .wz .more {
    font-size: 1vw;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 30px;
    color: #ccc;
}

.wmy-news .news-lists {
    margin-top: 30px;
}

.wmy-news .news-lists .news-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.wmy-news .news-lists .news-item img {
    width: 100%;
}

.wmy-news .news-lists .news-item .wz {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(83, 107, 122, 0.85);
    font-family: Arial;
    color: #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s ease;
}

.wmy-news .news-lists .news-item .wz .date {
    font-size: 14px;
    font-weight: bold;
    color: #3ace77;
}

.wmy-news .news-lists .news-item .wz h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
}

.wmy-news .news-lists .news-item .wz p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.wmy-news .news-lists .news-item .wz .more {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
    text-transform: uppercase;
}

.wmy-news .news-lists .news-item .wz-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 25%;
}

.wmy-news .news-lists .news-item:hover .wz {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 768px) {
    .wmy-news .news-lists .news-item {
        margin-bottom: 20px;
    }
}


/* wmy-footer */

.wmy-footer {
    font-family: "Arial";
    padding-top: 35px;
}

.wmy-footer .tonglan {
    padding-bottom: 30px;
}

.wmy-footer .tl-nav-title {
    font-size: 14.232px;
    color: #536b7a;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wmy-footer .tl-nav-links {
    font-size: 14px;
}

.wmy-footer .tl-nav-links p {
    color: #8897a1;
    line-height: 1.5;
}

.wmy-footer .tl-nav-links a {
    color: #3ace77;
    text-decoration: underline;
    line-height: 2.429;
    display: block;
    text-transform: capitalize;
}

.wmy-footer .key-words span {
    color: #3ace77;
    text-decoration: underline;
    line-height: 2.429;
    display: block;
}

.wmy-footer .tl-about {
    font-family: "Arial";
}

.wmy-footer .tl-about .about-wz {
    font-size: 14px;
    color: #8897a1;
    line-height: 1.857;
}

.wmy-footer .tl-about .more {
    margin-top: 20px;
}

.wmy-footer .tl-about .more a {
    display: inline-block;
    width: 135px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #3ace77;
}


/*copyright*/

.copyright {
    border-top: 1px solid #dfe7ec;
    padding: 20px 0;
}

.copyright p {
    float: left;
    font-size: 14px;
    font-family: "Arial";
    color: #8897a1;
    line-height: 20px;
    padding: 10px 0;
}

.copyright .social-share {
    float: right;
}

.copyright .social-share a {
    border: none !important;
    background: none !important;
    color: #e2e9ee !important;
}