﻿@charset "utf-8";
/* CSS Document */
/*图片列表*/
.mould-imgList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mould-imgList-item
{
	float: left;
	margin: 10px 10px 10px 9px;
	font-size: 12px;
	width: 232px;
	_margin: 10px 9px 10px 9px;
}
.mould-imgList-item .img
{
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	padding: 10px;
	height: 140px;
	width: 210px;
	height: 140px;
}
.mould-imgList-item a
{
	display: block;
	text-decoration: none;
	color: #333;
}
.mould-imgList-item h3
{
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.mould-imgList-item a:hover .img
{
	border: 1px solid #81c8ff;
	-moz-box-shadow: 0 0 5px #389deb;
	-o-box-shadow: 0 0 5px #389deb;
	-webkit-box-shadow: 0 0 5px #389deb;
	box-shadow: 0 0 5px #389deb;
}
.mould-imgList-item a:hover
{
	color: #36F
}
/*文章*/

.mould-article-hd h1, .mould-ppt-hd h1, .mould-video-hd h1
{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #000;
}
.mould-article-hd, .mould-ppt-hd, .mould-video-hd
{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.mould-article-hd p, .mould-ppt-hd p, .mould-video-hd p
{
	background: #f9f9f9;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #999;
	margin: 0 0 15px 0;
}
.mould-article-bd p
{
	margin: 20px 0;
	line-height: 22px;
}
.mould-article-bd ul
{
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.mould-article-bd ul li
{
	list-style: disc inside;
	display: list-item;
	text-align: -webkit-match-parent;
}
.mould-article-bd ol
{
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.mould-article-bd ol li
{
	list-style: decimal inside;
	display: list-item;
	text-align: -webkit-match-parent;
}
/*新闻*/	
.mould-newsList ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.mould-newsList-item
{
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
}
.mould-newsList-item a
{
	float: left;
	width: 620px;
	color: #333;
	text-decoration: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mould-newsList li.hover a, .mould-newsList li.hover span
{
	color: #39F;
}
.mould-newsList-item a:hover
{
	color: #39F;
}
.mould-newsList-item .time
{
	font-size: 12px;
	/*width: 100px;*/
	float: right;
	color: #999;
	text-align: right;
}
/*老师列表*/
.mould-teacherList dl
{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.mould-teacherList dl dt
{
	float: left;
	width: 162px;
}
.mould-teacherList dl dt a
{
	display: block;
	width: 150px;
	height: 200px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	padding: 5px;
}
.mould-teacherList dl dt a:hover
{
	border: 1px solid #81c8ff;
	-moz-box-shadow: 0 0 5px #389deb;
	-o-box-shadow: 0 0 5px #389deb;
	-webkit-box-shadow: 0 0 5px #389deb;
	box-shadow: 0 0 5px #389deb;
}
.mould-teacherList dl dd
{
	margin-left: 180px;
}
.mould-teacherList dl dd h3
{
	font-size: 16px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
}
.mould-teacherList a
{
	text-decoration: none;
	color: #333
}
.mould-teacherList a:hover
{
	color: #36F
}
.mould-teacherList p
{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5
}
/*产品列表*/
.mould-productsList dl
{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.mould-productsList dl dt
{
	width: 222px;
	float: left;
}
.mould-productsList dl dt a
{
	display: block;
	width: 210px;
	height: 140px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	padding: 5px;
}
.mould-productsList dl dt a:hover
{
	border: 1px solid #81c8ff;
	-moz-box-shadow: 0 0 5px #389deb;
	-o-box-shadow: 0 0 5px #389deb;
	-webkit-box-shadow: 0 0 5px #389deb;
	box-shadow: 0 0 5px #389deb;
}
.mould-productsList dl dd
{
	margin-left: 240px;
}
.mould-productsList dl dd h3
{
	font-size: 16px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
}
.mould-productsList a
{
	text-decoration: none;
	color: #333
}
.mould-productsList a:hover
{
	color: #36F
}
.mould-productsList p
{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5
}
/*产品列表2*/	
.mould-productsList2 .list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mould-productsList2 li
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d7d7d7;
}
.mould-productsList2 dl
{
	float: left;
	width: 360px;
	height: 82px;
	margin: 0 10px;
}
.mould-productsList2 dt
{
	float: left;
	width: 117px;
}
.mould-productsList2 dd
{
	margin-left: 125px;
}
.mould-productsList2 h3
{
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}
.mould-productsList2 h3 a
{
	color: #333;
	text-decoration: none;
}
.mould-productsList2 h3 a:hover
{
	color: #36F;
}
.mould-productsList2 p
{
	height: 54px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
.mould-productsList2 dl dt a
{
	display: block;
	width: 105px;
	height: 70px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	padding: 5px;
}
.mould-productsList2 dl dt a img
{
	width: 105px;
	height: 70px;
	overflow: hidden;
}
.mould-productsList2 dl dt a:hover
{
	border: 1px solid #81c8ff;
	-moz-box-shadow: 0 0 5px #389deb;
	-o-box-shadow: 0 0 5px #389deb;
	-webkit-box-shadow: 0 0 5px #389deb;
	box-shadow: 0 0 5px #389deb;
}
/*图片墙*/
.mould-switchWrap-hd h1
{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #000;
}
.mould-switchWrap-hd p
{
	background: #f9f9f9;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #999;
	margin: 0 0 15px 0;
}
.mould-switchWrap .maxImg
{
	width: 660px;
	height: 440px;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 1px solid #ddd;
}
.switch
{
	width: 760px;
	height: 110px;
}
.switch .prev, .switch .next
{
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	margin: 40px 10px 40px 11px;
	text-align: center;
	cursor: pointer;
	background: url(../mould-img/switch-ic.png) no-repeat;
}
.switch .next
{
	background-position: -29px 0;
}
.switch .prev:hover
{
	background-position: 0 -29px;
}
.switch .next:hover
{
	background-position: -29px -29px;
}
.switch .list-box
{
	float: left;
	width: 660px;
	height: 108px;
	margin: 0 1px;
	overflow: hidden;
}
#switchList
{
	z-index: 0;
	position: relative;
	margin: 0px auto;
	width: 660px;
	overflow: hidden;
}
.switch .list
{
	position: relative;
	width: 6600px;
	float: left;
}
.switch .list ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.switch .list li
{
	float: left;
	width: 144px;
	height: 96px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	padding: 5px;
	margin-right: 12px;
}
.switch .list li img
{
	width: 144px;
	height: 96px;
	overflow: hidden;
}
.switch .list li:hover
{
	border: 1px solid #81c8ff;
	-moz-box-shadow: 0 0 5px #389deb;
	-o-box-shadow: 0 0 5px #389deb;
	-webkit-box-shadow: 0 0 5px #389deb;
	box-shadow: 0 0 5px #389deb;
}
/*分页 page*/
.page
{
	height: 30px;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}
.page a
{
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 12px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #666
}
.page a:hover
{
	border: 1px solid #999;
	color: #333;
}
.page .current
{
	background: #999;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 12px;
	border: 1px solid #ddd;
	text-decoration: none;
}
/* new clearfix */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix
{
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix
{
	zoom: 1;
} /* IE7 */
.mould-teachersTeam-block .title
{
	padding-left: 20px;
	height: 30px;
	background: #eee;
	border-left: #06C 3px solid;
}
.block
{
	margin: 0 0 15px;
}
.mould-teachersTeam-block .title strong
{
	line-height: 30px;
	color: #333;
	font-weight: normal;
}
.mould-teachersTeam-block .content
{
	padding: 10px;
	margin: 0;
	overflow:hidden;
}
/*新增修改*/
.mould-teachersTeam-block .content .cont_teacher .tea_img
{
	float:left;
	overflow:hidden;
	margin-bottom:15px;
	margin-top:25px;
	}
.mould-teachersTeam-block .content .cont_teacher .tea_img img
{border:#D8D8D8 1px solid;}
.mould-teachersTeam-block .content .cont_teacher .tea_img p
{text-align:center;font-family:"微软雅黑";font-weight:bold;margin-top:10px;}
.mould-teachersTeam-block .content .cont_teacher .tea_cont
{float:left;width:540px;margin-top:25px;margin-left:25px;}
.mould-teachersTeam-block .content .cont_teacher .tea_cont p
{font-family:"微软雅黑";font-size:12px;}

.mould-teachersTeam-block .tea_exep
{margin:25px 0px 10px 12px;}
.mould-teachersTeam-block .tea_exep p
{margin-bottom:15px; font-family:"微软雅黑";}
.mould-teachersTeam-block .tea_exep p span
{margin-right:35px;}
.mould-teachersTeam-block .tea_exep p a
{margin-left:65px;}

.mould-teachersTeam-block .honer
{margin:20px 0 10px 10px;overflow:hidden;}
.mould-teachersTeam-block .honer p
{margin-bottom:10px;}
.mould-teachersTeam-block .honer p span
{margin-right:75px;}

.mould-teachersTeam-block .exep
{margin:20px 0 10px 10px;overflow:hidden;}
.mould-teachersTeam-block .exep p
{margin-bottom:10px;}
.mould-teachersTeam-block .exep p span
{margin-right:30px;}
.mould-teachersTeam-block .exep p a
{margin-left:45px;}



/*结束*/



.mould-teachersTeam-block .mould-article-bd
{
	margin: 0;
	padding: 0;
}
/* 荣誉列表 */
.mould-honorList ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.mould-honorList-item
{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #d7d7d7;
	padding: 0 5px;
}
.mould-honorList-item .time
{
	display: inline-block;
	margin-right: 10px;
	font-weight: 800;
	color: #900
}
.mould-article-bd, .mould-ppt-bd, .mould-video-bd
{
	padding: 20px;
	overflow: hidden;
}
/*宽度1000*/
.p20
{
	padding: 20px;
}
.w1000
{
	width: 1000px;
}
.w1000 .mould-imgList ul
{
	padding: 10px 0;
}
.w1000 .mould-imgList-item
{
	width: 241px;
	margin: 5px 5px 5px 4px;
}
.w1000 .mould-imgList-item .img
{
	width: 219px;
	height: 146px;
}
.w1000 .mould-imgList-item .img img
{
	width: 219px;
	height: 146px;
}
.w1000 .mould-newsList-item a
{
	width: 900px;
}
.w1000.mould-productsList2 dl
{
	width: 480px;
	height: 102px;
}
.w1000.mould-productsList2 dd
{
	margin-left: 157px;
}
.w1000.mould-productsList2 dl dt a
{
	width: 135px;
	height: 90px;
}
.w1000.mould-productsList2 dl dt a img
{
	width: 135px;
	height: 90px;
}
.w1000.mould-switchWrap .maxImg
{
	width: 840px;
	height: 560px;
}
.w1000 .switch
{
	width: 938px;
	height: 136px;
	margin: 0 auto;
}
.w1000 .switch .prev, .switch .next
{
	margin: 53px 10px 53px 11px;
}
.w1000 .switch .list-box
{
	width: 838px;
	height: 136px;
}
.w1000 #switchList
{
	width: 838px;
}
.w1000 .switch .list
{
	width: 8380px;
}
.w1000 .switch .list li
{
	width: 186px;
	height: 124px;
	margin: 0 6px;
}
.w1000 .switch .list li img
{
	width: 186px;
	height: 124px;
}
.textWrap
{
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    display: -webkit-box;
}
.textClip
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera */
    -moz-binding: url("ellipsis.xml#ellipsis"); /*FireFox*/
    
}