/*顶部nav*/
.main-nav{
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 97px;
}

.main-nav .index-nav{
	margin-top: 33px;
}

.main-nav .index-nav li {
	padding: 5px 8px;
    font-size: 0
}

.main-nav .index-nav li a{
	color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

.main-nav .index-nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: width .3s cubic-bezier(.82,0,.12,1),background-color .15s linear;
    -moz-transition: width .3s cubic-bezier(.82,0,.12,1),background-color .15s linear;
    -o-transition: width .3s cubic-bezier(.82,0,.12,1),background-color .15s linear;
    transition: width .3s cubic-bezier(.82,0,.12,1),background-color .15s linear
}

.main-nav .index-nav li a.menu-item-active:after {
    width: 100%
}

.main-nav .index-nav li:hover a:after {
    width: 100%
}

.logotit{
	position: absolute;
	z-index: 999;
	top: 184px;    
	width: 100%;
}

.logotit img{
	 display: inline-block;
	 width: 492px;
	 height: 162px;
}

.downloadbox .btn{
	display: inline-block;
	width: 218px;
	height: 60px;
	border-radius: 28px;
	background-color: #43a737;
	text-align: center;
	line-height: 60px;
	color: #fff;
	letter-spacing: 5px;
	font-size: 22px;
	transition: all .2s linear;
	top: 0px;
	position: relative;
}

.downloadbox .btn:hover{
	background-color: #59ba4b;
    box-shadow: 0 10px 10px rgba(0,0,0,0.12);
    top: -2px;
}

.downloadbox{
	position: absolute;
	z-index: 999;
	top: 432px;    
	width: 100%;
}

.btntext{
	color: #b9b9b9;
	font-size: 17px;
	margin-top: 15px;
}

/*banner*/
.banner{
	min-width: 1200px;
	width:100%;
	position: relative; 
	height: 800px;
	overflow: hidden;
}

.banner .hd{
	position: absolute; 
	width: 500px; 
	bottom: 20px;
	left: 50%; margin-left: -250px;
	text-align: center;
	z-index:88;
}	

.banner .hd li{
	width: 50px;
	height: 5px;
	background:#c7c4bc;
	margin: 0 6px;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
}

.banner .hd .on{ 
	background:#43a737;
}

.banner .bd{
	height: 800px;
}

.banner .bd li .mask{
	background-color: rgba(0,0,0,0.4);
}

.banner .bd ul,.banner .bd li,.banner .bd li .mask{
	width: 100% !important;
	height: 800px;
	display: block;
	min-width: 1100px;
	background-size: 100%
}

/*主体*/
.main .allsup{
	height: 480px;
	background-color: #fff;
}

.main .allsup h3{
	font-size: 24px;
	height: 86px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 86px;
}

.main .sao{
	padding-left: 47px;
	padding-top: 54px;
	padding-right: 95px;
	font-size: 14px;
	text-align: center;
}

.main .qrcode{
	width: 135px;
	height: 135px;
	margin-bottom: 10px;
}
.main .qrcode img{
	display: inline-block;
	width: 135px;
	height: 135px;
	background: #000;
}

.main .alltit{
	font-size: 50px;
}
.main .subtit{
	color: #838689;
	font-size: 20px;
}

.main .zhi .alltit{
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.main .zhi .subtit{
	color: #838689;
	text-align: center;
	margin-bottom: 44px;
}

.main .typechoose li .icon{
	font-size: 24px;
	margin-right: 5px;

}

.main .typechoose li a{
	display: inline-block;
	width: 189px;
	height: 59px;
	border: 1px solid #bcbebf;
	border-radius: 5px;
	line-height: 59px;
	text-align: center;
	color: #797c7f;
	font-size: 20px;
	transition: all .2s linear;
	top: 0px;
	position: relative;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.main .typechoose li:hover a{
	border-color: #43a737;
	color: #43a737;
	top: -5px;
}

.main .zhi{
	margin-top: 42px;
}

.main .analysis{
	padding-top: 110px;
 	padding-bottom: 156px;
 	background-color: #f7f7f7;
}

.main .analysis .right{
	padding-top: 100px;
	padding-left: 45px;
	text-align: center;
}

.main .analysis .stunum{
	font-weight: bold;
}

.main .analysis .subtit{
	margin-top: 20px;
}
/*考试*/
.main .exam-list{
 	padding-bottom: 45px;
 	background-color: #fff;
}

.main .exam-list h3{
	font-size: 24px;
	height: 86px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 86px;
}

.main .exam-list .exam-item{
	padding-left: 12px;
	padding-right: 120px;
}

.main .exam-list .level{
	color: #a1a1a1;
	font-size: 13px;
	line-height: 42px;
	height: 42px;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 28px;
}

.main .exam-list .exam{
	color: #030303;
	font-size: 13px;
	flex-wrap: wrap;
	display: flex;
}

.main .exam-list .exam li{
	width:25%;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.main .exam-list .exam li a{
	color: #000;
}

.main .exam-list .exam li a:hover{
	text-decoration:underline;
}

.main .moreitem .moreexam{
	margin-top: 36px;
}

.main .moreexam{
	display: block;
	border: 1px solid #ebebeb;
	width: 88px;
	height: 28px;
	color: #bbbbbb;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	margin:0 auto;
	transition: all .2s linear;
	top: 0px;
	position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12);
}

.main .moreexam:hover{
	border:1px solid #43a737;
	color: #43a737;
	top: -1px;
}

.main  .contentus .sao{
	padding: 0px;
	width: 135px;
}

/*红点*/
.main .redpot{
	width: 5px;
	height: 5px;
	border-radius:50%;
	background-color: #e50f08; 
	position: absolute;
    top: 12px;
    left: -17px;
}

.main .contentus{
	padding-top: 62px;
	padding-bottom: 80px;
	background-color: #f7f7f7;
}

.main .contentus .tit{
	position: relative;
	font-size: 20px;
	margin-bottom: 25px;
}

.main .contentus .flex-left{
	padding-left: 80px;
}

.main .contentus .flex-right .detail{
	color: #a1a1a1;
	font-size: 14px;
}

.main .contentus .flex-right .detail span{
	margin-right: 20px;
}

.main .contentus .flex-right .detail li{
	height: 40px;
	line-height: 40px;
}	


/*底部copyright*/
#footer{
	background-color: #585858;
}

#footer{
   padding: 50px;
}

#footer p{
	text-align: center;
	color: #d4d4d4;
	font-size: 12px;
}

#footer p a{
	text-align: center;
	color: #d4d4d4;
	font-size: 12px;
}

#footer p a:hover{
	text-decoration:underline;
}
	