* {
    padding: 0;
    margin: 0;
}

h2 {
    margin: 0;
}

p,
ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    padding: 0;
}



.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 !important;
}

.carousel .carousel-inner .item {
    height: 29vw;
    background-color: #F4D420;
    background-image: url(../image/2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.carousel .label {
    margin-top: 2.35vw;
    display: flex;
    justify-content: center;
}

.carousel .label li {
    display: inline-block;
    font-size: 0.99vw;
    font-weight: normal;
    color: #FFF;
    padding: 8px 1vw;
    border-radius: 18px;
    margin: 0 0.94vw;
    background-color: #000;
    letter-spacing: 2px;
}

.carousel .carousel-inner .item:nth-child(2) {
    background-image: url();
}

.carousel .carousel-inner .item .member-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.carousel .carousel-inner .item .member-bg img {
    width: 55.6%;
    height: 17.4vw;
    display: inline-block;
}

.carousel .carousel-inner .item .text-bg {
    padding-top: 2vw;
    width: 100%;
    height: auto;
    text-align: center;
}

.carousel .carousel-inner .item .text-bg img {
    width: 58%;
    height: 4.43vw;
    display: inline-block;
}

.carousel .carousel-inner .item .channel {
    display: flex;
    margin-left: 18.75%;
}

.carousel .carousel-inner .item .channel img {
    width: 28.4vw;
    height: 22.86vw;
    margin-top: 4vw;
    margin-left: 2.56vw;
}

.carousel .carousel-inner .item .channel .channel-text {
    margin-top: 7.4vw;
}

.carousel .carousel-inner .item .channel .channel-text h2 {
    font-size: 3.54vw;
    font-weight: bold;
}

.carousel .carousel-inner .item .channel .channel-text span {
    margin-top: 3.65vw;
    font-size: 0.94vw;
    color: #F4D420;
    padding: 0.6vw 0.88vw;
    background-color: #000;
    border-radius: 25px;
    display: inline-block;
}
.carousel .carousel-inner .item.logo {
	background-image: none;
}
.carousel .carousel-inner .item .logo-bg {
    display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel .carousel-inner .item .logo-bg  img {
	position: absolute;
	bottom: 15%;
	left: 10%;
    width: 80%;
	
}

.carousel .carousel-inner .item .logo-bg  .logo-bg-text {
    margin-top: 2vw;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.carousel .carousel-inner .item .logo-bg  .logo-bg-text h2 {
    font-size: 2.8vw;
    font-weight: bold;
	color: #000000;
	margin-bottom: 1vw;
}

.carousel .carousel-inner .item .logo-bg  .logo-bg-text span {
   font-size: 1.5vw;
   font-weight: 400;
   color: #000000;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 1.56vw;
    font-weight: bold;
    color: #000;
}

.title p {
    display: inline-block;
    margin-top: 1.98vw;
    margin-bottom: 2.6vw;
    width: 2.92vw;
    height: 0.31vw;
    background-color: #F5D623;
}

#about {
    width: 100%;
}

.corporate-culture .row .li {
    width: 100%;
    padding-top: 70%;
    position: relative;
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/culture-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.corporate-culture .row .li>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: 3.65vw;
    display: flex;
    flex-direction: column;
}

.corporate-culture .row .li>div span {
    font-size: 0.83vw;
    color: #666666;
}

.corporate-culture .row .li>div span:nth-child(1) {
    color: #000;
    font-size: 1.25vw;
    font-weight: bold;
    margin-top: 3vw;
}

.corporate-culture .row .li>div span:nth-child(2) {
    margin-top: 0.83vw;
}

.corporate-culture .row .li>div p {
    position: absolute;
    display: inline-block;
    bottom: 5vw;
    left: 3.75vw;
    width: 2.3vw;
    height: 0.21vw;
    background-color: #F5D623;
}

.about {
    margin-top: 40px;
}

.about .row .li {
    width: 100%;
	min-height: 600px;
    position: relative;
}

.about .row .li>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/about-vsj1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;

}

.about .row>div:nth-child(2) .li>div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/about-vsj2.png);
}

.about-bottom .row .li>div {
    background-image: url();
    background-color: #000;
    padding-left: 18.75vw;
}

.about-bottom .row>div:nth-child(2) .li>div {
    color: #000;
    background-image: url();
    background-color: #F9F9F9;
    padding-left: 90px;
}


.about .row .li>div h2 {
    font-size: 30px;
    font-weight: bold;
}

.about .row .li>div p {
    font-size: 0.83vw;
}

