/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #c01414;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  max-width: 1400px;
}

.top {
  height: 90px;
  position: relative;
  z-index: 999;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.top .container {
  height: 100%;
}

.top1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.top1 .left a img {
  width: auto;
  height: 25px;
}

.top1 .language {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.top1 .language h2 {
  color: #333;
  min-width: 100px;
}

.top1 .language h2 i {
  padding: 0px 10px;
}

.top1 .language h3 {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px #eee;
  display: none;
}

.top1 .language:hover h2 i:nth-last-child(1) {
  transform: rotate(180deg);
}

.top1 .language:hover h3 {
  display: block;
}

.top1 .language h3 a {
  display: block;
  font-size: 14px;
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 600px);
}

.nav li {
  position: relative;
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.nav li a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #333;
  text-transform: capitalize;
}

.nav li a:hover {
  color: #ffc107;
}

.nav li a.on {
  color: #ffc107;
  font-weight: bold;
}

.nav li a.on::after {
  width: 40px;
  height: 8px;
  display: block;
  content: "";
  background: url(../images/dh_on.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.nav li ul {
  position: absolute;
  top: 50px;
  display: none;
  width: 100%;
  box-shadow: 0px 0px 5px #ddd;
}

.nav li:hover ul {
  display: block;
}

.nav li ul li {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
}

.nav li ul li a {
  font-size: 14px;
}

.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner {
  height: auto;
}


.in_banner .swiper-slide .pc_img {
  height: calc(100vh - 240px);
 display: block;
}

.in_banner .swiper-slide .ph_img {
  display: none;
}

.in_banner .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 20px;
  height: 5px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc107;
}

.in_box {
  padding: 60px 0px;
  background: #fff;
}

.in_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.in_bt h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.in_bt h2 b {
  padding: 0px 20px;
}

.in_bt h2 b img {
  width: auto;
  height: 34px;
}
.in_bt h3 {
  font-size: 24px;
  color: #333;
  padding-top: 5px;
}

.in_box ul {
  padding-top: 30px;
  display: flex;
  margin: 0px -20px;
  flex-wrap: wrap;
}

.in_box ul li {
  margin: 20px 20px;
  width: calc(25% - 40px);
  box-shadow: 0px 1px 4px 1px #ddd;
  border-bottom: 10px solid #ffc107;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.in_box ul li:hover {
  transform: translate(0, -15px);
  transition: all 0.3s ease 0s;
}

.in_box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 200px;
  box-sizing: border-box;
}

.in_box ul li h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 26px;
  color: #333;
  text-shadow: 2px 2px #ddd;
  font-weight: bold;
}

.in_box ul li h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.in_box .more {
  padding-top: 30px;
}

.in_box .more a {
  color: #c01414;
  font-size: 14px;
}

.in_box .more a:hover {
  text-decoration: underline;
}

.in_box1 {
  background: url(../images/in_box1_bj.png) no-repeat right bottom;
  background-size: auto 100%;
}

.in_box1 .container {
  display: flex;
}

.in_box1_l {
  position: relative;
  width: 460px;
}

.in_box1_l .swiper-slide img {
  width: 100%;
  height: 690px;
  border-radius: 0px 130px 0px 130px;
}

.in_box1_l .swiper-button-next,
.in_box1_l .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  color: #333;
  border-radius: 50%;
  left: 500px;
  top: 420px;
}

.in_box1_l .swiper-button-next {
  left: 580px;
}

.in_box1_l .swiper-button-next::after,
.in_box1_l .swiper-button-prev::after {
  font-size: 20px;
}

.in_box1_r {
  width: calc(100% - 460px);
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 60px;
}

.in_box1_r .bt h2 {
  display: flex;
  align-items: center;
}

.in_box1_r .bt h2 span {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0px 5px;
}

.in_box1_r .bt h2 b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0px 5px;
}

.in_box1_r .bt h2 em {
  width: 100px;
  height: 2px;
  background: #fff;
  display: block;
}

.in_box1_r .bt h3 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.in_box1_r .nr {
  padding-top: 20px;
}

.in_box1_r .nr p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding: 10px 0px;
  padding-left: 15px;
}

.in_box1_r .nr p::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 0px;
  top: 20px;
  position: absolute;
}

.in_box1_r .nr h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 160px;
}

.in_box1_r .nr h2 i {
  margin-right: 15px;
}

.in_box2 {
  padding: 60px 0px;
}

.in_box2 ul.list {
  display: flex;
  margin: 0px -15px;
  margin-top: 50px;
}

.in_box2 ul.list li {
  width: calc(50% - 30px);
  margin: 0px 15px;
}

.in_box2 ul.list li a {
  display: flex;
  width: 100%;
}

