@charset "utf-8";
/* 考试流程-链接 */
.examBox{width: 1200px; height: 244px; margin: 0 auto; overflow: hidden; background: url(images/indeExamBg.jpg) center top no-repeat;}
.examBox .hd{padding:30px 0 18px; height: 62px; overflow: hidden; text-align: center; color: #555;}
.examBox .hd h3{font-size: 30px; line-height: 36px;}
.examBox .hd p{font-size: 12px; font-family: Arial; line-height: 26px;}
.examBox .bd{overflow: hidden;}
.examLinksList{overflow: hidden;}
.examLinksList li{width: 110px; height: 110px; float: left; overflow: hidden; margin: 0 42px; *display: inline;}
.examLinksList li a{position: relative; z-index: 1; display: block;  height: 32px; line-height: 32px; padding: 60px 0 18px; font-size: 14px; font-weight: bold; color: white; text-align: center; background: url(images/indeExamLiBg.png) center top no-repeat;}
.examLinksList li.li2 a{background-position: center -110px;}
.examLinksList li.li3 a{background-position: center -220px;}
.examLinksList li.li4 a{background-position: center -330px;}
.examLinksList li.li5 a{background-position: center -440px;}
.examLinksList li.li6 a{background-position: center -550px;}

.examLinksList li a i{position: absolute; z-index: 1; left: 0; top: 24px; display: block; width: 100%; height: 35px; line-height: 35px; background: url(images/indExamLinksIcon.png) center top no-repeat;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all  1s;
-o-transition:all 1s;
transition:all 1s;
}
.examLinksList li a:hover i{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.examLinksList li.li2 a i{background-position: center -35px;}
.examLinksList li.li3 a i{background-position: center -70px;}
.examLinksList li.li4 a i{background-position: center -105px;}
.examLinksList li.li5 a i{background-position: center -140px;}
.examLinksList li.li6 a i{background-position: center -175px;}

/* 考试通道连接 */
.kstdLinks{width: 120px; float: left; margin-top: -10px; overflow: hidden;}
.kstdLinks li{overflow: hidden; margin-top: 10px;}
.kstdLinks li a{position: relative; z-index: 1; display: block; height: 32px; line-height: 32px; text-align: center; padding: 36px 0 0; font-size: 14px; color: #666; border: 1px solid #d2e8f5; background-color: #eff9ff;}
.kstdLinks li a i{position: absolute; z-index: 1; left: 0; top: 10px; display: block; width: 100%; height: 30px; line-height: 30px; background: url(images/kstdLinksIcon.png) center top no-repeat;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all  1s;
-o-transition:all 1s;
transition:all 1s;
}

.kstdLinks li a:hover i{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
/* .kstdLinks li.li2 a i{background-position: center -30px;}
.kstdLinks li.li3 a i{background-position: center -60px;}
.kstdLinks li.li4 a i{background-position: center -90px;} */

.kstdLinks li.li1 a i{background-position: center -60px;}
.kstdLinks li.li2 a i{background-position: center -30px;}
.kstdLinks li.li3 a i{background-position: center -90px;}
.kstdLinks li.li4 a i{background-position: center top;}


/* 最新动态 */
.newsTab{width: 568px; float: left; padding: 0 19px; margin-left: 10px; overflow: hidden; border: 1px solid #ededed;}
.newsTab .hd{position: relative; z-index: 1; height: 52px; padding-top: 2px; line-height: 52px; border-bottom: 2px solid #ededed;}
.newsTab .hd .more{float: right; font-size: 14px; color: #666;}
.newsTab .hd li{width: auto; float: left; height: 52px; line-height: 52px; font-size: 18px; padding: 0 10px; margin-right: 12px;}
.newsTab .hd li.on{margin-bottom: -2px; position: relative; z-index: 1; font-weight: bold; border-bottom: 2px solid #0073bd;}
.newsTab .hd li.on a{color: #0073bd;}
.newsTab .bd{overflow: hidden; padding: 14px 0 10px; height: 228px;}
.newsTab .infoList li{height: 38px; line-height: 38px; font-size: 16px; overflow: hidden;}
.newsTab .infoList li a{background-position: 2px 10px;}
.newsTab .infoList li a:hover{background-position: 2px -10px;}

/* 焦点图 */
.focusBox{float: right;}

/* 循环框 */
.loop{overflow: hidden; margin-top: 10px; padding: 12px 0 15px; border: 1px solid #ededed;}
.loop .box{width: 350px; float: left; margin: 0 20px 0 15px;}
.loop .box .bd{height: 280px;}

/* 考试链接列表 */
.examLinkList{overflow: hidden; margin: 10px -18px 0 0;}
.examLinkList li{width: 276px; float: left; margin-right: 18px;}
.examLinkList li img{display: block; width: 276px; height: 100px;}

/* 友情链接 */
.friendBox{overflow: hidden; margin-top: 10px;}
.friendBox .hd{height: 33px; line-height: 33px; border-top: 1px solid #ededed; text-align: center; font-size: 14px; color: white;}
.friendBox .hd h3{padding-top: 1px; padding-right: 14px; margin-top: -1px; height: 33px; line-height: 33px; background: url(images/friendBoxHd.png) center top no-repeat;}
.friendBox .bd{}

.picLinksList{overflow: hidden; margin-right: -5px; padding-bottom: 20px; border-bottom: 1px solid #ededed;}
.picLinksList li{width: 228px; height: 51px; overflow: hidden; float: left; margin-right: 5px;}
.picLinksList li img{width: 228px; height: 51px;}

.addressList{overflow: hidden; margin:5px -20px 0 0;}
.addressList li{width: auto; float: left; margin:12px 20px 0 0;}
.addressList li a{width: auto; float: left; height: 28px; line-height: 28px; padding: 0 9px; color: #666;}
.addressList li a.on,
.addressList li a:hover{background-color: #ca1c1d; color:white;}

.selectList{overflow: hidden; margin: 10px -10px 0 0;}
.selectList select{width: 223px; height: 45px; float: left; margin-right: 10px; border: 1px solid #ededed;}