.about .row .li>div p:last-child {
    display: inline-block;
    margin-top: 30px;
    width: 56px;
    height: 6px;
    background-color: #F5D623;
}

#about .about .li .contact-us {
    display: block;
    padding-top: 90px;
}

.about .li .contact-us .us {
    font-size: 27px;
    font-weight: bold;
}

.about .li .contact-us .line {
    margin-top: 25px;
    width: 200px;
    height: 1px;
    background: #FFFFFF;
}

.about .li .contact-us .recruit {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.about .li .contact-us p {
    font-size: 18px;
    margin-bottom: 0;
}

.about .li .contact-us span {
    margin-top: 6px;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;

}

.about .li .contact-us span:last-child {
    border-bottom: 0;
}

.core-technology {
    padding: 40px 20.83% 70px;
    background-color: #272731;
}

.core-technology .row .li {
    width: 100%;
    padding-top: 120%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.core-technology .row .li>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 0 24px;
}

.core-technology .row .li>div div {
    width: 85px;
    height: 85px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.core-technology .row>div:nth-child(1) .li>div div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/7.png);
}

.core-technology .row>div:nth-child(2) .li>div div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/6.png);
}

.core-technology .row>div:nth-child(3) .li>div div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/8.png);
}

.core-technology .row>div:nth-child(4) .li>div div {
    background-image: url(../image/about/11.png);
}

.core-technology .row>div:nth-child(5) .li>div div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/10.png);
}

.core-technology .row>div:nth-child(6) .li>div div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/9.png);
}

.core-technology .row .li>div:hover {
    color: #FFF;
    background-color: #F5D623;
}

.core-technology .row>div:nth-child(1) .li>div:hover div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/5.png);
}

.core-technology .row>div:nth-child(2) .li>div:hover div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/12.png);
}

.core-technology .row>div:nth-child(3) .li>div:hover div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/4.png);
}

.core-technology .row>div:nth-child(4) .li>div:hover div {
    background-image: url(../image/about/1.png);
}

.core-technology .row>div:nth-child(5) .li>div:hover div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/2.png);
}

.core-technology .row>div:nth-child(6) .li>div:hover div {
    background-image: url(https://weishijiao.oss-accelerate.aliyuncs.com/website/image/about/3.png);
}

.core-technology .row .li>div span:nth-child(2) {
    margin-top: 26px;
    font-size: 17px;
    font-weight: bold;
}

.core-technology .row .li>div span:nth-child(3) {
    margin-top: 10px;
    font-size: 13px;
}

.brand,
.corporate-culture {
    margin-top: 40px;
    padding: 0 18.75%;
}

#about .brand .row>div {
    padding: 0;
}

.brand .row .brand-li {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.brand .row .odd {
    background-color: #FFFF;
}

.brand .row .even {
    background-color: #F9F9F9;
}

.brand .row .brand-li>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10%;
}

.brand .row .brand-li>div:hover {
    background-color: #F5D623;
}

.brand .row .brand-li>div:hover span {
    color: #FFF !important;
}

.brand .row .brand-li>div:hover span:nth-child(2) {
    border-bottom: 4px solid #FFF !important;
}


.brand .row .brand-li>div span:nth-child(1) {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #CCC;
}

.brand .row .brand-li>div span:nth-child(2) {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 4px solid #F5D623;
}

.brand .row .brand-li>div span:nth-child(3) {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}

.advantage {
    margin-top: 100px;
    position: relative;
}

.comprehensive-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 5vw;
    color: #FFF;
}

.comprehensive-title h2 {
    font-weight: bold;
    font-size: 1.56vw;
}

.comprehensive-title p {
    font-size: 0.8vw;
    margin-top: 0.78vw;
}

.advantage-title {
    width: 100%;
    position: absolute;
    top: 3.65vw;
    left: 0;
}

.advantage-title h2 {
    color: #FFF;
}

.history {
    margin-top: 40px;
}

.history .content,
.history .content2 {
    justify-content: center;
    color: #000;
}

.history .history-content h2 {
    font-size: 14px;
    font-weight: bold;
}

.history .history-content li {
   display: inline-block;
}

.history .history-content {
    text-align: right;
    width: 470px;
}

