@charset "utf-8";
/*
.logo ~ nav {
    margin-top: 0px;
    float: inherit;
    position: absolute;
}
*/
/* CSS Document */
.mhide {
  display: none;
}
.pchide {
  display: block !important;
}
ul#main-menu > li {
    padding: 0px;
    margin-right: 20px;
}
li.ico-search.mhide {
    display: none!important;
}
li.ico-search.pchide {
    padding-left: 20px;
}
.ico-search.pchide >input {/*20231128*/
    filter: inherit;
    padding: 5px 20px;
    margin-right: 20px;
    width: calc( 100% - 170px );
}
.nav a {
    color: #000 !important;
    text-decoration: none;
    padding: 5px 55px 5px 20px;
    box-sizing: border-box;
}
.nav li li a {
    display: block;
    /* position: relative; */
    z-index: 100;
    padding: 10px 55px 10px 20px;
    float: left;
}
.sticky .logo img {/*20231128*/
    margin-top: 0px;
}
.overflow .sticky .search {
  display: block;
}
.main-container {
  padding: 80px 5% 50px;
}
.product-box .box.challenge {
  width: 100%;
}
.search a, .search {
  color: #222;
  text-shadow: none;
}

.search.overflow_search input {
  line-height: 40px;

}
.overflow_search .searchBox button img {
  width: 25px;
}
.search.overflow_search > button {
  line-height: 40px;
}
.mNone {
  display: none;
}
/*menu*/
.main_menu_cbtn_box {
    width: 30px;
    float: right;
    margin: 20px 20px 5px;
    pointer-events: auto;
    z-index: 1;
    position: absolute;
    right: 0px;
}
#menu {
  width: 100%;
  margin-left: 0%;
}
ul.menu {
    margin: 0px;
}
header.sticky nav a {
  padding: 8px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  color: #fff;
  /* font-size: 18px; */
  font-size: 1.125em;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
  background: #222;
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/*
#menu {
  background: none;
  position: fixed;
  top: 192px
}
*/
.nav > li {
  float: none;
}
.nav > li > .parent {
  background-position: 95% 50%;
}
.nav li li .parent {
  background-image: url("../img/downArrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.nav ul {
    display: block;
    width: 100%;
    font-size: 80%;
}
.nav > li.hover > ul, .nav li li.hover ul {
  position: static;
}
  .nav a {
    padding: 5px 25px 5px 20px;
}
.nav li li a {
    padding: 10px 10px 10px 20px;
}
.icon_font {
  display: block;
  text-align: left;
}
.icon_pic {
  display: none
}
.toggleMenu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 10px;
}
.menu_bg {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed !important;
  top: 0;
  bottom: 0 !important;
  z-index: 5;
  left: 0;
}
.spbox:first-child {
  padding-top: 0px;
}
.scrollbar_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 80px !important;
}
.overflow {
  overflow: hidden;
}
.sticky {
  padding-top: 0;
}
.search_a {
  float: left;
}
.sm-blue > li:hover a:before, .sm-blue > li:hover a:after, .sm-blue > li.focus a:before, .sm-blue > li.focus a:after {
  width: 0;
}
/*menu*/
.search {
  display: none;
}
.searchBox button {
    width: 100px;
}
/*.bgHeader:after {
    content: "";
    position: absolute;
    background: url(../images/top_cover.png);
    width: 100%;
    height: 134px;
    bottom: 0px;
    z-index: 1;
}*/
/*0726*/
.maintxt {
    position: relative;
    bottom: 20%;
    z-index: 1;
    width: 90%;
    max-width: inherit;
    left: 10px;
    right: inherit;
    margin-bottom: 20px;
}
.ttbimg {
    position: relative;
    top: 10%;
    left: 5%;
    width: 100%;
    max-width: 520px;
    z-index: 1;
    animation: ttb ease 5s infinite;
    padding-bottom: 15px;
}
.fivebox >div:nth-child(3), .fivebox >div:nth-child(4), .fivebox >div:nth-child(5) {
    display: none;
}
.ttbimg img {
    width: 90%;
}
/*0726 end*/

