* {
    margin: 0;
    padding: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

input {
    outline: none;
    border: none
}

textarea {
    border: none;
    outline: none;
    resize: none
}

a {
    outline: none;
    color: inherit
}

a:link {
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none
}

video {
    border: none;
    outline: none
}

button {
    border: none;
    outline: none
}

a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none
}

img {
    width: 100%;
    border-width: 0px
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear {
    clear: both
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.dis-none {
    display: none
}

.dis-block {
    display: block
}

.font0 {
    font-size: 0
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.container:after {
    content: '';
    display: block;
    clear: both
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 750px
    }
}

@media screen and (max-width: 782px) {
    .container {
        max-width: 94%
    }
}

.col-2 {
    font-size: 0
}

.col-2 li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 30px
}

.col-3 {
    font-size: 0
}

.col-3 li {
    display: inline-block;
    vertical-align: top;
    width: 45.3%;
    margin: 0 1% 30px
}

.col-4 {
    font-size: 0
}

.col-4 li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 1% 20px
}

@media screen and (max-width: 782px) {

    .col-2 li,
    .col-3 li,
    .col-4 li {
        width: 45%;
        margin: 0 2.5% 16px
    }
}

@media screen and (max-width: 520px) {

    .col-2 li,
    .col-3 li,
    .col-4 li {
        width: 95%
    }
}

.header-section {
    background: #fff
}

.header-section .header-top {
    font-size: 0;
    position: relative
}

.header-section .header-top li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px 30px 20px 80px;
    position: relative
}

.header-section .header-top li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 3px;
    color: #222
}

.header-section .header-top li p a,
.header-section .header-top li p span {
    font-weight: bold;
    color: #222;
    cursor: pointer
}

.header-section .header-top li p a:hover,
.header-section .header-top li p span:hover {
    color: #d0021b
}

.header-section .header-top li span {
    display: block;
    font-size: 14px;
    color: #888
}

.header-section .header-top li:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 0
}

.header-section .header-top li:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
    background: url(../img/time-p.png) center center no-repeat;
    background-size: 100% auto
}

.header-section .header-top li+li:after {
    background: url(../img/address-p.png) center center no-repeat;
    background-size: 100% auto
}

.header-section .header-top li+li+li:after {
    background: url(../img/email-p.png) center center no-repeat;
    background-size: 100% auto
}

.header-section .header-top li+li+li+li:after {
    background: url(../img/kefu-p.png) center center no-repeat;
    background-size: 100% auto
}

.header-section .header-top:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ededed
}

.header-section .header-nav {
    border: 1px solid #ededed
}

.header-section .header-nav .logo {
    display: block;
    float: left
}

.header-section .header-nav .logo img {
    width: auto;
    height: 50px;
    margin-top: 20px
}

.header-section .header-nav ul {
    float: right;
    margin-right: 100px
}

.header-section .header-nav ul li {
    display: inline-block;
    vertical-align: top
}