.history .history-content .course {
    margin-bottom: 38px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.history .content .history-content:nth-child(1) li:nth-child(2) {
    margin-top: 17px;
}

.history .content .history-content:nth-child(1) li:nth-child(3) {
    margin-top: 35px;
}

.history .content .history-content:nth-child(1) li:nth-child(4) {
    margin-top: 36px;
}

.history .content .history-content:nth-child(1) li:nth-child(5) {
    margin-top: 35px;
}

.history .content .history-content:nth-child(3) li:nth-child(1) {
    margin-top: 22px;
}

.history .content .history-content:nth-child(3) li:nth-child(2) {
    margin-top: 34px;
}

.history .content .history-content:nth-child(3) li:nth-child(3) {
    margin-top: 34px;
}

.history .content .history-content:nth-child(3) li:nth-child(4) {
    margin-top: 21px;
}

.history .content .history-content:nth-child(3) li:nth-child(5) {
    margin-top: 34px;
}


.history .history-content .course:hover {
    background-color: #F5D623;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
}

.history .history-content .course:hover .triangle {
    display: block;
}

.history .history-content .course:hover .j {
    color: #FFFFFF;
}

.history .history-content .course:hover .triangle-right {
    display: block;
}

.history .history-content li .triangle {
    display: none;
    position: absolute;
    top: 15px;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid #F5D623;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.history .history-content .course:hover .triangle-right {
    display: block;
}

.history .history-content li .triangle-right {
    display: none;
    position: absolute;
    top: 15px;
    left: -15px;
    width: 0;
    height: 0;
    border-right: 15px solid #F5D623;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.history .history-content .j {
    margin-top: 10px;
    font-size: 13px;
    color: #999999;
}

.history .history-content h2 strong {
    margin-left: 10px;
    font-size: 20px;
}


.history .history-content:last-child h2 strong {
    margin-right: 10px;
    margin-left: 0;
}

.timeline {
    position: relative;
    margin-top: 23px;
}

.timeline,
.timeline .circular {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline .circular {
    position: absolute;
    top: -7px;
    left: 0;
}

.timeline .circular li {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 86px;
}
.timeline .circular .color{
   background-color: #F5D623;
}

.timeline .circular .color1{
    background-color: #FFFFFF;
 }

.timeline .circular p {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #EEEEEE;
}

.timeline div {
    width: 2px;
    height: 884px;
    background-color: #EEEEEE;
}

#about .about .company-address {
    display: block;
    padding-top: 90px;
    padding-left: 90px;
}

#about .about .company-address h2:nth-child(1) {
    font-size: 27px;
}

#about .about .company-address p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

#about .about .company-address .city {
    font-size: 16px;
    margin-top: 50px;
}

#about .about .company-address .address {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

#about .about .company-address .line {
    width: 237px;
    height: 1px;
    background: #E5E5E5;
    margin-top: 29px;
}

.cooperative-brand {
    margin-top: 180px;
    padding: 0 18.8%;
}

.cooperative-brand span {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

.cooperative-brand span:nth-child(3) {
    margin-top: 5px;
    font-size: 14px;
}

.cooperative-brand p {
    margin-top: 18px;
}


.about-footer {
    padding: 0px 18.75% 0 18.75%;
    background-color: #272731;
}

.about-footer .logo {
    padding-bottom: 45px;
    border-bottom: 1px solid #FFF;
}

.about-footer .logo img {
    width: 300px;
    height: auto;
}

.about-footer .logo>div:last-child {
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about-footer .logo>div:last-child p {
    padding: 0;
    font-size: 18px;
}

.about-footer .logo>div:last-child p:last-child {
    margin-top: 10px;
    font-size: 13px;
    color: #999999;
}

.about-footer .code {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #FFF;
}
.about-footer .code>div {
	min-height: 200px;
}
.about-footer .code .programme {
    color: #FFF;
    display: flex;
    flex-direction: column;
    min-height: 178px;
}

.about-footer .code h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.about-footer .code span {
    margin-top: 4px;
    font-size: 13px;
    color: #999999;
	cursor: pointer;
}
.about-footer .code span a {
	color: #999999;
}
.code-img {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
    color: #FFF;
    font-size: 16px;
}

.code-img img {
    width: 100px;
    height: 100px;
}

.about-footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #FFF;
}

.about-footer .filing {
    color: #999999;
    text-align: center;
    font-size: 0.12rem;
    padding: 10px 0;
	white-space: nowrap;
	
}

.about-footer .filing {
	width: 100%;
	padding: 0.30rem 0 0.50rem 0;
	display: flex;
	justify-content: center;
	color: #78787c;
	border-top: 0.01rem solid #78787c;
}
.about-footer .filing>div {
	font-size: 0.12rem;
}
.about-footer .filing>div>a {
	color: #78787c;
	
}

.about-footer .telephone {
    display: flex;
    justify-content: center;
	/* align-items: center; */
}

.about-footer .telephone>i {
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-container {
	padding: 0!important;
}