footer > *, footer .left > * {
  display: block;
  text-align: left !important;
  float: inherit !important;
  margin: 0 auto;
}
.datas > div {
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.mainact_box {
    margin-bottom: 20px; /*Salina_0221修改*/
}
.mainactimg {
    width: 100%;
}
.mainactimg a {
    width: 100%;
    margin: 0;
}
.news .column, .signUp .column {
  min-height: inherit;
}
.signUp {
    width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
#signUpBox > #tabs2 > ul > li {
  float: left;
  border-bottom: 2px solid transparent;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  /*padding: 10px;*/
}
.signUp {
    background-position: right;
    padding: 0px;
}
.product-box .box.challenge {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 0px;
  box-sizing: border-box;
}
.chtxt {
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}
/*0423*/
.weather {
    width: 90%;
    position: relative;
    left: 0;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    top: 0px;
}
.indexobx {
    display: flex;
    flex-wrap: wrap;
}
.titlebox >h2 {
    width: inherit;
    font-size: 130%;
    margin-left: 0px;
    box-sizing: border-box;
}
.titlebox {
    padding: 0px;
    width: 100%;
    border-top: 0px;
    padding-left: 0px;
}
.servicebox {
    width: 100%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}
.product-box .box img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    max-width: 150px;
}
.more {
    background: #000000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    float: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 10px auto;
    font-size: 80%;
}
.servicebox:after {
    content: "";
    background: url(/static/css08/images/circle.svg);
    position: absolute;
    right: -40px;
    bottom: -47px;
    width: 195px;
    height: 195px;
    background-size: contain;
    z-index: -1;
}
div#tabs2 {
    width: 100%;
    background: transparent;
    margin: 0px auto;
}
div#signUpBox {
    position: relative;
    margin-right: 0px;
    width: 100%;
	justify-content: center;
}
ul.list {
    padding-top: 10px;
    border-radius: 0px 0px 15px 15px;
}
ul.list >li a {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.signUp li .date {
    color: #000;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 70%;
}
span.item {
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    padding-right: 0px;
    color: #000;
    line-height: 1.6;
}
div#signUpBox:before{
	display: none;
}
.activityFont {
    font-size: 80%; /*Salina_0221修改*/
}
.activityFont div {
    overflow-y: hidden;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
}
.mainactimg {
    padding-left: inherit;
}
.slick-slide img {
    display: block;
    width: 100%;
}

.hots {
    padding: 40px 20px 40px 20px; /*Salina_0221修改*/
}

