html, body {
  position: relative;
  height: 100%;
  font-family: '微软雅黑'; /* 正常字体 */
}
*{
    margin:0px;
    padding:0px;
  }
a{
    text-decoration:none;
    color: #272d2b;
    font-size: 16px;
}
p{
    line-height: 30px;
    color: #666666;
}
img{
  max-width: 100%;
}
body{
    margin: 0 auto;
    height: 100%;
    background-color:#ffffff;
    color:#2a2a2a;
    overflow-x:hidden;
    padding: 0;
    font-size: 16px;
}
ul,li{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
.clear{
    clear: both;
}
.kuang {
    width: 1600px;
    display: inline-block;
    position: relative;
}
#header{
  width: 100%;
  text-align: center;
  position: fixed;
  font-size: 0;
  z-index: 999;
  transition:0.3s;
  background-color: transparent;
  padding: 10px 0px;
}
#header .header_fix{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.sticky{
    background-color: #fff !important;
    box-shadow: 3px 0px 10px 1px #ccc;
}
.sticky a{
    color: #3e3e3e !important;
}
#header .fix{
    display: none;
}
.sticky .fix{
    display: block !important;
}
.sticky .base{
    display: none !important;
}
.logo{
    float: left;
    width: 170px;
}
.logo a {
    display: flex;
    height: 80px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
#header .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#header .nav ul li{
    float: left;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    position: relative;
}
#header .nav ul li a{
  color: #fff;
}
#header .nav ul li a:hover,#header .nav ul li.menu-item-has-children ul li:hover a{
  color: #79be4e;
}
#header .nav ul li.current-menu-item a, #header .nav ul li.current-carecorded-ancestor a, #header .nav ul li.current-menu-parent ul li.current-menu-item a{
	color: #79be4e;
}
#header .nav ul li.menu-item-has-children ul {
  position: absolute;
  z-index: 111;
  display: none;
  flex-direction: column;
  left: -30px;
  min-width: 150px;
  background-color: #fff;
  padding: 10px 10px;
  top: 46px;
}
#header .nav ul li.menu-item-has-children:hover ul {
  display: flex;
}
#header .nav ul li.menu-item-has-children ul li {
  height: auto;
  line-height: initial;
  padding: 10px 0px;
  margin: 0;
  position: relative;
  width: 100%;
}
#header .nav ul li.menu-item-has-children ul li a{
  color: #292929;
  font-size: 14px;
}

#header .nav ul li.menu-item-has-children:hover ul li ul{
  display: none;
}
#header .nav ul li.menu-item-has-children ul li ul.sub-menu{
  left: 150px;
  top: 0;
}
#header .nav ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../images/open.png);
  background-size: 100%;
  top: 18px;
}
.wpml-ls-sub-menu .wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
    font-size: 14px;
}
.wpml-ls-legacy-dropdown{
	width: auto;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
	height: auto !important;
	line-height: auto !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border: none;
}
.wpml-ls-legacy-dropdown a{
	background-color: unset;
	border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background: unset;
}
.wpml-ls-legacy-dropdown a span {
    vertical-align: unset;
}
#header .nav ul.wpml-ls-sub-menu li {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
#header .nav ul.wpml-ls-sub-menu li a{
	color: #000;
}
#header .nav ul.wpml-ls-sub-menu li a:hover{
	color: #79be4e;
}
.sticky .nav ul li.menu-item-has-children > a::after{
  background-image: url(../images/openb.png) !important;
}
.search-container {
  position: relative;
  display: inline-block;
}

.search-input {
	opacity: 0;
	position: absolute;
	top: -5px;
	right: 0;
	transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
}

.search-icon:hover + .search-input,
.search-input:hover {
  opacity: 1;
}

.search-icon {
  cursor: pointer;
}

.header_fix_right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
/* #header .top_nav ul li{
  padding: 0px 15px;
} */
#index_banner{
  height: 100vh;
}
#index_banner .banner{
  height: 100%;
}
.swiper-button-next, .swiper-button-prev{
  color: #fff;
}
#index_banner .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-position: center;
}
.banenr_box {
  text-align: center;
}
.banner_logo{
  margin-bottom: 20px;
}
.banner_text{
  font-size: 44px;
  color: #fff;
}
.section{
  text-align: center;
}
.section2{
  padding: 120px 0px;
}
.title_en{
  font-family: 'Arial';
  font-size: 40px;
}

