@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: static;
	background-color: #666;
	opacity: 1;
}

.mainNav.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
	width: 930px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 60px;
	line-height: 60px;
}

.mainNav ul li {
	width: auto;
	padding: 0 2px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav ul a:hover {
	color: #e42630;
}

.mainNav ul .activeNav,
.mainNav ul li:hover {
	color: #e42630;
	background: #fff;
}

.mainNav ul .activeNav a {
	color: #e42630;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 16px;
	width: 150px;
	cursor: pointer;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px !important;
	margin: 0 auto;
}

.btn_list {
	width: 750px;
	margin: 30px auto;
}

.a_btn {
	display: block;
	width: 338px;
	height: 50px;
	line-height: 50px;
	background: #e42630;
	font-size: 18px;
	color: #fff;
	/* border-radius: 4px; */
	text-align: center;
}

.head_btnlist .a_btn {
	margin: -40px auto 0px;
}

.a_btn:hover {
	background: #cc212a !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	background: transparent !important;
	width: 338px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #e42630;
	cursor: pointer;
	border: 1px solid #e42630;
	margin: 0px auto 0;
	/* margin-left: 30px; */
	box-sizing: border-box;
}

.a_btn_hollow:hover {
	background: #e42630 !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 680px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}

.Validform_checktip,
.Validform_right {
	visibility: hidden !important;
}

.content {
	display: none;
}

.current {
	display: block;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 450px;
	position: relative;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header .headbtn_list {
	position: relative;
	width: 414px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	top: 450px;
	left: 305px;
}

.header .head_con {
	width: 50%;
	float: left;
	text-align: right;
	right: 10px;
	position: relative;
}

.header .head_con h1 {
	font-size: 44px;
	background: -webkit-linear-gradient(left, #df1b39, #ff8300);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header .headbtn_list a.button {
	width: 175px;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	color: #333;
	background: transparent;
	text-align: center;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 30px;
}

.header .headbtn_list a.button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

.head_txt {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 90px;
}

.dyform {
	width: 100%;
	height: 300px;
	background: #f5f5f5;
}

.dyform h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.dybox {
	width: 510px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	padding: 80px 0 0 20px;
}

.biaodan {
	width: 425px;
	padding-top: 30px;
	border-bottom: 6px solid #edebea;
	background: #fff;
	position: relative;
	top: -100px;
}

.biaodan:after {
	content: '';
	position: absolute;
	background: url(../img/form_botm.png) no-repeat;
	width: 425px;
	height: 20px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	/*font-weight: bold;*/
	margin-bottom: 20px;
	color: #000;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #ccc;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .chengji,
.biaodan form .branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.biaodan form .mobile {
	background: url(../img/phone_box.jpg) no-repeat center;
}

.biaodan form .name {
	background: url(../img/name_box.jpg) no-repeat center;
}

.biaodan form .chengji {
	background: url(../img/edu_box.jpg) no-repeat center;
}

.biaodan form .branch {
	background: url(../img/city_box.jpg) no-repeat center;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.from_submit #submit {
	display: block;
	background: #ff8300 !important;
	margin-bottom: 0;
	width: 300px;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #ff8300;
}

.from_submit #submit:hover {
	background: #ef810c !important;
	color: #fff;
}

.from_submit a.submit {
	background: #fff !important;
	margin-bottom: 0;
	margin-top: -49px;
	width: 141px;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 60px;
}


/*------------------轮播----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1000px;
	margin-top: 30px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.png) no-repeat center;
}

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 9px;
	height: 9px;
	border: 1px solid #666666;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.success_carousel .hd ul li.on {
	background-color: #666666;
}

.success_carousel .bd {
	padding: 0 60px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.success_carousel .bd li div {
	float: left;
	margin-right: 20px;
	width: 430px;
	height: 450px;
	padding: 35px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 1px 1px 30px 1px #eaeaea;
	-moz-box-shadow: 1px 1px 30px 1px #eaeaea;
	box-shadow: 1px 1px 30px 1px #eaeaea;
}

.success_carousel .bd li div:nth-child(2n) {
	margin-right: 0;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel .name {
	font-weight: bold;
	color: #0099FF;
	font-size: 18px;
	line-height: 60px;
}

.success_carousel h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}

.success_carousel a {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
}

.banner_content {
	background: url(../img/banner_1.png) #d6d6d6 no-repeat;
	padding: 68px 0;
}


/*--------begin section-----------*/

.sections {
	/*margin-bottom: 160px;*/
}

.sections .title_p {
	font-size: 26px;
	color: #666;
	padding-bottom: 20px;
}

.sections .section {
	width: 100%;
	/*padding-top: 56px;*/
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 36px;
	color: #2e2e2e;
	font-weight: bold;
	padding: 30px 0;
	background: url(../img/line_title.png) no-repeat center top;
	background-size: 120px 10px;
}

.section {
	padding: 20px 0 10px;
}

.nopadding {
	padding: 0 !important;
}

.bg_gary {
	background: #f3f4f8;
}

.martop30 {
	margin-top: 30px;
}

.div_l {
	float: left;
}

.div_r {
	float: right;
}

.content {
	display: none;
}

.current {
	display: block;
}


/*--模块开始--*/


/*-----------标签-----------*/

ul.label {
	padding: 30px 0;
}

ul.label span,
ul.label li {
	float: left;
	margin-right: 10px;
}

ul.label span {
	font-weight: bold;
	margin-top: 5px;
}

ul.label li {
	color: #2630a9;
	background: #eff3ff;
	border: 1px solid #cbdaff;
	padding: 5px 15px;
}


/*----------------3列一行ul样式----------------------*/

.type_ul li {
	float: left;
	width: 320px;
	height: 250px;
	padding: 40px 30px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 3px 30px 3px #eaeaea;
}

.type_ul li:nth-child(3n) {
	margin-right: 0;
}

.type_ul p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.type_ul p.title {
	color: #333;
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}


/*--------------tab切换ul样式--------------*/

.tab_ul ul {
	width: 600px;
	margin: 0 auto;
}

.tab_ul li {
	cursor: pointer;
	margin-right: 20px;
	float: left;
	text-align: center;
	color: #2630a9;
	font-size: 16px;
	font-weight: bold;
	width: 186px;
	padding: 15px 0;
	box-sizing: border-box;
	border: 1px solid #2630a9;
}

.tab_ul li:nth-child(3n) {
	margin-right: 0;
}

.tab_ul li.active,
.tab_ul li:hover {
	color: #fff;
	background: #2630a9;
}


/*-----------h1,h2,h3之类 背景渐变样式---------------*/

.hnum_bggradient {
	font-size: 30px;
	width: 630px;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 50px;
	background: -webkit-linear-gradient(left, #df1b39, #ff8300);
	background: -o-linear-gradient(left, #df1b39, #ff8300);
	background: -moz-linear-gradient(left, #df1b39, #ff8300);
	background: -ms-linear-gradient(left, #df1b39, #ff8300);
	background: linear-gradient(left, #df1b39, #ff8300);
}

.banner_content h1 {
	font-size: 37px;
	background: -webkit-linear-gradient(left, #df1b39, #ff8300);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: 66px;
	left: 36px;
}

.banner_content img {
	position: relative;
	left: -25px;
}

.banner_content .p_content {
	font-weight: bold;
	position: relative;
	right: 28px;
	top: -10px;
	width: 446px;
	line-height: 30px;
	font-size: 18px;
}

.text_gradient {
	background: -webkit-linear-gradient(left, #df1b39, #ff8300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sch_banner {
	text-align: center;
}

.sch_banner h3 {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}

.sch_banner h4 {
	width: 750px;
	font-size: 32px;
	margin: 5px auto;
	background: #fff;
	border-radius: 30px;
	padding: 8px 20px;
}

.sch_banner p {
	width: 850px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.bggary {
	background: #f5f5f5;
}


/*-------------QUT--------------*/

.sec_qut .sch_banner {
	padding: 15px 0;
	background: url(../img/QUT_banner.jpg) no-repeat;
	background-size: cover;
}


/*-------------UTS--------------*/

.sec_uts {
	margin-top: 80px;
}

.sec_uts .sch_banner {
	padding: 15px 0;
	background: url(../img/UTS_banner.jpg) no-repeat;
	background-size: cover;
}


/*-------------RMIT--------------*/

.sec_RMIT {
	margin-top: 80px;
}

.sec_RMIT .sch_banner {
	padding: 15px 0;
	background: url(../img/RMIT_banner.jpg) no-repeat;
	background-size: cover;
}


/*-------------UNISA--------------*/

.sec_UNISA {
	margin-top: 80px;
}

.sec_UNISA .sch_banner {
	padding: 15px 0;
	background: url(../img/UNIS_banner.jpg) no-repeat;
	background-size: cover;
}


/*-------------CT--------------*/

.sec_CT {
	margin-top: 80px;
}

.sec_CT .sch_banner {
	padding: 15px 0;
	background: url(../img/CT_banner.jpg) no-repeat;
	background-size: cover;
}


/*label*/

.sch_label {
	margin: 20px auto;
}

.ul_label {
	width: 1000px;
}

.ul_label li {
	cursor: pointer;
	color: #E42630;
	float: left;
	font-size: 18px;
	/*font-weight: bold;*/
	border: 2px solid #E42630;
	border-radius: 30px;
	width: 215px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-right: 165px;
}

.ul_label li:last-child {
	margin-right: 0;
}

.ul_label li:hover {
	color: #fff;
	background: #E42630;
}


/*recommend 介绍*/

.sch_recommend {
	margin: 50px auto;
}

.video_list {
	margin: 30px auto;
	width: 624px;
	height: 350px;
}

.p_list p {
	color: #313131;
	font-size: 20px;
	line-height: 30px;
	background: url(../img/ic_star.png) no-repeat left top;
	background-size: 24px;
	padding-left: 30px;
}

.p_Location {
	margin: 10px 0;
	color: #313131;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	background: url(../img/ic_map.png) no-repeat left;
	background-size: 15px;
	padding-left: 30px;
}

.video_botom_list {
	margin: 50px 0 20px 0;
}

.video_botom_list h4 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.video_botom_list .left h4 {
	margin-left: 40px;
}

.video_botom_list .right h4 {
	margin-left: 85px;
}

.video_botom_list h4 img {
	position: absolute;
	top: -24px;
}

.video_botom_list .video,
.video_botom_list embed {
	width: 460px;
	height: 266px;
}


/*table*/

.sch_table {
	margin-top: 90px;
}

.sch_table table {
	width: 100%;
	border-top: 1px solid #D8Deea;
	border-left: 1px solid #D8Deea;
	border-spacing: 0;
}

.sch_table thead {
	color: #333;
}

.sch_table thead th {
	height: 52px;
	width: 33.3%;
	background: #9dd0ff;
}


/*border*/

.sch_table tr td,
.sch_table th {
	border-right: 1px solid #D8Deea;
	border-bottom: 1px solid #D8Deea;
}

.sch_table td {
	line-height: 30px;
	color: #666;
	height: 110px;
	font-size: 16px;
	text-align: center;
}

.sch_table td b {
	color: #2995fa;
	font-weight: normal;
}

.sch_table tr:nth-child(odd) td {
	background: #e7f0ff;
}


/*chart*/

.sch_charts {
	margin: 60px auto;
}

.sch_charts h4 {
	margin: 30px auto;
	font-size: 21px;
	/*font-weight: bold;*/
}

.apply_table th {
	font-size: 18px;
	font-weight: 500;
}

.apply_table a {
	color: #2194ff;
}

.sch_apply {
	margin-top: 80px;
}

.sch_apply h4 {
	color: #333;
	font-size: 36px;
}

.sch_apply h5 {
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.sch_apply h5 em {
	position: relative;
}

.sch_apply h5 em:before {
	content: '';
	position: absolute;
	background: url(../img/ic_circle.png) no-repeat left center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	top: 8px;
	left: -25px;
}

.sch_apply h5 em:after {
	content: '';
	position: absolute;
	background: url(../img/ic_circle.png) no-repeat right center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	top: 8px;
	right: -25px;
}

.sch_apply .box {
	margin-top: 30px;
}

.sch_apply .box p {
	font-size: 16px;
	color: #333;
	line-height: 25px;
}

.sch_apply .box a {
	color: #e42630;
	font-weight: bold;
	font-size: 17px;
}

.apply_content {
	padding: 30px;
	box-sizing: border-box;
	background: #f5f5f5;
}

.banner_botm {
	cursor: pointer;
	margin-top: 30px;
}


/*uts*/

.sec_uts .ul_label li {
	margin-right: 41px;
}

.sec_uts .ul_label li:last-child {
	margin-right: 0;
}

.video_list embed {
	width: 624px;
	height: 350px;
}


/*project*/

.sec_project h2,
.sec_adva h2,
.sec_team h2,
.sec_adva h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}

.pro_content {
	padding-top: 45px;
	padding-bottom: 45px;
	background: url(../img/pro_img.jpg) no-repeat left;
}

.box_content {
	margin-left: 490px;
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #888;
	line-height: 30px;
}

.sec_project {
	padding-bottom: 30px;
}

.sec_adva {
	padding-bottom: 50px;
}

.sec_adva li {
	color: #888;
	font-size: 16px;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	width: 325px;
	height: 215px;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: 0px 10px 30px #efefef;
	float: left;
}

.sec_adva li:nth-child(3n) {
	margin-right: 0;
}

.sec_adva li img {
	margin-bottom: 30px;
}

.adva_img {
	height: 50px;
}


/*---团队---*/

.box3 {
	padding: 60px 0 30px;
	font-family: "å¾®è½¯é›…é»‘";
}

.box3_main {}

.box3_tit {
	line-height: 24px;
	padding: 35px 0 40px 290px;
	font-size: 18px;
	color: #000;
}

.box3_tit span {
	width: 250px;
}

.box3_tit span.se {
	font-weight: bold;
}

.box3_con {
	height: 325px;
	overflow: hidden;
}

.slideBox1 {
	width: 870px;
	padding: 0 65px;
	height: 325px;
	overflow: hidden;
	position: relative;
}

.slideBox1 .bd {
	height: 100%;
	z-index: 0;
}

.slideBox1 .bd ul {}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox1 .bd li .bd_list {
	position: relative;
	width: 284px;
	height: 140px;
	margin: 1px;
	display: inline;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
}

.slideBox1 .bd li .bd_list img {
	width: 130px;
	height: 130px;
	margin: 5px 15px 0 70px;
}

.slideBox1 .bd li .bd_list span {
	color: #cc6600;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.slideBox1 .bd li .bd_list div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 140px;
	background: url(../img/bd_bg.png) repeat;
}

.slideBox1 .bd li .bd_list div p {
	padding: 0 10px 0 10px;
	line-height: 22px;
	color: #fbfbfb;
}

.slideBox1 .bd li .bd_list div.bd_sp p {
	line-height: 18px;
}

.slideBox1 .bd li .bd_list div p.bd_jie {
	padding-top: 10px;
	padding-bottom: 3px;
}

.slideBox1 .bd li .bd_list div a {
	display: block;
	width: 96px;
	margin: 5px auto 0;
	height: 26px;
	line-height: 26px;
	color: #fbfbfb;
	background: #ff9933;
	text-align: center;
}


/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */

.slideBox1 .prev,
.slideBox1 .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 30px;
	height: 50px;
	background: url(../img/prev.png) no-repeat;
}

.slideBox1 .next {
	left: auto;
	right: 0;
	background: url(../img/next.png) no-repeat;
}

.slideBox1 .prev:hover
{
	background: url(../img/prev_hover.png) no-repeat;
}

.slideBox1 .next:hover {
	background: url(../img/next_hover.png) no-repeat;
}

.slideBox1 .prevStop {
	display: none;
}

.slideBox1 .nextStop {
	display: none;
}

.slideBox2{ width:870px; padding:0 65px; height:325px; overflow:hidden; position:relative; }
.slideBox2 .bd{ height:100%; z-index:0;   }
.slideBox2 .bd ul{}
.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
.slideBox2 .bd li .bd_list{ cursor: pointer; position:relative; width: 284px; height: 140px; margin:1px; display: inline; overflow: hidden; border:1px solid #ccc;}
.slideBox2 .bd li .bd_list img{ width: 130px; height: 130px; margin:5px 15px 0 70px;}
.slideBox2 .bd li .bd_list span{ color: #cc6600; font-size: 12px; text-decoration: underline; cursor: pointer ;}
.slideBox2 .bd li .bd_list div{ display: none; position: absolute; top:0; left:0; width:284px; height: 140px; background: url(../img/bd_bg.png) repeat; }
.slideBox2 .bd li .bd_list div p{ padding:0 10px 0 15px;  line-height:22px; color: #fbfbfb;}
.slideBox2 .bd li .bd_list div.bd_sp p{ line-height: 18px;}
.slideBox2 .bd li .bd_list div.bd_sp1 p{ line-height: 16px;}
.slideBox2 .bd li .bd_list div p.bd_jie{ padding-top:10px ; padding-bottom: 3px;}
.slideBox2 .bd li .bd_list div a{ display: block; width: 96px; margin:5px auto 0; height: 26px; line-height: 26px; color: #fbfbfb; background: #ff9933; text-align: center;}
/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */
.slideBox2 .prev,
.slideBox2 .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:30px; height:50px; background:url(../img/prev.png) no-repeat;}
.slideBox2 .next{ left:auto; right:0;  background:url(../img/next.png) no-repeat;}
.slideBox2 .prev:hover,
.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox2 .prevStop{ display:none;  }
.slideBox2 .nextStop{ display:none;  }

.sec_team h2 span
{
	font-weight: normal;
}
.box3_ly {
    display: block;
    text-align: center;
    height: 24px;
     padding: 10px 0 40px;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}