.in_box2 ul.list li .img {
  width: calc(50% - 20px);
  height: 220px;
}

.in_box2 ul.list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_box2 ul.list li .nr {
  width: calc(50% + 20px);
  box-sizing: border-box;
  padding: 30px;
}

.in_box2 ul.list li .nr h2,
.in_box2 ul.list li .nr span {
  color: #ffc107;
  font-size: 20px;
}

.in_box2 ul.list li .nr p {
  color: #333;
  font-size: 16px;
  margin: 20px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
}

.in_box2 ul.list1 {
  display: flex;
  margin: 0px -15px;
  margin-top: 30px;
}

.in_box2 ul.list1 li {
  margin: 0px 15px;
  width: calc(25% - 30px);
}

.in_box2 ul.list1 li a {
  width: 100%;
}

.in_box2 ul.list1 li a .img {
  width: 100%;
  height: 0px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.in_box2 ul.list1 li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.in_box2 ul.list1 li .nr {
  box-sizing: border-box;
  padding: 20px 0px;
}

.in_box2 ul.list1 li .nr h2,
.in_box2 ul.list1 li .nr span {
  color: #ffc107;
  font-size: 20px;
}

.in_box2 ul.list1 li .nr p {
  color: #333;
  font-size: 16px;
  margin: 20px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
}

.in_box3 {
  height: 270px;
  background: url(../images/in_box3_bj.png) no-repeat center center;
  background-size: cover;
}

.in_box3 .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in_box3 .left h2 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.in_box3 .left h2 span {
  color: #ffc107;
}

.in_box3 .left p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px;
}

.in_box3 .left p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.in_box3 .right h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.in_box3 .right h2 i {
  margin-right: 10px;
}

.in_box3 .right span {
  display: block;
  margin-top: 15px;
}

.in_box3 .right span a {
  display: inline-block;
  background: #fff;
  color: #ffc107;
  font-size: 30px;
  padding: 10px 40px;
}

.in_box4 {
  margin: 60px 0px;
  position: relative;
  padding: 10px 0px;
  overflow: hidden;
}

.in_box4::after {
  content: "";
  width: 30%;
  height: 100%;
  background: #ffc107;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
}

.in_box4 .container {
  display: flex;
  justify-content: space-between;
}

.in_box4 .left {
  width: 510px;
  padding-left: 70px;
  box-sizing: border-box;
}

.in_box4 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 130px 0px 0px 0px;
}

.in_box4 .right {
  width: calc(100% - 510px);
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}

.in_box4 .right .bt h2 {
  display: flex;
  align-items: center;
}

.in_box4 .right .bt h2 span {
  width: 55px;
  height: 55px;
  border: 1px solid #333;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0px 5px;
}

.in_box4 .right .bt h2 span:nth-child(1) {
  background: #ffc107;
  color: #fff;
  border: 1px solid #ffc107;
}

.in_box4 .right .bt h2 span:nth-child(2) {
  margin-left: -15px;
}

.in_box4 .right .bt h2 b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc107;
  margin: 0px 5px;
}

.in_box4 .right .nr {
  padding-top: 40px;
}

.in_box4 .right .nr h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.in_box4 .right .nr h3 {
  font-size: 14px;
  color: #a4a4a4;
  font-weight: bold;
  margin: 6px 0px;
}

.in_box4 .right .nr b {
  display: block;
  width: 60px;
  height: 3px;
  background: #414141;
}

.in_box4 .right .nr p {
  height: 150px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 20px 0px;
}

.in_box4 .right .nr span a {
  color: #ffc107;
  font-size: 20px;
}

.in_box4 .right .nr1 {
  background: #ffc107;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  padding: 20px;
  padding-left: 60px;
  box-sizing: border-box;
  border-radius: 50px 0px 0px 50px;
}

.in_box4 .right .nr1 li {
  flex: 1;
}

.in_box4 .right .nr1 li h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: baseline;
}

.in_box4 .right .nr1 li h2 p {
  font-size: 20px;
}

.in_box4 .right .nr1 li h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.in_box5 {
  padding-bottom: 60px;
}

.in_box5 ul {
  padding-top: 50px;
  display: flex;
  margin: 0px -15px;
}

.in_box5 ul li {
  width: calc(100% - 30px);
  margin: 0px 15px;
  position: relative;
}

.in_box5 ul li .img {
  width: 100%;
  height: 0px;
  padding-top: 65%;
  position: relative;
}

.in_box5 ul li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.in_box5 ul li .time {
  background: #c5c5c5;
  position: absolute;
  left: -5px;
  top: 40%;
  text-align: center;
  padding: 10px;
}

.in_box5 ul li .time h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.in_box5 ul li .time h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.in_box5 ul li a {
  border-bottom: 4px solid #c5c5c5;
  display: block;
}

