@charset "utf-8";

body, html {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    overflow-x: hidden;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #faa128;
}

.container {
    width: 1200px;
}

.text-ellipsis, .text-ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
}

.text-ellipsis-3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
}

.text-ellipsis-4 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important;
}

.text-ellipsis-5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-row-y-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head {
    padding-top: 20px;
}

.nav {
    height: 80px;
}

.nav ul {
    width: 100%;
    justify-content: space-between;
}

.nav ul li {
    /*margin-right: 20px;*/
}

.nav ul li a {
    color: #1E50AE;
    /*
    height: 80px;
    line-height: 80px;
    */
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 60px;
    display: block;
    min-width: 140px;
    text-align: center;
    font-size: 16px;
}

.nav ul li a:hover, .nav ul li a.focus {
    color: #fff;
    background-color: #F1A639;
    font-weight: bold;
}

.product .category {
}

.product .category ul li a {
    display: block;
    height: 50px;
    width: 220px;
    line-height: 50px;
    text-align: center;
}

.product .category ul li a:hover, .product .category ul li a.focus {
    background-color: #1E50AE;
    color: #fff;
}

.product .list {
}

.product .list ul li {
    width: 310px;
    margin-bottom: 10px;
}

.product .list ul li img {
    width: 260px;
    height: 260px;
}

.product .list ul li span.name-text {
    width: 260px;
    text-align: center;
    margin: 15px 0 15px 0;
}

.product .category ul li a.focus1 {
    font-weight: bold;
    color: #1E50AE;
}

.product .category ul li a.focus1:hover {
    color: #fff;
}

.product .list a.more, .about a.more, .case a.more, .news a.more {
    border: 1px solid #1E50AE;
    color: #1E50AE;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 12px;
}

.product .list a.more:hover, .about a.more:hover, .case a.more:hover, .news a.more:hover {
    border-color: #fff;
    color: #fff;
    background-color: #1E50AE;
}

.case a.more {
    border-color: #fff;
    color: #fff;
}

.case a.more:hover {
    background-color: #fff;
    color: #1E50AE;
}

.case {
    background: url("../image/index-case-bg.jpg") no-repeat bottom;
    background-color: #1D4C9C;
    width: 100%;
    height: 600px;
    margin-top: 100px;
}

.case .list ul li {
    margin-top: 40px;
    background-color: #fff;
    padding: 10px;
}

.case .list ul li img {
    width: 320px;
    height: 320px;
}

.news .list ul li {
    border-bottom: 1px dashed #d5d5d5;
    padding: 20px 0;
    width: 550px;
}

.bottom .right ul li {
    width: 240px;
    margin: 10px 0;
}

.bottom .right ul li img {
    border-radius: 32px;
    margin-right: 15px;
}

.paginate .li {
    margin: 0 10px;
}

.cases .list {
    margin-top: 80px;
}

.cases .list ul li {
    width: 400px;
    margin-bottom: 10px;
}

.cases .list ul li img {
    width: 360px;
    height: 360px;
}

.cases .list ul li span.name-text {
    width: 360px;
    text-align: center;
    margin: 15px 0 15px 0;
}