.header-section .header-nav ul li a {
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
    display: block;
    line-height: 90px;
    padding: 0 20px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.header-section .header-nav ul li a:hover {
    color: #d0021b
}

.header-section .header-nav ul .nav-on a {
    color: #d0021b
}

.header-section .header-nav span {
    float: right;
    cursor: pointer;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #d0021b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #d0021b;
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.header-section .header-nav span:hover {
    color: #d0021b;
    background: #fff
}

@media screen and (max-width: 1280px) {
    .header-section .header-top li {
        padding: 20px 30px 20px 40px
    }

    .header-section .header-top li:after {
        width: 26px;
        left: 10px
    }

    .header-section .header-nav ul {
        margin-right: 20px
    }
}

@media screen and (max-width: 992px) {
    .header-section .header-top {
        display: none
    }

    .header-section .header-nav span {
        display: none
    }

    .header-section .header-nav .container {
        position: relative
    }

    .header-section .header-nav ul {
        float: none;
        position: absolute;
        right: 0px;
        top: 60px;
        width: 120px;
        height: auto;
        background: #fff;
        border-radius: 20px 0 20px 0;
        padding: 0 10px;
        margin-right: 0;
        display: none
    }

    .header-section .header-nav ul li {
        display: block;
        border-top: 1px solid #dedede
    }

    .header-section .header-nav ul li a {
        line-height: 50px;
        padding: 0;
        text-align: center
    }

    .header-section .header-nav ul li:first-child {
        border: none
    }

    .header-section .header-nav .logo img {
        height: 40px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .header-section .header-nav i {
        float: right;
        margin-top: 10px;
        width: 40px;
        height: 40px;
        background: url(../img/menu-icon.png) center center no-repeat;
        background-size: 100% auto
    }
}

.banner-section {
    padding: 200px 0;
    background: url(../img/slider.jpg) center center no-repeat;
    background-size: cover;
    text-align: center
}

.banner-section img {
    width: 73px;
    height: 73px;
    margin-bottom: 40px
}

.banner-section h2 {
    font-size: 56px;
    line-height: 60px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    font-weight: bold
}

.banner-section span {
    cursor: pointer;
    padding: 18px 30px;
    color: #222;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.banner-section span:hover {
    color: #fff;
    background: #d0021b
}

@media screen and (max-width: 992px) {
    .banner-section {
        padding: 100px 0
    }

    .banner-section h2 {
        font-size: 42px;
        line-height: 46px
    }

    .banner-section img {
        margin-bottom: 20px
    }

    .banner-section span {
        margin-top: 20px
    }
}

@media screen and (max-width: 650px) {
    .banner-section h2 {
        width: 100%
    }
}

@media screen and (max-width: 420px) {
    .banner-section {
        padding: 60px 0
    }

    .banner-section h2 {
        font-size: 32px;
        line-height: 36px
    }

    .banner-section span {
        padding: 12px 20px
    }
}

.common-h2 {
    text-align: center
}

.common-h2 span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    padding-bottom: 10px;
    overflow: hidden;
    font-weight: bold
}

.common-h2 span:before,
.common-h2 span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d0021b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.common-h2 span:before {
    left: 0
}

.common-h2 span:after {
    background: #d0021b;
    right: 105%
}

.common-h2 span:hover:before {
    left: 105%
}

.common-h2 span:hover:after {
    right: 0
}

.common-h2 h2 {
    color: #222;
    font-weight: bold;
    font-size: 36px
}

.product-section {
    margin-top: 50px
}

.product-section ul {
    margin-top: 40px
}

.product-section ul li a {
    display: block
}

.product-section ul li .pro-img {
    overflow: hidden
}

.product-section ul li .pro-img img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.product-section ul li .pro-img img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.product-section ul li .pro-text {
    position: relative;
    margin: -30px 20px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    padding: 24px 25px;
    background: #fff
}

.product-section ul li .pro-text h3 a {
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1.4;
    color: #222;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-section ul li .pro-text h3 a:hover {
    color: #d0021b
}

.product-section ul li .pro-text p {
    font-size: 15px;
    color: #888;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-section ul li .pro-text .pro-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    padding-right: 16px;
    background: url(../img/right-arrow.png) center right no-repeat;
    background-size: 12px 12px;
    text-transform: uppercase
}

.product-section ul li .pro-text .pro-more:hover {
    color: #d0021b
}

.product-section ul li .pro-text:after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #d0021b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.product-section ul li .pro-text:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

@media screen and (max-width: 1280px) {
    .common-h2 h2 {
        font-size: 32px
    }

    .product-section ul li .pro-text h3 a {
        font-size: 18px
    }
}

@media screen and (max-width: 992px) {
    .product-section ul li .pro-text h3 a {
        font-size: 16px
    }

    .product-section ul li .pro-text .pro-more {
        font-size: 12px
    }
}

.about-section {
    margin-top: 50px;
    font-size: 0;
    background: url(../img/about2-img.jpg) right bottom no-repeat;
    background-size: cover
}

.about-section img {
    display: inline-block;
    vertical-align: middle;
    width: 40%
}

.about-section .about-text {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 0 10% 0 8%;
    margin-top: 0
}

.about-section .about-text h1 {
    color: #222;
    font-size: 40px;
    font-weight: bold
}

.about-section .about-text ul {
    margin-top: 30px
}

.about-section .about-text ul li {
    margin-bottom: 20px
}

.about-section .about-text ul li h3 {
    font-size: 20px;
    color: #d0021b
}

.about-section .about-text ul li p {
    margin-top: 20px;
    font-size: 15px;
    color: #666
}

.about-section .about-text span {
    display: inline-block;
    margin-top: 20px;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #d0021b;
    color: #d0021b;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer
}

.about-section .about-text span:hover {
    background: #d0021b;
    color: #fff
}

@media screen and (max-width: 1600px) {
    .about-section .about-text {
        padding: 0 10% 0 6%
    }

    .about-section .about-text h1 {
        font-size: 32px
    }

    .about-section .about-text span {
        margin-top: 0
    }
}

@media screen and (max-width: 1440px) {
    .about-section .about-text {
        padding: 0 6%
    }

    .about-section .about-text h1 {
        font-size: 28px
    }

    .about-section .about-text ul {
        margin-top: 20px
    }

    .about-section .about-text ul li {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1200px) {
    .about-section .about-text {
        padding: 0 2%
    }

    .about-section .about-text h1 {
        font-size: 24px
    }

    .about-section .about-text ul {
        margin-top: 10px
    }

    .about-section .about-text ul li p {
        margin-top: 10px
    }

    .about-section .about-text span {
        height: 42px;
        line-height: 42px
    }
}

@media screen and (max-width: 992px) {
    .about-section img {
        display: none
    }

    .about-section .about-text {
        width: 100%;
        padding: 30px 10%
    }
}

@media screen and (max-width: 620px) {
    .about-section .about-text ul li {
        width: 100%;
        margin: 0 0 20px
    }

    .about-section .about-text h1 {
        font-size: 22px
    }
}

.news-section {
    margin-top: 50px
}

.news-section ul {
    margin-top: 40px
}

.news-section ul li {
    position: relative;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px
}

.news-section ul li a {
    display: block
}

.news-section ul li h3 {
    padding: 30px 30px 50px
}

.news-section ul li h3 a {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-section ul li h3 a:hover {
    color: #d0021b
}

.news-section ul li .news-more {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border: 2px solid #d0021b;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.news-section ul li .news-more:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/right-arrow.png) center center no-repeat;
    background-size: 30px auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.news-section ul li .news-more:hover {
    background: #d0021b
}

.news-section ul li .news-more:hover:before {
    background: url(../img/right-arrow-white.png) center center no-repeat;
    background-size: 30px auto
}

@media screen and (max-width: 996px) {
    .news-section ul li .news-more {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        bottom: -20px
    }

    .news-section ul li h3 {
        padding: 20px 20px 30px
    }

    .news-section ul li .news-more:before {
        background-size: 20px auto
    }

    .news-section ul li h3 a {
        font-size: 16px
    }
}

@media screen and (max-width: 782px) {
    .index-news ul li {
        width: 31.3%;
        margin: 0 1% 30px
    }
}

@media screen and (max-width: 640px) {
    .index-news ul li {
        width: 98%;
        margin: 0 1% 20px
    }

    .index-news ul li img {
        display: none
    }

    .index-news ul li h3 a {
        height: 24px;
        display: block;
        white-space: nowrap
    }
}

.footer-section {
    margin-top: 30px
}

.footer-section ul {
    font-size: 0
}

.footer-section ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: rgba(208, 2, 27, 0.9);
    background-image: url(../img/home_01.png);
    background-repeat: no-repeat;
    background-position: 110px center
}

.footer-section ul li p a,
.footer-section ul li p span {
    cursor: pointer
}

.footer-section ul li p a:hover,
.footer-section ul li p span:hover {
    color: #222
}

.footer-section ul li+li {
    background-color: rgba(172, 2, 27, 0.9);
    background-image: url(../img/home_02.png);
    background-repeat: no-repeat;
    background-position: 110px center
}

.footer-section .footer-msg {
    padding: 30px 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

@media screen and (max-width: 782px) {
    .footer-section ul li {
        font-size: 18px;
        background-position: center center
    }
}

@media screen and (max-width: 560px) {
    .footer-section ul {
        display: none
    }
}

.inner-position {
    padding: 50px 0;
    background: url(../img/bar-bg.jpg) center center no-repeat;
    background-size: cover
}

.inner-position h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff
}

.inner-position ol li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: bold
}

.inner-position ol li a {
    font-weight: bold
}

.inner-position ol li a:hover {
    color: #d0021b
}

.inner-position ol li+li {
    padding-left: 25px
}

.inner-position ol li+li:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 2px;
    height: 10px;
    background: #fff;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg)
}

.product-cate {
    margin-top: 30px
}

.product-cate ul li {
    display: inline-block;
    vertical-align: top
}

.product-cate ul li a {
    display: block;
    border: 1px solid #eaeaea;
    margin: 0 10px 10px 0;
    padding: 12px 22px;
    font-size: 16px;
    color: #6e819e;
    position: relative
}

.product-cate ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #d0021b;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1
}

.product-cate ul li a:hover {
    color: #fff
}

.product-cate ul li a:hover:before {
    width: 100%
}

@media screen and (max-width: 640px) {
    .inner-position h2 {
        font-size: 28px
    }
}

.about-top {
    font-size: 0;
    margin-top: 40px
}

.about-top .about-left {
    width: 40%;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    background: #d0021b
}

.about-top .about-left span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}

