body {
    padding-top: 88px;
    font-family: "Microsoft Yahei";
}

:root {
    --themeColor: #0152a0;
    --borderColor: #eaeaea;
    --nav-link-default-color: #333333;
    --nav-link-color: #00c3e8;

}

.pd {
    padding-top: 35px;
    padding-bottom: 35px;
}

p {
    margin-bottom: 0;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.my-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
}

.container:after, .container:before {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 100%;

    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;

    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, p {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    width: 100%;
    background-color: white;
}

header .container-fluid {
    height: 100%;
}

header .container-fluid .row {
    height: 100%;
}

.paginations {
    margin: 35px auto 35px auto;
    text-align: center;
}

.paginations a, .paginations span {
    margin-left: 10px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 0;
}

.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s time;
    -o-transition: all .3s;
    transition: all .3s;
}

.paginations a:first-child {
    margin-left: 0;
}

/* navs*/
.paginations a {
    color: black;
}

.paginations .current {
    color: white;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.paginations a.page-prev, .paginations a.page-next {
    color: white;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.paginations a:first-child:before {
    content: "上一页";
}

.paginations a:last-child:before {
    content: "下一页";
}

.paginations a:first-child, .paginations a:last-child {
    border-color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #666666;
    color: white;
}

.paginations a:hover, .paginations span {
    color: white;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

/* navs*/

a:hover {
    text-decoration: none;
}

.page-banner {
    position: relative;
    width: 100%;
    padding-bottom: 28%;
    background-position: 100% !important;
}

.banner-text {
    padding-left: 50px;
    position: absolute;
    top: 45%;
    left: calc((100% - 350px) / 13);
}

.banner-text h3 {
    font-size: 36px;
    color: white;
}

.banner-text p {
    font-size: 36px;
    position: relative;
    color: white;
}

.header-bg-half-white {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px 30px 30px 30px
}

.header-bg-white {
    padding: 15px 30px 15px 30px;
    background-color: rgba(255, 255, 255, 1);
}

.page-row:after, .page-row:before {
    content: "";
    display: table;
    clear: both;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal {
    z-index: 99999;
}

.carousel .swiper-pagination-bullet {
    background-color: white;
    width: 18px;
    height: 18px;
}

.carousel .swiper-pagination-bullet-active {
    background-color: var(--themeColor);
}

@media (min-width: 992px) {

}

@media (min-width: 1600px) {

}

.logo-text {
    padding-left: 55px;
}

.logo img {
    width: auto;
}

.logo-text a, .logo-text h5 {
    line-height: 88px;
}

.logo-text h5 {
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
}

.navigations-search {
    position: relative;
    height: 100%;
}

.navigations-search li {
    float: left;
    line-height: 88px;
}

.navigations-search li a {
    color: var(--nav-link-default-color);
    font-size: 14px;
    position: relative;
}

.navigations-search li a:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 6px;
    left: calc((100% - 38px) / 2);
    bottom: -35px;
    background-color: transparent;
}

.navigations-search li a:hover {
    color: var(--themeColor);
}

.navigations-search li a:hover:after {
    background-color: var(--themeColor);
}

@media (min-width: 992px) {
    .navigations-search li a {
        margin-right: 35px;
    }

    .navigations-search {
        width: 735px;
    }
}

@media (min-width: 1600px) {
    .navigations-search li a {
        margin-right: 70px;
    }

    .navigations-search {
        width: 980px;
    }
}

.search {
    position: relative;
    width: 88px;
    height: 100%;
    background-color: var(--themeColor);
}

.search:hover {
    background-color: #0462bc;
}

.icon {
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
}

.search .header-search-icon {
    background-position: -125px -27px;
    width: 35px;
    height: 35px;
    left: 30px;
    top: 25px;
}

.naved a {
    color: var(--themeColor) !important;
}

.naved a:after {
    background-color: var(--themeColor) !important;
}

.formsearch {
    position: absolute;
    display: none;
    right: 10px;
    top: 97px;
    width: 225px;
    height: 50px;
    padding: 12px;
    border-radius: 5px;
    -webkit-box-shadow: -3px -3px 15px white;
    -moz-box-shadow: -3px -3px 15px white;
    box-shadow: -3px -3px 15px white;
    border: 1px solid #ececec;
    background-color: white;
}

.formsearch .search-btn {
    background-color: var(--themeColor);
    color: white;
}

.formsearch .text-input, .formsearch .search-btn {
    border: none;
    outline: none;
}

.keywords-search {
    padding: 0 50px;
    width: 100%;
    height: 75px;
    position: relative;
    top: -40px;
    z-index: 5;
    background-color: var(--themeColor);
}

.keywords-search ul li {
    float: left;
    line-height: 75px;
    margin-right: 10px;
}

.keywords-search ul li * {
    color: white;
}

.keywords-search ul li a:hover {
    text-decoration: underline;
}

.keywords-search ul li:first-child {
    margin-right: 15px;
}

.keywords-search .search-box {
    background-color: white;
    width: 288px;
    height: 37px;
    padding: 0 15px;
    position: relative;
    top: calc((100% - 37px) / 2);
}

.keywords-search .search-box .text-input, .keywords-search .search-box .search-btn {
    border: 0;
    outline: none;
}

.keywords-search .search-box .text-input {
    width: 200px;
    line-height: 37px;
    height: 100%;
}

.keywords-search .search-box .search-btn {
    width: 25px;
    height: 100%;
    background-position: -93px -27px;
    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
    background-color: transparent;
}

@media (min-width: 992px) {
    .product-category {
        width: 320px;
        padding: 35px 30px 15px 30px;
    }
}

@media (min-width: 1600px) {
    .product-category {
        width: 389px;

    }
}

.product-category {
    background-color: white;
}

.product-category {
    height: 800px;

}

.product-swiper {
    width: 100%;
    height: 100%;
}

.product-graybg {
    background-color: #e4e4e4;
}

.product-category .product-category-title {
    margin-bottom: 70px;
}

.content-title h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

.content-title p.subtitle, .content-title p.extra-text {
    font-size: 14px;
}

.content-title p.extra-text {
    color: #666666;
}

.product-category ul li {
    margin-bottom: 15px;
}

.product-category ul li a {
    display: block;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.product-category ul li a:hover {
    background-color: var(--themeColor);
    color: white;

}

.content-title h3, .content-title p {
    color: #333333;
}

@media (min-width: 992px) {
    .content-title p.subtitle:after {
        width: 100px;
    }
}

@media (min-width: 1600px) {
    .content-title p.subtitle:after {
        width: 160px;
    }
}

.content-title p.subtitle:after {
    content: "";
    height: 3px;
    background-color: #85c226;
    position: absolute;
    left: 110px;
    bottom: 8px;
}

.product-center {
    padding-top: 0;
}

@media (min-width: 992px) {
    .product-center .product-show {
        width: 830px;

    }
}

@media (min-width: 1600px) {
    .product-center .product-show {
        width: 1085px;

    }
}

@media (min-width: 1600px) {
    .product-center .product-show {
        width: 1100px;

    }
}

.product-center .product-show {
    height: 800px;
}

.product-center .product-show-title {
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--borderColor);
}

.product-center .main-product {
    padding: 30px 45px 0 45px;
    width: 100%;
    height: 455px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .product-center .main-product .main-product-image {
        width: 325px;
    }

    .product-center .main-product .main-product-info {
        width: 400px;
        padding-top: 20px;
    }

    .product-center .main-product-info .main-product-title {
        margin-bottom: 25px;
    }

    .main-product-contact {
        padding-top: 25px;
    }
}

@media (min-width: 1600px) {
    .product-center .main-product .main-product-image {
        width: 375px;
    }

    .product-center .main-product .main-product-info {
        width: 505px;
        padding-top: 65px;
    }

    .product-center .main-product-info .main-product-title {
        margin-bottom: 40px;
    }

    .main-product-contact {
        padding-top: 55px;
    }
}

.product-center .main-product .main-product-image {
    height: 340px;
}

.product-center .main-product {
    background-color: white;
}

.div-table {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.div-table .div-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.div-table img {
    width: 70%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.div-table img:hover {
    width: 75% !important;
}

.product-center .main-product-info .main-product-title {
    font-size: 28px;

}

.product-center .main-product-info .main-product-title a {
    color: #333333;
}

.product-center .main-product-info .main-product-title a:hover {
    color: var(--themeColor);
}

.product-center .main-product-info .product-introduce {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.main-product-contact a, .main-product-contact p {
    display: inline-block;
}

.main-product-contact a.common-more {
    margin-right: 25px;
}

.common-more {
    display: block;
    width: 158px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #85c226;
    color: white;
}

.common-more:hover {
    background-color: var(--themeColor);
    color: white;
}

.main-product-contact p {
    font-size: 14px;
    color: #333333;
}

.main-product-contact p span {
    font-size: 20px;
    color: var(--themeColor);
    font-family: Arial;
}

.recommanded-products li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333%;
}

.recommanded-products {
    margin-left: -10px;
    margin-right: -10px;
}

.recommanded-products .recommanded-product-box .recommanded-product-image {
    width: 100%;
    height: 274px;
    background-color: white;
}

.recommanded-products .recommanded-product-box {
    text-align: center;
}

.recommanded-products .recommanded-product-box img {
    width: 60%;
}

.recommanded-products .recommanded-product-box h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #acacac;
}

.recommanded-products .recommanded-product-box h5 a {
    color: white;
}

.index-case-container {
    background-color: #eeeeee;
}

.index-case-container .extra-text {
    margin-top: 15px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 992px) {
    .index-case-container .case-cateogry {
        padding: 15px 25px;
    }

    .index-case-container .case-lists li .case-caption {
        padding: 15px
    }

    .index-case-container .case-lists {
        width: 860px;
    }

    .index-case-container .case-lists li .case-caption {
        height: 309px;
    }
}

@media (min-width: 1600px) {
    .index-case-container .case-cateogry {
        padding: 25px 50px;
    }

    .index-case-container .case-lists li .case-caption {
        padding: 25px;
        height: 219px;
    }

    .index-case-container .case-lists {
        width: 78%;
    }

}

@media (min-width: 1600px) {
    .index-case-container .case-lists {
        width: 1190px;
    }

    .index-case-container .case-lists li .case-caption {
        height: 210px;
    }
}

.index-case-container .case-lists li {
    width: 33.3333333%;
    margin-bottom: 15px;
}

.index-case-container .case-cateogry {
    width: 320px;
    height: 534px;
    background-color: white;
}

.index-case-container .case-cateogry li {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
    height: 120px;
    position: relative;
}

.index-case-container .case-cateogry li:hover img {
    top: -5px;
}

.index-case-container .case-cateogry li:nth-child(7), .index-case-container .case-cateogry li:nth-child(8) {
    border-bottom-color: transparent;
}

.index-case-container .case-cateogry li img {
    width: auto;
    position: relative;
    top: 0;
}

.index-case-container .case-cateogry li h5 {
    margin-top: 15px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

.index-case-container .case-cateogry li h5 a {
    color: #333333;
}

.index-case-container .case-cateogry li {
    border-right: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
}

.index-case-container .case-cateogry li:nth-of-type(even) {
    border-right-color: transparent;

}

.index-case-container .case-row {
    padding-top: 40px;
}

.index-case-container .case-lists {
    margin-left: -15px;
    margin-right: -15px;
    float: right
}

.index-case-container .case-lists li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.index-case-container .case-lists li .case-caption {
    width: 100%;
    background-color: white;
    position: relative;
}

.index-case-container .case-lists li .case-caption h5 {
    font-size: 20px;
    margin-bottom: 25px;
}

.index-case-container .case-lists li .case-caption h5 a {
    color: #333333;
}

.index-case-container .case-lists li .case-caption h5 a:hover {
    color: var(--themeColor);
}

.index-case-container .case-lists li .case-caption p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.index-case-container .case-lists .case-flag {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.advantages-container {
    padding-bottom: 0;
}

.advantages-container .content-title {
    text-align: center;
    margin-bottom: 55px;
}

.advantages-container .content-title .subtitle:after {
    background-color: transparent;
}

.advantages-container ul li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.advantages-container ul li img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.advantages-container ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .advantages-container ul li .adv-caption h3 {
        margin-bottom: 15px;
    }

    .advantages-container ul li .adv-caption {
        bottom: 12%;
    }
}

@media (min-width: 1600px) {
    .advantages-container ul li .adv-caption h3 {
        margin-bottom: 50px;
    }

    .advantages-container ul li .adv-caption {
        bottom: 5%;
    }
}

.advantages-container ul li .adv-caption {
    position: absolute;
    width: 85%;
    left: 7%;
    right: 7%;
    height: 254px;
}

.advantages-container ul li .adv-caption h3 {
    font-size: 26px;

    color: white;
}

.advantages-container ul li .adv-caption p {
    font-size: 14px;
    color: white;
    line-height: 24px;
}

@media (min-width: 992px) {
    .index-about-container .index-about-info {
        padding-top: 25px;
        padding-left: 110px;
        padding-right: 70px;
    }

    .index-about-container .index-about-info h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 32px;
    }
}

@media (min-width: 1600px) {
    .index-about-container .index-about-info {
        padding-top: 165px;
        padding-left: 150px;
        padding-right: 100px;
    }

    .index-about-container .index-about-info h3 {
        padding-bottom: 35px;
        margin-bottom: 35px;
        font-size: 42px;
    }
}

.index-about-container .index-about-info h3 {
    margin-top: 25px;
    border-bottom: 1px solid #bfbfbf;
}

.index-about-container .index-about-info p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.qyjk {
    width: 100%;
    background-color: #288fef;
    height: 209px;
}

.qyjk * {
    color: white;
}

.qyjk .qyjk-title {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .qyjk .qyjk-title h1 {
        font-size: 32px;
    }

    .qyjk .qyjk-title h2 {
        font-size: 26px;
    }
}

@media (min-width: 1600px) {
    .qyjk .qyjk-title h1 {
        font-size: 42px;
    }

    .qyjk .qyjk-title h2 {
        font-size: 36px;
    }
}

.qyjk ul {
    margin-top: 48px;
    text-align: center;
}

.qyjk ul li {
    float: left;
    margin-left: 47px;
}

.qyjk ul img {
    width: auto;
}

.qyjk ul h5 {
    font-size: 18px;
    margin-top: 20px;
}

.abc {
    padding-top: 120px;
    background-image: url(../images/abc.jpg);
    height: 624px;
}

.abc * {
    color: white;
}

.abc .abc-title {
    text-align: center;
    margin-bottom: 120px;
    font-size: 36px;
    font-weight: bold;
}
@media(min-width:922px){
    .abc .abc-text, .abc .abc-img {
        padding-left:15px;
        padding-right:15px;
    }
}
@media(min-width:1600px){
    .abc .abc-text, .abc .abc-img{
        padding-left:15px;
        padding-right:15px;
    }

}

.abc .abc-text, .abc .abc-img {
    float: left;
    width: 50%;
}
.abc .abc-text ul {
    width: 608px;
}

.abc .abc-text ul li {
    list-style: disc;
    border-bottom: 1px dashed #ffffff;
}

.abc .abc-text ul li p {
    line-height: 31px;
}

.abc .abc-text ul li:last-child {
    border-color: transparent;
}

.abc .abc-img {
    text-align: right;
}

.abc .abc-img img {
    width: auto;
}

.about-more {
    display: block;
    margin-top: 80px;
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    background-color: var(--themeColor);
}

.about-more:hover {
    color: white;
}

.index-about-container .index-about-box {
    float: left;
    width: 50%;
}

.index-about-container .content-title .subtitle:after {
    left: 70px;
}

@media (min-width: 992px) {
    .index-news-container .index-news-left {
        width: 670px;
    }

    .index-news-container .index-news-left li {
        width: 336px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-news-container .index-news-left ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-news-container .index-news-left li .index-news-caption {
        padding-top: 25px;
    }

    .index-news-container .index-news-right {
        padding-left: 35px;
    }

    .index-news-container .index-news-right {
        width: 455px;
    }
}

@media (min-width: 1600px) {
    .index-news-container .index-news-left {
        width: 970px;
    }

    .index-news-container .index-news-left li {
        width: 460px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .index-news-container .index-news-left ul {
        margin-left: -32px;
        margin-right: -32px;
    }

    .index-news-container .index-news-left li .index-news-caption {
        padding-top: 50px;
    }

    .index-news-container .index-news-right {
        padding-left: 75px;
    }

    .index-news-container .index-news-right {
        width: 510px;
    }
}

.index-news-container {
    background-color: white;
}

.index-news-container .index-news-left li {
    float: left;
}

.news-right-title {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-container .index-news-left li .index-news-caption h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.index-news-caption h5 a {
    color: #333333;
}

.index-news-caption h5 a:hover {
    color: var(--themeColor);
}

.index-news-container .index-news-left li .index-news-caption p {
    font-size: 14px;
    color: #666666;
}

.index-news-container .index-news-left ul {
    padding-top: 70px;
}

.index-news-left .content-title .subtitle:after {
    left: 55px;
}

.index-news-left {
    border-right: 1px solid var(--borderColor);
}

.index-news-container .index-news-left li a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-container .index-news-left li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-news-container .index-news-right .content-title .subtitle:after {
    left: 110px;
}

.index-news-container .index-news-right .content-title {
    padding-bottom: 65px;
}

.index-news-container .index-news-right a {
    font-size: 16px;
    color: #333333;
}

.index-news-container .index-news-right a:hover {
    color: var(--themeColor);
}

.index-news-container .index-news-right ul li {
    margin-bottom: 15px;
}

.index-partners-container {
    background-color: #f4f4f4;
}

.index-partners-container .content-title {
    text-align: center;
    margin-bottom: 70px;
}

.index-partners-container .content-title .subtitle:after {
    background-color: transparent;
}

.common-page {
    padding: 70px 0;
}

.page-category {
    height: 70px;
    width: 100%;
    background-color: #e5e5e5;
}

.page-category p a {
    color: #333333;
}

.page-category {
    line-height: 70px;
    text-align: center;
}

.page-category ul li {
    display: inline-block;
    margin-right: 40px;
}

.page-category ul li:last-child {
    margin-right: 0;
}

.page-category ul li a {
    position: relative;
    font-size: 16px;
    color: #333333;
}

.page-category ul li a:after {
    content: "";
    position: absolute;
    bottom: calc(-100% - 5px);
    left: calc((100% - 24px) / 2);
    width: 24px;
    height: 5px;
    background-color: transparent;
}

.page-category ul li a:hover:after {
    background-color: var(--themeColor);
}

.page-category ul li.common-naved a:after {
    background-color: var(--themeColor);
}

.about-content-title {
    margin-bottom: 40px;
}

.about-content-title h3 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 15px;
}

.about-content-title p {
    font-size: 16px;
    color: #999999;
}

.about-info .about-infos {
    padding-right: 30px;
}

.about-info .about-infos, .about-info img {

    float: left;
}

@media (min-width: 992px) {
    .about-info .about-infos {
        width: 50%;
    }

    .about-info img {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .about-info .about-infos {
        width: 555px;
    }

    .about-info img {
        width: 640px;
    }
}

.about-info .about-infos {
    padding-top: 25px;
}

.about-info img {

}

.custom-container {
    width: 100%;
    max-width: 1200px;
}

.about-infos .about-info-text {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.cpc .about-content-title {
    text-align: center;
}

.cpc ul li {
    position: relative;
    width: 33.333333%;
    float: left;
}

.cpc ul li h3 {
    position: absolute;
    left: 10%;
    top: 20%;
    font-size: 24px;
    color: #333333;
}

.about-bg {
    background-color: #f7f7f7;
}

.jyln-container {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    height: 703px;
    position: relative;
    background-image: url("../images/jylnbg.jpg");
}

.jyln-container .jyln-box {
    position: relative;
}

.jyln-container .about-content-title * {
    color: white;
}

.about-pd {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .jyln-container .jyln-box {

        width: 1200px;
        margin: 0 auto;
    }

    .jyln-container .jyln-box ul li {
        width: 25%;
    }
    .lists-box {
        padding: 15px;
    }
}

@media (min-width: 1600px) {
    .jyln-container .jyln-box {
        width: 100%;
        padding: 0 15px;
    }

    .jyln-container .jyln-box ul li {
        width: 25%;

    }

    .lists-box {
        padding: 25px;
    }
}

@media (min-width: 1600px) {
    .jyln-container .jyln-box {
        width: 1560px;
        right: 0;
        margin: 0;
        float: right;
    }

    .lists-box {
        padding: 45px;
    }

    .jyln-container .jyln-box ul li {
        width: 318px;
    }

    .jyln-container .jyln-box ul {
        padding: 95px 50px 50px 45px;
    }
}

.jyln-container .jyln-box ul li {
    float: left;
    padding: 0 10px;
}

.jyln-container .jyln-box .lists-box {
    background-color: white;
    position: relative;
    width: 100%;
    height: 563px;
    bottom: -70px;

    /*-webkit-box-shadow: 0 0 20px #efefef;*/
    /*-moz-box-shadow: 0 0 20px #efefef;*/
    /*box-shadow: 0 0 20px #efefef;*/
}

.jyln-container .about-content-title {
    margin-bottom: 0;
}

.jyln-container .jyln-box .jyln-caption {
    padding-top: 15px;
}

.jyln-container .jyln-box .jyln-caption p {
    color: #666666;
    font-size: 14px;
}

.jyln-container .jyln-box .jyln-caption span {
    color: #333333;
    font-weight: bold;
}

.ryzz-box {
    padding: 15px 10px;
    border: 1px solid var(--borderColor);
    background-color: white;
}

.ryzz-container .about-content-title {
    text-align: center;
}

.hzkh-container .about-content-title {
    text-align: center;
}

.hzkh-container {
    width: 100%;
    background-image: url(../images/zhhbbg.jpg);
}

.hzkh-swiper {
    padding-bottom: 80px;
}

.gshj-container .gshj-main {
    width: 580px;
}

.gshj-container .gshj-lists {
    margin-left: -5px;
    margin-right: -5px;
    width: 610px;
    float: right;
}

.gshj-container .about-content-title {
    text-align: center;
}

.gshj-container .gshj-lists li {
    padding: 0 5px;
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.gshj-container .gshj-main {
    float: left;
}

.product-container .product-lists {
    margin-left: -5px;
    margin-right: -5px;
}

.product-lists li {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-lists li .product-image {
    width: 100%;
    height: 290px;
    background-color: #f7f7f7;
}

.product-lists li h5 {
    width: 100%;
    height: 60px;
    text-align: center;

    font-size: 16px;
    line-height: 60px;
    border: 1px solid var(--borderColor);
    border-top-color: transparent;
}

.product-lists li h5:hover a {
    background-color: var(--themeColor);
    color: white;
}

.product-lists li h5 a {
    display: block;
    color: #000000;
}

.locations {
    position: relative;
    width: 100%;
    height: 90px;
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    background-color: #eeeeee;
}

.locations p, .locations p a {
    line-height: 90px;
    color: #333333;
    font-size: 14px;
}

.locations p a:hover {
    color: var(--themeColor);
}

.product-page-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.product-header .product-image {
    width: 550px;
    background-color: #f7f7f7;
}

.return-btn {
    display: block;
    width: 118px;
    height: 37px;
    background-color: #1259c1;
    color: white;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: calc((100% - 37px) / 2);
    right: 15px;
}

.product-infos {
    width: 570px;
}

.product-header {
    padding-top: 50px;
    width: 100%;
}

.product-header .product-infos {
    padding-top: 70px;
}

.product-header .product-infos h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
}

.product-header .product-infos .product-frame {
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    margin-bottom: 20px;
}

.product-header .product-info .product-feature {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}

.product-contact {
    margin-top: 40px;
}

.product-contact li {
    float: left;
    margin-right: 20px;
}

.product-contact li a {
    text-align: center;
    width: 152px;
    height: 43px;
    display: block;
    background-color: #1f85e9;
    color: white;
    line-height: 43px;
    font-size: 14px;
}

.product-contact li p {
    color: #333333;
}

.product-contact li .contact-title {
    font-size: 14px;
}

.product-contact li .contact-num {
    margin-top: -5px;
    font-size: 24px;
}

.product-body {
    padding-top: 30px;
}

.product-body .product-details p {
    font-size: 14px !important;
    color: #666666 !important;
    background-color: transparent !important;
    line-height: 34px;
}

.product-body h3 {
    padding-bottom: 30px;
    font-size: 24px;
    color: #333333;
    border-bottom: 4px solid var(--borderColor);
}

.product-body .product-content {
    padding: 40px 0;
}

.product-body h3:after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #1f85e9;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.service-container-page {
    padding: 40px 0;
}

.page-title {
    font-size: 32px;
    color: #333333;
    margin-bottom: 50px;
    text-align: center;
}

.service-container .service-box li {
    width: 100%;
}

.service-container .service-box li img, .service-container .service-box li .service-content {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.service-container .service-box li .service-content {
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
}

.service-container .service-box li .service-content p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

.service-container .service-box li:nth-of-type(even) img {
    left: 50%;
}

.service-container .service-box li:nth-of-type(even) .service-content {
    right: 50%;
}

.selled {
    margin-left: -5px;
    margin-right: -5px;
}

.selled li {
    width: 33.3333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.selled li .sh-box {
    width: 100%;
    height: 130px;
    padding-top: 35px;
    background-color: #f7f7f7;
    border: 1px solid var(--themeColor);
    padding-left: 20px;
    padding-right: 10px;
}

.selled li .sh-box h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--themeColor);
}

.selled li .sh-box p {
    font-size: 14px;
    color: #333333;
}

.news-lists li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--borderColor);
}

.news-lists li .image-link {
    width: 275px;
    height: 196px;
    display: block;
    float: left;
}

.news-lists li .image-link img{width: 100%;height: 100%;}

.news-lists li .news-content {
    float: right;
    width: 845px;
    padding-top: 15px;
}

.news-lists li .news-content h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.news-lists li .news-content h5 .news-date {
    color: var(--themeColor);
    margin-right: 15px;
}

.news-lists li .news-content h5 .news-title a {
    color: #333333;
}

.news-lists li .news-content a:hover {
    color: var(--themeColor) !important;
    overflow: hidden;
}

.news-lists li .news-content .news-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 50px;
}

.news-lists li .news-content .news-link {
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
}

.common-page-header {
    text-align: center;
}

.page-contact-infos {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-left: -5px;
    margin-right: -5px;
}

.page-contact-infos li {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.page-contact-infos .contact-box {
    background-color: #f7f7f7;
    width: 100%;
    height: 115px;
    position: relative;
    padding-top: 35px;
    padding-left: 80px;
}

.page-contact-infos .contact-box .contact-icon {
    background-image: url(../images/contact-icons.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 50px;
    height: 50px;
}

.page-contact-infos .contact-box .address-icon {
    background-position: -15px -7px;
}

.page-contact-infos .contact-box .tel-icon {
    background-position: -92px -7px;
}

.page-contact-infos .contact-box .fax-icon {
    background-position: -178px -7px;
}

.page-contact-infos .contact-box .email-icon {
    background-position: -260px -7px;
}

.map {
    width: 100%;
    height: 490px;
}

.message {
    padding-top: 45px;
}

.message input, .message textarea, .message .btns button {
    outline: 0;
    border: 0;
}

.message .input-forms {
    margin-left: -5px;
    margin-right: -5px;
}

.message .input-forms .input-form-box {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.3333333%;
}

.message p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.message .input-forms .input-form {
    width: 100%;
    height: 37px;
    line-height: 35px;

}

.message .input-forms .input-form input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
}

.message .input-forms .input-form input, .message .input-form-textarea textarea {
    border: 1px solid #d2d2d2;
}

.message .input-forms input:focus, .message .input-form-textarea textarea:focus {
    border-color: var(--themeColor);
}

.message .input-form-textarea {
    padding: 30px 0;
}

.message .input-form-textarea textarea {
    width: 100%;
    height: 270px;
    padding: 10px;
}

.message .btns {
    text-align: center;
}

.message .btns button {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white
}

.message .btns button.btn-submit {
    background-color: var(--themeColor);
}

.message .btns button.btn-reset {
    background-color: #CCCCCC;
}

footer {
    padding-top: 50px;
    background-color: #373935;
}

.footer-contact-infos .hotline {
    padding-left: 75px;
    position: relative;
}

.footer-contact-infos .hotline .icon {
    position: absolute;
    width: 65px;
    height: 65px;
    background-position: -12px -12px;
    top: 0;
    left: 0;
}

footer .footer-contact-infos .hotline h5 {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

footer .footer-contact-infos .hotline h3 {
    font-size: 34px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

footer .footer-contact-infos .address-phone * {
    font-size: 14px;
    color: #999999;

}

footer .footer-contact-infos .address-phone p {
    line-height: 27px;
}

footer .footer-links-qrcode ul {
    float: left;
    margin-right: 65px;
}

footer .footer-links-qrcode ul:last-child {

}

footer .footer-links-qrcode ul li + li {
    margin-bottom: 10px;
}

footer .footer-links-qrcode ul li:first-child {
    margin-bottom: 40px;
}

footer .footer-links-qrcode ul li h5 {
    font-size: 18px;
    color: #e0e0e0;
}

footer .footer-links-qrcode a {
    color: #959595;
}

footer a:hover {
    color: white;
}

footer a {
    cursor: pointer;
}

footer .qrcode {
    margin-left: 25px;
    text-align: center;
}

footer .qrcode img {
    width: auto;
}

footer .qrcode h5 {
    margin-top: 10px;
    color: #e0e0e0;
    font-size: 18px;
}

.fl {
    margin: 50px 0 30px 0;
}

.fl li {
    position: relative;
    float: left;

}

.fl li + li {
    margin-right: 15px;
}

.fl li * {
    font-size: 14px;
    color: #999999;
}

.fl li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -10px;
    color: #999999;
}

.fl li:first-child:after {
    color: transparent;
}

footer .icp {
    height: 65px;
    width: 100%;
    background-color: #1f2022;
}

footer .icp a {
    color: #999999;
}

footer .icp a:hover {
    color: #e0e0e0;
}

footer .icp p {
    line-height: 65px;
    color: #999999;
    font-size: 14px;
}