body {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 10px;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
  background-color: #49b1f5;
  border-radius: 32px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: #dbeffd;
  /* border-radius: 32px; */
}

/* 联系我们 */
.content-banner {
  width: 100%;
  background: #ccc;
}

.content-banner img {
  width: 100%;
}

.content-neirong {
  display: flex;
  margin: 50px auto;
  width: 75%;
  background: #f5f5f5;
  border-radius: 50px;
  /* height: 500px; */
}

.content_biaoti {
  width: 80%;
  margin: 50px auto;
}

.content_biaoti h2 {
  width: 100%;
  text-align: center;
}

.content_biaoti_div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 50px;
}

.content_biaoti_div>div {
  width: 300px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content_biaoti_div>div>p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.content_biaoti_div>div>p:nth-child(2) {
  margin: 15px 0 10px;
  font-weight: 600;
  font-size: 20px;
  color: #E62129;
}

.content-neirong input,
.content-neirong textarea {
  outline: none;
  border: #f5f5f5;
}

.content-neirong {
  display: flex;
  justify-content: center;
}

.content-neirong ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding: 44px 0;
}

.content-neirong ul li:nth-child(1),
.content-neirong ul li:nth-child(2),
.content-neirong ul li:nth-child(3),
.content-neirong ul li:nth-child(4) {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-neirong ul li {
  margin: 15px 0;
}

.content-neirong ul li label i {
  color: #E62129;
  margin-left: 5px;
}

.content-neirong ul li label {
  width: 80%;
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 18px;
}

.content-neirong ul li input::placeholder,
.content-neirong ul li textarea::placeholder {
  font-size: 18px;
}

.content-neirong ul li input {
  width: 80%;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
}

.content-neirong textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
}

.content-neirong ul li:nth-last-child(1),
.content-neirong ul li:nth-last-child(2),
.content-neirong ul li:nth-last-child(3) {
  width: 90%;
}

.content-neirong ul li:nth-last-child(1) {
  display: flex;
  justify-content: center;
}

.content-neirong ul li button {
  border-radius: 5px;
  background: #E62129;
  font-size: 18px;
  border: none;
  color: white;
  padding: 4px 26px;
}

#map {
  width: 80%;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#map>div:nth-last-child(1) {
  display: none;
}


/* 关于我们 */
.about-banner {
  width: 100%;
  background: #ccc;
}

.about-banner img {
  width: 100%;
}

.about_neirong {
  margin: 50px auto;
  width: 80%;
}

.about_neirong h2 {
  width: 100%;
  text-align: center;
}

.about_neirong p {
  font-size: 18px;
  line-height: 30px;
  margin: 50px 0;
}

.about_neirong div {
  width: 100%;
  /* height: 500px; */
  margin: 0 auto;
}

.about_neirong div img {
    width: 60%;
    /* height: 500px; */
    margin: 0 auto;
    display: flex;
}

/* 新闻 */
.news-banner {
  width: 100%;
  background: #ccc;
}

.news_neirong {
  margin: 50px auto;
  width: 80%;
  display: flex;
  justify-content: center;
}

.news_neirong h2 {
  border-bottom: 2px solid #E62129;
  padding-bottom: 5px;
}

.news_list_div {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.news_list {
  width: 100%;
  display: flex;
  background: #f5f5f5;
  margin-bottom: 20px;
  transition: all .5s;
}

.news_list_divA {
  /* width: 21%; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.news_list_divA img {
  width: 281px;
}

.news_list_divB {
  padding: 15px;
  /* width: 79%; */
  position: relative;
}

.news_list_divB_date {
  position: absolute;
  bottom: 15px;
  display: flex;
  width: 95%;
  justify-content: space-between;
}

.news_list_divB_date div:nth-child(1) {
  font-size: 16px;
  color: #b2b2b2;
}

.news_list_divB_date div:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  background-color: #E62129;
  transition: all .5s;
  padding: 5px 10px;
  border-radius: 5px;
}