.in_box5 ul li .nr {
  padding: 15px 0px;
}

.in_box5 ul li .nr h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.in_box5 ul li .nr p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
  font-size: 14px;
  color: #333;
  height: 40px;
}

.in_box5 ul li a:hover {
  border-bottom: 4px solid #ffc107;
}

.in_box5 ul li a:hover .time {
  background: #ffc107;
}

.di {
  background: #ffc107;
  padding-top: 50px;
  padding-bottom: 20px;
}

.di .container {
  display: flex;
  align-items: center;
}

.di .left {
  width: 350px;
  height: auto;
}

.di .left img {
  width: 100%;
  height: auto;
}

.di .right {
  width: calc(100% - 350px);
  display: flex;
}

.di .right li {
  flex: auto;
  padding-left: 8%;
}

.di .right li h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.di .right li h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.di .right li p {
  font-size: 16px;
  color: #333;
  padding: 7px 0px;
}

.di .right li p a {
  color: #333;
}

.di .right li span {
  display: block;
  margin-top: 15px;
}

.di .right li span a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #333;
  padding: 10px 30px;
  border-radius: 25px;
}

.di .right li h4 img {
  width: 120px;
  height: auto;
}

.di1 {
  border-top: 1px solid #ccc;
  background: #ffc107;
  color: #333;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px;
}

.about_banner {
  background-size: cover;
  padding: 80px 0px;
}

.about_banner .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.about_banner .left {
  width: 660px;
}

.about_banner .left h2 {
  font-size: 45px;
  font-weight: bold;
  color: #ffc107;
}

.about_banner .left ul {
  margin: 0px -5px;
  margin-top: 50px;
  display: flex;
}

.about_banner .left ul li {
  width: calc(33.3% - 12px);
  margin: 0px 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.about_banner .left ul li h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.about_banner .right {
  background: url(../images/about_banner1.png) no-repeat;
  background-size: cover;
  padding: 20px 50px;
  color: #fff;
}

.about_banner .right h2 {
  font-size: 20px;
}

.about_banner .right h3 {
  font-size: 40px;
  font-weight: bold;
}

.about_banner .right p {
  font-size: 14px;
  padding: 8px 0px;
}

.about_box {
  padding: 60px 0px;
}

.about_box .bt {
  display: flex;
  align-items: center;
}

.about_box .bt span {
  width: 55px;
  height: 55px;
  border: 1px solid #333;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0px 5px;
}

.about_box .bt span:nth-child(1) {
  background: #ffc107;
  color: #fff;
  border: 1px solid #ffc107;
}

.about_box .bt span:nth-child(2) {
  margin-left: -15px;
}

.about_box .bt b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc107;
  margin: 0px 5px;
}

.about_box .nr {
  padding: 50px 0px;
}

.about_box .nr p {
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 0px;
}

.about_box .nr1 {
  display: flex;
  padding-bottom: 50px;
}

.about_box .nr1 li {
  width: 33.3%;
}

.about_box .nr1 li h2 {
  font-size: 50px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: baseline;
}

.about_box .nr1 li h2 p {
  font-size: 20px;
}

.about_box .nr1 li h3 {
  font-size: 18px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}

.about_box_nr2 .swiper-slide img {
  width: 100%;
  height: auto;
}

.about_box1 {
  background: url(../images/about_bj.png) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.about_box1_swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}

.about_box1_swiper2 .swiper-slide h2 {
  font-size: 80px;
  font-weight: bold;
  color: #333;
  margin-right: 50px;
}

.about_box1_swiper2 .swiper-slide p {
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.about_box1_swiper2 .swiper-slide p i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ffc107;
  border-radius: 50%;
  margin-right: 10px;
}

.about_box1_swiper {
  margin-top: 30px;
  height: 80px;
}

.about_box1_swiper .swiper-slide {
  margin-top: 5px;
  cursor: pointer;
}

.about_box1_swiper .swiper-slide h2 {
  text-align: center;
  font-size: 18px;
  color: #999;
}

.about_box1_swiper .swiper-slide b {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 3px #aaa;
  border-radius: 50%;
  margin: 0px auto;
}

.about_box1_swiper::after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 39px;
  left: 5px;
}

.about_box1_swiper .swiper-slide-thumb-active h2 {
  color: #333;
}

.about_box1_swiper .swiper-slide-thumb-active b {
  border: solid 3px #ffc107;
}

.about_box1_swiper .swiper-button-prev,
.about_box1_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  top: 0px;
  margin-top: 5px;
  left: 5px;
}

.about_box1_swiper .swiper-button-next {
  left: auto;
  right: 5px;
}

