body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select,
span {
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
  margin: 0
}

li {
  list-style: none
}

a {
  text-decoration: none
}

img {
  border: none;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}

table {
  border: none
}

input,
textarea {
  outline: none
}

textarea {
  resize: none;
  overflow: auto
}

body {
  font-family: 'noto sans sc';
}

.show {
  display: block !important;
}

.flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap {
  width: 1600px;
  background: url(../img/bg.png) no-repeat;
  margin: auto;
  text-align: justify;
}

.head {
  width: 100%;
  display: inline-block;
  background-position: top center;
  text-align: center;
}
p:last-child,a:last-child{
  margin-bottom: 0 !important;
}
img{
  object-fit: cover;
  object-position: center;
}
.mbox{
  width: 1002px;
  margin: auto;
}
.wrap{
  width: 1600px;
}
.nav{
  display: inline-block;
  padding: 10px 123px 13px;
  text-align: center;
  background: rgba(165, 207, 252, .18);
  position: relative;
}
.nav::before{
  border-top: 39px solid rgba(165, 207, 252, .18);
  border-left: 26px solid transparent;
  border-bottom: 20px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  left: -26px;
  top: 0;
}
.nav::after{
  border-top: 39px solid rgba(165, 207, 252, .18);
  border-right: 26px solid transparent;
  border-bottom: 20px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  right: -26px;
  top: 0;
}
.nav a{
  font-size: 14px;
  margin: 0 7px;
  color: #071c47;
}
@font-face {
  font-family: 'wdxyt';
  src: url(./wdxyt.ttf);
}
.slogan{
  margin-top: 40px;
}
.slogan h1{
  letter-spacing: 3px;
}
.slogan h1 span {
  font-size: 35px;
  font-family: wdxyt;
  background-image: linear-gradient(to bottom,#2ea2cc 30%,#032d44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transform: scaleY(1.1);
}
.slogan h2 span {
  font-size: 43px;
  margin-top: 15px;
  font-family: wdxyt;
  background-image: linear-gradient(to bottom,#0b6a78 50% ,#02283e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.slogan h3{
  font-size: 19px;
  color: #071c47;
  font-weight: bold;
  margin-top: 15px;
}
.slogan h4{
  font-size: 17px;
  color: #071c47;
  font-weight: bold;
  margin-top: 10px;
}
.slogan h5{
  font-size: 19px;
  color: #112a57;
  margin-top: 48px;
}
.main{
  margin-top: 120px;
}
.banner img{
  width: 532px;
  height: 300px;
}
.banner .swiper-slide{
  align-items: center;
}
.banner .swiper-slide div{
  width: 408px;
}
.banner h1{
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 42px;
  color: #1c5567;
  position: relative;
}
.banner h1::before{
  width: 40px;
  height: 19px;
  top: 12px;
  left: -48px;
  background: url(../img/banner_title_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.banner p{
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
}
.news{
  margin-top: 68px;
}
.switch{
  padding-bottom: 8px;
  border-bottom: 1px solid #919191;
}
.switch span{
  font-size: 30px;
  padding: 0 40px;
  font-weight: bold;
  color: #919090;
  cursor: pointer;
}
.switch span.news_selected{
  color: #1c5567;
  position: relative;
}
.switch span.news_selected:before{
  margin: auto;
  right: 0;
  left: 0;
  bottom: -13px;
  width: 60%;
  height: 9px;
  position: absolute;
  content: '';
  background: #16c0d4;
  z-index: 2;
}
.switch span.news_selected:after{
  margin: auto;
  right: 0;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 9px;
  position: absolute;
  content: '';
  background: #72e4f1;
}
.news_box{
  margin-top: 43px;
}
.news a{
  width: 44%;
  font-size: 18px;
  margin-bottom: 26px;
  padding-left: 30px;
  color: #1c5567;
  position: relative;
}
.news a::before{
  width: 25px;
  height: 10px;
  top: 7px;
  left: 0px;
  background: url(../img/news_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.title{
  margin:  66px auto 40px;
  text-align: center;
}
.live .title{
  margin-bottom: 27px;
}
.title span{
  font-size: 30px;
  font-weight: bold;
  color: #1c5567;
  position: relative;
}
.title span::before{
  width: 100px;
  height: 17px;
  left: -110px;
  top: 16px;
  background: url(../img/title_before.png);
  position: absolute;
  content: '';
}
.title span::after{
  width: 100px;
  height: 17px;
  right: -110px;
  top: 16px;
  background: url(../img/title_after.png);
  position: absolute;
  content: '';
}
.live1{
  position: relative;
}
.live1_left{
  position: relative;
}
.live h6{
  font-size: 24px;
  margin-bottom: 26px;
  color: #1c5567;
  font-weight: bold;
  flex: 100%;
}
.live1 p{
  font-size: 16px;
  color: #fff;
  background: #2a7abd;
  position: absolute;
  left: 0;
  bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 0 4px 10px;
}
.live1_right{
  width: 454px;
  margin-right: 40px;
  margin-top: 70px;
  position: relative;
}
.live1_right h1{
  font-size: 24px;
  margin-bottom: 22px;
  color: #1c5567;
  line-height: 1.2;
}
.live1_right h2{
  font-size: 14px;
  color: #333232;
  line-height: 1.5;
}
.live1_right::before{
  width: 101px;
  height: 108px;
  top: -96px;
  left: -80px;
  background: url(../img/live1_before.png) no-repeat;
  position: absolute;
  content: '';
}
.live1_right::after{
  width: 102px;
  height: 108px;
  bottom: -20px;
  right: -40px;
  background: url(../img/live1_after.png) no-repeat;
  position: absolute;
  content: '';
}
.live_switch{
  left: 440px;
  bottom: 20px;
  position: relative;
  z-index: 99;
}
.live_switch span{
  font-size: 16px;
  padding: 4px 30px;
  border-radius: 6px;
  color: #5b82a2;
  background: #cdd9e4;
  margin: 0 4px;
  cursor: pointer;
}
span.live_selected{
  color: #fff;
  background: #2a7abd;
}
.live2{
  margin-top: 80px;
}
.live2_top_left{
  width: 540px
}
.live2 h1{
  font-size: 24px;
  margin-bottom: 22px;
  color: #1c5567;
  font-weight: bold;
}
.live2 h2{
  width: 452px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: #333232;
}
.live2 p{
  font-size: 16px;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.live2 p:first-of-type{
  margin-bottom: 22px;
}
.live2 p b{
  width: 80px;
  font-weight: normal;
  color: #1c5567;
  display: inline-block;
}
.live2_top img{
  width: 392px;
  height: 241px;
}
.live2_bottom{
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(7,127px);
}
.live2_con{
  width: 127px;
}
.live2_con h4{
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  color: #1a1a1a;
}
.live2_con img{
  width: 100%;
  height: 165px;
  border-radius: 10px;
  object-fit: cover;
}
.estate_awards{
  padding: 70px 0 140px;
  background: url(../img/estate_awards2023_bg.png) no-repeat;
  background-size: cover;
}
.estate_awards_box{
  width: 804px;
  margin: auto;
}
.estate_awards_box p{
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #333232;
  position: relative;
}
.estate_awards_box p:nth-of-type(1)::before{
  width: 4px;
  height: 130px;
  top: 0px;
  left: -36px;
  background: #f1e4cd;
  content: '';
  position: absolute;
}
.estate_awards_box p:nth-of-type(1)::after{
  width: 4px;
  height: 160px;
  top: -16px;
  left: -28px;
  background: #f1e4cd;
  content: '';
  position: absolute;
}
.estate_awards_box p:nth-of-type(2)::before{
  width: 4px;
  height: 130px;
  top: -90px;
  right: -36px;
  background: #f1e4cd;
  content: '';
  position: absolute;
}
.estate_awards_box p:nth-of-type(2)::after{
  width: 4px;
  height: 160px;
  top: -106px;
  right: -28px;
  background: #f1e4cd;
  content: '';
  position: absolute;
}
.awards_box{
  text-align: center;
}
.awards_box h1 a{
  width: 463px;
  display: block;
  padding: 5px 0;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #a2f5ff;
  color: #1c5567;
  margin: 0 auto 12px;
  border: 1px solid #45c6b5;
}
.awards_box a{
  width: 545px;
  padding: 10px 0;
  margin-top: 23px;
  line-height: 1.3;
  border-radius: 14px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(to bottom,#5cc3f8,#123d6d);
  color: #fff;
}
.awards_box a b{
  font-size: 22px;
  font-weight: bold;
}
.ess_box{
  width: 1050px;
  margin: auto;
  position: relative;
}
.ess_box img {
  width: 100%;
  height: 100%;
}
.sw2{
  width: 960px;
}
.sw2 .swiper-slide{
  width: 370px !important;
  margin-right: 22px;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}
.ess_bottom{
  margin: 16px auto 0;
  justify-content: inherit;
  align-items: center;
}
.eb_left{
  width: 567px;
  margin-right: 34px;
  font-size: 24px;
  color: #294369;
}
.eb_left h1{
  color: #1c5567;
  font-size: 24px;
}
.eb_left h2{
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.3;
  color: #333232;
}
.eb_right{
  width: ;
  padding: 10px 45px;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(to right,#0e657b,#27e0d5);
}
.swiper-button-prev {
  background: url(../img/lbtn.png) !important;
  width: 19px !important;
  height: 172px !important;
  top: 70px !important;
  left: 0 !important;
  margin: 0 !important;
}
.swiper-button-next {
  background: url(../img/rbtn.png) !important;
  width: 22px !important;
  height: 172px !important;
  top: 70px !important;
  right: 0 !important;
  margin: 0 !important;
}
.group_box{
	width: 941px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	background: #f2f2f2;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 1px #ccc;
	box-sizing: border-box;
	padding: 32px 29px;
}
.group_con{
	max-width: 450px;
}
.group_con h3{
	color: #1d2e42;
	font-size: 18px;
	font-weight: bold;
}
.group_con p{
	color: #1d2e42;
	font-size: 14px;
	margin-top: 10px;
  word-break: keep-all;
}
.qrcode{
	margin-top: 12px;
	display: flex;
}
.qrcode div{
	text-align: center;
	margin-right: 20px;
}
.qrcode img{
	width: 100px;
	height: 100px;
}
.qrcode p{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.footerwrap {
  margin-top: 48px;
  height: 453px;
  box-sizing: border-box;
  padding-top: 100px;
  background: url(../img/footer_bg.png) no-repeat;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
	margin-top: 60px;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 60px;
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
}
@media only screen and (max-width: 1600px){
    .wrap {
        min-width: 1100px;
        width: 100%;
    }
    .intro {
        padding: 0;
        width: 1000px;
        margin: auto;
    }
    .side{
        position: fixed;
        right: 16px;
        font-size: 14px;
        padding: 20px 8px;
    }
}