/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€¦Ã¢â‚¬â„¢-ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¹Ã…â€œ*/
.about-tit {
    padding:10px 0;
    text-align: center;
}
.about-tit h3 {
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    letter-spacing: 2px;
}
.about-tit .line {
    background: #fede7c;
    width: 60px;
    height:4px;
    margin:14px auto;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}
.about-tit .en {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 1s;
    
}

/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€¦Ã¢â‚¬â„¢*/
.about-brand {
    padding: 6% 0;
}
.about-list {
    margin: 50px 0 40px;
    overflow: hidden;
}
.about-list ul {
    text-align: center;
}
.about-list ul li {
    display: inline-block;
    margin: 0 5px;
    width: 179px;
    font-size: 0;
}
.about-list .pic {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.about-list .txt {
    font-size: 18px;
    color: #e6e6e6;
    margin-top: 5px;
}

.about-txt {
    font-size: 15px;
    color: #cacaca;
    line-height: 37px;
    text-align: center;
}


/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹*/
.about-history {
    padding: 2% 0;
    background: #000000;
}

.history-content {
    margin-top: 30px;
    padding:80px;
    background:#fff;
}
.history-content ul {}
.history-content ul li {
    display:none;
    overflow:hidden;
}
.history-content ul li:first-child {
    display:block;
}
.history-content ul li .txt {
    width: 50%;
}
.history-content ul li .txt h3 {
    font-size: 70px;
    color: #f4de26;
    font-weight: bold;
    font-family: 'Futura';
    margin-bottom: 32px;
    position: relative;
}
.history-content ul li .txt h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width:50px;
    height: 3px;
    background: #000;
}
.history-content ul li .txt .content {
    margin-top: 22px;
}
.history-content ul li .txt .content p {
    font-size: 14px;
    color:#666;
    text-indent: 2em;
}
.history-content ul li .pic {
    width: 39%;
}
.history-year {
    width: 100%;
    background: url(../images/course_icon_1.png) no-repeat center top;
    padding: 19px 0 30px 0;
    overflow: hidden;
    position: relative;
}

.history-year a.Prev {
    position: absolute;
    left: 30px;
    top: 32px;
    width: 32px;
    height: 32px;
    background: url(../images/left.png) no-repeat center center;
    z-index: 99;
	
	visibility: visible;
	animation-name: fadeInRight;
	animation-delay: 2s;
}

.history-year a.Next {
    position: absolute;
    right: 30px;
    top: 32px;
    width: 32px;
    height: 32px;
    background: url(../images/right.png) no-repeat center center;
	
	visibility: visible;
	animation-name: fadeInLeft;
	animation-delay: 2s;
}
.history-year .year {
    width: 1130px;
    padding-left: 88px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
}
.history-year .year ul li {
    float: left;
    width: 134px;
    font-size: 20px;
    color: #3a3a3a;
    height: 58px;
    line-height: 58px;
    cursor:pointer;
}
.history-year .year ul .on{
    font-size:20px;
    color: #fede7c;
    position: relative;
}
.history-year .year ul .on:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 45px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fede7c;
}


/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂªÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°*/
.about-honor {
    padding:4% 0 6% 0;
}
.honor-box {
    padding:5% 0 0% 0;
    overflow:hidden;
}
.honor-box .pic {
    width:35%;
}
.honor-box .pic .title {}
.honor-box .pic .title p {
    font-size: 14px;
    color:#666;
}
.honor-box .pic .photo {
    height: 300px;
}
.honor-box .pic .photo ul {}
.honor-box .pic .photo ul li {
    display:none;
    text-align: center;
}
.honor-box .pic .photo ul li:first-child {
    display:block;
}
.honor-box .pic .photo ul li img {
    max-height: 300px;
}
.honor-box .txt {
    width:55%;
    height:430px;
    padding-right: 80px;
    overflow-x: auto;
}
.honor-box .txt ul {}
.honor-box .txt ul li {
    float:left;
    width:296px;
    height:50px;
    line-height: 50px;
    border:1px solid #e1e1e1;
    padding:0 20px;
    margin-bottom: 26px;
    color:#666;
    cursor: pointer;
}
.honor-box .txt ul li:nth-of-type(even) {
    margin-left: 24px;
}
.honor-box .txt ul li.on {
    color:#3a3a3a;
    background:#f4de26;
    border:1px solid #f4de26;
}

/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
.honor-box .txt::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background:#f1f1f1;
}
.honor-box .txt::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #f4de26;
}


.about-pro {
    height:820px;
    background: url(../images/about-pro.jpg) no-repeat center;
}

.pro-box {}
.pro-box .top {
    padding:280px 0 130px 0;
}
.pro-box .top ul {
}
.pro-box .top ul li {
    float:left;
    font-size: 24px;
    color:#fff;
    margin:0 20px 0 0;
}
.pro-box .top ul li span {
    font-size: 72px;
    color:#f4de26;
    padding:0 10px;
}
.pro-box .bottom {}
.pro-box .bottom p {
    font-size: 30px;
    color:#fff;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
}


/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¸Ãƒâ€ Ã¢â‚¬â„¢*/
.about-newpro {
    padding: 1% 0 7% 0;
    /* background: #080808; */
    /* background: url(../images/home-cp-bg.jpg) no-repeat center right; */
}

.about-newpro .tit {
	margin: 0 0 0 50px;
}
.about-newpro .tit .p1 {
    margin:0 0 50px 0;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
}
.about-newpro .tit .p2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.about-newpro .tit .p3 {
    font-size: 35px;
    color: #6b6a6a;
    line-height: 1.2;
    text-transform: uppercase;
    margin:30px 0;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.about-newpro .tit .p4 {
    width:3px;
    height:60px;
    background: #a4a4a4;
    margin:70px 0 70px 40px;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}



.product-series {
    position: relative;
    margin: 60px auto 0;
}

.product-series .next,.product-series .prev{
    position: absolute;
    display:block;
    width:48px;
    height:48px;
    border-radius: 25px;
    border: solid 2px #a3a3a3;
    bottom: 6px;
    cursor: pointer;
}
.product-series .next {
    left: -176px;
    background: url(../images/about-left.png) no-repeat center center;
}
.product-series .prev {
    left: -119px;
    background: url(../images/about-right.png) no-repeat center center;
}
.product-series .next:hover {
    background: #fede7c url(../images/about-left.png) no-repeat center center;
    border: solid 2px #fede7c;
}
.product-series .prev:hover{
    background: #fede7c url(../images/about-right.png) no-repeat center center;
    border: solid 2px #fede7c;
}


.product-series .box {
    float:right;
    overflow: hidden;
    position: relative;
    width: 1220px;
    margin: 0 auto 0;
}
.product-series .box .list {
    overflow: hidden;
    width: 9999px;
}
.product-series .box .list li {
    float: left;
    width: 253px;
    height: 223px;
    padding:10px;
    position:relative;
}
.product-series .box .list li .pic {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.product-series .box .list li .pic img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-series .box .list li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    width:100%;
}
.product-series .box .list li .txt h4 {
    width:140px;
    height:34px;
    line-height: 34px;
    font-size:14px;
    text-align: center;
    background:#fff;
    margin:0 auto;
}
.product-series .box .list li .txt h4:hover {
    background: #fede7c;
}