.about-top .about-left p {
    font-size: 40px;
    font-weight: bold;
    margin-top: 18px;
    color: #fff
}

.about-top .about-right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px
}

.about-top .about-right h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
    font-weight: bold
}

.about-top .about-right p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #888888
}

.about-top .about-right span {
    color: #d0021b;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    padding: 8px 20px;
    border: 1px solid #d0021b
}

.about-top .about-right span:hover {
    color: #fff;
    background: #d0021b
}

.about-text {
    margin-top: 40px
}

.about-text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #888888
}

.about-area {
    margin-top: 40px
}

.about-area ul {
    font-size: 0
}

.about-area ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30%;
    margin: 0 1.6%
}

.about-area ul li img {
    border-radius: 0 20px 0 20px
}

.about-area ul li p {
    font-size: 16px;
    line-height: 2em;
    color: #222;
    text-align: center
}

.about-nums {
    margin-top: 50px
}

.about-nums li {
    padding-left: 38px;
    position: relative
}

.about-nums li strong {
    color: #d0021b;
    font-size: 45px;
    margin-bottom: 10px;
    display: block
}

.about-nums li span {
    color: #9b9b9b;
    font-size: 14px;
    display: block;
    margin-top: 10px
}

.about-nums li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #d0021b transparent transparent transparent;
    left: 0;
    top: 3px
}

