:root {
  --background-1: url(wenhua.jpg);
  --background-2: url(wenhua.jpg);
  --background-3: url(wenhua.jpg);
}

.svg_container {
  transition: all 0.2s ease-in-out;
  animation: minorJiggle 2.5s ease-in-out 0.5s infinite alternate;
}

@keyframes minorJiggle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(20deg);
  }
}
.tabs_parent_container {
  color: white;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: calc(100% - 0%);
  position: relative;
  min-height: 600px;
}
.tabs_parent_container h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.tabs_parent_container .tab_header {
  /*display: flex;*/
  margin-bottom: 1rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
  max-width: 300px;
  float: right;
  min-width: 200px;
  z-index: 1;
  right: 5%;
  margin-top: 90px;
}
.tabs_parent_container .tab_header .tab_marker {
  /*background-color: #ff5cf1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: all 0.15s ease-in-out;*/
}
.tabs_parent_container .tab_header .tab {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.tabs_parent_container .tab_header input {
  position: absolute;
  left: 0;
  z-index: -1;
}
.tabs_parent_container .tab_header label {
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 0rem;
  cursor: pointer;
  text-align: justify;
}
.tabs_parent_container .tab_header input:not(:checked) + label:hover {
  color: #f5a906;
}
.tabs_parent_container .tab_header input:checked + label {
  color: #f5a906;
  font-size: 24px;
  border-bottom: 1px solid #f5a906;
}
.tabs_parent_container .tab_header .tab:nth-child(1) label {
  border-radius: 0px;
}
.tabs_parent_container .tab_header .tab:nth-child(3) label {
  border-radius: 0px;
}
.tabs_parent_container .tab_content {
  background-color: #3d3d3d;
  margin: auto;
  display: none;
  position: relative;
  overflow: hidden;
  width: calc(100% - 0px);
  float: left;
  position: absolute;
  min-height: 600px;
}
.tabs_parent_container .tab_content.visible {
  display: block;
}
.tabs_parent_container .tab_content h3 {
  /*color: #555555;
  font-size: 3.5rem;
  position: absolute;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  left: 0;
  top: 0;
  margin-left: 1rem;*/
}
.page-outer-containers .owl-stage-outer{
	background: url("aboutbg.png") center top;
    background-size: contain;
}
.wenhubg01{background: url("aboutqy.jpg") center top no-repeat;}
.wenhubg02{background: url("aboutqy.jpg") center top no-repeat;}
.wenhubg03{background: url("aboutqy.jpg") center top no-repeat;}
.wenhubg04{background: url("aboutqy.jpg") center top no-repeat;}
.wenhubg05{background: url("aboutqy.jpg") center top no-repeat;}
.wenhubg01 .top,.wenhubg02 .top,.wenhubg03 .top,.wenhubg04 .top,.wenhubg05 .top{
	color: #000;
}
.tabs_parent_container .tab_header label{
	color: #000;
}
.tp img{    
    display: block;
    margin: auto;
    max-width: 240px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.wz{
	text-align: justify;
	padding-top: 20px;
	font-size: 16px;
	max-width: 55%;
	margin: auto;
}
@media (max-width: 768px){
.page-wrapper .top {
    padding-bottom: 20px;
	padding-top: 0px;
}	
.text-carousel-outer .owl-controls {
    text-align: left;
    margin: 0px;
    margin-top: -55%;
    z-index: 99999;
    position: absolute;
    width: 100%;
}
.text-carousel h3 {
    padding: 60px;
}
.welcome-section .column {
    margin-bottom: 0px;
}
.welcome-section {
    position: relative;
    padding: 70px 0px 40px;
}
.titleBox {
    float: right;
    width: 100%;
    background-color: #f7f7f7;
    height: 100%;
    position: inherit;
    right: 0px;
    border-left: 1px solid #e1e1e1;
	padding-bottom: 40px;
}
.nrong .nian {
    font-size: 180px;
    color: #0001;
    font-weight: bold;
    text-indent: 0px;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
}
.contentList li {
    height: 420px;
}
#titleList{
	height: inherit !important;
}
#titleList li{
	position: initial !important;
	float: left;
	height: 70px;
}
.titleList li span {
    color: #333;
    padding: 20px;
    width: initial;
    display: block;
    font-size: 20px;
    text-align: center;
}
.tabs_parent_container .tab_header label {
    display: block;
    padding: 0px;
    cursor: pointer;
    text-align: justify;
    float: left;
    line-height: 2;
}
.tabs_parent_container .tab_header {
    margin-bottom: 1rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    float: right;
    min-width: 200px;
    z-index: 1;
    margin-top: 190px;
    width: 100%;
    left: 5%;
    float: left;
}
.tabs_parent_container .tab_header .tab{
	float: left;
}
.tabs_parent_container .tab_header .tab label{
	margin-right: 20px;
}
.tp img{
	max-width: 60%;
	display: block;
	margin: auto;
	padding-top: 120px;
}
.wz {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    max-width: 100%;
}
.skill-content {
    margin-top: 40px;
    overflow: hidden;
    padding-right: 5.3%;
    padding-top: 30px;
	padding-bottom: 60px;
}
.sponsors-section {
    position: relative;
    padding: 0px 0px 60px;
}
}