* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

img {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

textarea {
    resize: vertical;
}

blockquote {
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #ccc;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.block {
    display: block;
}

.header {
    position: relative;
}

.banner-item .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 468px;
    bottom: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.banner-item .text .cn {
    font-size: 48px;
    font-weight: bold;
}

.banner-item .text .en {
    font-size: 42px;
}

.header-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(62, 72, 80, .6);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    max-width: 1635px;
    margin-left: auto;
    margin-right: auto;
}

.header-bar .search {
    position: relative;
    margin-left: 10px;
}

.header-bar .search img {
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.search-input {
    width: 0;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99
}

.search-input.active {
    width: 200px;
    opacity: 1;
}

.nav a {
    padding: 10px 4px;
    margin-left: 12px;
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.nav a:hover,
.nav a.hover {
    border-bottom: 2px solid #ccc
}

.product {
    background: url('../images/product_bg.jpg') no-repeat center;
    height: 950px;
    color: #fff;
    position: relative;
}

.product-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

.product .title {
    font-size: 48px;
}

.product .title .en {
    font-size: 28px;
}

.product .intro {
    font-size: 16px;
    width: 630px;
    text-align: justify;
    line-height: 38px;
}

.product .button-more {
    display: inline-block;
    padding: 8px 30px;
    background-color: #7c7c7c;
    cursor: pointer;
}

.product-list {
    display: flex;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.product-list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #fafafa;
    height: 206px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 20px;
    color: #000;
    transition: transform 0.3s ease;
    transform-origin: bottom center;
}

.product-list .item a{
    text-align:center
}

.product-list .item:hover,
.product-list .item.hover {
    background-color: #b28850;
    color: #fff;
    cursor: pointer;
    transform: scaleY(1.06);
}

.core-advantages {
    background: #fbfbfb url('../images/mapbg.png') no-repeat center;
    height: 950px;
}

.core-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

.core-wrap .title {
    font-size: 48px;
}

.core-wrap .title .en {
    font-size: 28px;
}

.core-advantages-list {
    display: flex;
    justify-content: space-between;
}

.core-advantages-list .item {
    height: 525px;
    flex: 1;
    padding-right: 25px;
    color: #fff
}

.core-advantages-list .item:last-child {
    padding-right: 0;
}

.core-advantages-list .item .intro {
    padding: 25px 25px
}

.core-advantages-list .item .line {
    height: 1px;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

.core-advantages-list .item .desc {
    line-height: 2;
    text-align: justify;
}

.core-advantages-list .item .title {
    font-size: 28px;
}

.core-advantages-list .item .title-en {
    font-size: 18px;
}

.core-advantages-list .item-bg1 {
    background-color: #9e7033;
    height: 100%
}

.core-advantages-list .item-bg2 {
    background-color: #33959e;
    height: 100%
}

.core-advantages-list .item-bg3 {
    background-color: #899e33;
    height: 100%
}

.core-advantages-list .item-bg4 {
    background-color: #336f9e;
    height: 100%
}

.company {
    background: #374149 url('../images/company-bg.png') no-repeat center;
    height: 950px;
}

.company-wrap {
    display: flex;
    flex-direction: row;
    color: #fff;
    height: 100%;
}

.company-wrap .title {
    font-size: 48px;
}

.company-wrap .title .en {
    font-size: 28px;
}

.company-intro {
    flex: 0 0 50%;
    text-align: justify;
    line-height: 2;
    display: flex;
    justify-content: flex-end;
}

.company-intro .intro-content {
    width: 610px;
    margin-right: 90px;
}

.company-intro .intro-content .desc {
    line-height: 48px;
}

.company-cover {
    flex: 0 0 50%;
}

.company-list {
    display: flex;
    flex-wrap: wrap;
}

.company-list .item {
    flex: 0 0 33.333333%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.company-list .item a {
    width: 100%;
    height: 100%;
    background-color: #ecedee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5a5a5a;
    position: relative;
}

.company-list .item a:hover {
    background-color: #a6814f;
    color: #fff
}

.news-bg {
    background: #fbfbfb url('../images/mapbg.png') no-repeat center;
    height: 950px;
}

.news>.title {
    font-size: 48px;
    display: flex;
    justify-content: space-between;
}

.news>.title .en {
    font-size: 28px;
}

.news>.title>.subtitle {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news>.title>.subtitle a {
    padding: 5px;
    margin-left: 8px;
    margin-right: 8px;
}

.news>.title>.subtitle a:hover,
.news>.title>.subtitle a.hover {
    background-color: #b28850;
    color: #fff
}

.news-list {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.news-list .item {
    background-color: #fff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 33.333333%;
    overflow: hidden;
}

.news-list .item img {
    display: block;
}
.news-list .item>div>img {
    height: 264px;
}

.news-list .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-list .item .date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-more {
    background-color: #374048;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.news-more a {
    display: block;
    color: #fff;
}

.footer-bg {
    background-color: #222222;
}

.footer-line {
    background-color: #393939;
    height: 1px;
}

.footer {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    color: #fff
}

.footer .links {
    display: flex;

}

.navlink {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 4.8em;
    line-height: 2;
}

.navlink a {
    font-size: 14px;
}

.navlink>.title {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.company-info .phone {
    font-size: 25px;
}

.company-info img {
    vertical-align: middle;
    margin-right: 10px;
}

.company-info p {
    margin-bottom: 20px;
    line-height: 2;
}

.footer .code {
    text-align: center;
}

.copyright {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 20px 10px;
}

.copyright a {
    color: #fff
}

video {
    max-width: 1920px;
    height: auto;
}

.detail-bg {
    background-color: #fafafa;
}

.detail-content {
    padding: 50px;
    background-color: #fff;
    font-size: 18px;
}

.detail-content img {
    max-width: 100%
}

.detail-content p {
    margin-bottom: 30px;
}

.subnav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    background-color: #fff;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8
}

.subnav a {
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.subnav a:hover,
.subnav a.hover {
    background-color: #007ec8;
    color: #fff
}

.image-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.image-list .grid {
    flex: 0 0 33.333333%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.image-list .grid:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.image-list .item {
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.image-list .item img {
    width: 100%
}

.news-list-text .item{
    display: grid;
    grid-template-columns: 90% 10%;
    padding: 12px 30px;
    border-bottom:1px dashed #ccc
}
.news-list-text .item .date{
    text-align: right;
}
.news-list-text .item:hover{
    background-color: #eee;
}

.news-lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.news-lists .grid {
    flex: 0 0 33.333333%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.news-lists .grid:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.news-lists .item {
    padding: 30px;
    background-color: #fff;
}

.news-lists .item div > img {
    width: 100%;
    height: 220px;
}

.news-lists .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-lists .item .date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pagination li {
    margin: 0 5px;
}

.pagination button {
    cursor: pointer;
    padding: 5px 15px;
    background-color: #fff;
}

.pagination .active {
    font-weight: bold;
    background-color: #374048 !important;
    color: #fff
}

.doc-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.doc-info .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.doc-info .more-info {
    font-size: 16px;
}

.form-container {
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.form-container h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-row-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

label {
    flex: 0 0 120px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

.required {
    color: red;
    margin-right: 5px;
}

button {
    margin-right: 10px;
    padding: 10px 65px;
    border: none;
    border-radius: 4px;
    background-color: #eee;
    color: #999;
    cursor: pointer;
    opacity: .9;
}

button[type="submit"] {
    background-color: #a70001;
    color: #fff;
}

button[type="reset"] {
    background-color: #e6e6e6;
    color: #666
}

button:hover {
    opacity: 1;
}

.gender-options {
    display: flex;
}

.gender-option {
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.gender-option input {
    margin-right: 5px;
}

.captcha {
    float: left
}

input::placeholder,
textarea::placeholder {
    color: #cdcdcd;
    opacity: 1;
}

#map {
    width: 100%;
    height: 500px;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }

.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007ec8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #007ec8;
	border-color: #007ec8;
}
.page-num-current:hover {
	color: #fff;
}