@charset "utf-8";

body {
	color: #333333;
	font-size: 14px;
	background-color: #fafafa;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}


/* header */

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

.headCon {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

.headCon h1 {
	text-align: center;
}

.headCon .headCon_zi {
	color: #fff;
	font-size: 48px;
}

.headCon .headCon_zi b {
	font-size: 80px;
	font-weight: bold;
	line-height: 100px;
	margin: 15px 0 0;
	display: block;
}

.headCon .headCon_zi span {
	/*background: linear-gradient(135deg, rgba(225, 19, 88, 0) 10.009765625%, rgba(235, 136, 92, 0) 89.990234375%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
	height: 72px;
	line-height: 72px;
	width: 600px;
	background: #fff;
	margin: 14px auto 0;
	font-size: 30px;
	color: #dc2544;
	border-radius: 50px;
	display: inline-block;
}

.headCon .headCon_ziA {
	font-size: 30px;
	padding-top: 20px;
	color: #fff;
}

.headCon b {
	color: #fff;
}


/* header */


/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	background-color: #666666;
}

.mainNav ul {
	width: 980px;
	margin: 0 auto;
	color: #fafafa;
	line-height: 24px;
	position: relative;
	height: 50px;
	text-align: center;
}

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

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	margin: 0 22px;
	float: left;
}

.mainNav a {
	margin: 0 28px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
	color: #4cdfcc;
}


/* nav */


/* form */

.leadFrom {
	background-color: #F3F4F8;
}

.lbCon {
	padding: 40px 20px 40px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.biaodan {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #fafafa;
	padding: 30px 50px 40px;
	border-bottom: 5px solid #EEEDEB;
}

.biaodan .registerform {
	margin: 0 auto;
}

.lead {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.lead p {
	text-align: right;
	font-size: 12px;
	padding-top: px;
}

.lead span {
	color: #d51a37;

}

.telRefer {
	height: 64px;
	line-height: 60px;
	color: #fafafa;
	width: 705px;
	margin-left: 150px;
	margin-top: 34px;
	font-size: 18px;
}

.telRefer a {
	display: block;
	float: left;
	width: 350px;
	height: 64px;
	text-align: center;
	font-weight: bold;
}

.telRefer a.tel_link {
	color: #fafafa;
	background: #18ae83;
	padding: 1px;
}

.telRefer a.referlink {
	color: #18ae83;
	line-height: 30px;
	border: 1px solid #18ae83;
}

.telRefer span {
	font-size: 16px;
	font-weight: 100;
}

.biaodan h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

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

.biaodan form div.noMR {
	margin-right: 0;
}

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

.biaodan form input {
	padding-left: 5px;
	width: 256px;
	position: relative;
	top: 1px;
}

.mobile,
.name,
.GPA,
.language,
.school,
.Nprofessional,
.Nstep,
.professional {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

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

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

.biaodan form div.school,
.biaodan form div.Nstep,
.biaodan form div.Nprofessional,
.biaodan form div.GPA
{
	background: url(../img/targetBox.jpg) no-repeat center;
}

#submit {
	display: block;
	width: 300px;
	height: 60px;
	font-size: 16px;
	color: #fafafa;
	cursor: pointer;
	background-color: #18ae83;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}

#submit:hover {
	background-color: #e87a09;
}



/* form */


/** common style **/

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.section-content.connect,
.section-content.connect_r {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	left: 20px;
	background: url(../img/ic_connect_1.png) no-repeat center;
}

.section-content.connect_r:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	right: 20px;
	background: url(../img/ic_connect_r.png) no-repeat center;
}

.sections h2 {
	font-size: 36px;
	text-align: center;
	color: #545255;
	line-height: 56px; font-weight: bold;
}

.sections h3 {
	font-size: 30px; font-weight: bold;
	color: #545255;
	display: block;
	line-height: 56px;
	text-align: center;
	padding-bottom: 28px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly_links {
	width: 640px;
	margin: 0 auto;
}

.ly_links .ly-link:nth-child(2n) {
	margin-right: 0;
}

.ly_links .ly-link {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fafafa;
	border: 1px solid #ff8202;
	text-align: center;
	margin-left: 15px;
}

.ly-link {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fafafa;
	border: 1px solid #ff8202;
	background: #ff8202;
	text-align: center;
}

.ly-link:hover {
	color: #fafafa;
	background-color: #f5810b;
}

.ly-link-hollow {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ff8202;
	border: 2px solid #ff8202;
	text-align: center;
}

.ly-link-hollow:hover {
	color: #fafafa;
	background-color: #ff8202;
}

.linkOther {
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.content {
	display: none;
}

.content.current {
	display: block;
}


/** common style **/

.foot {
	line-height: 28px;
}

/*<!--form-->*/

.sec_form {
	background: url(../img/form_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 54px 0;  height: 244px;
	position: static;
	border-bottom: 0;
}

.fm-botm {
	width: 640px;
}

.fm-botm h2 {
	background: none;
	padding: 0;
	text-align: left !important;
}

.fm-botm h2 span {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0;
	color: #545255 !important;
}

.fm-botm form div.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.fm-botm form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.fm-botm form div.professional {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.fm-botm form div.language {
	background: url(../img/targetBox.jpg) no-repeat center;
}

.fm-botm h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}

.fm-botm form div {
	margin-bottom:20px;
}

.fm-botm form div.noMR {
	margin-right: 0;
}

.fm-botm form input,
.fm-botm form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.fm-botm form input {
	padding-left: 5px;
	width: 256px;
	position: relative;
	top: 1px;
}


/*<!--form-->*/
.ul_otherlink li {
	float: left;
	margin-right: 20px;
	position: relative;
	top: 0;
}

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

.ul_otherlink li:hover {
	transition: all 0.3s ease;
	top: -10px;
	box-shadow: 10px 10px 10px #ccc;
}

/*template style*/
.bg_logo {
	width: 100%;
	background: #fafafa;
}

.logoHead {
	height: 110px;
	width: 1000px;
	margin: 0 auto;
	background: #fafafa;
}

.logoPic {
	width: 317px;
	padding-top: 27px;
}

.logoPic a {
	display: block;
	height: 100%;
	width: 317px;
}

.headTle {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-top: 35px;
}

.headTle span {
	font-size: 18px;
	color: #333333;
}

/** 热门专业推荐 class **/

.major_tab li {
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 180px;
	color: #999;
	font-size: 21px;
	line-height: 60px;
	margin-right: 22px;
	padding-left: 30px;
	border-radius: 30px;
	font-weight: bold;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.lastli {
	margin-right: 0 !important;
}

.major_tab li:hover,
.major_tab li.active {
	color: #fafafa;
	background: #5a70ce;
	border: 0 !important;
}

.maj_rw:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor1.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_gc:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor2.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_zr:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor3.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_sk:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor4.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_sm:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor5.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_rw.active:before,
.maj_rw:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor1_act.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_gc.active:before,
.maj_gc:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor2_act.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_zr.active:before,
.maj_zr:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor3_act.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_sk.active:before,
.maj_sk:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor4_act.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_sm.active:before,
.maj_sm:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../img/ic_marjor5_act.png) no-repeat center;
	background-size: initial;
	left: 15px;
	top: 0;
}

.maj_ul {
	margin-top: 30px;
}

.maj_ul li {
	text-align: center;
	cursor: pointer;
	float: left;
	width: 235px;
	color: #5a70ce;
	font-size: 14px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #5a70ce;
	box-sizing: border-box;
	display: table;
}

.maj_ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	color: #5a70ce;
}

.maj_ul li h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.maj_ul li:hover,
.maj_ul li:hover a {
	color: #fafafa;
	border: 0 !important;
	background: #5a70ce;
}

.maj_content {
	display: none;
}

.current {
	display: block;
}


/** 热门专业推荐  class **/


/** 攻擂QS+THE+ARWU排名  class **/

.rank_tab {
	width: 950px;
	margin: 0 auto;
}

.rank_tab li {
	display: table;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 300px;
	color: #999;
	font-size: 21px;
	height: 80px;
	margin-right: 22px;
	border-radius: 50px;
	font-weight: bold;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.rank_tab li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.rank_tab li.active,
.rank_tab li:hover {
	color: #fafafa;
	background: #5a70ce;
}

.rank_tb {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #ddd;
}

.rank_tb td a {
	color: #666 !important;
}

.rank_tb thead,
.rank_tb tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rank_tb tbody {
	display: block;
	height: 540px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.rank_tb thead th {
	background: #333;
	font-size: 16px;
}

.rank_tb thead th:nth-child(1),
.rank_tb tbody td:nth-child(1) {
	width: 130px;
}

.rank_tb thead th:nth-child(2),
.rank_tb tbody td:nth-child(2) {
	width: 260px;
}

.rank_tb thead th:nth-child(3),
.rank_tb tbody td:nth-child(3) {
	width: 390px;
}

.rank_tb th {
	color: #fafafa;
	background: #d2203a;
}

.rank_tb td {
	color: #666;
}

.rank_tb td,
.rank_tb th {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.rank_tb .ly_a a{
	font-size: 14px;
	color: #18ae83 !important;
	font-weight: bold;
}

.rank_content {
	display: none;
}

.current {
	display: block !important;
}


/** 攻擂QS+THE+ARWU排名  class **/


/**专题推荐 sec_otherlink  class **/

.otherlink_ul li {
	float: left;
	top: 0;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

.otherlink_ul li:hover {
	top: -10px;
	transition: all ease 0.3s;
	box-shadow: 5px 5px 30px #ccc;
}


/**专题推荐 sec_otherlink  class **/


/*<!--专家团队 sec_teacher class-->*/

.sec_teacher li {
	float: left;
	position: relative;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 40px;
}

.sec_teacher .tea_bottom {
	color: #666;
	padding: 18px;
	padding-bottom: 30px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

.sec_teacher .tea_bottom h5 {
	padding-top: 10px;
	color: #545255;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;

}

.sec_teacher .tea_bottom h5:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 10px;
	background: url(../img/h5_titbg.png) no-repeat center;
	background-size: initial;
	left: 50%;
	margin-left: -20px;
	top: -5px;
}

.sec_teacher .tea_bottom a {
	color: #fafafa;
	padding: 10px 20px;
	position: absolute;
	background: #2d7ed9;
	font-size: 16px;
	width: 115px;
	left: 40px;
	bottom: -20px;
}

.sec_teacher .tea_bottom a:hover {
	text-decoration: underline;
}

.tea_banner {
	margin-top: 30px;
}

/*<!--专家团队 sec_teacher class-->*/
.bggary {
	background: #f5f5f5;
}

/*css begin  aus1 */
.aus1 {
	background: url(../img/aus1bg.jpg) no-repeat center top;
	width: 100%;
	height: 677px;
}

.aus1ul li {
	float: left;
	width: 182px;
	height: 78px;
	display: inline-block;
	border: 1px solid #5970cd;
	font-size: 16px;
	line-height: 78px;
	text-align: center;
	margin-right: 20px;
	color: #5970cd; font-weight: bold;
	margin-bottom: 16px;
	cursor: pointer;
}

.aus1ul li.current,
.aus1ul li:hover {
	background: #5970cd;
	color: #fff;
}

.aus1ul li.none,
.aus2ul li.none,
.aus3ul li.none,
.aus4ul li.none {
	margin-right: 0;
}

.aus1ul .notop,
.aus2ul .notop,
.aus4ul .notop {
	margin-top: 0;
}

.ul_box {
	width: 222px;
	height: 186px;
	border: 2px solid #F5F5F5;
	background: #f5f5f5;
	float: left;
	margin-right: 6px;
	margin-top: 16px;
}
.ul_box:nth-child(4n) {
  margin-right: 0
}

.ul_box img {
	margin-bottom: 22px;
	width: 100%;
	display: block;
}

.ul_box .tip,
.aus4ul li .tip {
	width: 40px;
	height: 8px;
	margin: 0 auto 8px;
	display: block;
	background: #d51a37;
	border-radius: 30px;
}

.ul_box h3 {
	color: #545255;
	font-size: 16px !important;
	line-height: 28px !important;
	padding-bottom: 0 !important;
}

.ul_box p {
	line-height: 18px;
	color: #666;
	font-size: 14px !important;
}

.ul_box.current,
.ul_box:hover {
	background: #d51a37;
	color: #fff;
	border: 2px solid #d51a37;
}

.ul_box.current .tip,
.ul_box:hover .tip {
	background: #fff;
}

.ul_box.current p,
.ul_box:hover p,
.ul_box.current h3,
.ul_box:hover h3 {
	color: #fff;
}

.aus3ul {}

.aus3ul li {
	width: 320px;
	height: 160px;
	float: left;
	background: #f5f5f5 url(../img/aus3li.jpg) no-repeat center top;
	margin-right: 20px;
	margin-top: 18px;
}

.aus3ul li a {
	width: 210px;
	margin: 62px auto 0;
	display: block;
}

.aus3ul li a strong,
.aus3ul li a p {
	width: 210px;
	border-top: 1px solid #d51a37;
	line-height: 33px;
	font-size: 14px;
}

.aus3ul li a strong {
	height: 33px;
	display: inline-block;
	font-size: 24px;
	color: #545255;
}

.aus3ul li a p {
	padding-top: 13px;
	color: #666;
	line-height: 18px;
}

/*aus3 end*/
.aus4 {
	background: #f5f5f5;
	width: 100%;

}

.aus4ul { margin: 30px 0 0;}

.aus4ul li {
	width: 235px;
	background: #FFF;
	height: 410px;
	padding: 16px 0px 0;
	line-height: 30px;
	float: left;
	margin-right: 20px;
	margin-top: 16px;
}

.aus4ul li img {
	display: block;
	height: 245px;
	margin: 0 auto 16px;
}

.aus4ul li .alink {
	font-size: 16px;
	text-align: center;
	display: block;
	height: 40px;
	background: url(../img/aus4ul_link.jpg) repeat-x;
	line-height: 40px;
}

.aus4ul li .alink a {
	width: 155px;
	margin: 0 auto;
	height: 40px;
	background: #2d7ed9;
	display: inline-block;
	color: #fff;
}

.aus4ul li h3 {
	color: #d51a37;
	font-size: 16px !important;
	line-height: 28px !important;
	padding-bottom: 0 !important;
}

.aus4ul li .tip {
	margin-bottom: 3px;
}

.aus4ul li p {
	height: 70px;
	font-size: 16px;
}


.subtitle {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #333333;
	border-radius: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

/*css----------------- end*/
.section_content {
	width: 1000px;
	margin: 0 auto;
}

.look {
	background: url(../img/look.png) no-repeat;
	height: 226px;
	display: block;
	margin: 40px 0 0;
	color: #fff;
}

.look .img {
	/* width: 183px;
	float: left;
	margin: 34px 30px 0 179px;
	height: 192px;
	position: relative; */
	width: 360px;
    float: left;
    margin: 70px 0px 0 57px;
    height: 156px;
    overflow-y: hidden;
    position: relative;
}

.m_school{
	left: 200px !important;
}

.look .more {
	position: absolute;
	width: 55px;
	height: 55px;
	background: url(../img/more.png) no-repeat;
	top: 72px;
	left: 48px;
}

.look .more:hover{
	cursor: pointer
}

.lookM {
	float: left;
	width: 180px;
	text-align: left;
	padding: 18px 0 0;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	background: url(../img/lookM.png) no-repeat left top;
	margin: 49px 0 0;
	font-weight: bold;
}

.lookR {
	float: right;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	margin: 60px 36px 0 0;
}

.mask,
.mask_form {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.5);
	filter: Alpha(opacity=50);
	z-index: 1000;
	transition: all 1s;
	display: none
}

.bigimg {
	width: 700px !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	/* border: 10px solid #fff; */
	height: 900px !important;
}

.model_form{
	width: 740px !important;
	position: fixed;
	left: 0;
	top: 15%;
	right: 0;
	margin: auto;
	z-index: 9999;
	/* height: 900px !important; */
	background: #fff;
}

.model_form .fm-botm{
    padding: 50px;
}

/* .imgbox:hover {
	cursor: zoom-in
} */

/* .mask:hover {
	cursor: zoom-out
} */

.mask .close_btn,
.mask_form  .close_btn{
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask .close_btn:hover,
.mask_form .close_btn:hover{
	cursor: pointer
}

.ad250 {
	display: block;
	margin: 0 auto;
	height: 250px;
	background: url(../img/ad250.jpg) no-repeat;
	width: 1920px;
}

/* 滚轮 */
.uniRecScroll {
    width: 1000px;
    /* overflow: hidden; */
    position: relative;
    height: 1046px;
}

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

.uniRecScroll .hd .next {
    right: 8px;
    background: url(../img/right_black.png) no-repeat center;
    z-index: 10;
}

.uniRecScroll .hd .prev {
    left: 8px;
    background: url(../img/left_gray.png) no-repeat center;
    z-index: 10;
}

.uniRecScroll .bd {
	/* padding: 0 60px; */
	padding: 0 38px;
}
.uniRecScroll .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.uniRecScroll .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: solid 1px #333333;
}

.uniRecScroll .hd ul li.on {
    background-color: #333;
}

/* 滚轮 */