img {
    display: inline-block;
    width: auto;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

h6 {
    font-size: 12px;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.topTips {
    display: flex;
    align-items: center;
    padding: 4px 14px;
    justify-content: space-between;
    background-color: #F5F5F5;
    margin-bottom: 14px;
}

.topTips .right {
    display: flex;
    align-items: center;
    text-align: right;
}

.topTips .right h6 {
    font-size: 12px;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}

.topTips .right h6:last-child {
    border-right: none;
}

/* head */
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .left {
    display: flex;
    align-items: center;
    width: 80%;
}

.head .logo {
    padding-right: 40px;
    border-right: 2px solid #EEEEEE;
    margin-right: 20px;
}

.head .slogan {
    width: 60%;
}

.head .slogan h1 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}

.head .slogan span {
    color: #258C44;
}

.head .slogan h2 {
    font-size: 16px;
    margin-top: 10px;
}

.head .tel {
    width: 20%;
    background: url(../img/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
}

.navBox {
    margin-top: 20px;
    padding: 0 34px;
    background: -webkit-linear-gradient(bottom, #1E85E4, #1E85E4);
}

.navBox .nav li {
    background: url(../img/line.png) no-repeat right center;
}

.navBox .nav a {
    color: #000000;
    padding: 20px;
    border-radius: 0;
    position: relative;
}

.navBox .nav .active a {
    color: #000000;
    background-color: #ffae00;
}

.navBox .nav a:hover {
    background-color: unset;
}

.navBox .subNav {
    display: none;
    position: absolute;
    background-color: #258C44;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #000000;
    z-index: 99;
}

.navBox .subNav li {
    list-style: none;
    padding: 4px 0;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.bannerSwiper .img {
    position: relative;
}

.bannerSwiper .title {
    font-weight: bold;
    margin-top: 10px;
}

.bannerSwiper .left {
    position: absolute;
    top: 16%;
    left: 4%;
    width: 22%;
    text-align: left;
    font-size: 14px;
    color: #325992;
}

.bannerSwiper .left .leftTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerSwiper .left .leftText {
    margin-bottom: 10px;
}

.bannerSwiper .left .red {
    color: #ff5554;
    font-size: 15px;
}

.bannerSwiper .center {
    position: absolute;
    bottom: 20%;
    left: 30%;
    width: 30%;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(70, 130, 180, 0.5), rgba(255, 255, 255, 0.2));
}

.bannerSwiper .right .rightTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerSwiper .right {
    position: absolute;
    top: 16%;
    right: 4%;
    width: 20%;
    text-align: left;
    font-size: 14px;
    color: #325992;
}

.bannerSwiper .right .rightText div {
    margin-bottom: 10px;
}

.bannerSwiper .button {
    width: 24%;
    color: #fcca4a;
    position: absolute;
    right: 4%;
    bottom: 4%;
    font-size: 12px;
    overflow: hidden;
    background-color: #074B85;
    border-radius: 10px;
    padding: 4px;
}

.bannerSwiper .button :after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
}

.triangle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle-left {
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #477397 transparent transparent;
    /*透明 灰 透明 透明 */
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
}

.triangle-left span {
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #73a4cc transparent transparent;
    /*透明 黄 透明 透明 */
    position: absolute;
    top: -6px;
    left: 4px
}

.triangle-right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #477397;
    /*透明 透明 透明 灰*/
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 8px;
}

.triangle-right span {
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #73a4cc;
    /*透明 黄 透明 透明 */
    position: absolute;
    top: -6px;
    right: 4px
}

/* now */
.now {
    margin: 20px 0;
}

.now a {
    margin-right: 10px;
}

/* recommend */
.recommend {
    margin: 20px 0;
}

.recommend .title {
    display: flex;
    align-items: center;
}

.recommend .title .img {
    width: 5%;
    margin-right: 10px;
}

.recommend .title .titleText {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* product */
.product {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .title .line {
    width: 4%;
    height: 2px;
    background-color: #DCDCDC;
}

.product .title .text {
    color: #1248a5;
    font-weight: bold;
    margin: 0 20px;
}

.product .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product .content .item {
    margin-top: 10px;
    padding: 4px 10px;
    background-color: #0a4ba2;
    color: #fff;
    margin-right: 20px;
}

.product .info .item {
    margin-bottom: 10px;
}

.product .info,
.recommend .content {
    margin-top: 40px;
}

.product .info .item,
.recommend .content .item {
    border-radius: 10px;
    overflow: hidden;
    background: url('../img/bottomIcon.jpg') no-repeat right bottom;
    background-size: 26%;
}

.product .info .item .img,
.recommend .content .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product .info .item .subInfo,
.recommend .content .item .info {
    margin: 0 10px;
}

.product .info .item .productTitle,
.recommend .content .item .productTitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.product .info .item .glyphicon,
.recommend .content .item .glyphicon {
    margin-right: 10px;
}

.product .info .item .subTitle,
.recommend .content .item .subTitle {
    font-weight: bold;
    margin-right: 10px;
}

.product .info .item .productSpecs,
.product .info.item .productCollocation,
.product .info .item .materialType,
.product .info .item .productThroughput,
.product .info .item .productTitle,
.recommend .content .item .productSpecs,
.recommend .content .item .productCollocation,
.recommend .content .item .materialType,
.recommend .content .item .productThroughput,
.recommend .content .item .productTitle {
    margin-bottom: 10px;
}

.recommend .content .item .productSpecs,
.product .info .item .productSpecs {
    color: #f03c54;
}

/* 分页器 */
#pageHelp {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pageHelper a {
    margin-right: 6px;
}

#pageHelp .layui-laypage a {
    padding: 0px 14px;
    border-radius: 3px;
    border-radius: 4px;
}

.pagehelpAvtive {
    background-color: #cc0100 !important;
    color: #fff !important;
}

#pageHelp .next,
#pageHelp .prev {
    background-color: #fff;
    color: #333;
    border: 1px solid #C0C0C0;
}