@media screen and (max-width: 1280px) {
    .about-top .about-left p {
        font-size: 36px
    }
}

@media screen and (max-width: 992px) {
    .about-top .about-left p {
        font-size: 30px
    }

    .about-top .about-right {
        padding-left: 20px
    }

    .about-nums li strong {
        font-size: 32px
    }
}

@media screen and (max-width: 540px) {
    .about-top .about-left {
        width: 100%
    }

    .about-top .about-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }

    .about-area ul li {
        width: 96%;
        margin: 0 2% 20px
    }
}

@media screen and (max-width: 520px) {
    .about-nums li {
        width: 45%
    }

    .about-nums li strong {
        font-size: 24px
    }

    .about-nums li:before {
        border-width: 10px 10px 0 0
    }
}

.contact-msg {
    margin-top: 40px
}

.contact-msg ul {
    font-size: 0
}

.contact-msg ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-left: 90px;
    background: url(../img/contact_01.png) left center no-repeat;
    background-size: auto 50px
}

.contact-msg ul li span {
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: bold
}

.contact-msg ul li p {
    color: #888;
    font-size: 15px;
    margin-top: 10px
}

.contact-msg ul li p a,
.contact-msg ul li p span {
    cursor: pointer;
    font-weight: normal;
    color: #888
}

.contact-msg ul li p a:hover,
.contact-msg ul li p span:hover {
    color: #d0021b
}

.contact-msg ul li+li {
    background: url(../img/contact_02.png) left center no-repeat;
    background-size: auto 50px
}

.contact-msg ul li+li+li {
    background: url(../img/contact_03.png) left center no-repeat;
    background-size: auto 50px
}