.column {
    width: calc( 100% - 100px );
}
.content {
    width: 100%;
    flex-wrap: wrap;
}
.content >.titlebox {
    padding-top: 0px;
    width: 100%;
}
.fontContent {
    font-weight: 500;
    font-size: 130%;
    margin: 0px 0px 10px 0px;
}
.videottl {
    width: 90%;
    max-width: 1400px;
    font-size: 110%;
    margin: 0px auto 20px auto;
    font-weight: bold;
}
.videoinbox:before {
    content: "";
    width: 130px;
    height: 130px;
    background: url(/static/css08/images/blur_halt.svg);
    position: absolute;
    right: -60px;
    top: -20px;
    background-size: contain;
    z-index: -1;
}
.videoinbox {
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.videoinbox iframe {
    width: 100%;
    height: 370px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.videoinbox:after {
    position: absolute;
    left: -20px;
    bottom: 0px;
    background: url(../images/videoafter.png);
    width: 45%;
    height: 45%;
    content: "";
    z-index: 0;
    background-size: contain;
}
.signUp:after {
    content: "";
    position: absolute;
    background: url(/static/css08/images/paper_air.svg);
    right: -50%;
    bottom: -70px;
    width: 100%;
    height: 150px;
    background-size: 100%;
    z-index: -1;
}
.column:after {
    content: "";
    position: absolute;
    background: url(/static/css08/images/half_circle.svg);
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 75px;
    background-size: cover;
}

.hungird {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.gridinbox {
    width: 100%;
    flex-wrap: wrap;
    gap: 0px;
}
.hunbg {
    /* background-size: 120px; */
    padding-bottom: 0;
   /*  margin: 20px auto; */
    background: none;
}
.titlebox >.hreplace {
    width: 20px;
    font-size: 125%;
    display: none;
}
.hunbg h2 {
    font-size: 130%;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    padding-left: 20px;
}
.hunbg h2:before {
    content: "●";
    color: #7554ff;
	margin: 0px;
}
.hungridbox {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.hungird .more {
    margin: 0px auto 10px auto;
    width: 100%;
    font-size: 80%;
}
.hungird:after {
    background-image: url(/static/css08/images/blur_grap.svg);
    background-repeat: no-repeat;
    content: "";
    width: 100px;
    height: 100px;
    z-index: -1;
    position: absolute;
    bottom: 0px;
    right: -20px;
    background-size: 107%;
}
.eventbox {
    width: 90%;
    display: flex;
    margin: 0px auto;
    position: relative;
    flex-wrap: wrap;
}
.clearcircle {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.box.clearcircle>.chtxt {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.clearcircle >.chtxt >.subtxt {
    width: 45%;
}

.clearcircle .chsub {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 100%;
    margin-top: 0px;
}
.clearcircle >.chtxt {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
}
.clearcircle .chsub>span {
    padding: 0px;
    font-weight: normal;
}
.smallmore{
	display: none;
}
.eventbox:before {
    content: "";
    background: url(/static/css08/images/half_blue.svg);
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -40px;
    background-size: contain;
    z-index: -1;
}
.video_list {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.content4 {
    background-image: none;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.twkbox {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.video_listin {
    width: 100%;
    gap: 0px;
    margin: 0 auto;
}
.video_listin {
    width: 90%;
    gap: 0px;
    margin: 0px auto;
}
.griddate {
    margin-top: 0px;
	display: none;
    font-size: 80%;
}
.video_listin:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(/static/css08/images/gbl_half.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: -20px;
    bottom: -51px;
    opacity: 0.8;
    left: inherit;
}
.slick-prev {
    background-image: url(/static/css08/images/white_arr.svg)!important;
    width: 54px!important;
    height: 54px!important;
    position: absolute!important;
    z-index: 3; /*Salina_0221修改*/
    left: inherit!important;
    transform: rotate(180deg) !important;
    background-repeat: no-repeat!important;
    background: #000!important;
    left: 0px;
    border-radius: 50px;
    top: inherit!important;
    bottom: -60px;
    right: 70px!important;
}
.slick-next {
    background-image: url(/static/css08/images/white_arr.svg)!important;
    width: 54px!important;
    height: 54px!important;
    position: absolute!important;
    z-index: 3; /*Salina_0221修改*/
    text-align: center;
    background-repeat: no-repeat!important;
    background: #000!important;
    left: inherit;
    border-radius: 50px;
    bottom: -86px!important;
    right: 0px!important;
    top: inherit!important;
}
.slick-prev, .slick-next {
    zoom: 0.8;
}
.video_listin .more {
    width: 90%;
    margin: 0 auto;
}
/*0423end*/
.chsub {
  font-size: 80%;
}
.hsub {
    margin-bottom: 0px;
}
.subtxt {
    font-size: 70%;
    padding: 0px 0px 15px 0px;
    display: initial;
    line-height: 1.5;
    display: block;
    text-align: center;
}
.subtxt.tenboxr{
    font-size: 100%;
    padding: 15px 0px;
    display: initial;
    line-height: 1.5;
    display: block;
    text-align: left;
}
.link_box {
    width: 100%;
    display: flex;
    margin: 0% auto;
}
.link_box ul li {
    width: calc( 50% - 20px );
    font-size: 85%;
}
/* Salina_0221修改
.slick-prev, .slick-next {
    display: none!important;
}
*/
.content4 {
   background-image: none;
}
.content3 {
    background-position: center;
}
.sec3_cover{
	display: none;
}
.product-box .box.challenge {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
#signUpBox > #tabs2 > ul > li, #tabs > ul > li {
    width: 32%;
    font-size: 100%;
    padding: 0px 0px 10px 0px;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}
#signUpBox > #tabs2 > ul, #tabs > ul {
    flex-wrap: wrap;
    font-size: 90%;
}
.product-box {
    margin: 0 auto 0px auto;
    padding-bottom: 0px;
    background: #fff;
    margin-top: 30px;
}
.ft_btn, .fatfoot {
  display: none;
}
.logo_foot {
  margin-right: 0px;
}
.footinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.foottxt {
  margin: 20px 0px;
}
.qrbox {
    display: flex;
    width: 100%;
    justify-content: center;
}
.accessblock {
    border-left: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.btn-group {
  margin: 20px 0px 0px 0px;
}
.pageline {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
ul#main-menu > li {
  width: 40px;
}
a.menu-plus:hover {
  cursor: pointer;
  color: #fff;
}
.inboxo {
  padding: 20px;
  width: 90%;
  margin-left: 17px;

}
.sechx {
  position: absolute;
  right: 20px;
  top: -20px;
}
#signUpBox > #tabs2 > ul > li, #tabs > ul > li {
    padding-top: 10px;
}
.signUp li, .signUp li a {
    margin: 5px 0;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    padding: 0px;
    font-size: 100%;
    display: flex;
    flex-direction: column-reverse;

    font-weight: bold;
}
.news .more, .signUp .more {
    margin: 0px auto;
    width: 100%;
}
  .dots li a {
    width: 30px;
    height: 30px;
  }
  .dots li a img {
    width: 30px;
    height: 30px;
  }
  .dots li a:hover .label {
    right: 30px;
  }
  .dots.at-top a .label {
    /* font-size: 12px; */
    font-size: 0.75em;
  }
  .logo img {
    max-width: 220px;
  }
  header {
    padding: 20px;
  }
  .mapIcon > div {
    width: 100%;
  }
  .mapIcon > div > a {
    margin: 0 5px 10px;
  }
}

@keyframes left {
  from {
    opacity: 0;
    left: 200px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
li.ico-menu {
  width: 40px;
  overflow: hidden;
  display: block;
  float: right;
  top: -40px;
  
  right: 30px;
  margin: 0 auto;
  border: none;
}
.symble_scroll, .symble_scroll2{
	display: none;
}
.titleblock {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 20px 40px 20px;
}
.pageconte {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: block;
}
.unidc > .boxbtm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.unidc > .boxbtm > .inbox {
  width: 100%;
  flex: inherit;
  margin: 10px 0px 0px 0px;
}
.fomrlist {
  width: 100%;
  font-size: 90%;
}

.column {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    transition: all 1s;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-right: 50px;
    flex-wrap: wrap;
}

.contents2 {
	width:100%;
}
.product-box {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 15px auto;
    position: relative;
    display: flex;
    justify-content: center;
    border: 1px solid #C1C1C1;
    border-radius: 20px;
    overflow: hidden;
    /* margin-right: 50px; */
}

.titlebox h2 {
    text-align: left;
    padding-left: 30px;
}
.clearcircle .subtxt >img {
    width: 60%;
}
.clearcircle .subtxt >img {
    width: 100%;
    max-width: 278px;
}
.opacityBig {
    /*width: 95%!important;*/
}
.box.clearcircle>.chtxt {
    padding-bottom: 10px;
}
.pageconte .container {
    padding: 0px;
}
.pageconte >.spbox {
    padding: 0px;
}
.video_listin iframe {
    height: 250px;
}

.gridinbox> .hungridbox:nth-child(2),.gridinbox> .hungridbox:nth-child(3){
    display: none;
}
.mainpic {
    width: 100%;
    position: absolute;
}
div#fs {
    margin-top: 0;
}
.home .mainpic {
    position: absolute;
    top: 0px;
}
span.pencil {
    background-image: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
}
header {
    padding: 10px 20px;
}

.ttbimg img {
    width: 90%!important;
}
main {
    overflow: hidden;
}

.pageconte .hots {
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.pageconte .hots .opacityBig {
    width: 100%!important;
    margin: 10px 0px;
}
/* .list .info p.color02 {
    width: 100%;
} */
.servicebox:before {
   display: none;
}
.gridtxt h3 {
    font-size: 100%;
}
li >a span.item {
    font-size: 85%;
}
footer {
    background: #000;
    font-size: 80%;
}
h3 {
    font-size: 90%;
    margin: 0px;
    text-align: left;
}
.rightfloat {
    display: none;
}
.pagesearch >h2 {
    width: 100%;
    font-size: 110%;
}
form#filterForm >.spbox {
    text-align: center;
    margin-top: 40px;
}
.spbox.spclr h3 {
    text-align: center;
    margin: 20px auto 10px auto;
    font-size: 80%;
}
.pagesubdescp {
    padding: 0px 20px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 70%;
}
.pagesubdescp input {
    margin-bottom: 10px;
}
.home .list_group .list_pic .subject, .home .detail .list_pic .subject {
    margin: 0;
    font-size: 80%;
    display: block;
    font-weight: normal;
}
.gridtxt {
    width: 100%;
    padding: 5px 20px 10px 20px;
    box-sizing: border-box;
}
.videobox {
    margin-top: 20px;
    width: 95%;
}
.videobox .titlebox >h2 {
    padding-left: 30px;
}
.content3 >.titlebox >h2 {
    padding-left: 30px;
}
.content4 >.titlebox >h2 {
    padding-left: 40px;
}
ul.sub-menu {
    font-size: 90%;
}

.gridinbox {
	margin-bottom: 0px;
}
div#tabs-1 >ul.list {
    margin-bottom: 15px;
}
.box.clearcircle ~.more {
    margin-top: 5px;
}
.column button.slick-prev.slick-arrow, .column button.slick-next.slick-arrow {
    left: -40px!important;
}

@media screen and (max-width: 640px){
	.mainactimg img {
		height: inherit;
	}

.pageconte .list_group  .list ul li a {
    padding: 10px 0px!important;
}
}
@media screen and (max-width: 430px){
	.videobox {
    width: 90%;
}
.activityFont div {
    height: 50px;
}
	
.videoinbox iframe {
    width: 100%;
    height: 220px;
}
.hots {
    width: 90%;
    margin: 0 auto;
}

.column {
    width: 100%;
}
.pageconte .list .info {
    font-size: 75%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}
.pageconte .list .info >.color02 {
    width: 49%;
}
.indexobx {
    width: 100%;
}
.gridimg img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.eventbox {
    width: 95%;
}
.videoinbox {
    padding-left: 0px;
    width: 100%;
}
.video_listin .more {
    width: 100%;
}
.hunbox {
    width: 100%;
}
}