@media screen and (max-width: 600px) {
	.institute_whyusarea{margin-top:20px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
	.institute_whyusarea{margin-top:40px;}
}
@media screen and (min-width: 1100px){
	.institute_whyusarea{margin-top:66px;}
}
.institute_whyusarea{position:relative;z-index:2;float:left;width:100%;}

@media screen and (max-width: 600px) {
	.institute_huizhangarea{margin-top:20px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
	.institute_huizhangarea{margin-top:25px;}
}
@media screen and (min-width: 1100px){
	.institute_huizhangarea{margin-top:25px;}
}
.institute_huizhangarea{position:relative;z-index:2;float:left;width:100%;}



@media screen and (max-width: 600px) {
    .aboutus_whyusarea .boxtitle{font-size: 30px;line-height:45px;}
    .aboutus_whyusarea .boxcontent{width:100%;font-size:16px;line-height:24px;}
	.aboutus_whyusarea .boxcontent .collapse-content{font-size:16px;line-height:24px;max-height:168px;}
    .aboutus_whyusarea .boxpicture{width:100%;margin-top:15px;}
	
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .aboutus_whyusarea .boxtitle{font-size: 40px;line-height:60px;}
    .aboutus_whyusarea .boxcontent{width:50%;font-size:16px;line-height:24px;}
	.aboutus_whyusarea .boxcontent .collapse-content{font-size:16px;line-height:24px;max-height:168px;}
	.aboutus_whyusarea .boxpicture{width:50%;margin-top:15px;}
	
}
@media screen and (min-width: 1100px){
    .aboutus_whyusarea .boxtitle{font-size: 40px;line-height:60px;}
    .aboutus_whyusarea .boxcontent{width:calc(100% - 595px - 50px);font-size:22px;line-height:30px;}
	.aboutus_whyusarea .boxcontent .collapse-content{font-size:22px;line-height:30px;max-height:210px;}
	.aboutus_whyusarea .boxpicture{width:595px;margin-top:15px;margin-left:50px;}
	
}
.aboutus_whyusarea{float:left;width:100%;}
.aboutus_whyusarea .boxtitle{float:left;width:100%;font-weight:bold;color:#3D3D3D;font-family:'AbhayaLibre-ExtraBold';}
.aboutus_whyusarea .boxcontent{float:left;}
.aboutus_whyusarea .boxcontent .collapse-content{float:left;width:100%;transition: max-height 0.3s ease;overflow:hidden;}
.aboutus_whyusarea .boxcontent .collapse-content.expanded{max-height: 1600px;/* 展开时足够大，显示全部内容 */}
.aboutus_whyusarea .boxpicture{float:left;}





@media screen and (max-width: 600px) {
    .pageinnermenuarea .innercontent{padding:20px 0px;}
    .pageinnermenuarea .menulist:first-child{border-left:0px solid #303C86;}
    .pageinnermenuarea .menulist:nth-child(1){width:calc(50% - 0px);}
    .pageinnermenuarea .menulist:nth-child(2){width:calc(50% - 0px);}
    .pageinnermenuarea .menulist:nth-child(3){width:calc(50% - 0px);border-left:0px solid #303C86;margin-top:20px;}
    .pageinnermenuarea .menulist:nth-child(4){width:calc(50% - 0px);margin-top:20px;}
	
    .pageinnermenuarea .subnum{font-size: 36px;line-height:36px;}
    .pageinnermenuarea .subdanwei{font-size:16px;line-height:20px;margin-top:16px;}
    .pageinnermenuarea .subname{font-size:14px;margin-top:10px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .pageinnermenuarea .innercontent{padding:40px 0px;}
    .pageinnermenuarea .menulist:first-child{border-left:0px solid #303C86;}
    .pageinnermenuarea .menulist:nth-child(1){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(2){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(3){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(4){width:calc(25% - 0px);}
	
    .pageinnermenuarea .subnum{font-size: 50px;line-height:50px;}
    .pageinnermenuarea .subdanwei{font-size:16px;line-height:20px;margin-top:30px;}
    .pageinnermenuarea .subname{font-size:16px;margin-top:10px;}
}
@media screen and (min-width: 1100px){
    .pageinnermenuarea .innercontent{padding:50px 0px;}
    .pageinnermenuarea .menulist:first-child{border-left:0px solid #303C86;}
    .pageinnermenuarea .menulist:nth-child(1){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(2){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(3){width:calc(25% - 0px);}
    .pageinnermenuarea .menulist:nth-child(4){width:calc(25% - 0px);}
	
    .pageinnermenuarea .subnum{font-size: 50px;line-height:50px;}
    .pageinnermenuarea .subdanwei{font-size:16px;line-height:20px;margin-top:30px;}
    .pageinnermenuarea .subname{font-size:17px;margin-top:10px;}
}
.pageinnermenuarea{float:left;width:100%;background: linear-gradient(90deg, #154481 0%, #326AB3 100%);margin-top:50px;}
.pageinnermenuarea .innercontent{float:left;width:100%;text-align:center;}
.pageinnermenuarea .menulist{float:left;border-left:0px solid #303C86;padding:0px 0px;cursor:pointer;}
.pageinnermenuarea .menulist:first-child{border-left:0px solid #303C86;}
.pageinnermenuarea .subnum{float:left;width:100%;text-align:center;font-weight:bold;color:white;font-family:'MiSans-Bold';display: flex;flex-direction: row;justify-content: center;align-items: center;}
.pageinnermenuarea .subdanwei{float:left;font-family:'MiSans-Regular';}
.pageinnermenuarea .subname{float:left;width:100%;text-align:center;color:white;}

@media screen and (max-width: 600px) {
    .aboutus_huizhangarea .boxcontent{width:100%;font-size:18px;line-height:25px;margin-top:15px;}
	
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .aboutus_huizhangarea .boxcontent{width:100%;font-size:18px;line-height:25px;margin-top:15px;}
	
}
@media screen and (min-width: 1100px){
    .aboutus_huizhangarea .boxcontent{width:100%;font-size:18px;line-height:25px;margin-top:15px;}
}
.aboutus_huizhangarea{float:left;width:100%;}
.aboutus_huizhangarea .boxcontent{float:left;}
.aboutus_huizhangarea .boxpicture{float:left;}
.aboutus_huizhangarea .boxpicture .avatarpicshow{float:left;width:100%;height:0px;padding-bottom:66.7%;background:url(images/president_liu_1000.jpg) center center / cover no-repeat;}




@media screen and (max-width: 600px) {
    .aboutus_cedunityarea .boxcontent{width:100%;font-size:18px;line-height:25px;margin-top:15px;}
	.aboutus_cedunityarea .boxcontent .boldtitle{font-size:32px;line-height:38px;}
	.aboutus_cedunityarea .boxpicture{width:100%;margin-top:15px;}
	
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .aboutus_cedunityarea .boxcontent{width:calc(50% - 30px);padding-right:30px;font-size:18px;line-height:25px;margin-top:15px;}
	.aboutus_cedunityarea .boxcontent .boldtitle{font-size:42px;line-height:58px;}
	.aboutus_cedunityarea .boxpicture{width:50%;margin-top:15px;}
	
}
@media screen and (min-width: 1100px){
    .aboutus_cedunityarea .boxcontent{width:calc(50% - 30px);padding-right:30px;font-size:18px;line-height:25px;margin-top:15px;}
	.aboutus_cedunityarea .boxcontent .boldtitle{font-size:42px;line-height:58px;}
	.aboutus_cedunityarea .boxpicture{width:50%;margin-top:15px;}
	
}
.aboutus_cedunityarea{float:left;width:100%;}
.aboutus_cedunityarea .boxcontent{float:left;color:white;}
.aboutus_cedunityarea .boxcontent .boldtitle{font-weight:bold;}
.aboutus_cedunityarea .boxpicture{float:left;}
.aboutus_cedunityarea .boxpicture .avatarpicshow{float:left;width:100%;height:0px;padding-bottom:75%;background:url(images/laihuazhan_1000.jpg) center center / cover no-repeat;}


@media screen and (max-width: 600px) {
    .pagesecondnumarea .menulist:first-child{border-left:0px solid #303C86;}
    .pagesecondnumarea .menulist:nth-child(1){width:calc(50% - 1px);}
    .pagesecondnumarea .menulist:nth-child(2){width:calc(50% - 1px);}
    .pagesecondnumarea .menulist:nth-child(3){width:calc(50% - 1px);border-left:0px solid #303C86;margin-top:20px;}
    .pagesecondnumarea .menulist:nth-child(4){width:calc(50% - 1px);margin-top:20px;}
	
    .pagesecondnumarea .subnum{font-size: 36px;}
    .pagesecondnumarea .subname{font-size:15px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .pagesecondnumarea .menulist:first-child{border-left:0px solid #303C86;}
    .pagesecondnumarea .menulist:nth-child(1){width:calc(20% - 1px);}
    .pagesecondnumarea .menulist:nth-child(2){width:calc(20% - 1px);}
    .pagesecondnumarea .menulist:nth-child(3){width:calc(30% - 1px);}
    .pagesecondnumarea .menulist:nth-child(4){width:calc(30% - 1px);}
	
    .pagesecondnumarea .subnum{font-size: 50px;}
    .pagesecondnumarea .subname{font-size:18px;}
}
@media screen and (min-width: 1100px){
    .pagesecondnumarea .menulist:first-child{border-left:0px solid #303C86;}
    .pagesecondnumarea .menulist:nth-child(1){width:calc(20% - 1px);}
    .pagesecondnumarea .menulist:nth-child(2){width:calc(20% - 1px);}
    .pagesecondnumarea .menulist:nth-child(3){width:calc(30% - 1px);}
    .pagesecondnumarea .menulist:nth-child(4){width:calc(30% - 1px);}
	
    .pagesecondnumarea .subnum{font-size: 50px;}
    .pagesecondnumarea .subname{font-size:18px;}
}
.pagesecondnumarea{float:left;width:100%;margin-top:20px;padding:30px 0px;text-align:center;color:white;}
.pagesecondnumarea .menulist{float:left;border-left:1px solid #FFFFFF;padding:0px 0px;cursor:pointer;}

.pagesecondnumarea .subnum{float:left;width:100%;text-align:center;font-weight:bold;}
.pagesecondnumarea .subname{float:left;width:100%;text-align:center;}



@media screen and (max-width: 600px) {
	.zjut_aboutussection{margin-top:20px;padding-top:50px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
	.zjut_aboutussection{margin-top:40px;padding-top:50px;}
}
@media screen and (min-width: 1100px){
	.zjut_aboutussection{margin-top:66px;padding-top:50px;}
}
.zjut_aboutussection{position:relative;z-index:2;float:left;width:100%;background-color:#F4F8FF;}

@media screen and (max-width: 600px) {
    .aboutus_zjutarea .boxtitle{font-size: 30px;line-height:45px;margin-bottom:15px;}
    .aboutus_zjutarea .boxcontent{width:100%;font-size:16px;line-height:24px;margin-top:15px;}
	.aboutus_zjutarea .boxpicture{width:100%;margin-top:15px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .aboutus_zjutarea .boxtitle{font-size: 40px;line-height:60px;margin-bottom:15px;}
    .aboutus_zjutarea .boxcontent{width:50%;font-size:16px;line-height:24px;}
	.aboutus_zjutarea .boxpicture{width:50%;margin-top:15px;}
	
}
@media screen and (min-width: 1100px){
    .aboutus_zjutarea .boxtitle{font-size: 40px;line-height:60px;margin-bottom:25px;}
    .aboutus_zjutarea .boxcontent{width:calc(100% - 595px - 50px);font-size:22px;line-height:30px;}
	.aboutus_zjutarea .boxpicture{width:595px;margin-top:15px;margin-left:50px;}
	
}
.aboutus_zjutarea{float:left;width:100%;}
.aboutus_zjutarea .boxtitle{float:left;width:100%;font-weight:bold;color:#3D3D3D;}
.aboutus_zjutarea .boxcontent{float:left;}
.aboutus_zjutarea .boxpicture{float:right;}



@media screen and (max-width: 600px) {
	.exeter_aboutussection{padding-top:0px;padding-bottom:50px;}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
	.exeter_aboutussection{padding-top:50px;padding-bottom:50px;}
}
@media screen and (min-width: 1100px){
	.exeter_aboutussection{padding-top:50px;padding-bottom:50px;}
}
.exeter_aboutussection{position:relative;z-index:2;float:left;width:100%;background-color:#F4F8FF;}

@media screen and (max-width: 600px) {
    .aboutus_exeterarea{margin-bottom:30px;}
    .aboutus_exeterarea .boxtitle{font-size: 30px;line-height:45px;margin-bottom:15px;}
    .aboutus_exeterarea .boxcontent{width:100%;font-size:16px;line-height:24px;margin-top:15px;}
	.aboutus_exeterarea .boxpicture{width:100%;}
	
}
@media screen and (min-width: 600px) and (max-width: 1100px){
    .aboutus_exeterarea{margin-bottom:30px;}
    .aboutus_exeterarea .boxtitle{font-size: 40px;line-height:60px;margin-bottom:15px;}
    .aboutus_exeterarea .boxcontent{width:50%;font-size:16px;line-height:24px;}
	.aboutus_exeterarea .boxpicture{width:50%;}
	
}
@media screen and (min-width: 1100px){
    .aboutus_exeterarea{margin-bottom:60px;}
    .aboutus_exeterarea .boxtitle{font-size: 40px;line-height:60px;margin-bottom:25px;}
    .aboutus_exeterarea .boxcontent{width:calc(100% - 595px - 50px);margin-left:50px;font-size:22px;line-height:30px;}
	.aboutus_exeterarea .boxpicture{width:595px;}
	
}
.aboutus_exeterarea{float:left;width:100%;}
.aboutus_exeterarea .boxtitle{float:left;width:100%;font-weight:bold;color:#3D3D3D;}
.aboutus_exeterarea .boxcontent{float:left;}
.aboutus_exeterarea .boxpicture{float:left;}

