* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #003768;
}
body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #ffffff !important;
}
.clear{
	clear: both;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
.top-bar-wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* Header Styles */
.top-bar {
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.phone {
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
}
.user-links {
  display: flex;
  align-items: center;
}
.user-links span {
  color: #ff6600;
  font-size: 14px;
  cursor: pointer;
}
.user-links .span {
  margin: 0px 10px;
}
/* .user-links a:hover {
    color: #ff6600;
} */
/* Navigation Bar */
.nav-container {
  background-color: #fff;
  position: relative;
  height: 60px;
  z-index: 100;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.nav-container .logo {
  display: flex;
  align-items: center;
  height: 60px;
}
.logo p{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	margin-left: 10px;
}
.logo .company-logo {
  width: 154px;
  height: 46px;
}
.logo .line {
  width: 1px;
  height: 30px;
  background-color: #ddd;
  margin: 0 15px;
}
.logo .cma-logo {
  width:54px;
  height: 34px;
}
.logo .baijin-logo {
  width: 40px;
  height: 47px;
  margin-left: 15px;
}
.main-nav {
  display: flex;
  list-style: none;
}
.main-nav li {
  position: relative;
}
.main-nav li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  /* transition: all 0.3s; */
}
.main-nav li.active a {
  color: #003768;
  border-bottom: 2px solid #003768;
}
.main-nav li a:hover {
  color: #003768;
}
/* Banner Styles */
.banner-background {
  position: relative;
  height: 460px;
  background: url("../images/banner_bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
/* .banner-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
} */
.banner-swiper {
  height: 400px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.swiper-slide {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide::before {
  display: none;
}
.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-content {
  text-align: center;
  color: white;
  width: 80%;
  max-width: 800px;
  position: relative;
  z-index: 10;
}
.banner-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.banner-subtitle {
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/* Swiper Navigation */
.custom-button-prev,
.custom-button-next {
  width: 50px;
  height: 50px;
  background: none;
  opacity: 0.7;
  transition: opacity 0.3s;
  z-index: 20;
  position: absolute;
  /* top: 50%;
    transform: translateY(-50%); */
}
.custom-button-prev {
  left: 0px;
}
.custom-button-next {
  right: 0px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.custom-button-prev:hover,
.custom-button-next:hover {
  opacity: 1;
}
.banner-background .swiper-button-prev:after,
.banner-background .swiper-button-next:after,
.banner-background .custom-button-prev:after,
.banner-background .custom-button-next:after {
  display: none;
}
.custom-button-prev img,
.custom-button-next img {
  width: 50px;
  height: 50px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-wrapper {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }
  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-nav li a {
    line-height: 50px;
    padding: 0 15px;
  }
  .banner-title {
    font-size: 36px;
  }
  .banner-subtitle {
    font-size: 18px;
  }
}
.content-title {
  height: 105px;
  background-color: #fff;
}
.content-title .title-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 105px;
  background-image: url("../images/title_right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 121px 105px;
  background-position: right top;
}
.content-title .title {
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
}
.content-title .title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  background: #003768;
  margin-right: 10px;
}
.content-title .title-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.cma-intro {
  margin-top: 10px;
}
.cma-intro .intro-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cma-intro .intro-left {
  padding: 24px 20px;
  width: 320px;
  height: 645px;
  background-image: url("../images/cma_intro_left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.intro-left-content1{
	width: 280px;
	height: 380px;
	background:#00000030;
	margin-top: 12px;
	border: 1px solid #ffffff69;
}
.intro-left-content1 ul{
	margin-top: 8px;
}
.intro-left-content1 ul li{
	margin-left: 16px;
	margin-top: 13px;
	height: 50px;
}
.intro-left-content1 ul li h4{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 14px;
	margin-left: 8px;
		float: left;
	color: rgba(255, 255, 255, 1);
}
.intro-left-content1 ul li:nth-child(6){
	margin-left: 0;
}
.intro-left-content1 ul li h5{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	width: 86px;
	height: 34px;
	opacity: 1;
	border-radius: 100px;
	background:#00000030;
	margin-top: 4px;
	float: left;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	border: 1px solid #ffffff69;
}
.intro-left-content1 ul li p{
	width: 193px;
	float: left;
	height: 28px;
	font-size: 10px;
	margin-left: 8px;
	margin-top: 5px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.cma-intro .intro-left .intro-left-content1 ul li ol img {
	width: 40px;
	height: 40px
}
.cma-intro .intro-left .intro-left-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cma-intro .intro-left .intro-left-content img{
width: 70px;
height: 44px;
float: left;
}
.cma-intro .intro-left-content h3{
	float: left;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-left: 10px;
	margin-top: 13px;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
}
.cma-intro .intro-left .intro-left-content 
.cma-intro .intro-left .intro-left-content .intro-text {
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}
.cma-intro .intro-left .intro-left-content .intro-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
}
.cma-intro .intro-left .intro-left-content .intro-bottom .intro-tip {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
}
.cma-intro .intro-left .intro-left-content .intro-bottom .intro-subtitle {
  margin-top: 5px;
  font-size: 16px;
  color: #ffffff;
}
.cma-intro .intro-left .intro-left-content .intro-bottom .intro-btn {
  width: 256px;
  height: 50px;
  opacity: 1;
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #003768;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.cma-intro .intro-left .intro-left-content .intro-bottom .intro-btn a {
  color: #003768;
  text-decoration: none;
}
.cma-intro .intro-right {
  width: 1024px;
  height: 645px;
  display: flex;
  flex-direction: column;
}
.cma-intro .intro-right .intro-right-nav {
  width: 100%;
}
.cma-intro .intro-right .intro-right-nav .intro-nav-tabs {
  display: flex;
  align-items: center;
}
.cma-intro .intro-right .intro-right-nav .intro-nav-tabs li {
  font-size: 18px;
  color: #000;
  list-style: none;
  cursor: pointer;
  position: relative;
  margin-right: 32px;
}
.cma-intro .intro-right .intro-right-nav .intro-nav-tabs li.active {
  color: #003768;
}
.cma-intro .intro-right .intro-right-nav .intro-nav-tabs li.active::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background: #003768;
  margin-top: 5px;
}
.cma-intro .intro-right .intro-right-content {
  width: 100%;
  margin-top: 42px;
}
.cma-intro .intro-right .intro-right-content .intro-content-item {
  display: none;
}
.cma-intro .intro-right .intro-right-content .intro-content-item .intro-content-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cma-intro .intro-right .intro-right-content .intro-content-item .intro-content-list .intro-content-item-content {
  list-style: none;
  width: 1024px;
  height: 100px;
  display: flex;
  align-items: center;
  opacity: 1;
  background: #FAFAFA;
  margin-bottom: 16px;
  padding-left: 30px;
  box-sizing: border-box;
}
.cma-intro .intro-right .intro-right-content .intro-content-item .intro-content-list .intro-content-item-content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.22px;
  color: #333333;
  display: flex;
  align-items: center;
}
.cma-intro .intro-right .intro-right-content .intro-content-item .intro-content-list .intro-content-item-content p::before {
  content: "";
  display: block;
  min-width: 8px;
  min-height: 8px;
  background: #003768;
  margin-right: 20px;
}
.cma-intro .intro-right .intro-right-content .intro-content-item.active {
  display: block;
}
.cma-intro .intro-right .intro-right-content .video-container .video-wrapper {
  position: relative;
}
.cma-intro .intro-right .intro-right-content .video-container .video-wrapper .video-bg {
  width: 1024px;
  height: 576px;
}
.cma-intro .intro-right .intro-right-content .video-container .video-wrapper .video-bg img {
  width: 100%;
  height: 100%;
}
.cma-intro .intro-right .intro-right-content .video-container .video-wrapper .play-button {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cma-intro .intro-right .intro-right-content .video-container .video-wrapper .play-button img {
  width: 100px;
  height: 100px;
}
.page01{
	height: 440px;
	margin: 60px auto 0;
	background: url(../images/page01_bg.png) center center;
	padding-top: 1px;

}
.page01 .page01_cont{
	width: 1400px;
	margin: 20px auto 0;
	padding-top: 1px;
}
.page01 .page01_cont .content-title{
	background: none;
	position: relative;
}
.page01_cont .content-title .title{
	color: #fff;
}
.page01_cont .content-title .title::before{
	background: #fff;
}
.page01_cont .content-title .title-wrapper{
	background-image: url(../images/title_right_bg1.png);
	    background-repeat: no-repeat;
}
.page01_cont .content-title .title1{
	width: 184px;
	position: absolute;
	right: 0;
	height: 48px;
	border-radius: 100px;
	background: #1a4f3e63;
	float: right;
	
}
.page01_cont .content-title .title1 h3{
	line-height: 48px;
	padding-left: 32px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	position: relative;
}
.page01_cont .content-title .title1 h3:after{
	position: absolute;
    left: 16px;
    top: 17px;
	width: 12px;
	height: 13px;
	background: url(../images/page01_tit.png) no-repeat center;
	background-size: 100%;
	content: '';
}
.page01_cont1 ul li{
	float: left;
	width: 240px;
	height: 224px;
	opacity: 1;
	background: #FFFFFF;
	margin-left: 38px;
	margin-top: 30px;
	position: relative;
}
.page01_cont1 ul li:nth-child(1){
	margin-left: 12px;
}
.page01_cont1 ul li ol{
	width: 93px;
	height: 107px;	
	position: absolute;
    top: -26px;
    left: 72px;
}
.page01_cont1 ul li ol img{
	width: 93px;
	height: 107px;	
}
.page01_cont1 ul li h4{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 18px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-top: 98px;
}
.page01_cont1 ul li p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(102, 102, 102, 1);
	text-align: justify;
	width: 182px;
	margin: 16px auto 0;
}
.page02_cot video::-webkit-media-controls-panel,
.page02_cot video::-webkit-media-controls-overlay-play-button,
.page02_cot video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.page02{
	width: 1400px;
	margin: 20px auto 0;
}
.page02 ul li{
	float: left;
	width: 454px;
	height: 380px;
	margin-left: 19px;
}
.page02 ul li:nth-child(1){
	margin-left: 0;
}
.page02_cot li h3{
	width: 455px;
	height: 100px;
	opacity: 1;
	background: #00305D;
	line-height: 100px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: -8px;
	line-height: 100px;
	padding-left: 70px;
	
}
.page02_cot li h3:After{
	position: absolute;
	left: 28px;
	    top: 33px;
	content: '';
	background: url(../images/page02_4.png) no-repeat center;
	background-size:100% ;
	width: 32px;
	height: 32px;
	
	
}
.page02_cot li:nth-child(3) h3{
	line-height: 36px;
	    padding-top: 30px;
}
.page02_cot li:nth-child(3) h3 p{
font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 14px;
color: rgb(178 178 178);
}
.page02_cot li .video-wrapper{
	border: 1px solid #eee;
	width: 454px;
	height: 390px;
}
.page02_cot li .video-wrapper img{
	width: 100%;
}
.video-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-mark .video-box {
  width: 640px;
  height: 368px;
  position: relative;
  top: 0px;
  z-index: 99999;
  transition: 0.6s;
}
.video-mark .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 368px;
}
.video-mark .video-box .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.video-mark .video-box .close-btn img {
  width: 30px;
  height: 30px;
}
.cma-region-advancetage-top {
  display: flex;
}
.cma-region-advancetage-top .city-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cma-region-advancetage-top .city-tab .city-tab-item {
  padding: 8px 24px;
  border: 1px solid #E6ECFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #003768;
  margin-left: 16px;
}
.cma-region-advancetage-top .city-tab .city-tab-item.active {
  background: #003768;
  color: #fff;
}
.cma-region-advantage {
  width: 100%;
  margin-top: 50px;
}
.cma-region-advantage .city-tab {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.cma-region-advantage .city-tab .city-tab-item {
  padding: 8px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.cma-region-advantage .city-tab .city-tab-item.active {
  background-color:#003768;
  color: #fff;
}
.cma-region-advantage .city-tab .city-tab-item:hover:not(.active) {
  color:#003768;
}
.cma-region-advantage .region-content {
  margin-top: 10px;
}
.cma-region-advantage .region-content .region-content-wrapper {
  display: none;
  height: 492px;
  background-color: #fff;
  position: relative;
}
.cma-region-advantage .region-content .region-content-wrapper.active {
  display: flex;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .region-bg {
  width: 464px;
  height: 272px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-info {
  position: absolute;
  z-index: 2;
  width: 410px;
  height: 206px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  bottom: 80px;
  left: 39px;
  padding: 30px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-info .city-name-cn {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-info .city-name-en {
  color: #E6ECFF;
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  opacity: 0.8;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-btn {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-btn .policy-btn {
  display: inline-block;
 background: #003768;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
}
.cma-region-advantage .region-content .region-content-wrapper .region-left .city-btn .policy-btn:hover {
  background-color: #9e2023;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right {
  width: 1304px;
  height: 492px;
  position: absolute;
  background-image: url("../images/region_right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 1304px 492px;
  right: 0;
  top: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content {
  position: relative;
  padding: 50px 40px 70px 0px;
  width: calc(100% - 400px);
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content .policy-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content .policy-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content .policy-footer {
  margin-top: 30px;
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content .policy-footer .policy-dept {
  font-size: 16px;
  margin-bottom: 5px;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-content .policy-footer .policy-date {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 24px;
  align-self: end;
}

.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-link {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  padding: 0 50px 30px;
  text-align: right;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-link .detail-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.cma-region-advantage .region-content .region-content-wrapper .region-right .policy-link .detail-btn:hover {
  text-decoration: underline;
}
.video-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.video-mark .video-box {
  position: relative;
  width: 60%;
  max-width: 800px;
}
.video-mark .video-box video {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.video-mark .video-box .close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
.video-mark .video-box .close-btn img {
  width: 30px;
  height: 30px;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.video-wrapper .video-bg img {
  width: 100%;
  display: block;
}
.video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.intro-wrapper .video-wrapper .play-button img {
  width: 60px !important;
  height: 60px !important;
  transition: transform 0.3s;
}
.intro-wrapper  .video-wrapper .play-button:hover img {
  transform: scale(1.1);
}
/* .grow-map-container {
  margin-top: 20px;
}
.grow-map-container .grow-map-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grow-map-container .grow-map-wrapper .grow-map-left-img {
  width: 410px;
  height: 530px;
}
.grow-map-container .grow-map-wrapper .grow-map-jia {
  width: 32px;
  height: 42px;
}
.grow-map-container .chengzhangtupu {
  margin-top: 60px;
}
.grow-map-container .chengzhangtupu img {
  width: 1400px;
  height: 906.29px;
} */
.star-dialog-container {
  width: 100%;
  height: 760px;
  background-image: url("../images/xingguang_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  box-sizing: border-box;
}
.star-dialog-container .star-dialog-content-title {
  width: 100%;
  margin-bottom: 50px;
}
.star-dialog-container .star-dialog-content-title .star-dialog-title-wrapper {
  width: 100%;
  position: relative;
}
.star-dialog-container .star-dialog-content-title .star-dialog-title-wrapper .title {
  height: 105px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  background-image: url("../images/title_right_bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 121px 105px;
  background-position: right -10px;
  padding-right: 50px;
}
.star-dialog-container .star-dialog-content-title .star-dialog-title-wrapper .title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  background: #003768;
  margin-right: 10px;
}
.star-dialog-container .star-dialog-content-title .star-dialog-title-wrapper .title-subtitle {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-left: 12px;
}
.star-dialog-container .star-dialog-content .accordion-container {
  display: flex;
  height: 528px;
  overflow: hidden;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item {
  height: 528px;
  width: 92px;
  position: relative;
  cursor: pointer;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item.active {
  width: 940px;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item.active .accordion-header .video-thumbnail {
  opacity: 0;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item.active .accordion-header .speaker-info {
  opacity: 0;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item.active .accordion-content {
  opacity: 1;
  visibility: visible;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .video-thumbnail {
  width: 92px;
  height: 528px;
  transition: opacity 0.3s ease;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .video-thumbnail .add-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .video-thumbnail img {
  width: 100%;
  height: 100%;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .speaker-info {
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: white;
  transition: opacity 0.3s ease;
  background-repeat: no-repeat;
  background-size: cover;
  width: 92px;
  display: flex;
  align-items: start;
  padding-top: 40px;
  justify-content: center;
  opacity: 1;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .speaker-info .speaker-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-header .speaker-info .speaker-title {
  font-size: 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.3s;
  z-index: 1;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content .video-player {
  width: 100%;
  height: 100%;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content .video-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content .video-player .star-play-button {
  position: absolute;
  bottom: 38px;
  left: 38px;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content .video-player .star-play-button img {
  width: 80px;
  height: 80px;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item .accordion-content .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item:nth-child(odd) .speaker-info {
  background-image: url("../images/red_bg_gao.png");
  background-size: 92px 307px;
  height: 307px;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item:nth-child(even) .speaker-info {
  background-image: url("../images/red_bg_di.png");
  background-size: 92px 259px;
  height: 259px;
}
.star-dialog-container .star-dialog-content .accordion-container .accordion-item:hover:not(.active) .accordion-header .add-mask {
  opacity: 0;
}
.smart-future-container {
  width: 100%;
}
.smart-future-container .smart-content-title {
  width: 100%;
}
.smart-future-container .smart-content-title .smart-title-wrapper {
  width: 100%;
  position: relative;
}
.smart-future-container .smart-content-title .smart-title-wrapper .title {
  height: 105px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  background-image: url("../images/title_right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 121px 105px;
  background-position: right -10px;
  padding-right: 50px;
}
.smart-future-container .smart-content-title .smart-title-wrapper .title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  background: #003768;
  margin-right: 10px;
}
.smart-future-container .smart-content-title .smart-title-wrapper .smart-title-subtitle {
  font-size: 18px;
  color: #666666;
  position: absolute;
  bottom: 0px;
  padding-left: 12px;
}
.smart-future-container .smart-future-content {
  position: relative;
  height: 707px;
  overflow: hidden;
}
.smart-future-container .smart-future-content .smart-bg-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  list-style: none;
  transition: opacity 0.8s ease-in-out;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item:first-child {
  position: relative;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item .smart-bg-img {
  width: 100%;
  height: 100%;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item .smart-title {
  position: absolute;
  top: 100px;
  left: 82px;
  font-size: 36px;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item .smart-subtitle {
  position: absolute;
  top: 200px;
  color: #fff;
  left: 82px;
  font-size: 20px;
  font-weight: bold;
  width: 600px;
  line-height: 34px;
  word-break: normal;
  word-wrap: break-word;
  z-index: 1;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item .smart-btn-play {
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 140px;
}
.smart-future-container .smart-future-content .smart-bg-list .smart-item .smart-btn-play img {
  width: 80px;
  height: 80px;
}
.smart-future-container .smart-future-content .smart-video-list {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 100px;
  z-index: 3;
  left: 82px;
  transition: left 0.3s ease;
}
.smart-future-container .smart-future-content .smart-video-list .smart-video-item {
  width: 300px;
  height: 180px;
  list-style: none;
  margin-right: 14px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
.smart-future-container .smart-future-content .smart-video-list .smart-video-item img {
  width: 100%;
  height: 100%;
}
.smart-future-container .smart-future-content .smart-video-list .smart-video-item .smart-video-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  z-index: 1;
}
.smart-future-container .smart-future-content .smart-indicator {
  position: absolute;
  display: flex;
  bottom: 64px;
  left: 83px;
  z-index: 1;
  height: 4px;
}
.smart-future-container .smart-future-content .smart-indicator .smart-indicator-item {
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 10px;
  list-style: none;
  border-radius: 2px;
}
.smart-future-container .smart-future-content .smart-indicator .smart-indicator-item.active {
  width: 46px;
  border-radius: 2px;
}
.smart-future-container .smart-future-content .smart-indicator .smart-indicator-item {
  transition: all 0.3s ease;
}
.history-development-container {
  height: 700px;
  width: 100%;
  margin-top: 20px;
  background-image: url("../images/moli_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-development-container .content-title {
  background-color: transparent;
}
.history-development-container .history-development-content {
  position: relative;
}
.history-development-container .history-development-content .history-development-list {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  height: 500px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.history-development-container .history-development-content .history-development-list::-webkit-scrollbar {
  display: none;
}
.history-development-container .history-development-content .history-development-list .history-development-item {
  list-style-type: none;
  position: relative;
  width: 176px;
  min-width: 176px;
  height: 296px;
  background: #ffffff;
  margin-right: 13px;
  padding: 32px 16px 16px 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
}
.history-development-container .history-development-content .history-development-list .history-development-item:last-child {
  margin-right: 0;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-line {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  top: -82px;
  left: 0;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-line::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #d4d4d4;
  top: 0;
  right: -13px;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-line .history-line-dot {
  position: absolute;
  top: -5.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  opacity: 1;
  background: #bcbcbf;
  border-radius: 50%;
}
.history-development-container .history-development-content .history-development-list .history-development-item:last-child .history-line::after {
  display: none;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-content {
  height: 100%;
  overflow: hidden;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-content .history-content-title-text {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 36px;
  color: #b0b0b0;
  margin-bottom: 22px;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-content .history-content-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.22px;
  color: #666666;
  overflow: hidden;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-content .history-content-text li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.22px;
  color: #666666;
}
.history-development-container .history-development-content .history-development-list .history-development-item .history-content .history-content-mask {
  position: absolute;
  width: 73px;
  height: 296px;
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 14.7%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  right: 0;
  z-index: 1;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active {
  width: 460px;
  min-width: 460px;
  height: 360px;
  opacity: 1;
  background: #003768;
  flex-shrink: 0;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-line {
  top: -50px;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-line .history-line-dot {
  width: 21px;
  height: 21px;
  background-image: url("../images/point_active.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -10.5px;
  left: 50%;
  transform: translateX(-50%);
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-content .history-content-title-text {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 44px;
  color: #ffffff;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-content .history-content-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #ffffff;
  padding: 0px 16px;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-content .history-content-text li {
  list-style-type: square;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 10px;
}
.history-development-container .history-development-content .history-development-list .history-development-item.active .history-content .history-content-mask {
  display: none;
}
.history-development-container .history-development-content .history-development-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.history-development-container .history-development-content .left-arrow {
  left: -34px;
}
.history-development-container .history-development-content .right-arrow {
  right: -48px;
}
.master-team-container .master-main-content {
  background-image: url("../images/tiantuan_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1050px;
  width: 100%;
}
.master-team-container .master-team-content .master-team-title {
  height: 105px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  background-image: url("../images/title_right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 121px 105px;
  background-position: right -10px;
  padding-right: 50px;
}
.master-team-container .master-team-content .master-team-title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  background: #003768;
  margin-right: 10px;
}
.master-team-container .master-team-content {
  padding-right: 30px;
  padding-left: 30px;
  height: 500px;
  padding-top: 89px;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.master-team-container .master-team-content .left-red-bg {
  width: 293px;
  height: 390px;
  opacity: 1;
  background: #003768;
  position: absolute;
  top: 49px;
  left: 0px;
}
.master-team-container .master-team-content .teacher-img {
  width: 294px;
  height: 500px;
  position: absolute;
  top: -20px;
  left: 65px;
}
.master-team-container .master-team-content .teacher-img .mySwiperBigTeacher .swiper-wrapper .swiper-slide {
  width: 294px;
  height: 500px;
}
.master-team-container .master-team-content .teacher-img .mySwiperBigTeacher .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.master-team-container .master-team-content .teacher-img .mySwiperBigTeacher .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.master-team-container .master-team-content .teacher-img .mySwiperBigTeacher .swiper-wrapper .swiper-slide img {
  width: 294px;
  height: 500px;
  object-fit: cover;
}
.master-team-container .master-team-content .teacher-info {
  width: 1330px;
  height: 227px;
  opacity: 1;
  background: #fff;
  border: 1px solid #003768;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  padding-top: 30px;
  box-sizing: border-box;
  padding-left: 343px;
  position: relative;
}
.master-team-container .master-team-content .teacher-info .line-mark-wrapper {
  position: absolute;
  top: 43px;
  left: 240px;
  z-index: 111;
}
.master-team-container .master-team-content .teacher-info .line-mark-wrapper .line-red {
  width: 91px;
  height: 83px;
  background-image: url("../images/line_red.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.master-team-container .master-team-content .teacher-info .line-mark-wrapper .point-red {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #003768;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: -4px;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item {
  width: 100%;
  height: 100%;
  display: none;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item.t_f_active {
  display: block;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-info-item-title-wrapper {
  display: flex;
  align-items: end;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-info-item-title-wrapper .taecher-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #333333;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-info-item-title-wrapper .techer-desc {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-left: 10px;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc {
  display: flex;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc .teacher-skill-desc-item {
  margin-right: 80px;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc .teacher-skill-desc-item .teacher-skill-desc-item-title {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc .teacher-skill-desc-item .teacher-skill-desc-item-title img {
  width: 16px;
  height: 16px;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc .teacher-skill-desc-item .teacher-skill-desc-item-title p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: #003768;
}
.master-team-container .master-team-content .teacher-info .teacher-info-item .teacher-skill-desc .teacher-skill-desc-item .skill-desc {
  margin-top: 10px;
  width: 418px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 19.6px;
  color: #333333;
}
.master-team-container .master-team-content .teacher-thumb {
  width: 970px;
  height: 131px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.master-team-container .master-team-content .teacher-thumb .mySwiper4 .teacher_feat_swiper_content {
  width: 870px;
  height: 131px;
  display: flex;
  align-items: center;
}
.master-team-container .master-team-content .teacher-thumb .mySwiper4 .teacher_feat_swiper_content .swiper-slide {
  width: 100%;
  height: 100%;
}
.master-team-container .master-team-content .teacher-thumb .mySwiper4 .teacher_feat_swiper_content .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.master-team-container .master-team-content .teacher-thumb .mySwiper4 .teacher_feat_swiper_content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}
.master-team-container .master-team-content .teacher-thumb .swiper-teacher-detail-button-prev {
  width: 50px;
  height: 50px;
  background-image: url("../images/left_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -50px;
}
.master-team-container .master-team-content .teacher-thumb .swiper-teacher-detail-button-next {
  width: 50px;
  height: 50px;
  background-image: url("../images/right_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
}
.page04{
	width: 1400px;
	margin: 0 auto 0;
	
}
.page04 ul li{
	width: 328px;
	height: 430px;
	margin-top:40px ;
	margin-left: 29px;
	background: #fff;
	float: left;
	position: relative;
}
.page04 ul li:nth-child(1){
	margin-left: 0;
}
.page04 ul li ol img{
	width: 328px;
	height: 184px;
}
.page04 ul li h3{
	font-size: 20px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin-top: 10px;
	margin-left: 20px;
	    display: inline-block;
	position: relative;
}
.page04 ul li h3:after{
	position: absolute;
    right: -38px;
    top: 4px;
	width: 32px;
	height: 20px;
	background: url(../images/kc_hot.png) no-repeat center;
	background-size: 100%;
	content: '';
}
.page04 ul li p{
margin-left: 18px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	margin-top:4px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 10px;
}
.page04 ul li h4{
	width: 138px;
	height: 32px;
	opacity: 1;
	background: rgba(255, 240, 229, 1);
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgba(255, 110, 0, 1);
}
.page04 ul li h4:nth-child(5),.page04 ul li h4:nth-child(7){
	margin-left: 10px;
}
.page04 ul li h5{
	position: absolute;
	bottom: 0;
	width: 164px;
	height: 50px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 55, 104, 1);
	color:rgba(0, 55, 104, 1);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 50px;
	text-align: center;
}
.page04 ul li h5:nth-child(9){
	right: 0;
	background:rgba(0, 55, 104, 1);
	color:#fff;
}
.page04 ul li h5:nth-child(9) a{
color:#fff;	
}
.cma-plan-container {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.cma-plan-container .cma-plan-item {
  width: 430px;
  height: 410px;
  opacity: 1;
  background: #ffffff;
  border: 10px solid #ffbf01;
  box-sizing: border-box;
  position: relative;
}
.cma-plan-container .cma-plan-item:nth-child(2) {
  border: 10px solid #8dceff;
}
.cma-plan-container .cma-plan-item:nth-child(3) {
  border: 10px solid #ffa276;
}
.cma-plan-container .cma-plan-item .plan-background {
  width: 410px;
  height: 179px;
}
.cma-plan-container .cma-plan-item .plan-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cma-plan-container .cma-plan-item .plan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
  height: 259px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cma-plan-container .cma-plan-item .plan-content .plan-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.52px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
}
.cma-plan-container .cma-plan-item .plan-content .plan-description .plan-subtitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18.56px;
  color: #003768;
  text-align: center;
}
.cma-plan-container .cma-plan-item .plan-content .plan-description .plan-list {
  color: #666666;
  padding-left: 50px;
  margin-top: 10px;
}
.cma-plan-container .cma-plan-item .plan-content .plan-description .plan-list li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: #666666;
  list-style-type: square;
}
.cma-plan-container .cma-plan-item .plan-content .plan-buttons {
  display: flex;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
}
.cma-plan-container .cma-plan-item .plan-content .plan-buttons .btn-outline {
  width: 50%;
  height: 100%;
  border: 1px solid #003768;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #003768;
  cursor: pointer;
  box-sizing: border-box;
}
.cma-plan-container .cma-plan-item .plan-content .plan-buttons .btn-primary {
  width: 50%;
  border: none;
  background: #003768;
  color: #fff;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.cma-practice-container {
  margin-top: 50px;
  position: relative;
}
.cma-practice-container .practice-content .black-line {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 20px;
  color: #ffffff;
}
.cma-practice-container .practice-content .swiper-slide::before {
  display: none;
}
.cma-practice-container .practice-content .swiper-slide .practice-img {
  width: 534px;
  height: 400px;
}
.cma-practice-container .practice-content .swiper-slide .practice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cma-lifetime-container .cma-lifetime-content {
  width: 1460px;
  height: 730px;
  margin: 0 auto;
  margin-top: 10px;
}
.cma-lifetime-container .cma-lifetime-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gaodun-branch-container .branch-content-title .branch-title-wrapper {
  width: 100%;
  position: relative;
}
.gaodun-branch-container .branch-content-title .branch-title-wrapper .title {
  height: 105px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  background-image: url("../images/title_right_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 121px 105px;
  background-position: right -10px;
  padding-right: 50px;
}
.gaodun-branch-container .branch-content-title .branch-title-wrapper .title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  background: #003768;
  margin-right: 10px;
}
.gaodun-branch-container .branch-content-title .branch-title-wrapper .branch-title-subtitle {
  font-size: 18px;
  color: #666666;
  position: absolute;
  bottom: 0px;
  padding-left: 12px;
}
.floor-cam {
  background-color: #fff;
}
.floor-campus {
  position: relative;
  width: 1400px;
  height: 700px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.floor-campus .campus-footer {
  position: relative;
  width: 1400px;
  height: 615px;
  overflow: hidden;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}
.floor-campus .campus-footer .campus-box {
  float: left;
  width: 372px;
  overflow: hidden;
}
.floor-campus .campus-footer .campus-box .campus-list {
  margin-top: 40px;
  width: 372px;
  overflow: hidden;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item {
  list-style: none;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #eee;
  color: #333333;
  width: 124px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color:inherit;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item:hover {
  background-color: #003768;
  color: white;
  border: 0;
  box-shadow: 0 6px 16px 0 rgba(220, 145, 113, 0.36);
}
.floor-campus .campus-footer .campus-map {
  float: left;
  width: 940px;
  height: 600px;
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid transparent;
}
.floor-campus .campus-footer .campus-map .BMap_bubble_content {
  margin-top: 6px;
}
.floor-campus .campus-footer .campus-map .map-name {
  width: 100%;
  height: 170px;
}
.floor-campus .campus-footer .campus-map .map-name .map-list {
  display: inline-block;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item {
  float: left;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 50px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 50px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  height: 100%;
  color: #333333;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item:hover {
  color: #003768;
  border-bottom: 1px solid #003768;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 0;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact .contact-img {
  width: 15px;
  height: 21px;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact .contact-desc {
  margin-left: 8px;
  font-size: 14px;
}
.floor-campus .campus-footer .campus-map .map {
  width: 100%;
  height: 350px;
  margin-top: 10px;
  
}
.floor-campus .campus-footer .campus-map .tip-map {
  width: 100px;
}
/* 星球效果容器样式 */
.global-employer-container {
  /* padding: 80px 0; */
  padding-top: 80px;
  background-color: #fff;
}
.global-employer-content {
  position: relative;
}
#planet-sphere-container {
  width: 900px;
  height: 900px;
  position: relative;
  margin: 0 auto;
}
#planet-sphere-container canvas {
  display: block;
}
/* 响应式设计 */
#commonFooter .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  height: 168px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}
#commonFooter .footer_left {
  width: 932px;
  height: 168px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#commonFooter .footer_left .footer_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#commonFooter .footer_left .footer_list .footer_item {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: #333333;
}
#commonFooter .footer_left .footer_list .footer_item.active {
  color: #003768;
}
#commonFooter .footer_left .footer_list .footer_item.active a {
  color: #003768;
}
#commonFooter .footer_left .footer_list .footer_item a {
  color: #333333;
  font-size: 16px;
}
#commonFooter .footer_right {
  width: 344px;
  height: 100%;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}
#commonFooter .footer_right::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #003768;
  position: absolute;
  left: 0px;
}
#commonFooter .footer_right .footer_right_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
#commonFooter .footer_right .footer_right_left .footer_right_left_text {
  width: 105px;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  background-color: #003768;
  text-align: center;
  line-height: 36px;
  margin-top: 20px;
}
#commonFooter .footer_right .footer_right_left .footer_right_left_text a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#commonFooter .footer_right .footer_right_right {
  display: flex;
  align-items: center;
}
#commonFooter .footer_right .footer_right_right img {
  width: 140px;
  height: 140px;
}
.more-news-container {
  margin-bottom: 60px;
}
.more-news-container .more-news-content {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.more-news-container .more-news-content .more-news-title {
  border: solid 1px #eeeeee;
  width: 272px;
  height: 62px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-hidden-box {
  display: none;
}
