.about{padding-top: 30px;}
.about .pic{width: 385px;}
.about .list{display: flex;justify-content: space-between;margin-top: 33px;}
.about .list li{width: 25%;text-align: center;}
.about .list li p{font-size: 26px;color: #fe8503;margin-bottom: 9px;position: relative;top: 0;transition: 0.3s;}
.about .list li:hover p{top: -3px;}
.about .con{width: 775px;}
.about .con i{font-size: 20px;color: #56371b;font-weight: bold;background-color: #ffd600;padding: 7px 16px;margin-bottom: 15px;display: inline-block;animation: red 3s linear infinite;}
.about .con p{font-size: 14px;text-indent: 28px;line-height: 1.77em;margin-bottom: 2px;text-align: justify;}
@keyframes red {
	0% {background-color: #ffd600;}
	10% {background-color: #ffd600;}
	50% {background-color: #ff8500;}
	90% {background-color: #ffd600;}
	100% {background-color: #ffd600;}
}

.history .wt-1200{flex-wrap: inherit;}
.history li{flex: 1;}
.history li i{display: block;margin-bottom: 6px;transition: 0.3s;}
.history li:nth-child(1) i{margin-top: 110px;}
.history li:nth-child(2) i{margin-top: 100px;}
.history li:nth-child(3) i{margin-top: 90px;}
.history li:nth-child(4) i{margin-top: 80px;}
.history li:nth-child(5) i{margin-top: 70px;}
.history li:nth-child(6) i{margin-top: 60px;}
.history li:nth-child(7) i{margin-top: 50px;}
.history li:nth-child(8) i{margin-top: 40px;}
.history li:nth-child(9) i{margin-top: 30px;}
.history li:nth-child(10) i{margin-top: 20px;}
.history li:nth-child(11) i{margin-top: 10px;}
.history li p{font-size: 12px;height: 63px;width: 90%;text-align: justify;}
.history li .box{width: 100%;height: 120px;background-color: #ffd600;}
.history li:nth-child(1) .box{height: 10px;}
.history li:nth-child(2) .box{height: 20px;}
.history li:nth-child(3) .box{height: 30px;}
.history li:nth-child(4) .box{height: 40px;}
.history li:nth-child(5) .box{height: 50px;}
.history li:nth-child(6) .box{height: 60px;}
.history li:nth-child(7) .box{height: 70px;}
.history li:nth-child(8) .box{height: 80px;}
.history li:nth-child(9) .box{height: 90px;}
.history li:nth-child(10) .box{height: 100px;}
.history li:nth-child(11) .box{height: 110px;}
.history li .line{width: 100%;}
.history li em{text-align: center;display: block;transition: 0.3s;}
.history li:hover i,.history li:hover em{color: #ff8500;}

.founder .pic{width: 370px;}
.founder .con{width: 800px;}
.founder .con p{line-height: 1.7em;text-align: justify;text-indent: 32px;}

.pursue .left{width: 300px;height: 320px;margin: 75px 0 0 25px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.pursue .left li{border-radius: 50%;text-align: center;padding-top: 9%;box-sizing: border-box;position: relative;}
.pursue .left li:nth-child(1){animation: y 2.5s linear infinite;width: 110px;height: 110px;border: 1px solid #dbdcde;left: 30px;}
.pursue .left li:nth-child(2){animation: y 2s 1s linear infinite;width: 130px;height: 130px;background-color: #ffdb85;}
.pursue .left li:nth-child(3){animation: y 2s 1.5s linear infinite;width: 120px;height: 120px;background-color: #ffe86e;}
.pursue .left li:nth-child(4){animation: y 2.5s 3.5s linear infinite;width: 150px;height: 150px;background-color: #ffd600;right: 15px;padding-top: 15%;}
.pursue .left li p{font-size: 30px;color: #57381b;font-family: arial;}
.pursue .left li i{font-size: 18px;color: #57381b;}
.pursue .con{width: 820px;}
.pursue .con li .title{position: relative;top: 10px;left: 20px;transition: 0.3s;}
.pursue .con li:hover .title{left: 10px;}
.pursue .con li .pic{width: 25px;}
.pursue .con li b{color: #ff8500;position: relative;top: 5px;}
.pursue .con li p{font-size: 14px;color: #595959;width: 800px;border: 10px solid #f9f9f9;padding: 10px;line-height: 1.6em;text-align: justify;box-sizing: border-box;}
@keyframes y {
	0% {transform: translateY(0);}
	50% {transform: translateY(-5px);}
	100% {transform: translateY(0);}
}

.culture{width: 100%;background-color: #ffd600;overflow: hidden;}
.culture li{text-align: center;width: 33%;}
.culture li .pic{width: 80px;transition: 0.3s;}
.culture li:hover .pic{transform: rotateY(180deg);}
.culture li p{color: #57381b;margin: 18px 0 8px;}
.culture li i{color: #57381b;}

.honor .pic{width: 100%;}

@media screen and (max-width: 1440px) {

}