* {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.box {
  width: 100%;
  max-width: 100%;
  height: 98px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.box1 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.logo {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
}

.logo img {
  height: 80px;
  width: auto;
  max-width: 100%;
}

.nav {
  float: left;
  display: inline-block;
  margin-left: 10%;
  width: max-content;
}

.nav li {
  float: left;
  display: inline-block;
  padding: 0 30px;
}

.nav li a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
}

.nav .on a {
  color: #284f95;
  font-weight: bold;
}

.yuyan {
  width: max-content;
  float: right;
}

.yuyan a {
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin: 0 15px;
  display: inline-block;
  float: left;
  height: 26px;
  text-decoration: none;
}

.nav li a:hover {
  color: #284f95;
  font-weight: bold;
  text-decoration: none;
}

.yuyan a:hover {
  color: #284f95;
  border-bottom: 2px solid #284f95;
  padding-bottom: 5px;
}

.yuyan .on {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #284f95;
  border-bottom: 2px solid #284f95;
  padding-bottom: 5px;
}

.heizi {
  width: 1px;
  height: 16px;
  background: #999999;
  display: inline-block;
  float: left;
  margin: 4px 0;
}

.daihang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_banner {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 762px;
  overflow: hidden;
}

.box_banner img {
  width: 100%;
  height: auto;
  min-height: 762px;
  max-height: 762px;
  max-width: 100%;
}

.slider-nav {
  display: none;
}

.box_banner .slider-btn .slider-btn-prev {
  position: absolute;
  top: 50%;
  left: 3%;
  background-image: url(../images/zuo.png);
  z-index: 999;
  height: 116px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: top center;
  transform: translateY(-50%);
}

.box_banner .slider-btn .slider-btn-next {
  position: absolute;
  top: 50%;
  right: 3%;
  background-image: url(../images/you.png);
  z-index: 999;
  height: 116px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: top center;
  transform: translateY(-50%);
}

.abt_list h3 {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #424345;
}

.box_box1 {
  width: 395px;
  height: 593px;
  float: left;
  display: inline-block;
}

.box_box2 {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1.5s;
  padding: 60px 0;
}

.box_box3 h3 {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 40px;
}

.box_hezi {
  width: 54px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.box_intro {
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 47px;
}

.box_box3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

.box_box2:hover {
  transform: translateY(-10%);
}

.asd {
  background: #ffffff;
  padding: 0;
}

/* .sdf {
  height: 860px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  position: relative;
} */

.news {
  height: max-content;
  /* position: absolute;
  top: 15%;
  left: 36%; */
}

.news li {
  list-style: none;
  width: 100%;
  height: 80px;
  border-top: 1px solid #cdd1d8;
  border-bottom: 1px solid #cdd1d8;
  display: flex;
  align-items: center;
}

.news_list {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news li .news_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #295095;
  margin-left: 10px;
}

.new_title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3f393c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 15px 0 20px;
}

/*.news li:hover {
    background: #cdd1d8;
}*/

.news li:hover .new_title {
  color: #4b71af;
}

.dizhi {
  height: auto;
  background: #f2f4f5;
}

.dizhi_box2 {
  width: 100%;
  height: auto;
  background: #ffffff;
  display: inline-block;
  float: right;
}

.dizhi_box3 {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.dizhi_img img {
  height: 70px;
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
}

.dizhi_img img:hover {
  transform: translateY(-10px);
}

.dizhi_list {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444960;
  line-height: 36px;
  margin: 5px 0;
}

.dizhi_hezi {
  width: 26px;
  height: 2px;
  background: #284f95;
  border-radius: 1px;
  margin: 10px 0;
}

.dizhi_intro {
  width: 182px;
  height: 65px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444960;
  line-height: 18px;
  text-align: center;
}

.tupian_box:nth-child(2n + 1) {
  width: 49.8%;
  height: 432px;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.tupian_box:nth-child(2n + 2) {
  width: 49.8%;
  height: 432px;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.tupian_box img {
  width: 100%;
  height: auto;
  min-height: 432px;
  max-height: 432px;
  max-width: 100%;
  transition: all 1s;
  overflow: hidden;
}

.tupian_box img:hover {
  transform: scale(1.1);
}

.read {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.read span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3f393c;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
}

.yuxing {
  height: 300px;
  background: #f2f4f5;
}

.yuxing_box {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: -8%;
}

.yuxing_box h3 {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 47px;
  position: absolute;
  top: 20%;
  left: 15px;
}

.foot {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: #f2f4f5;
}

.foot_box {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 20px;
}

.foot_intro {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
}

.foot_intro img {
  height: 60px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.footbox {
  display: inline-block;
  width: 100%;
  height: max-content;
}

.foot_list h3 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #284f95;
  line-height: 36px;
}

.foot_list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.foot_list li a {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
}

.foot_list .foot_news {
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 15px 0;
}
.foot_yuyan {
  background: #f2f4f5;
  height: max-content;
  border-bottom: 1px solid #e1e2e3;
}
.luokuang {
  height: auto;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  background: #f2f4f5;
  padding: 20px 20px;
}

.intro {
  height: max-content;
  padding: 60px 15px;
  display: flex;
  align-content: center;
}

.intro_list {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #363636;
  line-height: 36px;
}

.intro_box {
  width: 26px;
  height: 1px;
  background: #0068cf;
  margin: 20px 0;
}

.intro_intro {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
}

.intro_xian {
  width: 300px;
  height: 1px;
  background: #e1ebf3;
  margin: 30px 0;
}

.intro_intro img {
  height: auto;
  max-width: 100%;
}

.yuxing_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.intro_news {
  height: 65px;
  border-bottom: 1px solid #e1ebf3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.news_times {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0068cf;
  float: left;
  display: inline;
}

.news_timie {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3f393c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.intro_news:hover .news_timie {
  color: #4b71af;
}

.page {
  padding: 30px 0;
}

.ditu {
  padding: 60px 0;
}