.title_cn{
  color:#2a2a2a;
  font-size: 30px;
  margin-top:5px;
}
.courses_text{
  color: #fff;
  background-color: #006241;
  padding: 5%;
  display: inline-block;
  width: 90%;
}
.courses_text p{
	color: #fff;
}
.section2_box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}
.section2_box .tab-content {
	display: none;
}
.section2_box .active {
  display: block;
}
.section2_left{
  width: 35%;
}
.section2_right .tab-content ul{
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-gap: 30px;
}
.section2_right .tab-content ul li{
  border-radius: 15px;
  overflow: hidden;
}
.section2_right .tab-content ul li .courses_img{
  font-size: 0;
}
.swiper-courses{
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.swiper-courses .swiper-slide{
  border-radius: 15px;
  overflow: hidden;
}
.swiper-courses .swiper-slide .courses_img{
  font-size: 0;
}
.swiper-courses .swiper-pagination-bullets{
  bottom: 0px;
}
.courses_time{
  font-size: 14px;
}
.courses_title{
  font-size: 18px;
  margin: 10px 0px 15px 0px;
}
.section2_right{
  width: 60%;
  position: relative;
}
.go_courses{
  padding: 10px 20px;
  background-color: #fff;
  color: #006241;
  border-radius: 20px;
  font-size: 14px;
	position: absolute;
	right: 15px;
	bottom: 15px;

}
.courses_address{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.courses_address img{
  margin-right: 8px;
}
.courses_tab{
  margin-top: 30px;
}
.courses_tab .tab{
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 15px 25px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}
.section2_title{
  padding-left: 25px;
}
.courses_tab .xilie{
    width: 15%;
    float: left;
}
.courses_tab .xilie_tit{
    width: 80%;
    float: left;
}
.courses_tab .tab a{
    display: inline-block;
    width: 100%;
}
.courses_tab .tab:first-child a{
	color: #fff;
}
.courses_tab .tab:hover a{
	color: #fff;
}
.courses_tab .tab:hover,.courses_tab .tab:first-child{
  background-color: #006241;
  cursor: pointer;
}
.courses_tab .tab img{
  transform: rotate(269deg);
  margin-left: 20px;
}
.more{
  text-align: center;
  margin-top: 25px;
}
.more a{
  display: inline-block;
  color: #fff;
  background-color: #006241;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
}
.section3{
  background-image: url('../images/index_bg_02.jpg');
  background-size: cover;
  padding: 120px 0px;
}
.section3_tit{
  font-weight: bold;
}
.section3_dsc{
  margin: 20px 0px;
}
.section3_con{
  width: 1300px;
  display: inline-block;
}
.section3_con p{
  margin: 20px 0px;
  color: #3e3e3e;
}
.section3_con p span{
  color: #c40000;
}
.about_more{
  text-align: center;
  margin-top: 40px;
}
.about_more a{
  display: inline-block;
  color: #006241;
  border: 1px solid #006241;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}
.section6_title{
	text-align: center;
}
.founder_name{
	font-size: 30px;
	color: #2f2f2f;
	margin-top: 20px;
}
.founder_line{
	width: 30px;
	height: 2px;
	background-color: #2f2f2f;
	margin: 20px 0px;
}
.founder_dsc{
    line-height: 30px;
    color: #727272;
}
.founder_number{
	font-size: 60px;
}
.founder_exp{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.founder_ntext{
    font-size: 14px;
    margin-left: 10px;
}
.asc6_left{
	width: 30%;
}
.asc6_right{
	background-color: #006241;
    width: 63%;
    color: #fff;
    padding: 2%;
    /*padding: 40px 20% 40px 40px;*/
    /*position: absolute;*/
    /*right: -20%;*/
    /*height: 100vh;*/
}
.asc6_box{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
    position: relative;
}
.asc6_right h3{
	margin-bottom: 20px;
}
.asc6_right p{
	color: #fff;
}
.section4{
  background-image: url(../images/index_bg_03.jpg);
  background-size: cover;
  color: #fff;
  /* padding: 120px 0px 300px 0px; */
  background-position: bottom;
  /* background-attachment: fixed!important; */
  height: 863px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.appli{
  font-size: 0;
  position: absolute;
  bottom: 0;
}
.section4_title{
  font-size: 40px;
}
.linear{
  color: #013322;
  font-weight: bold;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgb(255 255 255 / 38%));
  width: 345px;
  padding: 30px;
  line-height: 24px;
  border-radius: 10px;
}
.section4_gird{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
}
.add{
  font-size: 40px;
  margin: 0px 20px;
}
.section4_con{
  width: 1000px;
  display: inline-block;
}
.section4_con p{
  color: #fff;
}
.section5{
  background-image: url(../images/index_bg_04.jpg);
  background-size: cover;
  padding-top: 150px;
  background-position: bottom;
  height: 1000px;
}
.section5 .kuang{
  text-align: left;
}
.section5_con{
  width: 60%;
}
.section5_title{
  margin-bottom: 30px;
  position: relative;
}
.section5 .about_more{
  text-align: left;
}
.about_more a:hover,.join_more a:hover{
  background-color: #006241;
  color: #fff;
}

.section6{
  padding: 120px 0px;
  overflow: hidden;
}
.section6 .kuang{
  text-align: left;
}
.swiper-message{
  /* position: absolute;
  left: 0; */
  width: 130%;
}
.courses_dsc{
  margin-top: 10px;
  line-height: 24px;
}
.swiper-message .swiper-slide{
  color: #666666;
}
.swiper-message .courses_title{
  color: #2a2a2a;
}
.swiper-message .message_img img{
	width: 100%;
}
.message_more{
  display: inline-block;
  border-radius: 20px;
  padding: 10px 30px;
  color: #535353;
  transition: 0.3s;
  border: 1px solid #dcdcdc;
  margin-top: 20px;
  font-size: 14px;
}
.message_more:hover{
  background-color: #006241;
  color: #fff;
}

.section6 .swiper-button-next:after,.section6 .swiper-button-prev:after{
  content: '';
}
.section6 .swiper-button-next,.section6 .swiper-button-prev {
  border: 1px solid #ccc;
  height: auto;
  padding: 15px 25px;
  bottom: 0;
  top: auto;
}
.section6 .swiper-button-prev {
  right: 115px;
  left: auto;
}

.section6 .swiper-button-prev img{
  transform: scaleX(-1);
}
.section7{
  background-image: url(../images/company_02.jpg);
  background-size: cover;
  padding: 120px 0px;
  background-position: bottom;
}
.company_list{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 30px;
}
.company_list li{
  text-align: center;
}
.company_list li p{
  color: #666666;
}
.company_list li img{
  width: 100%;
}
.company_list li a{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 8px 1px #ccc;
  border-radius: 5px;
  width: 96%;
  margin-bottom: 20px;
  padding: 5% 2%;
  background: #ffff;
}
.section7_dsc{
  margin-top: 50px;
  color: #666666;
}
.section8{
  background-image: url('../images/member_42.jpg');
  background-size: cover;
  padding: 200px 0px;
}
.section8 .kuang{
  width: 1400px;
  text-align: center;
}
.section8_tit{
  background: linear-gradient(to bottom, #fff, #d5d5d5,#000000bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  font-family: Arial;
}
.section8_box{
  float: left;
}
.section8_dsc{
  font-size: 40px;
  color: #fff;
  margin: 10px 0px;
}
.section8_exp{
  font-size: 22px;
  color: #fff;
}

.join_more a{
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
  background-color: transparent;
  margin-top: 30px;
}
#footer{
  text-align: center;
  padding: 40px 0px;
}
.fleft{
  float: left;
  text-align: left;
  width: 50%;
}
.ftext{
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #006241;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
}
.ft_nav ul li{
  position: relative;
  padding-left: 15px;
  margin: 5px 0px;
}
.social_list {
	margin-top: 20px;
}
.social_list ul li{
	float: left;
	margin-right: 20px;
}
.ft_nav ul li::before {
  content: '●';
  color: #006241;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.fright{
  float: right;
  width: 50%;
  text-align: left;
  margin-top:40px;
}
.fright a{
  font-size: 14px;
  color: #666666;
}
.ft_nav h3{
  margin-bottom: 20px;
} 
.ft_nav{
  float: right;
  margin-left: 70px;
}
.cop{
  padding-top: 50px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.ft_nav:last-child{
  margin: 0px;
}
.flogo{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.flogo img{
  margin-right: 20px;
}
.flogo_text h3{
  font-size: 26px;
  margin-bottom: 10px;
}
.flogo_text p{
  color: #060606;
  line-height: normal;
}
.moblie_head,.a_txt{
  display: none;
}
.login_bg{
  background-image: url('../images/loginbg_01.jpg');
  height: 510px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.login_form{
  width: 950px;
  display: inline-block;
}
.form_box{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px #a9a9a9;
  padding: 30px;
}
.lg_tit{
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.login_form input{
  background: #fbfbfb;
  padding: 10px 18px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.form_input{
  margin: 20px 0px;
}
.form_box label span{
  color: #fe0000;
}
.form_input input {
  width: 75%;
  margin-left: 2%;
}
.form_but{
  background-color: #006241;
  padding: 12px 80px;
  border: none;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.form_but_w{
  background-color: #2a2929;
   color: #ffffff;

}
.form_text{
  margin-top: 15px;
}
.form_text p{
  color: #8d949b;
}
.form_text p a{
  color: #006241;
  text-decoration: underline;
  cursor: pointer;
}
#app{
  text-align: center;
  margin-top: -250px;
  margin-bottom: 100px;
}
.form_input{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.form_input label{
  text-align: right;
  display: inline-block;
  width: 13%;
}
.form_check{
  float: left;
  text-align: left;
  margin-left: 18%;
  color: #8d939d;
  margin-bottom: 20px;
}
.form_check a{
  color: #006241;
}
.about_bg{
  background-image: url('../images/aboutbg_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.about_bg .kuang{
  text-align: left;
}
.ny_tag{
  padding: 5px 20px;
  border: 1px solid #799575;
  border-radius: 20px;
  display: inline-block;
}
.ny_title{
  font-size: 50px;
  font-weight: bold;
  margin-top: 40px;
  width: 50%;
}
.ny_title p{
  line-height: normal;
  color: #fff;
}
.about_2_line{
  width: 30px;
  height: 3px;
  background-color: #006241;
  margin: 20px 0px 0px 0px;
}
.left_about_2{
  text-align: left;
}
.about_2,.about_3{
  padding: 100px 0px;
}
.about_2_tit{
  font-size: 30px;
}
.about_2_entit{
  font-family: Arial;
  margin-top: 50px;
  font-size: 20px;
}
.left_about_2{
  width: 50%;
  position: relative;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.lb_img{
  position: absolute;
  left: -100px;
  bottom: 0;
}
.right_about_2 {
  width: 45%;
  float: right;
  margin-top: 20px;
  text-align: left;
}
.left_about_con{
  margin-top: 50px;
}
.right_about_2 h3{
  margin: 20px 0px 10px 0px; 
  color: #006241;
}
.about_3 .kuang{
  background-image: url(../images/aboutpic_11.jpg);
  text-align: left;
  padding: 300px 0px 40px 0px;
}
.about_3 .section4_gird .linear{
  background-color: #fff;
}
.about_3 .section4_gird {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 40px;
  text-align: center;
  color: #fff;
}
.about_3 .section4_con {
    display: inline-block;
    margin: 0px 40px;
    line-height: 30px;
    color: #fff;
}
.w_line{
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin: 20px 0px;
}
.g_boll{
  position: absolute;
  right: 50px;
  top: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #23b28e;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.g_boll_t{
  font-size: 24px;
}
.news_bg{
  background-image: url('../images/actbg_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.child_categories_box{
	margin-bottom: 50px;
}
.cate_news .cate_title{
	margin-bottom: 20px;
	text-align: left;
	border-left: 3px solid #006241;
    padding-left: 10px;
}
.news_bg .kuang{
	text-align: left;
}
.share_bg{
  background-image: url('../images/share_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.share_bg .kuang{
  text-align: left;
}
.download_bg{
  background-image: url('../images/share_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.download_bg .kuang{
  text-align: left;
}
.section_share{
	padding: 80px 0px;
}
.share_list li{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 40px 0px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.centImg{
	width: 28%;
}
.share_list li .share_list_box {
    margin-left: 2%;
    width: 70%;
}
.share_list li .share_list_box{
  margin-left: 30px;
}
.share_list li h3{
  margin: 20px 0px;
}
.share_dsc{
  color: #666666;
  line-height: 30px;
}
.share_expect{
  margin-top: 50px;
}
.share_expect_at p{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  float: left;
}
.share_expect_at p:last-child{
  margin: 0;
}
.share_expect_at p img{
  margin-right: 5px;
}
.share_expect{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.share_list_more{
  background-color: #006241;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 20px;
}
.single_con{
	width: 100%;
  padding: 80px 0px;
  display: inline-block;
}
.left_content{
  text-align: left;
  margin-left: 50px;
  width: 65%;
  float: left;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.right_content{
  text-align: left;
  width: 25%;
  float: right;
}
.left_content .share_expect_at{
  margin: 20px 0px;
  display: inline-block;
  font-size: 14px;
}
.single_dsc{
  color: #666666;
}
.single_dsc p{
  color: #666666;
  margin-bottom: 20px;
}
.single_con_list li{
  margin: 40px 0px;
}
.single_con_list li p{
  margin-top: 10px;
}
.goback{
  display: inline-block;
  border: 1px solid #000;
  width: 100%;
  padding: 10px 0px;
  color: #000;
  text-align: center;
}
.course_bg{
  background-image: url('../images/course_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.course_bg .kuang{
  text-align: left;
}
.scourse_bg{
  background-image: url('../images/scourse_01.jpg');
  text-align: center;
  height: 710px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
}
.scourse_bg .kuang{
  text-align: left;
}
.course_nav{
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 0;

}
.course_nav ul li{
  float: left;
}
.course_nav ul li:first-child a{
  border-bottom: 2px solid #006241;
}
.course_nav ul li a{
  color: #1f1f1f;
  display: inline-block;
  line-height: 80px;
  margin-right: 40px;
}
.course_nav ul li a:hover{
  border-bottom: 2px solid #006241;
}
.tab_tit{
  color: #9a9a9a;
  font-weight: bold;
}
.clist_box{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0px;
}
.clist_text{
  text-align: left;
  width: 40%;
}
.tab_dsc,.scourse_dsc{
  color: #666666;
  line-height: 30px;
}
.tab_gtit{
  font-weight: bold;
  font-size: 18px;
  color: #006241;
  margin: 15px 0px 10px 0px;
}
.tab_text{
  color: #666666;
  line-height: 30px;
}
.tab_post_list ul li a{
  display: inline-block;
  border: 1px solid #006241;
  padding: 5px 20px;
  border-radius: 20px;
  color: #006241;
  float: left;
  margin-right: 20px;
}
.tab_h2{
  margin: 15px 0px;
}
.tab_post_list{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.clist_img{
  font-size: 0;
  width: 50%;
}
.clist_img img{
  width: 100%;
}
.apply_but{
  color: #006241;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 50px;
}
.scourse_nav{
  text-align: center;
  padding: 20px 0px;
  border-bottom:1px solid #ccc;
}
.scourse_nav ul li{
  float: left;
  margin: 10px 20px 10px 0px;
}
.scourse_nav ul li a{
  display: inline-block;
  border-radius: 20px;
  color: #2a2a2a;
  padding: 5px 20px;
  cursor: pointer;
}
.scourse_nav ul li:first-child a{
  background-color: #006241;
  color: #fff;
}
.scourse_nav ul li a:hover{
  background-color: #006241;
  color: #fff;
}
.scourse_con{
  text-align: center;
}
.scourse_tit{
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.scourse_list{
  text-align: left;
  margin: 40px 0px;
}
.scourse_tit img{
  margin-right: 10px;
}
.scoure_flex{
  /*display: flex;*/
}
.scourse_img{
  width: 14%;
  float: left;
}

.scoure_flex .scourse_dsc{
  /*margin: 0px 20px;*/
  width: 75%;
   float: left;
}
.scourse_table {
  width: 100%;
  text-align: center;
}
.scourse_table th{
  background-color: #006241;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.scourse_table th{
  padding: 15px;
  border: 1px solid #ccc;
}
.scourse_table td{
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.apply_con{
  background-image: url('../images/apply_bg_01.jpg');
  padding: 250px 0px;
}
.half_input{
  width:50%;
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.full_input{
  width:100%;
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.apply_form{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  width: 950px;
  display: inline-block;
}
.apply_tit{
  font-size: 36px;
  color: #fff;
  margin-bottom: 50px;
}
.apple_gtit{
  color: #006241;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;

}
.half_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #676767;
}
.half_box .full_input,.half_box .half_input{
	margin: 10px 0px;
}
.bold_tit{
  color: #253044;
  text-align: right;
}
.bold_tit span{
  color: red;
}
.full_input .bold_tit{
  width: 19%;
  margin-right: 2%;
}
.apply_form input[type="text" i], .apply_form input[type="email" i],.apply_form input[type="tel"],.apply_form input[type="number"]{
  background-color: #fbfbfb;
  padding: 1%;
  width: 77%;
  border: 1px solid #ccc;
  font-size: 15px;
}
.case_radio{
  align-items: flex-start;
}
.case_radio_list{
  display: flex;
  flex-direction: column;
  width: 79%;
}
.case_radio_list label{
  margin-bottom: 8px;
  font-size: 15px;
}
.half_input .bold_tit{
  width: 54%;
  margin-right: 4%;
}
.scoure_flex .scourse_dsc h2{
	color: #000;
	margin-bottom: 10px;
}
.apply_form .half_input input[type="text" i],.apply_form .half_input input[type="number" i]{
  padding: 2%;
}
#apply label{
	font-size: 15px;
}
.apply_data_dining label{
  margin-right: 8px;
  font-size: 15px;
}
.full_input textarea{
  background-color: #fbfbfb;
  padding: 1%;
  width: 77%;
  border: 1px solid #ccc;
  font-size: 15px;
  min-height: 150px;
}
.apply_form .form_but{
  margin: 20px 5px 0px 5px;
}
.building_con{
  background-image: url('../images/yanzheng.jpg');
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.building_title{
	font-size: 42px;
	color: #fff;
}
.building_box{
    width: 1200px;
    display: inline-block;
    text-align: left;
}
.building_dsc{
	margin-top: 5px;
}
.service_bg{
  background-image: url('../images/server_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.service_bg .kuang{
  text-align: left;
}
.service_bg .ny_tag{
  border: 1px solid #fff;
}
.service_entit{
  background: linear-gradient(to bottom, #00624140, #00624112,#00624100);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  font-family: Arial;
}
.service_cntit{
  font-size: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.service_con{
  padding: 100px 0px;
}
.service_top{
  position: relative;
  margin-bottom: 50px;
}
.service_bottom{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
.service_but{
  padding: 8px 20px;
  background: #006241;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin-top: 50px;
}
.consulting_con{
  padding: 100px 0px;
}
.csl_tit{
  font-size: 40px;
  margin-bottom: 10px;
}
.service_con .apply_form{
  margin-top: 50px;
  box-shadow: 3px 4px 20px 4px #ccc;
}
.builing{
  height: 100vh;
  background-image: url('../images/verify.jpg');
  position: relative;
}
.builing_box{
  position: absolute;
  left: 0;
  text-align: left;
  top: 40%;
  color: #fff;
  width: 1000px;
  right: 0;
  margin: 0 auto;
}
.builing_tit{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.svcase_bg{
  background-image: url('../images/casebg_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
}
.w_border{
  border: 1px solid #fff;
}
.svcase_bg .kuang{
  text-align: left;
}
.svc_bottom ul{
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-gap: 80px;
}
.svc_bottom ul li{
  text-align: left;
  position: relative;
  padding-bottom: 70px;
}
.svc_bottom ul li .service_but{
  position: absolute;
  left: 0;
  bottom: 0;
}
.svc_tit{
	font-weight: bold;
  font-size: 24px;
  margin: 20px 0px;
}
.svc_dsc{
  color: #3e3e3e;
  line-height: 30px;
}
.download_bg{
  background-image: url('../images/news_list_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.download_bg .kuang{
  text-align: left;
}
.news_nav ul li{
  display: inline-block;
}
.news_nav ul li a {
  color: #1f1f1f;
  display: inline-block;
  line-height: 80px;
  margin-right: 40px;
}
.news_nav{
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 0;
}
.news_nav ul li a.router-link-exact-active {
  color: #006241;
  border-bottom: 2px solid #006241;
}
.cat_nav_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.memberc_bg{
  background-image: url('../images/member_01.jpg');
  text-align: center;
  height: 499px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
}
.memberc_tit{
	font-size: 46px;
}
.member_bg{
  background-image: url('../images/memberbg_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.member_bg .kuang{
  text-align: left;
}
.contact_box_right .apply_form {
  padding: 0;
  width: 100%;
}
/*.contact_box_right .apply_form input[type="text" i],.contact_box_right .full_input textarea {*/
/*  width: 65%;*/
/*}*/
@keyframes upin{0%{transform:scale(1.1)}100%{transform:scale(1)}}
.index-banner{width:100%;overflow:hidden; background-color:#006241;}
.index-banner .swiper-container{width:100%;height:100%;overflow:hidden}
.index-banner .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden; position: relative;}
.index-banner .swiper-container .swiper-slide .scale_bg{background-position: center;width: 100%;height: 100vh;background-size: cover;position: absolute; z-index: -1; display:block;transform:scale(1.1);vertical-align:middle}
.index-banner .swiper-container .swiper-slide-on .scale_bg{animation:upin 6s ease}
.index-banner .swiper-container .swiper-slide .banenr_box{
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.contact_bg{
  background-image: url('../images/contact_01.jpg');
  text-align: center;
  height: 730px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
}
.contact_bg .kuang{
  text-align: left;
}
.contact_con{
  background-image: url('../images/cbg_02.jpg');
  padding: 100px 0px;
}
.contact_box{
  padding: 0px 40px;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-gap: 80px;
}
.contact_box_left{
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/contact_04.jpg);
  background-size: cover;
  color: #fff;
  padding: 40px;
  text-align: left;
}
.hight_lin{
	height: 40px;
}
.contact_left_dsc{
  line-height: 30px;
  margin: 10px 0px 50px 0px;
}
.contact_box_right{
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 12px 1px #d9d8d8;
  border-radius: 10px;
}
.contact_right_dsc{
  margin: 10px 0px 20px 0px;
}
.loading{
    position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #0000004f;
    z-index: 11111;
}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
.apply_form	.wpcf7-form .bold_tit p{
	width: auto;
}
.apply_form	.wpcf7-form p{
	width: 77%;
}
.apply_form	.wpcf7-form .wpcf7-form-control-wrap{
	display: inline-block;
    width: 100%;
    position: relative;
}
.wpcf7-not-valid-tip{
	position: absolute;
    font-size: 10px;
    line-height: normal;
}
.wpcf7-list-item-label{
	font-size: 15px;
}
.wpcf7-list-item{
	margin: 0;
}
.contact_center{
	text-align: center;
}
.contact_center p{
	width: 100% !important;
}
.contact_but{
	text-align: center;
}
.contact_but p{
	display: inline-block;
	text-align: center;
	position: relative;
}
.custom_checkbox{
	display: flex;
	flex-direction: column;
}

.contact_but p .wpcf7-form-control{
    background-color: #006241;
    padding: 12px 80px;
    border: none;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.wpcf7-spinner{
	position: absolute;
}
.cent_content {
    text-align: center;
    padding: 100px 0px;
}
.centText{
	margin-top: 10px;
}
.case_list {
    padding: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 50px;
    text-align: left;
    align-items: stretch;
    margin-bottom: 30px;
}
.case_list li{
	position: relative;
	padding-bottom: 50px;
}
.case_list li .cate_but {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case_list li a.share_list_more{
	background-color: transparent;
	color: #666666;
	padding:0px;
}
.cate_title{
	margin-bottom: 50px;
	
}
.cate_time{
	font-size: 14px;
	color: #666666;
	margin: 10px 0px;
}
.cate_dsc{
	color: #666666;
	line-height: 26px;
}
.cate_but{
	margin-top: 30px;
}

.wp-pagenavi{
	margin: 50px 0px 100px 0px;
	text-align: center;
}
.wp-pagenavi a{
    background-color: #eaf0f5;
    padding: 8px 12px;
    display: inline-block;
    margin: 8px;
    color: #4d565d;
    font-size: 14px;
    border-radius: 5px;
}
.wp-pagenavi span.current{
	background-color: #006241;
    padding: 8px 12px;
    display: inline-block;
    margin: 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.page .wp-pagenavi a.active{
	background-color: #006241;
	color: #fff;
}
.page .wp-pagenavi{
	margin: 15px 0px 0px 0px;
	padding: 0;
}
.wp-pagenavi a:hover{
	background-color: #006241;
	color: #fff;
}
.section-download{
    padding: 80px 0px;
}
.download_list{
	padding: 0;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-gap: 50px;
    text-align: left;
}
.download_list li{
	background-color: #f3f3f3;
	text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}
.download_list li a{
	cursor: pointer;
}
.download_list li:hover a{
	color: #006241;
}
.download_list li:hover .download_list_but a{
	background-color: #006241;
}
.download_list_but a{
	border-radius: 50%;
    background: #000;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.download_list_text h3 a{
	font-size: 22px;
}
.open_box{
	width: 650px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.open_box,.open_box p{
	color: #fff;
}
.open_box .oblogo{
	background-image: url('../images/dobg_03.jpg');
    padding: 50px;
}
.open_box_text{
	background-image: url('../images/dobg_05.jpg');
}
	
.open_box .close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.open_box .oblogo img{
	margin-right: 5px;
}
.open_box_text{
	text-align: center;
	padding: 50px 50px 80px 50px;
	color: #000;
}
.obtd_dsc{
	margin: 10px 0px 30px 0px;
}
.obtd_control{
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-gap: 50px;
}
.green_but{
	background-color: #006241;
	border: 1px solid #006241;
	color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}
.white_but{
	background-color: #fff;
	border: 1px solid #006241;
	color: #006241;
    padding: 8px 20px;
    border-radius: 30px;
}
.video_list {
    padding: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 50px;
    text-align: left;
}
.video_down_text{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 20px;
}
.video_list li{
	box-shadow: 0px 0px 12px 1px #ccc;
}
.video_list li video{
	width: 100%;
}
.green_tit_box{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.green_tit {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #006241;
    width: -webkit-fill-available;
}
.tit_line{
    width: 100%;
    height: 1px;
    background: #ccc;
}
.case_message{
    display: flex;
    margin: 15px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.case_message label{
	margin-right: 15px;
}
.spec_course_text{
	padding: 10px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}
.apply_default_box{
    color: #676767;
}
.apply_default_box label{
	color: #253044;
}
.centText h2 a{
	display: inline-block;
	width: 100%;
	line-height: normal;
}
.first_list_img .mobile_none,.last_list_img .mobile_diplay{
	display: none;
}
.memberc_con{
	background-color: #f9f9f9;
	padding: 100px 0px;
}
.kuang_1200{
	width: 1200px;
	display: inline-block;
}
.member_left{
	width: 20%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 10px 2px #ccc;
	padding: 30px 0px;
    overflow: hidden;
    float: left;
}
.member_right {
    float: right;
    width: 75%;
    background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 10px 2px #ccc;
}
.member_left ul li a{
	color: #2a2a2a;
	display: inline-block;
    width: -webkit-fill-available;
    padding: 20px 0px;
    border-left: 2px solid #fff;
}

.member_left ul li a.router-link-exact-active,.member_left ul li:hover a {
  color: #006241;
  border-left: 2px solid #006241;
  background: #f9f9f9;
}
.member_box{
	padding: 40px;
}
.member_form p,.apply_binput{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0px;
    color: #253044;
}
.apply_binput .apply_radio{
	margin-top:3px;
}
.member_form p .message_input_text{
    padding: 1%;
    width: 98%;
    border:1px solid #dee2e6;
    border-radius: 5px;
}
.member_form .form_but{
	margin-top: 20px;
}
.member_box .scourse_table{
	margin-top: 15px;
}
.member_box .scourse_table .alt{
	background-color: #f0f7f5;
}
.green_tit{
	margin: 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #006241;
}
.apply_radio{
	display: flex;
}
.apply_radio label{
	margin-right: 15px;
}
.apply_binput .apply_radio label {
    pointer-events: none; /* 禁止点击 */
}
.apply_binput_tit{
	text-align: left;
}
.apply_binput_tit span {
    color: red;
}
.section_agree{
    background-color: #f9f9f9;
}
.agree_box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 2px #a9a9a9;
    padding: 50px;
    width: 65%;
    display: inline-block;
    margin-top: -150px;
    margin-bottom: 100px;
}
.agree_box h2{ 
	margin: 20px 0px;
}
.agree_dsc{
	text-align: left;
	color:#464646;
}
.agree_dsc p{
	color:#464646;
}
@media screen and (max-width: 1600px){
  .kuang{
    width: 1400px;
  }
}
@media screen and (max-width: 1400px){
	.kuang,.kuang_1200{
		width: 1000px;
	}
	
	.about_bg,.service_bg,.svcase_bg,.news_bg,.download_bg,.contact_bg,.scourse_bg,.course_bg{
		height: 630px;
	}
	.download_list li{
		padding: 20px;
	}
	.download_list_text h3 a {
	    font-size: 16px;
	}
	.clist_text {
	    text-align: left;
	    width: 45%;
	}
	.tab_post_list ul li a{
		font-size: 14px;
	}
	.clist_box{
		margin: 50px 0px;
	}
	.course_nav ul li a {
	    line-height: 60px;
	}
	.scourse_nav .kuang ul,.course_nav .kuang ul{
		display: grid;
	    grid-template-columns: repeat(6,1fr);
	    grid-gap: 10px;
	    justify-content: space-between;
	    justify-items: stretch;
	    align-items: center;
	    align-content: center;
	}
	.scourse_nav ul li{
		margin: 0;
	}
	.scourse_nav ul li a{
		font-size: 15px;
		padding: 5px 0px;
		width: 100%;
	}
	.scourse_table th{
		font-size: 14px;
	}
	.scourse_table td{
		font-size: 12px;
	}
	.scourse_img {
	    width: 21%;
	    float: left;
	}
	.scourse_tit{
		font-size: 18px;
	}
	.scourse_tit img {
	    margin-right: 5px;
	    width: 18px;
	}
	.about_bg{
	  height: 500px;
	}
	#header .nav ul li.menu-item-has-children > a::after{
	width: 8px;
	height: 8px;
	top: 20px;
	}
	#header .nav ul li {
	padding: 0px 13px;
	}
	.courses_tab .tab {
	padding: 15px 5px 15px 15px;
	}
	.courses_title{
	font-size: 16px;
	}
	.courses_address{
	font-size: 14px;
	}
	.courses_tab {
	margin-top: 20px;
	}
	.section2_title {
	padding-left: 15px;
	}
	.title_en {
	font-size: 28px;
	}
	.title_cn{
	font-size: 22px;
	}
	.section2_left {
		width: 30%;
	}
	.section2_right {
	width: 65%;
	position: relative;
	}
	.section3_dsc img{
	width: 80%;
	}
	.section3_con {
	width: 95%;
	}
	.section5_con{
	width: 100%;
	}
	.courses_dsc{
	font-size: 14px;
	}
	.company_list li p,.section7_dsc{
	font-size: 14px;
	}
	.section8 .kuang{
	width: 1000px;
	}
	.section8_tit{
	font-size: 60px;
	}
	.section8_dsc{
	font-size: 24px;
	}
	.section8_exp{
	font-size: 14px;
	}
	.ft_nav {
	margin-left: 30px;
	}
	.flogo_text p{
	  font-size: 14px;
	}
	#header .nav ul li a{
	  font-size: 14px;
	}
	.courses_address{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: flex-start;
	}
	.ny_title,.memberc_tit{
	  font-size: 32px;
	}
	.lb_img{
	  display: none;
	}
	p{
	  font-size: 14px;
	  line-height: 24px;
	}
	.lm_img{
	  width: 350px;
	  margin-top: 10px;
	}
	.left_about_con {
	margin-top: 20px;
	}
	.right_about_2{
	  margin-top: 0;
	}
	.g_boll{
	  width: 200px;
	  height: 200px;
	}
	.about_3 .section4_con{
	  width: 80%;
	  margin: 0px;
	  font-size: 14px;
	  line-height: 24px;
	}
	.about_3 .section4_gird {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin: 40px;
		text-align: center;
		color: #fff;
	}
	.about_3 .kuang{
	  text-align: center;
	  padding-top: 200px;
	}
	.appli{
	  width: 80%;
	}
	.about_2_entit{
	  margin-top: 20px;
	}
	.about_3,.section5,.section6{
	  padding: 50px 0px;
	}
	.section5{
	  height: 700px;
	}
	.section5_title{
	  margin-bottom: 20px;
	}
	.founder_dsc{
	  font-size: 14px;
	  line-height: 24px;
	}
	.share_bg{
	  background-position: right;
	}
  	.share_dsc,.scourse_dsc,.tab_text,.tab_dsc{
	    line-height: 24px;
	    font-size: 14px;
	}
	.tab_h2 {
	    margin: 15px 0px;
	    font-size: 20px;
	}
	.centImg img{
    	height: auto;
	}
	.share_list li h3{
		margin: 10px 0px;
	}
	.share_list_more,.apply_but{
		font-size: 14px;
	}
	.service_text{
		text-align: left;
	}
	.courses_tab .tab a {
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: flex-start;
	    font-size: 14px;
	}
	.courses_tab .xilie {
	    width: 26%;
	    float: left;
	}
	.courses_tab .xilie_tit {
	    width: 73%;
	    float: left;
	}
	.go_courses{
		font-size: 10px;
		padding: 8px 20px;
	}
	.service_but{
	    font-size: 14px;
	}
	.service_bottom_img{
		width: 200px;
	}
	.service_top {
	    position: relative;
	    margin-bottom: 30px;
	}
	.service_but {
	    margin-top: 30px;
	}
	.service_cntit {
	    font-size: 36px;
	}
	.service_entit{
		font-size: 90px;
	}
	.building_con{
		background-position: center;
	}
	.building_box {
		width: 1000px;
	}
	.building_title{
		font-size: 32px;
	}
	.svc_dsc {
	    line-height: 24px;
	    font-size: 14px;
	}
	.svc_bottom ul{
		grid-gap: 50px;
	}
	.svc_tit {
	    font-size: 18px;
	    margin: 20px 0px 10px 0px;
	}
	.svc_bottom ul li{
		padding-bottom: 50px;
	}
	.case_Img img{
		height: auto;
	}
	.case_list{
		grid-gap: 30px;
	}
	.cate_dsc {
	    line-height: 24px;
	    font-size: 14px;
	}
	.contact_box {
	    padding: 0px 0px;
	    grid-template-columns: repeat(2,1fr);
	    display: grid;
	    grid-gap: 30px;
	}
	.contact_left_dsc{
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1000px){
  #header {
    display: none;
  }
  .moblie_head{display:block;height:70px;    background-color: #fff;top:0px;left:0px;width:100%;z-index:9999;position:fixed;}
  .moblie_head .lf{padding-top:10px;padding-left:5%;float:left;}
  .moblie_head .lf img{height:50px; width: auto;}
  .moblie_head .rg{padding-right:5%;padding-top:25px;float:right;}
  .moblie_head .rg a img{height:20px;vertical-align:bottom}
  .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index: 99999999;}
  .a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
  .a_txt .div2{position:absolute;width:20%;left:10px;top:10px;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
  .a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#000;height:100%;z-index:100;right:-80%}
  .a_txt .div3 ul{padding-left:5%;padding-right:5%;padding-top:5%;}
  .a_txt .div3 ul li{border-bottom:1px solid #fff;margin:0px;}
  .a_txt .div3 ul li a{display:block;height:35px;color:#fff;line-height:35px;padding-left:5%;font-size:14px}
  .a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
  .a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
  .a_txt .div3 ul li .a_txt2{display:none}
  .a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
  .a_txt .div3 ul li .sub-menu {
    display: none;
  }
  .a_txt .div3 ul li .sub-menu a {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .a_txt .div3 ul li ul{padding-top: 0px;}
  .a_txt .div3 ul li ul li:last-child{border-bottom: none;}

  .kuang,.section4_con,.section4_gird,.section8 .kuang{
    width: 95%;
  }
  .section8_box {
    float: none;
  }
  .banner_text {
    font-size: 24px;
  }
  .banner_logo{
    width: 50%;
    display: inline-block;
  }
	.building_box {
	    width: 95%;
	}
	.building_title {
	    font-size: 24px;
	}
	.building_dsc{
		font-size: 14px;
	}
	.login_form {
	    width: 95%;
	}
	.form_text p a,.form_input label,.form_check,.form_check a{
		font-size: 14px;
	}
	.lg_tit {
	    font-size: 24px;
	}
	.form_input label{
		width: 20%;
	}
	.form_input input {
	    padding: 2%;
	}
	.form_box{
		padding: 20px;
	}
	.login_bg{
		height: 350px;
	}
	#app {
	    text-align: center;
	    margin-top: -150px;
	    margin-bottom: 50px;
	}
	.open_box {
    	width: 95%;
	}
	.open_box .oblogo img {
	    width: 90%;
	}
	.open_box_text h1{
		font-size: 24px;
	}
	.obtd_dsc,.green_but,.white_but{
		font-size: 14px;
		    padding: 8px;
	}
	.open_box_text,.open_box .oblogo{
		padding: 40px 20px;
	}
	.obtd_control{
		grid-gap: 10px;
	}
	.obtd_dsc{
		margin: 10px 0px 20px 0px;
	}
	.apply_form {
	    padding: 3%;
	    width: 94%;
	}
	#apply .case_radio_list label{
		font-size: 14px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: flex-start;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	#apply .case_radio_list label input{
		margin-right: 3px;
	}

	.message_box .full_input .bold_tit,.message_box  .half_input .bold_tit {
	    width: 98%;
	    margin-right: 2%;
	    text-align: left;
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.apply_default_box label,.apply_binput_tit{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.member_box h2{
		font-size: 16px;
	}
	.member_box {
	     padding: 20px 10px; 
	}
	.apply_form input[type="text" i], .apply_form input[type="email" i], .apply_form input[type="tel"], .apply_form input[type="number"],.apply_form .full_input textarea ,.member_form p .message_input_text{
	    font-size: 14px;
	    padding: 3%;
	    width: 94%;
	}
	.case_radio_list{
		padding: 0;
	    width: 100%;
	}
	.message_box .full_input, .message_box .half_input{
	    width: 100%;
	    margin: 10px 0px;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: flex-start;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.kuang_1200{
		width: 95%;
	}
	.member_left{
		width: 100%;
		padding: 20px 0px;
	}
	.memberc_con {
	    background-color: #f9f9f9;
	    padding: 50px 0px;
	}
	.member_left ul li a{
		padding: 10px 0px;
		font-size: 14px;
	}
	.member_right {
	    width: 100%;
	    margin-top: 30px;
	}
	.case_message{
		font-size: 14px;
	}
	.case_message {
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.wp-pagenavi a {
	    padding: 5px 10px;
	    margin: 5px;
	    font-size: 12px;
	}
}
@media screen and (max-width: 600px){
	.section2_left{
	width: 100%;
	}
	.section2_box{
	flex-direction: column;
	}
	.section2_right{
	width: 100%;
	margin-top: 30px;
	}
	.courses_address {
	font-size: 10px;
	}
	.courses_title {
	font-size: 14px;
	}
	.courses_tab .tab {
	padding: 10px 5px 10px 10px;
	}
	p{
	font-size: 14px;
	line-height: 24px;
	}
	.message_more,.about_more a,.go_courses,.more a,.join_more a{
	padding: 8px 15px;
	font-size: 10px;
	}
	.linear{
	width: auto;
	}
	.section4_title{
	font-size: 28px;
	}
	.section6 .swiper-button-next, .section6 .swiper-button-prev{
	padding: 10px 15px;
	}
	.section6 .swiper-button-prev {
	right: 83px;
	left: auto;
	}
	.company_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
	margin-top: 20px;
	}
	.company_list li a{
	margin-bottom: 10px;
	}
	.section5 {
		padding: 50px 0px 200px 0px;
		background-position: unset;
	}
	.section2, .section3, .section6, .section7{
		padding: 50px 0px;
	}
	.section7_dsc{
	margin-top:30px;
	}
	.section2,.section3,.section6,.section7{
	padding: 80px 0px;
	}
	.about_more{
	margin-top:20px
	}
	.section4{
	height: auto;
	padding: 80px 0px;
	}
	.section8_dsc {
	font-size: 24px;
	}
	.section8_exp {
	font-size: 14px;
	}
	.section8_tit {
	font-size: 48px;
	}
	.section8{
	padding: 120px 0px;
	}
	.fleft,.fright{
	width: 100%;
	}
	.flogo_text h3{
	font-size: 18px;
	margin-bottom: 5px;
	}
	.flogo{
	margin-left: 20px;
	}
	.fleft{
	text-align: center;
	}
	.ft_nav h3 {
	font-size: 16px;
	margin-bottom: 10px;
	}
	.cop {
	padding-top: 20px;
	font-size: 10px;
	}
	#footer {
	padding: 60px 0px;
	}
	.flogo_text{
	text-align: left;
	}
	.social_list{
	  display: inline-block;
	}
	.about_bg,.service_bg,.svcase_bg,.news_bg,.download_bg,.contact_bg,.scourse_bg,.course_bg,.memberc_bg{
		height: 300px;
		background-position: center;
		padding-top: 70px;
	}
	.about_bg .kuang,.share_bg .kuang,.service_bg .kuang,.svcase_bg .kuang,.news_bg .kuang,.download_bg .kuang,.contact_bg .kuang,.scourse_bg .kuang,.course_bg .kuang{
	   text-align: center;
	}
	.scourse_nav .kuang ul,.course_nav .kuang ul {
    	grid-template-columns: repeat(3,1fr);
    	display: grid;
	}
	.scourse_list {
	    text-align: left;
	    margin: 20px 0px;
	}
	.scourse_tit {
    	font-size: 16px;
    	margin-bottom: 5px;
	}
	.scourse_img {
	    width: 100%;
	    float: left;
	}
	.scoure_flex .scourse_dsc {
	    margin: 2%;
	    width: 96%;
	    float: left;
	}
	.scourse_nav ul li a{
		font-size: 14px;
	}
	.service_bottom_img{
		display: none;
	}
	.service_text {
	    width: 100%;
	}
	.service_entit {
	    font-size: 66px;
	}
	.service_cntit {
	    font-size: 24px;
	}
	.share_bg{
		height: 500px;
		background-position: right;
	}
	.ny_title {
		font-size: 24px;
		width: 100%;
		margin-top: 20px;
		line-height: 36px;
	}
	.right_about_2 {
		margin-top: 0;
		width: 100%;
	}
	.lm_img{
	  display: none;
	}
	.left_about_con {
	margin-top: 0px;
	}
	.about_2_line,.about_2_entit{
	  margin: 10px 0px 0px 0px;
	}
	.g_boll {
		width: 110px;
		height: 110px;
		font-size: 12px;
		top: -60px;
		right: 20px;
	}
	.g_boll_t {
	    font-size: 14px;
	}
	.about_2, .about_3 {
	    padding: 50px 0px;
	}
	.about_2_tit {
	    font-size: 28px;
	}
	.w_line {
	    background-color: #fff;
	    height: 2px;
	    width: 30px;
	    margin: 5px 0px;
	}
	.linear {
	    padding: 20px;
	    font-size: 14px;
	    text-align: left;
	}
	.add {
	    font-size: 25px;
	    margin: 0px 10px;
	}
	.about_3 .section4_gird{
		margin: 0;
	}
	.about_3_g{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.about_3 .kuang {
	    padding-top: 150px;
	}
	.section5_title {
	    margin-bottom: 10px;
	}
	.title_en {
	    font-size: 24px;
	}
	.title_cn {
	    font-size: 18px;
	}
	.asc6_box {
	    margin-top: 20px;
	    display: flex;
	    justify-content: center;
	    position: relative;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
	}
	.asc6_left {
	    width: 100%;
	}
	.founder_number {
	    font-size: 50px;
	}
	.asc6_right {
	    width: 94%;
	    padding: 3%;
		margin-top: 20px;
	}
	.founder_line {
	    margin: 10px 0px;
	}
	.ftext{
		font-size: 14px;
	}
	.centImg {
	    width: 100%;
	}
	.section_share,.single_con,.contact_con {
	    padding: 50px 0px;
	}
	.share_list li .share_list_box {
	    margin-left: 0px;
	    width: 100%;
	}
	.share_list li h3 {
	    margin: 20px 0px 10px 0px;
	    font-size: 16px;
	}

	.share_expect {
	    margin-top: 20px;
	}
	.share_list_more {
	    padding: 8px 20px;
	    font-size: 12px;
	}
	.share_expect_at p{
		font-size: 12px;
	}
	.share_list li {
	    display: flex;
	    flex-direction: column;
	}
	.left_content {
	    width: 100%;
	    padding-bottom: 20px;
	    margin-left: 0;
	}
	.left_content h2,.right_content h2{
		font-size: 16px;
	}
	.right_content {
	    text-align: left;
	    width: 100%;
	    float: right;
	    margin-top: 30px;
	}
	.single_con_list li {
	    margin: 20px 0px;
	}
	.goback {
	    display: inline-block;
	    border: 1px solid #858585;
	    width: 100%;
	    padding: 8px 0px;
	    color: #000;
	    text-align: center;
	    font-size: 14px;
	}
	.svc_bottom ul {
	    grid-gap: 20px;
	}
	.service_but, .go_courses {
	    font-size: 10px;
	}
	.svc_tit {
	    font-size: 16px;
	    margin: 10px 0px 5px 0px;
	}
	.service_con,.cent_content,.section-download {
	    padding: 50px 0px;
	}
	.cate_title {
	    margin-bottom: 30px;
	    font-size: 12px;
	}
	.case_list {
	    grid-gap: 20px;
	    grid-template-columns: repeat(1,1fr);
	}
	.cate_dsc{
		min-height: auto;
	}
	.download_list,.video_list {
	    padding: 0;
	    grid-template-columns: repeat(1,1fr);
	    display: grid;
	    grid-gap: 30px;
	    text-align: left;
	}
	.download_list_text h3 a {
	    font-size: 14px;
	}
	.cate_time{
		font-size: 10px;
	}
	.download_list li a,.video_list li a{
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	}
	.download_list_but img{
		width: 13px;
	}
	.contact_box_right {
	    padding: 20px;
	}
	.contact_box {
    	grid-template-columns: repeat(1,1fr);
	}
	.wpcf7-list-item-label{
		font-size: 14px;
	}
	.contact_form input[type="text" i], .contact_form input[type="email" i], .contact_form input[type="tel"], .contact_form input[type="number"],.full_input textarea {
	    padding: 1%;
	    width: 98%;
	    font-size: 14px;
	}
	.contact_right_dsc{
		text-align: left;
	}
	.scourse_table th{
	    font-size: 14px;
	    width: 20%;
	    padding: 5px;
	}
	.scourse_table td{
		font-size: 12px;
		width: 20%;
	    padding: 5px;
	}
	.clist_box {
	    flex-direction: column;
	}
	.last_list_img .mobile_diplay{
		display: block;
	}
	.last_list_img .mobile_none{
		display: none;
	}
	.first_list_img .mobile_diplay{
		display: block;
	}
	.first_list_img .mobile_none{
		display: none;
	}
	.clist_img{
		margin-bottom: 20px;
	}
	.clist_img,.clist_text{
		width: 100%;
	}
	.tab_h2,.tab_gtit{
		font-size: 16px;
	}
	.tab_post_list{
	    text-align: center;
	}
	.tab_post_list ul li a {
        font-size: 14px;
        margin-right: 0px;
        float: unset;
        padding: 8px 30px;
	}
	.tab_dsc, .scourse_dsc{
		font-size: 14px;
		line-height: 24px;
	}
	.scourse_nav{
		padding: 20px 0px;
	}

	.apply_but{
		margin-top: 30px;
	}
	.memberc_tit {
	    font-size: 24px;
	}
	.fright {
	    display: grid;
	    grid-template-columns: repeat(3,1fr);
	    align-content: center;
	    justify-content: space-between;
	    align-items: start;
	    justify-items: stretch;
	}
	.contact_box_left{
		padding: 20px;
	}
	.agree_box {
	    padding: 4%;
	    width: 88%;
	    display: inline-block;
	    margin-top: -50px;
	    margin-bottom: 50px;
	}
	.agree_box h2{
		font-size: 20px;
	}
}