.news_list_divB_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 这个表示要显示的文字为两行 */
  -webkit-line-clamp: 2;
  line-height: 50rpx;
}

.news_list:hover h3,
.news_list:hover .news_list_divB_content {
  color: #004398;
}

.news_list:hover .news_list_divB_date div:nth-child(2) {
  background-color: #004398;
  transition: all .5s;
}

.news_list:hover {
  box-shadow: 1px 1px 5px 0px #000;
  transition: all .5s;
}

/* 新闻详情 */
.news_list_ADD {
  width: 60%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news_list_ADD>h2,
.news_list_ADD>p {
  text-align: center;
  width: 100%;
}

.news_list_ADD div:nth-child(3) {
  text-align: left;
  width: 100%;
}

.news_list_ADD>h2 {
  margin-bottom: 10px;
}

.news_list_ADD>p {
  color: #b2b2b2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news_list_ADD div:nth-last-child(2) p {
  font-size: 18px;
}

.news_list_ADD div:nth-last-child(1) {
  margin-top: 10px;
  width: 100%;
}

.news_list_ADD div:nth-last-child(1) img {
  width: 100%;
}

/* 产品 */
.product_neirong {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.product_fenlei {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.product_fenlei a {
  border: 1px solid #004398;
  color: #004398;
  padding: 5px 10px;
  margin: 10px;
  margin-bottom: 50px;
}

.product_chanpin {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 auto;
  width: 80%;
}

.product_chanpin a {
  display: block;
  width: 360px;
  border: .1px solid #ccc;
  transition: all .5s;
  overflow: hidden;
  margin: 11.5px;
}

.product_chanpin a:hover img {
  transform: scale(1.1);
  transition: all .5s;
}

.product_chanpin a div {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product_chanpin a div img {
  width: 90%;
  overflow: hidden;
}

.product_chanpin a:hover {
  color: #004398;
  box-shadow: 4px 3px 7px 0 #b2b2b2;
}

.product_chanpin a p {
  background-color: #004398;
  color: white;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.product_fenlei a:hover {
  border: 1px solid #E62129;
  color: #E62129;
}

/* 产品详情 */
.products_list {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding: 50px 20px;
  background-color: white;
}


.products_list-div {
  width: 30%;
  /* height: 500px; */
}

.products_list_neirong {
  width: 35%;
  font-size: 18px;
}

.products_list_neirong h2 {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #004398;
  margin-bottom: 10px;
}

.products_list_neirong div:nth-child(2) {
  font-size: 16px;
  margin: 20px 0;
}

.products_list_neirong div:nth-child(3) {
  margin-bottom: 50px;
}

.products_list_neirong a {
  background-color: #E62129;
  padding: 10px 15px;
  font-size: 16px;
  color: white;
  border-radius: 5px;
}

.products_list_maidian {
  width: 70%;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: white;
}

.products_list_maidian h2 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 2px solid #004398;
  margin-bottom: 20px;
}

.products_list_maidian>div {
  width: 80%;
  margin: 0 auto;
}

.products_list_maidian p {
  font-size: 18px;
}

.product_chanpin {
  margin-bottom: 50px;
}

.renrong_our {
  padding: 50px 0;
}

.COMPANY_COMPANY h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.renrong_our_daoh {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.renrong_our_daoh a {
  color: #ffffff;
  font-size: 18px;
  background: #004398;
  padding: 5px 10px;
  margin: 0 10px 5px;
}

.renrong_our_daoh a:hover {
  background: #E62129;
  color: #ffffff;
}

.renrong_our_tupian {
  width: 80%;
  margin: 0 auto;
}

.renrong_our_tupian img {
  margin-bottom: 5px;
}

.location {
  width: 100%;
  background-color: #000;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.location div {
  width: 80%;
  margin: 0 auto;
}

.location a {
  color: #ffffff;
}