﻿
@media only screen and (max-width: 1480px){
	.index-link{
		height: 500px;
	}
	.header-menu-knowledge-list-class{
		width: calc(100% / 7);
	}
	.index-link a{
		padding: 35px;
		text-align: justify;
	}
}
@media only screen and (max-width: 1300px){
	.header-language-box{
		width: 40px;
	}
	.header-language{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.header-style1 .header-box{
		width: 1100px;
	}
	.index-link{
		height: 430px;
	}
	.main-banner-img{
		height: 260px;
	}
	.header-member-link-box{
		width: 1100px;
    	left: calc(50% - 550px);
	}
	.header-menu-title{
		font-size: 16px;
	}

}
@media only screen and (max-width: 1200px){
	.header-logo{
		width: 255px;
	}
	.header-member-link-box{
		width: 950px;
		left: calc(50% - 475px);
	}
	.book-box{
		width: 1000px;
	}
	.index-about-box{
		width: 1000px;

	}
	.index-news-title-box,
	.index-news-list-info-box,
	.news-title-box,
	.news-page-info-box,
	.team-box,
	.header-menu-knowledge-list-block,
	.knowledge-title-box,
	.knowledge-info-box,
	.knowledge-list-more-box{
		width: 1000px;
	}
	.news-banner-box{
		width: 1000px;
		height: calc((400 / 1200) * 1000px);
	}
	.index-news-list-date{
		width: 110px;
	}
	.index-news-list-title{
		width: calc(100% - 290px);
	}
	.service-box{
		width: 1000px;
	}
	.service-list{
		width: 184px;
		margin: 0 10px;
	}
	.footer-box{
		width: 95%;
	}
	.footer-b-list-box .footer-list-box:first-child {
	    padding-right: 20px;
	}
	.footer-list{
		letter-spacing: 1px;
	}
	.header-menu-title{
		margin: 0 10px;
	}
	.header-style1 .header-box {
	    width: 945px;
	}
	.team-list{
		width: 320px;
	}
	.team-box .team-list:nth-child(3n+3){
		margin: 0 20px;
	}
	.index-link {
	    height: 350px;
	}
	.news-list-box .index-news-list-title {
	    width: calc(100% - 270px);
	}
}
@media only screen and (max-width: 1000px){
	.book-title{
		width: 100%;
		display: block;
	}
	.book-search-box{
		margin-right: 0;
	}
	.book-search-box, .book-search-input-box{
		width: 236px;
	}
	.book-box{
		width: 750px;
	}
	.header2 .rwd-menu, #index .header2 .rwd-menu{
		top: 24px;
	}
	.member-registered-box{
		width: 750px;
	}
	.main-step-box .main-step-list:nth-child(2) {
	    margin: 0 67px;
	}
	.main-step-list:after{
		right: -44px;
	}
	.header-style1 .header-menu-box.active{
		left: 0;
	}
	.header-menu-box{
		width: 200px;
		height: 100vh;
		left: -200px;
		transition: all .3s linear;
		position: fixed;
		top: 0;
		background-color: #EEE;
	}
	.header-menu-knowledge-list-box{
		width: 300px;
		max-width: 100%;
		display: block;
		padding: 0;
		top: 0;
		left: -300px;
		background-color: #333333;
		transition: all .3s linear;
		height: 100vh;
	}
	.header-knowledge.open .header-menu-knowledge-list-box{
		position: fixed;
		top: 0;
		left: 0;
		width: 300px;
		max-width: 100%;
		z-index: 2;
		max-height: calc(100vh);
		overflow-y: auto;
	}
	.header-menu-knowledge-list-class{
		width: 100%;
		display: block;
		margin-top: 14px;
	}
	.header-menu-knowledge-list{
		width: 300px;
		max-width: 100%;
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		background-color: #000;
		transition: all .3s linear;
		height: 100vh;
		z-index: 1;
		box-sizing: border-box;
	}
	.header-menu-knowledge-list a,
	.header-menu-knowledge-list-title{
		box-sizing: border-box;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.header-menu-knowledge-list.active{
		left: 0;
	}
	.rwd-menu-list-back{
		font-size: 16px;
	}
	.header-menu-title{
		position: static;
	}
	.header-menu li> .header-menu-title{
		height: 50px;
		line-height: 50px;
	}
	.header-menu li:hover .header-menu-title, .header-menu li.active .header-menu-title{
		color: #000;
	}
	.header-menu li:hover .header-menu-title:after, .header-menu li.active .header-menu-title:after{
		display: none;
	}

	.header-language-box{
		position: absolute;
		right: inherit;
		width: 100%;
		left: 0;
		font-size: 0;
	}
	.header-language-box li{
		display: inline-block;
		vertical-align: top;
		width: 100px;
		height: 66px;
		border: 1px solid #FFF;
		box-sizing: border-box;
		border-top: 0;
	}
	.header-language-box li:nth-child(1){
		border-left: 0;
	}
	.header-language-box li:nth-child(3){
		border-right: 0;
	}
	.header-language-box li a{
		display: block;
	}
	.header-language{
		width: 100%;
		height: 66px;
		line-height: 66px;
	}
	.header-style1 .header-menu{
		margin-top: 80px;
		position: relative;
	}
	.header-menu-knowledge-list-class::after{
		display: none;
	}
	.header-style1.header2 .header-menu{
		margin-top: 80px;
	}
	.header2 .header-menu-title{
		margin-bottom: 0;
	}
	.header-logo{
		margin-left: 2.5%;
	}
	.header-menu-knowledge-list-title{
		color: #fff;
	}
	.header-member-link-box{
		width: calc(100% - 170px);
		left: 85px;
		top: 30px;
	
	}
	.index-about-article{
		width: 750px;
		margin: 0 auto;
	}
	.index-link-box li:nth-child(2){
		left: 0;
	}
	.index-link-box li:nth-child(3){
		right: 0;
	}
	.index-link-box.active li:nth-child(2),
	.index-link-box.active li:nth-child(3){
		animation: none;
	}
	.index-link{
		width: 50%;
	}
	.index-news-title{
		position: relative;
		z-index: 1;
	}
	.index-news-icon{
		max-height: 68px;
    	width: 200px;
    	max-width: 100%;
	}
	.index-news-title-box, 
	.index-news-list-info-box, 
	.news-title-box, 
	.news-page-info-box, 
	.team-box, 
	.header-menu-knowledge-list-block, 
	.knowledge-title-box,
	.knowledge-list-more-box
	{
		width: 750px;
	}
	.index-news-title-box{
		height: 140px;
		line-height: 140px;
	}
	.about-box{
		width: 750px;
	}
	.about-info-p-box{
		width: 100%;
		display: block;
	}
	.about-info-p-box{
		padding-left: 0;
		margin-bottom: 0;
	}
	.about-info-p-box .about-info-p:nth-child(2) {
	    padding-top: 20px;
	}
	.about-info-p{
		padding-top: 20px;
	}
	.footer-b-list-box{
		padding-left: 20px;
		box-sizing: border-box;
	}
	.footer-list-box{
		width: 100%;
		display: block;
	}
	.footer-b-list-box .footer-list-box:first-child{
		padding-right: 0;
	}
	.footer-b-list-box .footer-list-box:nth-child(2){
		padding-top: 5px;
	}
	.footer-list-box .footer-list:nth-child(2) {
	    padding: 5px 0;
	}
	.service-box{
		width: 750px;
	}
	.service-list{
		width: 236px;
		margin: 0;
	}
	.service-list-box li:nth-child(5n+5),
	.service-list-box li:nth-child(5n+1){
		margin: 0;
	}
	.service-list-box li:nth-child(3n+2){
		margin: 0 20px;
	}
	.service-list-box li:nth-child(n + 4){
		margin-top: 20px;
	}
	.knowledge-second-box{
		width: 350px;
		vertical-align: middle;
	}
	.knowledge-class-box,
	.knowledge-search-box{
		width: 49%;
	}
	.knowledge-search-box{
		margin-left: 2%;
	}
	.knowledge-title{
		width: calc(100% - 350px);
	}
	.knowledge-class{
		height: 35px;
		line-height: 35px;
	}
	.knowledge-class:before{
		width: 30px;
	}
	.knowledge-class:after{
		bottom: 10px;
		right: 4%;
	}
	.knowledge-info-box{
		width: 750px;
	}
	.knowledge-search-box input{
		height: 35px;
	}
	.search-icon{
		height: 35px;
		line-height: 35px;
	}
	.recruit-box{
		width: 750px;
	}
	.team-list{
		width: 350px;
	}
	.team-list-img{
		height: 437px;
	}
	.team-box .team-list:nth-child(3n+3){
		margin: 0;
	}
	.team-box .team-list:nth-child(odd){
		margin-left: 50px;
	}

	.tadmin-download-list .header-member-info-box{
		width: 720px;
	}
	.tadmin-download-list .m-num{
		width: 270px;
		max-width: 100%;
	}
	.tadmin-download-list .m-title{
		width: 270px;
		max-width: 100%;
	}
	.tadmin-download-list .m-pic{
		width: 118px;
	}
	.news-banner-box{
		width: 750px;
		height: calc((400 / 1200) * 750px);
	}
}
@media only screen and (max-width: 768px){
	.index-video-box{
		display: none;
	}
	.team-box{
		padding-top: 15px
	}
	.team-title-box{
		margin-bottom: 15px;
	}
	.m-num{
		width: calc(40% - 30px);
	}
	.m-title{
		width: calc(40% - 30px);
	}
	.m-pic{
		width: 20%;
	}
}
@media only screen and (max-width: 750px){
	.book-search-box{
		margin-top: 10px;
	}
	.book-title-box .book-search-box:nth-child(4){
		margin-right: 0;
	}
	.book-info-class-box{
		width: 100%;
		display: block;
	}
	.book-info-class-list-box{
		width: 50%;
		margin-top: 0;
		vertical-align: top;
		display: inline-block;
		position: relative;
	}
	.book-info-class-list{
		position: absolute;
		z-index: 1;
		width: 100%;
		background-color: #FFF;
	}
	.book-info-buy-box{
		display: block;
	}
	.book-info-buy-box{
		width: 100%;
		display: block;
	}
	.book-info-list-box{
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.book-info-pic-box,
	.book-info-buy{
		display: inline-block;
	}
	.book-info{
		width: calc(100% - 62px);
	}
	.book-info-class-all{
		margin-bottom: 10px;
	}
	.book-search-input-box{
		margin-top: 20px;
	}
	.book-box,
	.member-box{
		width: 550px;
	}
	.member-list-link-box .member-list-link:nth-child(n){
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.member-list-link-box .member-list-link:nth-child(2n){
		margin-right: 0;
	}
	.member-list-link-box .member-list-link:nth-child(n + 3){
		margin-top: 20px;
	}
	.header-member-link-box{
		width: 100%;
		left: 0;
		position: fixed;
		bottom: 0;
		top: inherit;
		z-index: 999;
	}
	.header-member-link-box{
		font-size: 0;
		text-align: center;
		padding: 10px 0;
		border-top: 2px solid #ddd;
		background-color: #FFF;
	}
	.header-buycar-info-box{
		position: fixed;
		bottom: 50px;
	}
	.header-buycar-info-block{
		max-height: 250px;
		overflow: auto;
	}
	.header-buycar-info-arrow{
		display: none;
	}
	.header-member-join, 
	.header-member-inset, 
	.header-buycar-box{
		width: 50%;
		margin: 0;
	}
	.header-menu li> .header-menu-title{
		height: 35px;
		line-height: 35px;
	}
	.header-language-box li{
		height: 40px;
	}
	.header-language{
		height: 40px;
		line-height: 40px;
	}
	.header-style1 .header-menu{
		margin-top: 40px;
	}
	.header-style1.header2 .header-menu{
		margin-top: 40px;
	}
	.rwd-menu-list-back{
		padding: 10px 0;
		padding-right: 20px;
	}
	.header-menu-title{
		padding: 0;
	}
	.header-menu-knowledge-list-title{
		font-size: 18px;
	}
	.header-menu-knowledge-list a, .header-menu-knowledge-list-title{
		margin-bottom: 5px;
		padding-top: 5px;
	}
	.header-knowledge.open .header-menu-knowledge-list-box{
		max-height: calc(100vh - 44px);
	}
		.index-about-box{
		width: 550px;
	}
	.index-about-en-title{
		width: 300px;
		max-width: 100%;
	}
	.index-about-icon{
		width: 90px;
		max-width: 100%;
	}
	.index-news-list-read{
		width: 120px;
		height: 30px;
	}
	.index-news-list-title {
	    width: calc(100% - 240px);
	}
	.index-news-list-read span{
		left: 25px;
		letter-spacing: 8px;
	}
	.index-news-title-box, .index-news-list-info-box, .news-title-box, .news-page-info-box, .team-box, .header-menu-knowledge-list-block, .knowledge-title-box, .knowledge-list-more-box{
		width: 550px;
	}
	.index-news-list-title{
		padding-right: 5px;
		box-sizing: border-box;
	}
	.main-banner-img{
		height: 180px;	
	}
	.main-banner-slong{
		font-size: 24px;
		top: calc(50% - 12px);
	}
	.team-list {
	    width: 260px;
	}
	.team-box .team-list:nth-child(odd) {
	    margin-left: 30px;
	}
	.team-list-img{
		height: 325px;
	}
	.team-list-info-box{
		width: 240px;
	}
	.recruit-box{
		width: 95%;
	}
	.verification-img{
		width: 180px;
	}
	.verification-input{
		width: calc(100% - 180px);
	}
	.verification-input input{
		height: 38px;
		line-height: 38px;
	}
	.upload-link-box{
		height: 38px;
    	line-height: 38px;
	}
	.knowledge-second-box{
		display: block;
		float: right;
	}
	.knowledge-title{
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.knowledge-title-box:after{
		content: 'normal';
		font-size: 0;
		display: block;
		clear: both;
	}
	.knowledge-title-box{
		padding: 20px 0;
	}
	.knowledge-page-title{
		width: 100%;
		display: block;
	}
	.knowledge-info-box .news-back{
		display: block;
		float: right;
	}
	.knowledge-info-box{
		width: 95%;
		overflow: hidden;
	}
	.service-box{
		width: 550px;
	}
	.service-list{
		width: 170px;
	}
	.member-registered3-list-input-box{
		padding: 0 30px;
	}
	.knowledge-info-p{
		font-size: 14px;
		overflow: hidden;
	}
	.team-class-list-box{
		padding-left: 0;
	}
	.team-class-list{
		margin-left: 0;
	}


	.tadmin-download-list .header-member-info-box{
		width: 520px;
	}
	.tadmin-download-list .m-num{
		width: 190px;
		max-width: 100%;
	}
	.tadmin-download-list .m-title{
		width: 190px;
		max-width: 100%;
	}
	.tadmin-download-list .m-pic{
		width: 78px;
	}

	
	.news-banner-box{
		width: 550px;
		height: 550px
	}
	.news-banner-box.rwdImg span:nth-child(1){
		display: none;
	}
	.news-banner-box.rwdImg span:nth-child(2){
		display: block;
	}
}
@media only screen and (max-width: 550px){
	.index-link{
		width: 100%;
	}
	.book-search-block{
		text-align: left;
	}
	.knowledge-class{
		font-size: 14px;
		padding-left: 5px;
	}
	.team-class{
		font-size: 16px;
	}
	.book-info-title{
		font-size: 14px;
	}
	.book-info-buy{
		margin-top: 5px;
	}
	.news-page-info-title{
		font-size: 18px;
	}
	#member-list-over .book-box{
		width: 95%;
	}
	.member-registered3-from li:last-child .member-registered3-list-title{
		display: none;
	}
	.member-registered3-from li:last-child .member-registered3-list-input-box{
		width: 100%;
	}
	.member-registered-next{
		margin: 20px auto;

	}
	.b-num{
		width: 67%;
	}
	.b-del{
		width: 13%;
	}
	.book-box, .member-box{
		width: 350px;
	}
	.member-registered3-list-title{
		border-right: 0;
		width: 100px;
	}
	.member-registered3-list-input-box{
		width: calc(100% - 100px);
	}
	.member-details-chart-box{
		width: 95%;
		margin: 0 auto;
	}
	.member-details-chart-name{
		font-size: 16px;
	}
	.member-details-chart{
		padding: 5px 0;
		border-left: 1px solid #000;
	}
	.member-details-chart-now{
		height: 40px;
	}
	.member-details-chart-now p{
		line-height: 40px;
		font-size: 14px;
	}
	.member-details-chart-all p{
		font-size: 12px;
	}
	.member-box{
		width: 350px;
		padding-top: 0;
	}
	.member-list-link-box .member-list-link:nth-child(n){
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.member-list-link-box .member-list-link:nth-child(2n){
		margin-right: 0px;
	}
	.member-list-link-box .member-list-link:nth-child(n + 3){
		margin-top: 10px;
	}
	.member-list-link-box{
		margin-top: 20px;
	}
	.member-details-title{
		display: none;
	}
	.rwd-member-details-title{
		height: 40px;
	    line-height: 40px;
	    border-right: 1px solid #ddd;
	    box-sizing: border-box;
	    text-align: center;
	    background-color: #f8a322;
	    color: #FFF;
	    display: block;
    }
    .member-details-info-box li{
    	padding: 0;
    	border: 0;
    	vertical-align: top;
    }
    .member-details-info-box li:nth-child(odd){
    	border-right: 1px solid #ddd;
    	box-sizing: border-box;
    }
    .member-details-p{
    	font-size: 14px;
    	height: inherit;
    	padding: 5px 0;
    }
    .member-details-info-box{
    	margin-top: 20px;
    }
	.m-num{
		width: calc(100% - 60px);
	}
	.m-title,
	.m-pic{
		width: 50%;
	}

	.index-banner-box .index-banner-list,
	.index-video-box,
	.index-video,
	.index-video-bg{
		height: 330px;
	}
	.index-banner-phone{
		top: 65%;
	}
	.index-banner-slong, .index-video-slong{
		font-size: 16px;
    	line-height: 1.6;
    	/* height: 44px; */
	}
	.index-banner-phone{
		font-size: 16px;
		height: 35px;
		line-height: 35px;
		width: 120px;
		left: calc(50% - 60px);
	}
	.index-srcoll{
		width: 18px;
    	left: calc(50% - 9px);
    	bottom: 30px;
	}
	.header-logo{
		width: 200px;
	}
	.header2 .rwd-menu, #index .header2 .rwd-menu {
	    top: 18px;
	}
	#index .rwd-menu,
	.rwd-menu{
		top: 18px;
	}
	.index-about-box{
		width: 95%;
	}

	.index-about-box.active .index-about-article{
		animation: fade .8s linear 0s 1 forwards;
	}
	.index-link {
	    height: 290px;
	}
	.index-about-en-title {
	    width: 230px;
	}
	.index-about-icon {
	    width: 70px;
	}
	.index-about-article{
		padding-bottom: 65px;
	}
	.index-news-title-box, .index-news-list-info-box, .news-title-box, .news-page-info-box, .team-box, .header-menu-knowledge-list-block, .knowledge-title-box, .knowledge-list-more-box{
		width: 310px;
	}
	.index-news-list-date{
		width: 90px;
		font-size: 14px;
	}
	.index-news-list-read{
		width: 80px;
	}
	.index-news-list-read span{
		left: 17px;
		font-size: 12px;
		letter-spacing: 3px;
		top: calc(50% - 9.5px);
	}
	.index-news-list-title {
	    width: calc(100% - 170px);
	}
	.index-news-list-info-box{
		padding: 15px 0;
	}
	.footer-logo-box{
		display: block;
		margin: 0 auto;
	}
	.footer-b-list-box{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.web{
		padding-top: 10px;
	}
	#knowledge .index-news-list-title, #knowledge-page .index-news-list-title{
		width: calc(100% - 120px);
	}
	.knowledge-list-read{
		width: 120px;
		letter-spacing: 1px;
		font-size: 14px;
	}
	.main-banner-box{
		margin-top: 70px;
	}
	.header-menu-box,
	.header-menu-knowledge-list-box{
		width: 140px;
		left: -140px;
	}
	.header-menu-knowledge-list{
		left: -210px;
		width: 210px;
	}
	.header-language-box li{
		width: 70px;
	}
	.header-style1 .header-menu> li{
		display: block;
	}
	.header-knowledge.open .header-menu-knowledge-list-box{
		width: 210px;
	}
	.about-box{
		width: 310px;
		padding: 30px 0;
	}
	.about-info-img{
		width: 350px;
		max-width: 100%;
		height: 257px;
	}
	.header-style1 .header-menu{
		max-width: 100%;
	}
	.service-box{
		width: 310px;
	}
	.service-list{
		width: 48%;
	}
	.service-list-box li:nth-child(3n+2){
		margin: 0;
	}
	.service-list-box li:nth-child(n + 3){
		margin-top: 20px;
	}
	.service-list-box li:nth-child(even){
		margin-left: 4%;
	}
	.footer-list-date{
		display: block;
		padding-left: 0;
	}
	.team-list{
		width: 100%;
	}
	.team-box .team-list:nth-child(odd) {
	    margin-left: 0;
	}
	.team-list-info-box{
    	width: 300px;
	}
	.team-list-title span{
		display: block;
		padding: 0;
	}
	.team-list-img {
	    height: 437px;
	}
	.team-box .team-list:nth-child(3n+2){
		margin-bottom: 240px;
	}
	.recruit-list-title{
		padding-left: 10px;
		font-size: 18px;
	}
	.recruit-list{
		height: 60px;
		padding: 10px;
	}
	.recruit-list-title{

    	width: calc(100% - 90px);
	}
	.recruit-list-in{
		width: 90px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	#recruit-page .recruit-list-title{
		padding-left: 0;
	}
	.recruit-page-list-need{
		width: 100px;
		letter-spacing: 1px;	
	}
	.recruit-page-list-need{
		font-size: 14px;
	}
	#recruit-page .recruit-list-title{
		width: calc(100% - 100px);
	}
	.recruit-list-title b {
	    padding-right: 10px;
	}
	.verification-box{
		width: 100%;
		display: block;
		padding: 0;
	}
	.upload-info{
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.contact-box{
		width: 95%;
	}
	.index-link-icon{
		width: 15px;
		opacity: 1;
	}
	.index-link-title{
		font-size: 18px;
	}
	.index-link-p{
	    padding: 17px 0;
	    padding-bottom: 17px;
	    overflow: hidden;
	    margin-bottom: 5px;
	}
	.news-list-box .index-news-list-read{
		width: 115px;
	}
	.news-list-box .index-news-list-title {
	    width: calc(100% - 205px);
	}
	.recruit-title{
		font-size: 24px;
		padding: 30px 0;
	}
	.main-banner-img{
		height: 100px;
	}
	.main-banner-slong{
		font-size: 16px;
	}
	.knowledge-b-class{
		font-size: 22px;
	}
	.knowledge-icon{
		font-size: 22px;
	}
	.knowledge-title-class{
		font-size: 20px;
	}
	.verification-input input {
	    height: 34px;
	    line-height: 34px;
	}
	.index-banner-box{
		overflow: inherit;
	}
	.index-about-box .index-about-title,
	.index-about-box .index-about-article,
	.recruit-list,
	.recruit-page-info-box,
	.recruit-page-list,
	.contact-info-form{
		opacity: 1!important;
		animation: none!important;
	}
	.index-news-list-title{
		width: 100%;
		display: block;
	}
	.index-news-list-read{
		display: block;
		float: right;
		margin-bottom:5px;
		margin-top: 5px;
	}
	.index-news-list:after{
		content: 'normal';
		font-size: 0;
		display: block;
		clear: both;
	}
	.header-menu> li{
		padding-top: 10px;
	}
	.header2 .header-logo{
		width: 200px;
	}
	.news-page-info-box{
		position: relative;
	}
	.news-back{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.news-page-info-title-box{
		width: 100%;
	}
	.service-list-title{
		height: 44px;
	}
	.team-box .team-list:nth-child(3n+2) {
	    margin-bottom: 0;
	}
	#knowledge .index-news-list-title, #knowledge-page .index-news-list-title{
		width: 100%;
		margin-bottom: 5px;
	}
	.index-news-list-title{
		height: inherit;
		overflow: inherit;
		font-size: 14px;
	}
	.knowledge-title-box{
		position: relative;
	}
	.news-list-box .index-news-list-title{
		width: 100%;
		height: inherit;
	}
	.recruit-page-info{
		text-align: left;
	}
	.footer-box{
		padding-top: 10px;
	}
	.footer-logo-box{
		width: 200px;
	}
	.team-class-list-box{
		margin:0;
	}
	.header-member-info-box{
	    width: 75%;
	    right: 1px;
	}
	.header-member-out-box{
		right: 20px;
	}
	.knowledge-pages-img{
		margin-top: 10px;
	}

	.tadmin-download-list .header-member-info-box{
		width: 300px;
	}
	.tadmin-download-list .m-num{
		width: 238px;
	}
	.tadmin-download-list .m-title{
		width: 220px;
	}
	.tadmin-download-list .m-pic{
		width: 78px;
	}
	.tadmin-download-list .member-details-info-box li:nth-child(n),
	.tadmin-download-list .rwd-member-details-title{
		border: none;
	}
	.tadmin-download-list .m-title .rwd-member-details-title{
		border-right: 1px solid #d1d1d1;
	}
	.tadmin-download-list .member-details-p{
		height: 36px;
        display:         flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
		flex-direction:column;
		border: none;
	}
	.tadmin-download-list .m-title .member-details-p{
		border-right: 1px solid #d1d1d1;
	}

	
	.news-banner-box{
		width: 310px;
		padding: 10px 0;
		height: 310px
	}
}
@media only screen and (max-width: 480px){
	.header-member-info{
		padding: 40px 27px;
	}
	.index-news-list-info-box{
		width: 300px;
	}
}
@media only screen and (max-width: 320px){
	.about-box{
		width: 95%;
	}
}