.about_box1_swiper .swiper-button-prev:after,
.about_box1_swiper .swiper-button-next:after {
  color: #333;
  font-size: 20px;
}

.about_banner1 {
  height: 400px;
  background-position: center center;
}

.about_banner1 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffc107;
}

.about_banner1 .container h2 {
  font-size: 50px;
  font-weight: bold;
}

.about_banner1 .container p {
  font-size: 26px;
  font-weight: bold;
}

.business_list {
  padding: 50px 0px;
}

.business_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.business_list ul li {
  width: calc(33.3% - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
}

.business_list ul li .img {
  width: 100%;
  padding-top: 70%;
  height: 0px;
  position: relative;
}

.business_list ul li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.business_list ul li h2 {
  background: rgb(255, 193, 7, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

.business_list ul li a:hover h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.business_list ul li h2 i {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc107;
  font-size: 30px;
}

.business_list ul li .nr {
  background: #eee;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanye {
  text-align: center;
}

.pro_d_box {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.pro_d_box_l {
  width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.pro_d_box_l_Swiper {
  height: 60px;
  width: 100%;
}

.pro_d_box_l_Swiper .swiper-slide {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.pro_d_box_l_Swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_d_box_l_Swiper .swiper-slide-thumb-active::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #ffc107;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

.pro_d_box_l_Swiper2 {
  height: 400px;
  width: 100%;
  margin-bottom: 10px;
}

.pro_d_box_l_Swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_d_box_l_Swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_d_box_l_Swiper2 .swiper-button-next,
.pro_d_box_l_Swiper2 .swiper-button-prev {
  color: #ffc107;
}

.pro_d_box_r {
  width: calc(100% - 600px);
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

.pro_d_box_r .bt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pro_d_box_r .bt h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.pro_d_box_r .bt b {
  display: block;
  width: 66px;
  height: 4px;
  background-color: #ffc107;
  margin: 10px 0px;
}

.pro_d_box_r .bt p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.pro_d_box_r .nr p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.pro_d_box_r .nr h2 {
  font-size: 36px;
  color: #ffc107;
  font-weight: bold;
  padding: 15px 0px;
}

.pro_d_box_r .nr span {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.pro_d_box_r .nr span a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #333;
  padding: 10px 30px;
  margin-right: 15px;
}

.pro_d_box_r .nr span a:nth-child(2) {
  background: #ffc107;
  color: #333;
}

.about_box2 {
  padding-top: 0px !important;
}

.news_list {
  padding: 50px 0px;
}

.news_list ul li {
  margin-bottom: 50px;
  border: 1px solid #d0d0d0;
}

.news_list ul li a {
  display: flex;
  height: 220px;
}

.news_list ul li a .time {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #dedede;
}

.news_list ul li a .time h2 {
  font-weight: bold;
  font-size: 30px;
  color: #333;
}

.news_list ul li .time h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.news_list ul li a .nr {
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.news_list ul li a .nr .nr1 {
  width: calc(100% - 380px);
}

.news_list ul li a .nr .nr1 h2 {
  font-size: 20px;
  color: #ffc107;
  font-weight: bold;
}

.news_list ul li a .nr .nr1 h3 {
  font-size: 12px;
  color: #999;
  padding: 10px 0px;
}

.news_list ul li a .nr .nr1 p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.news_list ul li a .nr .img {
  width: 350px;
  height: 100%;
}

.news_list ul li a .nr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_list ul li a:hover .time {
  background: #ffc107;
}

.news_detail {
  padding: 40px 0px;
  margin: 0px auto;
}

.news_detail .bt {
  text-align: center;
}

.news_detail .bt h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news_detail .bt h3 {
  font-size: 14px;
  color: #999;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
}

.news_detail .bt h3 span {
  padding: 0px 15px;
}

.news_detail .nr {
  padding-top: 10px;
}

.news_detail .nr p {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  padding-bottom: 15px;
}

.news_detail .nr img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.contact {
  padding: 50px 0px;
}

.contact .bt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
}

.contact .bt i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #ffc107;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
}

.contact .bt h2 {
  font-weight: bold;
  color: #333;
  font-size: 26px;
}

.contact .bt h2 p {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

.contact .nr {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.contact .nr p {
  font-size: 16px;
  color: #333;
  padding: 10px 0px;
}

.contact .nr .right h2 img {
  width: 150px;
  height: auto;
}

.contact .nr .right p {
  text-align: center;
}

.contact1 {
  background: url(../images/about_bj.png) no-repeat;
  padding: 50px 0px;
}

.contact1 .bt {
  text-align: center;
}

.contact1 .bt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.contact1 .bt p {
  font-size: 16px;
  padding-top: 5px;
}

.contact1 .map {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