.contact-form {
    margin-top: 60px;
    font-size: 0;
    text-align: center
}

.contact-form p {
    color: #222;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px
}

.contact-form .me {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 30px
}

.contact-form .me input,
.contact-form .me textarea {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    font-size: 16px;
    font-family: normal
}

.contact-form .two,
.contact-form .four {
    margin-left: 4%
}

.contact-form .five {
    width: 100%
}

.contact-form .five textarea {
    height: 100px
}

.contact-form .PorConSixXX {
    display: none
}

.contact-form .btn-primary {
    display: inline-block;
    padding: 0 41px;
    height: 50px;
    line-height: 50px;
    border-width: 2px;
    border-style: solid;
    color: #d0021b;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-color: #d0021b;
    background: #fff
}

.contact-form .btn-primary:hover {
    background: #d0021b;
    color: #fff
}

@media screen and (max-width: 992px) {
    .contact-msg ul li {
        padding-left: 60px;
        background-size: auto 35px
    }

    .contact-msg ul li+li {
        background-size: auto 40px
    }

    .contact-msg ul li+li+li {
        background-size: auto 40px
    }
}

@media screen and (max-width: 782px) {
    .contact-msg ul li {
        display: none
    }

    .contact-msg ul li+li {
        width: 50%;
        display: inline-block
    }
}

@media screen and (max-width: 520px) {
    .contact-msg ul li+li {
        width: 100%;
        margin-bottom: 20px
    }

    .contact-form .me input,
    .contact-form .me textarea {
        font-size: 14px
    }

    .contact-form p {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 372px) {
    .contact-form .me {
        width: 100%
    }

    .contact-form .two,
    .contact-form .four {
        margin-left: 0
    }
}

.product-box {
    margin-top: 50px;
    font-size: 0
}

.product-box .product-cate {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.product-box .product-cate h2 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.product-box .product-cate ul li {
    display: block
}

.product-box .product-detail {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px
}

.product-box .product-detail .cp-top img {
    width: 40%;
    float: left;
    margin-right: 20px
}

.product-box .product-detail .cp-top .cp-desc h1 {
    font-size: 28px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px
}

.product-box .product-detail .cp-top .cp-desc p {
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    margin-bottom: 10px
}

.product-box .product-detail .cp-top .cp-desc p strong {
    font-weight: bold;
    color: #444
}

.product-box .product-detail .cp-lianxi {
    padding: 80px 0 50px 80px;
    background: url(../img/single-slider.jpg) center center no-repeat;
    background-size: cover;
    margin: 30px 0;
    position: relative
}

.product-box .product-detail .cp-lianxi p {
    font-size: 15px;
    color: #888
}

.product-box .product-detail .cp-lianxi h3 {
    font-size: 40px;
    line-height: 56px;
    width: 40%;
    font-weight: bold;
    margin: 15px 0
}

.product-box .product-detail .cp-lianxi span {
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    color: #222;
    font-size: 14px;
    background: #d0021b;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 2px solid #d0021b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.product-box .product-detail .cp-lianxi span:hover {
    color: #d0021b;
    background: none
}

.product-box .product-detail .cp-lianxi:after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 90%;
    top: 10%;
    right: 10%;
    background: url(../img/single-slider-layer.png) left top no-repeat;
    background-size: 100% auto
}

.product-box .product-detail .cp-detail {
    font-size: 16px;
    color: #666;
    line-height: 2em
}

.product-box .product-detail .cp-detail h3 {
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold
}

.product-box .product-detail .cp-detail p {
    margin-top: 20px
}

@media screen and (max-width: 1280px) {
    .product-box .product-detail .cp-lianxi h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width: 992px) {
    .product-box .product-cate h2 {
        font-size: 18px
    }

    .product-box .product-detail {
        padding-left: 15px
    }

    .product-box .product-detail .cp-lianxi {
        padding: 60px 0 40px 60px
    }

    .product-box .product-detail .cp-lianxi h3 {
        width: 55%
    }

    .product-box .product-detail .cp-lianxi span {
        padding: 10px 20px
    }

    .product-box .product-detail .cp-lianxi:after {
        width: 42%
    }
}

@media screen and (max-width: 782px) {
    .product-box .product-cate {
        width: 100%
    }

    .product-box .product-cate ul li {
        display: inline-block;
        vertical-align: top
    }

    .product-box .product-detail {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
}

@media screen and (max-width: 540px) {
    .product-box .product-detail .cp-top img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .product-box .product-detail .cp-lianxi {
        padding: 40px 0 30px 30px
    }

    .product-box .product-detail .cp-lianxi h3 {
        font-size: 28px;
        line-height: 32px
    }
}

@media screen and (max-width: 460px) {
    .product-box .product-detail .cp-lianxi {
        padding: 40px 0 30px 20px
    }

    .product-box .product-detail .cp-lianxi:after {
        right: 0;
        top: 20%;
        height: 80%
    }

    .product-box .product-detail .cp-lianxi h3 {
        width: 70%;
        font-size: 24px;
        line-height: 28px;
        margin: 10px 0
    }

    .product-box .product-detail .cp-lianxi span {
        padding: 6px 15px
    }
}

@media screen and (max-width: 360px) {
    .product-box .product-detail .cp-lianxi:after {
        top: 30%;
        height: 70%
    }
}

.chat-section {
    padding: 55px 0;
    background: #d0021b
}

.chat-section h2 {
    float: left;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: bold
}

.chat-section span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    line-height: 38px;
    border: 2px solid #222;
    background: #222;
    float: right;
    font-weight: bold
}

.chat-section span:hover {
    color: #222;
    background: none
}

.news-content {
    margin-top: 40px;
    font-size: 0
}

.news-content .news-list {
    display: inline-block;
    vertical-align: top;
    width: 70%
}

.news-content .news-list h1,
.news-content .news-list h3 {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px
}

.news-content .news-list h1 {
    font-size: 24px;
    color: #222
}

.news-content .news-list p {
    font-size: 16px;
    line-height: 1.6em;
    color: #888;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-content .news-list h3 {
    cursor: pointer
}

.news-content .news-list h3:hover {
    color: #d0021b
}

.news-latest {
    width: 30%;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top
}

.news-latest .common-h2 {
    text-align: left
}

.news-latest .common-h2 span {
    color: #222
}

.news-latest ul {
    margin-top: 20px
}

.news-latest ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd
}