/* poster */

.poster {
    margin: 10px 0;
    background-color: #0D469C;
}

.poster .row {
    margin: 0;
}

.poster h2 {
    color: #69c8fd;
    font-weight: 100;
}

.poster .call {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 20px;
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}

.poster .call .number {
    margin-left: 20px;
    color: #fff;

}

.poster .call .number i {
    font-style: normal;
}

.poster .left {
    padding: 0 20px;
}

.poster .right {
    transform: skew(-30deg);
    background-color: #69c8fd;
    color: #084C9E;
    padding: 20px;
    text-align: center;
    margin: 16px 0;
    letter-spacing: 1px;
    margin-left: 40px;
}

.poster .right .text {
    transform: skew(30deg);
    font-weight: bold;
    font-size: 16px;
}

/* footer */

.footer {
    color: #000000;
    background-color:#1E85E4;
}

.footer .toplink {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: #000 solid 1px;
}

.footer .content {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left .img {
    padding: 6px;
    background-color: #d9d9d9;
}

.footer .center .link {
    font-size: 1.4rem;
}

.footer .left .text {
    margin-top: 4px;
}

.footer .content .right {
    width: 64%;
    display: flex;
    justify-content: space-between;
}

.footer .content .right .item {
    width: 20%;
}

.footer .content .right .item:last-child {
    margin-right: 0;
}

.footer .content .right .item:last-child .title {
    border-right: 2px #000 solid;
}

.footer .content .right .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    border-left: 2px #000 solid;
    text-align: center;
}

.footer .content .right .text {
    margin-bottom: 6px;
    text-align: center;
}

.footer .center .text {
    font-size: 1.5rem;
}

.footer .center .number {
    font-size: 3rem;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .hostTips .col-lg-2 {
        width: 11.666667%;
    }

    .news .title .col-lg-4 {
        width: 24%;
    }

    .bannerSwiper .button {
        padding: 14px 0;
        width: 15%;
        right: 8%;
        bottom: 8%;
    }
}

@media (max-width: 768px) {
    .head .logo {
        border: none;
        width: 100%;
    }

    .head .tel {
        width: 60%;
    }

    .head .icon {
        color: #258C44;
        font-size: 26px;
    }

    .phnav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .phnav .item {
        width: 24%;
        text-align: center;
        padding: 10px 0;
        background-color: #258C44;
        color: #000;
        margin-bottom: 4px;
    }

    .phnav .item.active {
        background-color: #ffae00;
    }

    .footer .content {
        display: block;
    }

    .footer .content .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .content .right {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer .content .right .item {
        width: 30%;
        margin-bottom: 10px;
    }

    .footer .content .right .item:last-child .title {
        border-right: none;
    }

    .bannerSwiper .right {
        font-size: 0.875rem;
    }

    .bannerSwiper .right .rightTitle,
    .bannerSwiper .left .leftTitle {
        font-size: 0.875rem;
    }

    .bannerSwiper .left {
        width: 28%;
        height: 68px;
        overflow: hidden;
    }

    .bannerSwiper .left .leftText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .bannerSwiper .left,
    .bannerSwiper .left .red {
        font-size: 0.875rem;
    }

    .bannerSwiper .center {
        left: 35%;
        font-size: 0.875rem;
        width: 32%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        padding: 0;
    }

    .bannerSwiper .right {
        width: 28%;
        height: 63px;
        overflow: hidden;
    }

    .bannerSwiper .right .rightText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .product .info .item {
        padding: 0;
        margin: 10px 16px;
    }
}