/** 清除内外边距 **/
body,html, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/*reset*/
*{font-family:'Microsoft YaHei'}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0}
input,button,select,textarea{outline:none;background:none;}li{list-style:none}img{border:none}textarea{resize:none}
body{color:#666;background:#fff;word-break:break-all;word-wrap:break-word;text-align:center}
a{color:#666;outline:none;text-decoration:none;}
html{min-width:1200px;}

.fix{clear:both;}

.warp{width:1350px;height:138px;background:#BDBBBB;margin:0px auto;}
.box{width:960px;height:80px;margin:0px auto;}
.box img{margin-top:10px;float:left;}
.box .tit{margin-left:40px;}
.nav ul li{display:inline-block;float:left;padding:12px 22px;color:#fff;margin-top:12px;}
.nav ul li:hover{background:#f77929;border-top-left-radius:10px;border-top-right-radius:10px;}
.banner img{margin-top:10px;cursor:pointer;}


/*专家评审*/
.zj{width:1000px;margin:0px auto;margin-top:10px;margin-bottom:20px;}
.zjlt{width:710px;display:inline-block;float:left;height:auto;overflow:hidden;border:1px solid #ccc;border-radius:4px;}
.zjrt{width:280px;display:inline-block;float:right;}
.zj-tit{height:36px;background:#f9f9f9;line-height:36px;text-align:left;float:left;display:inline-block;padding-left:20px;border:1px solid #ccc;border-radius:4px;width:708px;}
.item{width:119px;height:220px;text-align:center;display:inline-block;float:left;padding:4px 24px;}
.item img{cursor:pointer;}
.item .txt{font-size:12px;margin-top:4px;}
.panel{width:280px;border:1px solid #ccc;height:auto;overflow:hidden;border-radius:4px;}
.panel h4{background:#eee;padding-top:8px;padding-bottom:8px;text-align:left;padding-left:10px;}
.panel p{font-size:13px;padding:8px;text-align:left;}
.panelA{margin-top:20px;}
.panelA img{padding:16px 0px;cursor:pointer;}


/*分页*/
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

/*合作企业*/
.hezuo{width:1000px;border:1px solid #ccc;height:auto;overflow:hidden;margin:20px auto;border-radius:4px;}
.hezuo img{cursor:pointer;}
.in-bot img{cursor:pointer;}
.more{color:#276398;}
.more:hover{color:#0f3c64;}


/*页脚*/
.footer{width:1350px;height:200px;background:#333;margin:0px auto;border-top:4px solid #f77929;margin-top:10px;}
.fot-cont{width:960px;margin:0px auto;}
.fot-logo{display:inline-block;float:left;margin-top:30px;margin-left:20px;}
.fot-txt{display:inline-block;float:left;margin-top:30px;color:#c3c3c3;text-align:left;margin-left:80px;}
.fot-txt h5{padding:10px 0px;}
.fot-txt p{font-size:12px;}
.copy{margin-top:10px;font-size:14px;}
.code{display:inline-block;float:right;margin-right:20px;}
.code img{margin-top:60px;cursor:pointer;}