.news-latest ul li a {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    position: relative
}

.news-latest ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #d0021b;
    border-left: 6px solid #d0021b;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

.news-latest ul li a:hover {
    color: #d0021b
}

@media screen and (max-width: 992px) {
    .chat-section h2 {
        font-size: 28px;
        line-height: 32px
    }

    .news-content .news-list {
        width: 100%
    }

    .news-latest {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
}

@media screen and (max-width: 782px) {
    .chat-section {
        padding: 40px 0
    }

    .chat-section h2 {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width: 680px) {
    .chat-section h2 {
        float: none
    }

    .chat-section span {
        float: none;
        display: inline-block;
        margin-top: 20px
    }
}

@media screen and (max-width: 420px) {

    .news-content .news-list h1,
    .news-content .news-list h3 {
        font-size: 18px;
        line-height: 24px
    }
}
.pagelist {
    width: auto!important;
    font-size: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .pagelist .page-prev,
  .pagelist .page-next {
    width: 40px;
    height: 40px;
    background: #f3c040;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
  }
  
  .pagelist .page-prev a,
  .pagelist .page-next a {
    display: block;
    height: 40px
  }
  
  .pagelist .page-prev a img,
  .pagelist .page-next a img {
    width: auto;
    height: 23px;
    margin-top: 9px
  }
  
  .pagelist ul {
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    border: solid 1px #eab73a;
    padding: 5px 1%;
    font-size: 0;
  }
  
  .pagelist ul li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px
  }
  
  .pagelist ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #00132b;
    font-size: 20px;
  }
  
  .pagelist ul li a:hover {
    font-size: 24px;
    font-weight: bold
  }
  
  .pagelist ul li.page-active a {
    background: url(../img/lbx-yellow.png) center center no-repeat;
    background-size: 100% auto
  }
  
  .pagelist ul li.page-active a:hover {
    font-size: 20px;
    font-weight: normal
  }