<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	position: relative;
}
*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #fff;
}
ul,ol,li{
	list-style: none;
}
input{
	border: 0;
	outline: none;
}
img{
	display: block;
}
.rightNav{
	position: fixed;
	width: 160px;
	padding: 10px;
	right: 20px;
	top: 200px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	z-index: 100;
}
.rightNav .normalNav{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: rgba(247, 247, 247, 1);
	margin-bottom: 4px;
	color:#333333;
	cursor: pointer;
	border-radius: 4px;
}
.rightNav .normalNav:hover{
	background:#FF984F;
	color: #fff;
}
.rightNav .toTop{
	height: auto;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
.rightNav .toTop a{
	height: 24px;
	background:url(../img/toTop.png) center top no-repeat;
	background-size: 100% 100%;
	width: 24px;
	display: inline-block;
}
.rightNav .toTop span{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	color:#999999;
	text-align: center;
}

/*header*/
.index-header{
	width: 100%;
	height: 792px;
	background: url(../img/index_bg.png) center center  no-repeat;
	background-size: 100% 100%;
}
.bannerBox{
	width: 1000px;
	height: auto;
	/*position: absolute; left: 0; top: 0; right: 0; bottom: 0;*/
    margin: 0 auto;    /* 有了这个就自动居中了 */
	padding-top: 10px;
}
.userInfoImg{
	width: 915px!important;
	margin: 0 auto;
	margin-top: 60px;
}
.index-nav{
	width: 1200px;
	height: 53px;
	position: relative;
}
.index-banner p{
	/*height:52px;*/
	font-size: 14px;
	color: #fff;
	float: left; 
}
.index-header .leadingConst{
	position: absolute;
	/* width: 600px; */
	line-height: 24px;
	left: 30px;
	top: 26px;
	color: #fff;
	font-size: 14px;
}
.index-nav .leadingInst{
	width: 236px;
	/*position: relative;
    left: -190px;*/
    position: absolute;
    left: 132px;
    /* display: none; */
    top: 12px;
}
/* .leadingInst .logo{
	width: 127px;
    height: 24px;
    display: inline-block;
    background: url(../img/logo.png) no-repeat;
    float: left;
    background-size: 100% 100%;
    margin-top: 13px;
	
} */
.leadingInst span{
	float: left;
	margin-top: 14px;
}
.disLine{
	width: 40px;
	height: 52px;
	float: left;
	background: url(../img/disLine.png) no-repeat center center;
	
}
.userInfo{
	width: 362px;
	height: 52px;
	float: right;
	color: #fff;
	font-size: 16px;
	margin-right: 30px;
}
.userAccount{
	width: 190px;
	float: left;
	padding-left: 16px;
	line-height: 52px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}
.myCase{
	width: 80px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	float: left;
	display: inline-block;
}
.exitAccount{
	width: 48px;
	height: 52px;
	float: right;
/* 	background: url(../img/login.png) no-repeat; */
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	display: inline-block;
}
.loginAccount{
	width: 48px;
	height: 48px;
	float: right;
	/* background: url(../img/login.png) no-repeat; */
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	display: inline-block;
}
.registeAccount{
	width: 48px;
	height: 48px;
	float: right;
	/* background: url(../img/login.png) no-repeat; */
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	margin-left: 20px;
	display: inline-block;
}
.tengxunBtns{
	width: 100px;
	height: 54px;
	float: right;
}
.tengxunBtns .wxBtn{
	background: url(../img/weixin.png) no-repeat left center;
	display: inline-block;
	width: 34px;
	height: 30px;
	background-size: 100% 100%;
	margin-top: 8px;
}
.tengxunBtns .wbBtn{
	background: url(../img/weibo.png) no-repeat center center;
	display: inline-block;
	width: 34px;
	height: 30px;
	background-size: 100% 100%;
	margin-left: 10px;
}
.searchBox{
	height: 50px;
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	border:2px solid #FFFFFF;
	border-radius: 28px;
}
.searchKey{
	width: 100%;
	float: left;
	height: 100%;
	margin-right: 106px;
}
.searchKey input{
	width: 790px;
	height: 100%;
	padding-left: 30px;
	font-size: 20px;
	float: left;
	background-color:transparent;border:0;
}
.searchBtn{
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	background:url(../img/search.png) center center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.submitCase{
	width: 180px;
	height: 50px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 34px;
	background: rgba(255, 152, 79, 1);
	margin-top: 40px;
	color: #FFFFFF;
	cursor: pointer;
}
.reviewRange{
	width: 100%;
	height: 61;
	margin-top: 100px;
}
.reviewRange a{
	display: block;
	float: left;
	margin-right: 16px;
}
.reviewRange img{
	width:184px;
	height: 100%;
}
.oldVersion{
	width: 226px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 56px;
	left: 28px;
	background: url(../img/oldVersion.png) no-repeat;
	font-size: 28px;
}
.newVersion{
	width: 226px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 217px;
	background: url(../img/newVersion.png) no-repeat;
	font-size:28px;
}

/* 项目背景 */
.project_bg{
	width: 1000px;
	margin: 0 auto;
	clear: both;
	padding-top: 120px;
}

.project_bg .step{
	width:168px;
	margin: 0 auto;
}
.project_bg ul li:nth-child(1){
	margin-top:40px;
}
.project_bg ul li{
	color: #595150;
	line-height: 32px;
	margin-bottom: 15px;
}
.project_bg .project_bg_list{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.project_bg .project_bg_list img{
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	margin-right: 50px;
	margin-top: 50px;
}
.project_bg .project_bg_list img:nth-child(3n){
	margin-right: 0px;
}
.project_bg .project_bg_list&gt;div{
	text-align: center;
	clear: both;
	margin: 0 auto;
	width: 650px;
}
.project_bg .project_bg_list&gt;div img:nth-child(2){
	margin-right: 0;
}
/*回顧内容*/
.reviewBg{
	width: 100%;
	height: 666px;
}
.reviewDes{
	font-size: 16px;
	color: #595150;
	width: 1000px;
	margin: 0 auto;
	padding-top: 160px;
	/*height: 316px;
	width: 1000px;
	background: url(../img/review.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 150px 100px 200px 100px;*/
	height: 454px;
}
.reviewDes p{
	margin-bottom: 18px;
	text-indent: 40px;
	font-size: 16px;
	line-height: 24px;
}
/* 大赛进程 */
.process_bg{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}
.process_bg .step{
	width: 166px;
	margin-bottom: 66px;
	margin: 0 auto;
	display: block;
}
.process_bg .process_img{
	width: 100%;
	display: block;
	margin-top: 40px;
}
/*参赛须知*/
.rulesBox{
	width: 100%;
	overflow: hidden;
}
.rulesCont{
	width: 1000px;
	margin:0 auto;
	margin-top: 120px;
}
.rulesCont .step{
	width: 164px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.rulesItem{
	width: 1000px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.rulesItem img{
	width: 65px;
	height: 65px;
	display: inline-block;
}
.rulesItem p{
	width: 895px;
	display: inline-block;
	margin-left: 30px;
	line-height: 26px;
}
.rulesItem p span{
	display: block;
	color: #FF984F;
	font-size: 20px;
	/* line-height: 26px; */
	/* margin-bottom: 14px; */
}
.rulesItem a{
	width: 150px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	float: left;
	text-align: center;
	font-size: 24px;
}
.rulesItem .cutoff{
	line-height: 20px;
	padding: 20px 0;
	padding-left: 24px;
}
.rulesItem .inTickets{
	line-height: 56px;
}
.rulesItem .ticketDes{
	padding-top:0;
}
.lookRules{
	width: 262px;
	height: 62px;
	line-height:62px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	background: rgba(255, 152, 79, 1);
	border-radius: 32px;
	margin: 0 auto;
	margin-top: 50px;
	display: block;
	cursor: pointer;
}
/*大赛进程*/
.gameProgress
{
	width: 100%;
	height: 451px;
	background: url(../img/gameprogress.jpg) no-repeat;
	background-size: 100% 100%;
}
.boxGame
{
	width: 1200px;
	height: auto;
    margin: 0 auto;   
}
.titleGame{	
	width: 100%;
	height: 32px;
	background: url(../img/gametitle.png) no-repeat center top;
}
.schedule{	
	width: 1388px;
	height: 237px;
	background: url(../img/progressBar.png) no-repeat center center;
	margin: 76px auto 0 auto;
}
/*主题*/
.theme
{
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 120px;
}
.theme .step{
	width: 168px;
	margin:0 auto;
	margin-bottom: 40px;
}
.boxtheme
{
	width: 1000px;
	height: auto;
    margin: 0 auto;   
}
.themeList{
	width: 1000px;
	height:  auto;
	margin: 0 auto;
	overflow: hidden;
}

.themeItems{
	width: 100%;
	height: 163px;
	margin-bottom: 30px;
	position: relative;
	
}

.themeItems .themeNum{
	width:55px;
	height: 55px;
	position: absolute;
	display: block;
	left: 5px;
	top: -5px;
	background: rgba(255, 152, 79, 1);
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	font-size: 30px;
}
.leftDis{
	width: 420px;
	padding-top: 40px;
	padding-left: 80px;
}
.leftDis em{
	width: 450px;
	line-height: 40px;
	color: #FF984F;
	display: inline-block;
	font-size: 32px;
	font-style: normal;
	
}
.leftDis span{
	width: 450px;
	line-height: 24px;
	color: #595150;
	display: inline-block;
	font-size: 18px;
	margin-top: 25px;
	
}
/*.rightDis{
	width: 80px;
	float: right;
	height: 204px;
	vertical-align: middle;
	display: inline-block;
}*/
.rightDis{
	width: 246px;
	height: 62px;
    line-height: 62px;
    display: inline-block;
    /* writing-mode: vertical-lr; */
    text-align: center;
    font-size: 24px;
	color: #FFFFFF;
	border-radius: 32px;
	position: absolute;
	right: 88px;
	top: 47px;
}
.rightDis1{
	width: 100%;
	height: 100%;
	background: rgba(204, 204, 204, 1);
	border-radius: 32px;
}
.rightDis2{
	width: 100%;
	height: 100%;
	background: rgba(255, 152, 79, 1);
	border-radius: 32px;
}
.rightDis3{
	width: 100%;
	height: 100%;
	background: rgba(159, 156, 155, 1);
	border-radius: 32px;
}
/*评选标准*/
.evaluationCriteria{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.evaluationCriteria .step{
	width: 166px;
	margin: 0 auto;
	margin-top:120px;
	margin-bottom: 40px;
}
.evaluationCriteria .lookSelectionRule{
	background: rgba(255, 152, 79, 1);
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	border-radius: 32px;
	width: 246px;
	height: 63px;
	line-height: 63px;
	margin: 0 auto;
	margin-top: 40px;
}
.evaluationCriteria .selection_bg{
	width: 996px;
	margin: 0 auto;
}
.evaluation
{
	width: 1200px;
	height: auto;
    margin: 0 auto;   
}
.titleEvaluation{	
	width: 100%;
	height: 34px;
	background: url(../img/pingxuan.png) no-repeat center top;
}
.standard
{
	width: 1200px;
	height: 826px;
	background: url(../img/group.png) no-repeat center -120px;
}
.standardBg{
	width: 400px;
	height: 116px;
	background: red;
	position: absolute;
	left: 10px;
	top: 304px;
	padding-top: 64px;
}
.standardBg p{
	text-align: center;
}
.standardActivity{
	width: 400px;
	height: 180px;
	background: red;
	position: absolute;
	left: 414px;
	top: 520px;
}
.standardEffect{
	width: 400px;
	height: 180px;
	background: red;
	position: absolute;
	left: 790px;
	top: 304px;
}
/* 云课堂 */
.cloud_bg{
	
}

.cloud_bg .step{
	width:208px;
	margin: 0 auto;
	margin-top: 120px;
	display: block;
	
}
.cloud_bg .cloudContent{
	height: 280px;
	width: 1000px;
	margin: 0 auto;
}
/*底部banner*/
.slideBox{
	width: 100%;
	background:url(../img/bottomBanner.jpg) no-repeat;
	height: auto;
	padding-bottom: 120px;
	background-size: 100% 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0!important;
	background:url(../img/swiper_right.png)!important;
	background-repeat: no-repeat!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0!important;
	background:url(../img/swiper_left.png)!important;
	background-repeat: no-repeat!important;
}
.slideBox .step{
	width: 166px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 40px;
}
.slideContent{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	/* padding-top: 144px; */
}
.swiper-slide img{
	width: 650px;
	height: 594px;
}
/*评委团*/
.judgesGroup{
	width: 100%;
	height: auto;
	background: url(../img/judgesGroup.jpg) no-repeat;
	background-size: 100% 100%;
}
.judgesIntro{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.personAbstract-hover{
	width: 320px;
	height: 304px;
	border: 2px solid #02E7DF;
	border-radius: 4px;
	float: left;
	background: #0E0529;
	padding: 42px 20px 20px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-right: 32px;
	margin-bottom: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index:5;
}
.personAbstract{
	/*width: 324px;
	height: 124px;
	border-radius: 4px;
	float: left;
	background: url(../img/groupAbstract.png) no-repeat center center;
	background-size: 300px 306px;
	padding: 42px 20px 20px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-right: 32px;
	margin-bottom: 60px;
	padding-top: 170px;
	position: relative;*/
	width: 364px;
	height: 364px;
	position: relative;
	float: left;
	/*background: url(../img/groupAbstract.png) no-repeat center top;
	background-size: 300px 306px;
	padding-top: 160px;*/
	color: #fff;
	margin-bottom: 30px;
}
.midAbstract{
	margin-left: 52px;
	margin-right: 52px;
}
.personAbstract p{
	width: 226px;
	padding-top: 48px;
	padding-left: 50px;
}
.personAbstract p span{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 18px;
	
}
.personAbstract p .professorName{
	font-size: 30px;
}
.personAbstract p img{
	position: absolute;
	left:96px;top:22px;
	width: 170px;
	height: 180px; 
	border-radius:50%
}
.titleJudges{
	width: 100%;
	height: 34px;
	background: url(../img/judgeGroup.png) no-repeat center top;
	margin-bottom:60px;
}
.loadMore{
	width: 248px;
	height: 94px;
	display: inline-block;
	background: url(../img/loadMore.png) no-repeat;
	margin-left: 478px;
	line-height: 94px;
	text-align: center;
	font-size:30px;
	margin-bottom: 126px;
}
/*现场照片集*/
.photoBox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.photnCollec{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.photnCollec .step{
	width: 208px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 40px;
}
.phontList{
/* 	padding-top: 54px;
	padding-bottom: 96px; */
	overflow: hidden;
	
}

.phontItem{
	width: 488px;
	height: 280px;
	float: left;
	background: #221154;
	margin-bottom: 30px;
	position: relative;
}
.videoCollec .step{
	width: 166px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 42px;
}
.testLayer {
    position: absolute;
    height: 60px;
    width: 560px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
}
.marinLeft{
	margin-right: 24px;
}
.titleVideo{
	width: 100%;
	height: 34px;
	background: url(../img/vidioTitle.png) no-repeat center top;
}
.themeLayer{
	position: absolute;
	left: 10px;
	bottom: 0;
	
	height: 60px;
	width: 560px;
}
.theme-group1{
	background: url(../img/theme-group1.png) no-repeat;
}
.theme-group2{
	background: url(../img/theme-group2.png) no-repeat;
}
.theme-group3{
	background: url(../img/theme-group3.png) no-repeat;
}
.theme-group4{
	background: url(../img/theme-group4.png) no-repeat;
}
.theme-group5{
	background: url(../img/theme-group5.png) no-repeat;
}
.theme-group6{
	background: url(../img/theme-group6.png) no-repeat;
}
.theme-group7{
	background: url(../img/theme-group7.png) no-repeat;
}
.theme-group8{
	background: url(../img/theme-group8.png) no-repeat;
}

.testLayer{
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0px;
	bottom: 0;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	background: rgba(0, 0, 0, 0.2);
}
.invoingTickets{
        width: 200px;
        height: auto;
       	position: absolute;
    	right: 0;
    	top: 12px;
      }
      .ticketStart{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticketStart.png) no-repeat;
      }
      .ticketBeing{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticketBeing.png) no-repeat;
      }
      .ticketEnd{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticektEnd.png) no-repeat;
      }
      
  	.new_search .searchBtn{
	    background: url(../img/n_search.png) center center no-repeat;
        margin-right: 5px;
    }
     .new_header {
	    height: 600px;
  	}
    .new_header .bannerBox{
    	width: 1200px;
    }
    .new_text{
	    float: left;
	    margin-left: 20px;
	    margin-top: 13px;
    }
    .new_text span{
    	color: #fff;
		font-size: 16px;
    }
    .new_text img{
        width: 155px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-top: -4px;
	    margin-left: 10px;
    }
    .new_search_wrap{
    	width: 100%;
    	background: #eeeeee;
    }
    .new_search{
    	width: 1200px;
		margin: auto;
	    padding: 15px 0;
    }
    .new_search&gt;img{
	    width: 150px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-top: -44px;
	    margin-left: 80px;
    }
    .new_search .searchKey input{
	    width: 730px;
        color: #bababa;
    }
    .new_search .searchKey input::-webkit-input-placeholder {
    	color: #bababa;
    }
    ,.new_search .searchKey input::-moz-placeholder{
    	color: #bababa;
    }
    .new_search .searchKey input:-ms-input-placeholder{
    	color: #bababa;
    }
    .new_search .searchKey{
    	margin-right: 0;
    
    }
    .new_search .searchBox{
	    width: 855px;
	    display: inline-block;
	    margin-top: 0;
	    border-radius: 0;
	    border: 1px solid #c0c0c0;
    	margin-left: 20px;
    	background: white;
    }
  	.searchBtn1{
	    font-size: 18px;
	    color: #222222;
	    float: right;
	    margin-top: 13px;
	    margin-right: 15px;
  	}
  	.new_sub_wrap{
  		text-align: center;
  		margin-top: 35px;
  	}
  	.new_sub_wrap img{
  		width: 410px;
  		display: inline-block;
  		cursor: pointer;
  	}
  	.new_sub_wrap img:nth-child(1){
  		margin-right: 30px;
  	}
  	.new_sub_wrap img:nth-child(2){
  		margin-left: 30px;
  	}
  	.new_wrap{
  		width: 1200px;
  		margin: auto;
  	}
  	.new_wrap .project_bg{
  		padding-top: 0;
  	}
  	.new_wrap&gt;div{
  		width: 100%;
	    padding-top: 0;
  	}
  	.new_title_wrap{
  		margin-top: 20px;
	    border-bottom: 1px solid #eeeeee;
  	}
  	.new_wrap .project_bg ul li{
  		text-align: justify;
  	}
  	.new_wrap .project_bg ul li:nth-child(1),.new_wrap .project_bg ul li:nth-child(2){
  		text-indent: 2em;
  	}
  	.new_tit1,.z_title{
  		color: #FF7A3F;
  	}
  	.z_title{
  		margin-top: 30px;
		margin-bottom: 30px;
  	}
  	.z_ul{
  		
  	}
  	.z_ul li {
  		width: 33.3%;
  		text-align: left;
  		font-size: 14px;
  		float: left;
  		margin-bottom: 10px;
  	}
  	.z_ul li span{
  		font-size: 16px;
	    margin-right: 10px;
        font-weight: bold;
  	}
  	.new_wrap .clear,.ne_review_wrap .clear{
  		height: inherit;
  		clear: inherit;
  		overflow: inherit;
  	}
  	.new_wrap .step{
	    width: 166px;
	    margin: 0 auto;
	    display: block;
  	}
  	.clear:after{
  		clear:both;
  		content:"";
  		display: block;
  		height: 0;
  		visibility: hidden;
  	}
	.clear1:after{
  		clear:both;
  		content:"";
  		display: block;
  		height: 0;
  		visibility: hidden;
  	}
  	.z_wrap1{
  		
  	}
  	.z_wrap1&gt;div{
  		
  	}
  	.z_wrap1&gt;div&gt;span{
	    width: 4.5%;
	    color: #FF7A3F;
	    display: inline-block;
	    text-align: right;
        vertical-align: top;
  	}
  	.z_wrap1&gt;div&gt;ul{
        width: 94%;
		margin-left: 0.5%;
  		display: inline-block;
  	}
  	.z_wrap1&gt;div&gt;ul li{
  		width: 50%;
  		text-align: left;
  		font-size: 14px;
  		float: left;
  		margin-bottom: 10px;
  	}
  	.z_wrap1&gt;div&gt;ul li:nth-child(2n+1){
  		width: 43%;
  	}
  	.z_wrap1&gt;div&gt;ul li:nth-child(2n){
  		width: 56%;
  	}
	.z_wrap1&gt;div&gt;ul li span{
  		font-size: 16px;
	    margin-right: 10px;
        font-weight: bold;
  	}
  	.award_wrap{
		
	}
	.awa_title{
		width: 380px;
		margin: 20px auto;
	}
	.awa_ul{
		margin-left: 7px;
	}
	.new_wrap .awa_ul li{
	    width: 380px;
	    height: 130px;
	    float: left;
	    margin-right: 20px;
	    margin-bottom: 20px;
	    border: 1px solid #eeeeee;
	    border-radius: 10px;
	}
	.awa_ul li:nth-child(3n){
		margin-right: 0;
	}
	.awa_left{
		width: 30%;
		height: 100%;
		float: left;
		position: relative;
	}
	.awa_left span{
	    width: 57px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    color: #ff984e;
	    font-size: 28px;
	    font-weight: bold;
	    text-align: center;
	}

	.awa_left img{
		width: 80%;
	    margin-left: 10%;
	    margin-top: 15px;
	}
	.awa_right{
	    width: 60%;
	    margin-left: 5%;
	    height: 100%;
	    float: left;
	    color: gray;
	    position: relative;
	}
	.awa_right span{
		font-weight: bold;
	    display: inline-block;
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.awa_ul2{
	    width: 800px;
		margin: auto;
	}
	.awa_title:nth-child(3){
		margin-top: 0;
	}
	.awa_ul2 li:nth-last-child(1) {
		margin-right: 0;
	}
	.wd_img{
		width: 90%;
		margin-left: 5%;
		margin-top: 40px;
	}
	.et_img{
		width: 90%;
		margin-left;5%;
		margin-top: 10px;
	}
	.notes ul{
		margin-top: 35px;
	    margin-left: 25px;
	}
	.notes ul li{
		margin-bottom: 15px;
	}
	.notes ul li&gt;a{
		color: #ffae7e;
	}
	.notes ul li&gt;div{
		font-size: 14px;
	}
	.notes ul li&gt;div p{
		margin-top: 15px;
		color: #b6b6b6;
	}
	.notes ul li&gt;div p span{
		color: #ffae7e;
	}
	.consul ul li{
		width: 200px;
		height: 230px;
		border-radius: 10px;
		border: 1px solid #eeeeee;
		margin-right: 40px;
		text-align: center;
		float: left;
	}
	.consul ul li:nth-last-child(1){
		margin-right: 0;
	}
	.consul ul li&gt;div{
		width: 92%;
		margin-left: 4%;
		padding-top: 20px;
	}
	.cu_top{
		width: 100%;
	    min-height: 52px;
	}
	.cu_top p{
		width: 100%;
		text-align: center;
	    color: #ffae7e;
	    margin-bottom: 10px;
	}
	.cu_center{
	    margin-bottom: 10px;
		margin-top: 10px;
		position: relative;
		font-size: 14px;
		color: #c0c0c0;
		text-align: center;
	}
	.cu_center div{
		width: 63px;
		height: 1px;
		background: #eeeeee;
	    position: absolute;
		top: 9px;
		
	}
	.cu_center div:nth-child(1){
		left: 0;
	}
	.cu_center div:nth-last-child(1){
		right: 0;
	}
	.cu_name{
		font-size: 30px;
	}
	.cu_bottom{
		
	}
	.cu_bottom p{
		margin-top: 10px;
	}
	.consul ul{
		margin-top: 25px;
	    margin-left: 17px;
	    margin-bottom: 20px;
	}
	.ne_review_wrap{
		width: 100%;
		/*height: 235px;*/
		background: #eeeeee;
	}
	.ne_review_wrap&gt;div{
		width: 1200px;
		margin: auto;
	}
	.ne_review_wrap&gt;div&gt;span{
	    vertical-align: top;
	    margin-top: 100px;
	    display: inline-block;
        margin-left: 80px;
	}
	.ne_review_wrap ul{
		display: inline-block;
	    margin-top: 20px;
	}
	.ne_review_wrap ul li{
		width: 170px;
		height: 215px;
		float: left;
		margin-left: 100px;
	}
	.ne_review_wrap ul li img{
		width: 100%;
	}
	.ne_review_wrap ul li p{
		font-size: 15px;
		text-align: center;
		margin-top: 15px;
	}
.fixed-bottom {position: fixed;bottom: 0;width:100%;}
.new_header .userInfoImg{
	margin-top: 15px;
}
.his_title{
    text-align: center;
    padding-top: 25px;
    font-size: 24px;
}
.ne_review_wrap .his_ul{
	width: 100%;
    padding-bottom: 25px;
}
.ne_review_wrap .his_ul li{
	width: 28%;
	height: inherit;
	margin-right: 8%;
	margin-left: 0;
}
.ne_review_wrap .his_ul li:nth-last-child(1){
	margin-right: 0;
}
.his_left,.his_right{
	float: left;
}
.his_left{
	width: 35%;
}
.his_right{
	width: 65%;
}
.his_left img{
	width: 100%;
	
}
.his_left p{
	font-size: 16px;
	text-align: center;
    line-height: 8px;
}
.ne_review_wrap .his_right img{
	display: block;
	width: 75%;
	margin: auto;
}
.his_right p{
	font-size: 16px;
    line-height: 10px;
}
.his_right p:nth-child(2){
    margin-top: 15px;
}
</pre></body></html>