body {
    background: #F4F4F4;
    font-family: PingFang-SC-Light;
    padding-top: 100px;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-con {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.logo {
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.nav {
    flex: 1;
    display: flex;
    line-height: 80px;
    justify-content: flex-end;
}
.nav-item {
    margin:0 20px;
}
.nav-item a {
    width: auto;
    height: 80px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 76px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
}

.nav-item-active a {
    border-bottom: 4px #0963C6 solid;
    color: #0963C6 !important;
}

/*.nav-item a:hover {
    background: #FFFFFF;
    border-radius: 10px;
    color: #0963C6 !important;
}*/

.banner {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 500px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: 1 !important;
    box-shadow: 0px 0px 5px 1px rgba(102, 102, 102, 0.5);
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    background: #0963C6 !important;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 75px !important;
    height: 75px !important;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    margin-top: -60px !important;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #0963C6;
        font-size: 30px !important;
        font-weight: 600;
    }

.index-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #0963C6;
    font-weight: 700;
}

.index-title-line {
    width: 100px;
    height: 1px;
    background: #0963C6;
}

.index-title-text {
    margin: 0 10px;
}

.index-subtitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.index-title-square {
    width: 16px;
    height: 16px;
    background: #0963C6;
    transform: rotate(45deg);
    margin: 0 10px;
}

.index-corporate-culture-text {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333333;
    font-weight: 200;
    margin-top: 20px;
}

.index-corporate-culture {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items:center;
    justify-content: space-around;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.index-corporate-culture-left {
    flex: 1;
    margin-right: 30px;
    padding-top: 20px;
}

.index-corporate-culture-right {
    width: 500px;
    height: 270px;
    border-radius: 4px;
    overflow: hidden;
}

    .index-corporate-culture-right img {
        width: 100%;
        height: auto;
    }

.index-product {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.product-list {
    width: 100%;
    height: auto;
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 20px;
    flex-wrap:wrap;
}

.product-item {
    width: 346px;
    height: 435px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(187, 184, 184, 0.50);
    border-radius: 8px;
    margin-bottom:30px;
}

.product-item-img {
    width: 346px;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
}

    .product-item-img img {
        width: 100%;
        height: auto;
    }

.product-item-info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
}

.product-item-info-title {
    width: 100%;
    height: 25px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-item-info-desc {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置方向*/
    -webkit-line-clamp: 2;
    /*设置超过为省略号的行数*/
    overflow: hidden;
    margin-top: 10px;
}

.index-more {
    width: 260px;
    height: 70px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    background: url('../img/more-bg.png') no-repeat;
    background-size: 260px 70px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
    margin-top: 50px;
}

.bottom {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 14px;
}

.bottom-con {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.bottom-nav {
    display: flex;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: center;
}
    .bottom-nav-item ul {
        width: 100%;
    }
    .bottom-nav-item ul li {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .bottom-nav-item-nav {
        font-size: 18px;
        line-height: 20px;
        color: #333333;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .bottom-nav-item-nav a {
        color: #333333;
        font-weight: bold;
    }

.bottom-nav-item-subnav {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    font-weight: 400;
}

.bottom-contactus-title {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}

.bottom-contactus {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bottom-contactus img {
        width: 150px;
        height: auto;
    }

    .bottom-contactus span {
        font-size: 12px;
        color: #666;
    }

.bottom-contactus-text {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
}

.bottom-copy {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}


.bread-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 14px 0;
}

    .bread-nav span {
        margin: 0 10px;
    }

.aboutUs {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.left-nav {
    width: 300px;
    height: auto;
    float: left;
}

.left-nav-title {
    width: 300px;
    height: 60px;
    background: #0963C6;
    border-radius: 20px 20px 0px 0px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

.left-nav-list {
    width: 100%;
    height: 220px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.left-nav-list-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    cursor: pointer;
}

   /* .left-nav-list-item:hover {
        background: #D7E5FA;
    }*/

.left-nav-list-item-active {
    background: #D7E5FA;
}

.left-nav-list-item:last-child {
    border: none;
}

.left-nav-list-item a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.right-con {
    width: 880px;
    height: auto;
    float: right;
}

.aboutUs-con {
    width: 100%;
    height: auto;
    padding: 50px 40px;
    box-sizing: border-box;
    background: #fff;
}

.aboutUs-con-title {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.aboutUs-con-text {
    font-size: 14px;
    color: #333333;
    font-weight: 200;
    line-height: 24px;
}

.aboutUs-con-img img {
    margin: 20px auto;
    display: flex;
}

.developmentHistory-con {
    width: 100%;
    height: auto;
    padding: 50px 40px;
    box-sizing: border-box;
    background: #fff;
}

.developmentHistory-con-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.developmentHistory-con-text {
    width: 380px;
    font-size: 14px;
    color: #333333;
    font-weight: 200;
}

.developmentHistory-con-img {
    width: 380px;
    height: 230px;
}

    .developmentHistory-con-img img {
        width: 380px;
        height: 230px;
    }

.product-con {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

    .product-con .product-item {
        width: 263px;
        height: 330px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-con .product-item-img {
        width: 263px;
        height: 243px;
        overflow:hidden;
    }

    .product-con .product-item-img img {
        width: 100%;
        height: auto;
    }

    .product-con .product-item-info {
        padding: 10px 20px;
    }

    .product-con .product-item-info-desc {
        margin-top: 0px;
    }

.product-con-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.prductKeyword {
    width: 350px;
    height: 50px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    border: 1px #ddd solid;
    text-indent: 14px;
}

.product-con-search {
    display: flex;
    align-items: center;
    position: relative;
}

    .product-con-search button {
        width: 70px;
        height: 50px;
        background: #0963C6;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 500;
        margin-left: 10px;
        border: none;
        cursor: pointer;
    }

.search-tips {
    width: 420px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    padding: 20px 0;
}

.search-tip {
    width: 420px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
}

    .search-tip span {
        color: #0963C6;
    }

    .search-tip:hover {
        background: #D7E5FA;
    }

.product-con-noresult {
    width: 880px;
    height: 700px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
}

    .product-con-noresult img {
        width: 116.11px;
        height: 120px;
        margin-bottom: 20px;
    }

.product-detail {
    width: 600px;
    height: auto;
    margin: 0 auto;
}

    .product-detail .product-item-img {
        width: 600px;
        height: 350px;
        box-shadow: 0px 0px 10px 1px rgba(187, 184, 184, 0.5);
        overflow: hidden;
    }

        .product-detail .product-item-img img {
            width: 600px;
            height: 350px;
        }

    .product-detail .product-item-info {
        padding: 10px 0;
    }

    .product-detail .product-item-info-desc {
        height: auto;
    }

.news-con {
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.new {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.new-date {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-date-day {
    width: 70px;
    height: 75px;
    background: url('../img/data-bg.png') no-repeat;
    background-size: 70px 75px;
    font-size: 21px;
    color: #0963C6;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
}

.new-date-month {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
}

.new-con {
    width: 690px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #0963C6;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.new-con-left {
    width: 100px;
    height: 80px;
    margin-left: 20px;
}

    .new-con-left img {
        width: 100px;
        height: 80px;
        border-radius: 10px;
    }

.new-con-right {
    flex: 1;
    margin: 0 20px;
    overflow: hidden;
}

.new-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-desc {
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置方向*/
    -webkit-line-clamp: 2;
    /*设置超过为省略号的行数*/
    overflow: hidden;
    margin-top: 10px;
}

.news-detail-con {
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}

.news-detail-con-title {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.news-detail-con-time {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-align: right;
}

.joinUs-desc {
    width: 100%;
    height: auto;
    padding: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #fff;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}


.joinUs-con {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.job-search {
    width: 100%;
}

.job-search-con {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

    .job-search-con input {
        width: 600px;
        height: 40px;
        line-height: 40px;
        text-indent: 14px;
        font-size: 14px;
        padding: 0;
        margin: 0;
        border-width: 1px;
    }

    .job-search-con button {
        width: 100px;
        height: 42px;
        line-height: 42px;
        border: none;
        background: #0963C6;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

.job-keywords {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 8px;
}

.job-list-table {
    width: 100%;
    margin-top: 40px;
}

    .job-list-table tr th {
        font-size: 14px;
        color: #fff;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        /* border-bottom: 2px #ddd solid; */
        background: #0963C6;
    }

    .job-list-table tr td {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        text-align: center;
        border-bottom: 1px #ddd solid;
    }

    .job-list-table tr:nth-child(odd) {
        background: #eee;
        ;
    }

    .job-list-table tr td a {
        color: #ff0000;
    }

.job-filter {
    width: 100%;
    margin-top: 40px;
    background: #eee;
    box-sizing: border-box;
    padding: 20px;
}

.job-filter-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.job-filter-item-values {
    display: flex;
}

.job-filter-item-type {
    font-size: 14px;
    color: #333;
    padding: 4px 0;
}

.job-filter-item-value {
    font-size: 14px;
    padding: 4px 12px;
    color: #333;
}

.job-filter-item-value-active {
    background: #0963C6;
    color: #fff;
}

.contactUs {
    width: 1200px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.contactUs-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.liuyan-con {
    width: 391px;
    height: 435px;
    background: url('../img/liuyan-bg.png') no-repeat;
    background-size: 391px 435px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mapcontainer {
    width: 683px;
    height: 432px;
}

.contactUs-info {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.contactUs-title {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
}

.contactUs-subtitle {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    font-weight: 400;
    margin: 16px 0;
}

.liuyan-title {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-top: 40px;
}

.liuyan-item {
    width: 100%;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.liuyan-item-label {
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: right;
    margin-right: 14px;
}

.liuyan-item-input {
    width: 200px;
    height: 20px;
    border: none;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.liuyan-item-textarea {
    width: 200px;
    height: 20px;
    border: none;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

#liuyanSubmit {
    border: none;
    width: 200px;
    height: 45px;
    background: rgba(111, 157, 230, .65);
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 50px;
    cursor: pointer;
}

.liuyanErrorText {
    position: absolute;
    top: 24px;
    left: 135px;
    color: red;
    font-size: 12px;
}

.success-dialog {
    width: 600px;
    height: 336px;
    background: #FFFFFF;
    border: 1px solid rgba(151, 151, 151, 1);
    border-radius: 8px;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -300px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    display: none;
}

.success-dialog-con {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
}

.success-dialog-bottom button {
    border: none;
    width: 100px;
    height: 45px;
    background: rgba(111, 157, 230);
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    margin-right: 50px;
    cursor: pointer;
    margin-bottom: 40px;
    float: right;
}

.backToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #eee;
    border: 1px #ddd solid;
    cursor: pointer;
}

.backToTop img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.backToTop span {
    display: none;
    font-size: 14px;
    color: #0963C6;
    text-align: center;
    line-height: 20px;
    margin-top: 4px;
}

.backToTop:hover img {
    display: none;
}

.backToTop:hover span {
    display: block;
}

.toolbarBottom {
    width:100%;
    height: auto;
    background:#fff;
    padding: 12px 0;

}
