﻿@charset "utf-8";
body {
  color: #6f6f6f;
  font-family: \5FAE\8F6F\96C5\9ED1;
  background-color: #fff;
  font-size: 14px;
  min-width: 1000px;
}
a {
  color: #6f6f6f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #53bee3;
}
i {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.main {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
/*首页*/
.header {
  background-color: #000;
  height: 160px;
}
.logo {
  position: absolute;
  top: 20px;
}
.login {
  height: 24px;
  line-height: 24px;
  top: 18px;
  right: 10px;
  
  position: absolute;
  font-size: 14px;
}
.login a {
  color: #c7c7c7;
}
.login a:hover {
  color: #e43e03;
}
.login span {
  margin: 0 10px;
}


.share-search {
	 	position: absolute;
	top: 40px;
	right: 10px;
	max-width: 400px;
}
.share-search .share {
	float: left;
	margin-right: 10px;
}

.search {
  width: 184px;
  position: relative;
  background: url("https://www.rehab-benry.com/images/search.jpg") no-repeat;
  height: 28px;
  float: right;
}
.search .ipt_t {
  width: 132px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.search .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.search .ser {
  width: 32px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}


.menu {
  height: 50px;
  background-color: #000000;
  position: absolute;
  top: 110px;
  width: 100%;
}
.menu .main {
  z-index: 9999;
}
.menu ul {
  height: 50px;
}
.menu li {
  float: left;
  width: 110px;
  position: relative;
}
.menu li h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.menu li h2 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.menu li h2 a:hover,
.menu li.current h2 a {
  background-color: #53bee3;
  color: #fff;
}
.menu li .box {
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
}
.menu li .box a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d4;
  text-align: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  height: 40px;
}
.menu li .box a:hover {
  color: #fff;
  background-color: #53bee3;
}
.banner {
  height: 454px;
  background-color: #000;
}
.ibanr {
  height: 454px;
  position: relative;
}
.ibanr .img {
  width: 100%;
  height: 454px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ibanr .img li {
  width: 100%;
  height: 454px;
  float: left;
  background: no-repeat top center;
  background-size: cover;
}
.ibanr .img li a {
  display: block;
  width: 100%;
  height: 454px;
}
.ibanr .page {
  position: absolute;
  top: 75px;
  z-index: 20;
  text-align: center;
  left: 10%;
}
.ibanr .page span {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  display: block;
  margin-bottom: 8px;
  *zoom: 1;
  font-size: 0;
  text-indent: 0;
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0 -78px;
  cursor: pointer;
}
.ibanr .page span.current {
  background-position: 0 -65px;
}
.ibanr .prev {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px 0px;
  width: 25px;
  height: 44px;
  position: absolute;
  left: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .prev:hover {
  background-position: -28px 0px;
}
.ibanr .next {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px -45px;
  width: 25px;
  height: 44px;
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .next:hover {
  background-position: -28px -45px;
}
.title {
  padding: 30px 0 0px 0;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.title h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #4d4d4d;
}
.title h3 em {
  font-size: 12px;
  font-style: normal;
  padding-left: 10px;
  color: #9d9d9d;
}
.title a.more {
  float: right;
}
.title a.btn_more {
  display: block;
  text-align: center;
  line-height: 29px;
  background-color: #03a8e4;
  border-radius: 3px;
  color: #fff;
  width: 68px;
  height: 29px;
  float: right;
  margin-right: 15px;
}
.title a.btn_more:hover {
  background-color: #03a8e4;
}
.home_news {
  padding-bottom: 7px;
}
.home_news .p1 {
  float: left;
  width: 444px;
  padding: 0 35px 5px 0;
  border-right: 1px solid #d1d1d1;
}
.home_news .p1 .img {
  float: left;
}
.home_news .p1 .img img {
  border-radius: 5px;
}
.home_news .p1 .text {
  margin-left: 210px;
}
.home_news .p1 .text .h4 {
  font-size: 16px;
  color: #ce3e0b;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.home_news .p1 .text .p {
  font-size: 12px;
  line-height: 20px;
  height: 84px;
  overflow: hidden;
  padding-top: 5px;
}
.home_news .p2 {
  float: right;
  width: 447px;
  padding-right: 18px;
}
.home_news .p2 ul {
  margin-top: -13px;
}
.home_news .p2 li {
  background: url("https://www.rehab-benry.com/images/activity_line.jpg") bottom repeat-x;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 5px;
}
.home_news .p2 li span {
  float: right;
}
.home_news .p2 li a {
  color: #7e7e7e;
}
.home_news .p2 li a:hover {
  color: #ce3e0b;
}
.college {
  padding-bottom: 30px;
}
.college ul {
  width: 990px;
  position: relative;
  height: 240px;
}
.college li {
  position: absolute;
  top: 0px;
  height: 240px;
  width: 108px;
  overflow: hidden;
}
.college li .pt,.college li .pt2 {
  z-index: 2;
  text-align: center;
  font-size: 16px;
  width: 18px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  line-height: 20px;
  padding: 45px 45px 0 45px;
  color: #fff;
}
.college li.kwicks-expanded {
  width: 450px;
}
.college li.kwicks-expanded .pt,.college li.kwicks-expanded .pt2 {
  position: absolute;
  top: 191px;
  line-height: 48px;
  padding: 0px;
  height: 48px;
  width: 100%;
  font-family: "Helvetica";
}
.college li img {
  height: 240px;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 0px;
}
.college li a:hover .pt,.college li a:hover .pt2 {
  color: #53bee3;
  text-decoration: underline;
}
.alumni {
  padding-bottom: 30px;
}
.iMain.main .title .more {
  font-family: Helvetica;
}
.iMain.main .title h3 em {
  font-family: Helvetica;
}
.college .title h3 em {
  font-family: Helvetica;
}
.student.student_box .title h3 em {
  font-family: Helvetica;
}
.question.question_box .title h3 em {
  font-family: Helvetica;
}
.student {
  position: relative;
  height: 260px;
}
.student_box .slick-dots {
  display: none !important;
}
.student_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-prev:hover {
  opacity: 1;
}
.student_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-next:hover {
  opacity: 1;
}
.student_box .slick-slide {
  position: relative;
}
.student_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.student_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.student_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumnilist {
  position: relative;
  height: 265px;
}
.alumni_box .title {
  padding: 10px 0 10px 0;
}
.alumni_box .slick-dots {
  display: none !important;
}
.alumni_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-prev:hover {
  opacity: 1;
}
.alumni_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-next:hover {
  opacity: 1;
}
.alumni_box .slick-slide {
  position: relative;
}
.alumni_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.alumni_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.alumni_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumni_box .slick-slide img {
  width: 190px;
  height: 190px;
}
/*.alumni_box li{ float:left; width:200px; height:200px; margin:0px 30px 20px 0; position:relative; overflow:hidden;}*/
.alumni_box .slick-slide .alumntext {
  display: none;
  position: absolute;
  width: 190px;
  height: 190px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_box .slick-slide .alumntext p {
  padding: 15px 0px 0 15px;
}
.alumni_box .slick-slide a:hover .alumntext {
  display: block;
}
.question {
  position: relative;
  height: 290px;
}
.question_box .slideshow {
  margin: 0 auto;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -495px;
}
.question_box .slick-dots {
  display: none !important;
}
.question_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-prev:hover {
  opacity: 1;
}
.question_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-next:hover {
  opacity: 1;
}
.question_box .slick-slide {
  position: relative;
}
.question_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.question_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.question_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.question_box .slick-slide img {
  width: 190px;
  height: 200px;
}
.question_box .slick-slide .p1 {
  background-color: #f6f6f6;
  width: 190px;
  height: 187px;
}
.question_box .slick-slide .p1 span {
  color: #e43e03;
  padding-right: 5px;
}
.question_box .slick-slide .p1 .np1 {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 12px;
  overflow: hidden;
  height: 52px;
  line-height: 22px;
}
.question_box .slick-slide .p1 .np2 {
  padding: 18px 12px;
  overflow: hidden;
  height: 50px;
}
.footer {
  height: 215px;
  background-color: #000;
  text-align: center;
}
.footer .p1 {
  height: 24px;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
}
.footer .p1 span {
  padding: 0 15px;
}
.footer .p1 a {
  color: #fff;
  font-size: 13px;
}
.footer .p1 a:hover {
  text-decoration: underline;
}
.footer .p2 {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.footer .p2 a {
  color: #fff;
  font-size: 13px;
  margin: 0 3px;
}
.footer .p2 a:hover {
  text-decoration: underline;
}
.footer .p2 span {
  padding: 0 3px;
}
/*内页*/
.crumbs {
  background: #f0f0f0;
  height: 107px;
}
.crumbs .p1 {
  height: 48px;
  line-height: 48px;
  padding-top: 1px;


  overflow:hidden;
}
.crumbs .p1 a:hover {
  text-decoration: underline;
}
.crumbs .p1 em {
  font-style: normal;
  padding: 0 8px;
}
.crumbs .p2 {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  font-family: "Helvetica";


  overflow:hidden;
}
.crumbs .p1 span {
  color: #53bee3;
  font-family: "Helvetica";
}
.pg {
  padding: 50px 0 100px 0;
}
.pg_fl {
  width: 204px;
  float: left;
}
.pg_fl li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
}
.pg_fl li a {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 0 18px;
  height: 39px;
  line-height: 39px;
}
.pg_fl li a:hover,
.pg_fl li.current a {
  background-color: #53bee3;
  border-bottom: 1px solid #53bee3;
  color: #fff;
}
.pg_fr {
  width: 720px;
  float: right;
}
/*关于我们*/
.about .p1 {
  font-size: 14px;
}
.about .p1 img {
  margin: 0 2px 10px 2px;
}
.about .p1 a {
  text-decoration: underline;
}
.more1 {
  padding-top: 20px;
}
.more1 a {
  background-color: #53bee3;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
}
.more1 a:hover {
  background-color: #53bee3;
}
/*新闻动态*/
.news_list {
  padding-bottom: 30px;
}
.news_list li {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.news_list li a {
  color: #000;
}
.news_list li a:hover {
  color: #53bee3;
}
.ser_list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.ser_list li a {
  color: #000;
}
.ser_list li a:hover {
  color: #53bee3;
}
.news_list li .img {
  width: 200px;
  float: left;
}
.news_list li .text {
  padding-left: 220px;
}
.news_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.news_list li .text h3 span {
  float: right;
  color: #999;
  font-weight: normal;
}
.news_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 80px;
  overflow: hidden;
}
.news_list li .more {
  font-size: 12px;
}
.news .news_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.news .news_info img {
  margin: 5px;
  max-width: 700px;
}
.news .news_tit {
  text-align: center;
  font-size: 20px;
  font-family: "宋体";
  line-height: 40px;
  color: #333;
  font-weight: 800;
}
.news .news_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "宋体";
  font-weight: normal;
  color: #999;
}
.news .prenext {
  color: #333;
  margin: 5px 0 10px;
}
.news .prenext a {
  color: #333;




  height:24px;
  overflow:hidden;
  display:block;
}
.news .otherlist {
  color: #333;
}
.news .otherlist h4 {
  margin: 5px 0;
}
.news .otherlist li {
  float: left;
  width: 340px;
  margin: 0 5px;
  line-height: 26px;


  display:block;
  height:24px;
  overflow:hidden;
}
/*语言*/
.language ul {
  width: 173px;
  float: left;
  padding: 0 18px 18px 18px;
}
.language ul li h3 {
  background-color: #53bee3;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  margin-bottom: 15px;
}
.language ul li h3 span {
  color: #fff;
}
.language ul li a {
  display: block;
  padding: 3px 0 3px 25px;
}
.language .a {
  text-decoration: underline;
  color: #53bee3;
}
/*入学要求*/
.process .p1 {
  font-size: 14px;
  line-height: 24px;
}
.process .p1 h3 {
  font-weight: bold;
  color: #000;
  height: 18px;
  line-height: 18px;
  padding-bottom: 20px;
}
.process .p1 h3 em {
  background-color: #53bee3;
  width: 11px;
  height: 12px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.process .p1 img {
  margin: 0 2px 10px 2px;
}
/*留学评估*/
.assess_t {
  padding-bottom: 30px;
}
.assess_t .p1 {
  font-size: 14px;
  line-height: 24px;
}
.assess_t .p2 {
  padding-top: 20px;
}
.assess_t .p2 a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  text-align: center;
  line-height: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
  width: 110px;
}
.assess_t .p2 a:hover {
  background-color: #008480;
}
.assess_list {
  padding-bottom: 30px;
}
.assess_list li {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 9px;
}
.assess_list li a {
  color: #000;
}
.assess_list li a:hover {
  color: #53bee3;
}
.assess_list li .img {
  width: 200px;
  float: left;
}
.assess_list li .text {
  padding-left: 220px;
}
.assess_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.assess_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 65px;
  overflow: hidden;
}
.assess_list li .more a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.assess_list li .more a:hover {
  background-color: #008480;
}
.assess_list li .more span {
  float: right;
  color: #999;
  font-weight: normal;
  padding-top: 12px;
}
/*问答社区*/
.nquestion_t {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.nquestion_t .textarea {
  width: 338px;
  height: 118px;
  resize: none;
  display: block;
  padding: 10px;
  margin-bottom: 12px;
}
.nquestion_t .input_b {
  width: 126px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: #53bee3;
  cursor: pointer;
  color: #fff;
}
.nquestion_list li {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 12px;
}
.nquestion_list li em {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.nquestion_list li p {
  padding-left: 63px;
}
.nquestion_list li .p1 {
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.nquestion_list li .p1 em {
  background-color: #53bee3;
}
.nquestion_list li .p2 {
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.nquestion_list li .p2 em {
  background-color: #ff8000;
}
/*学生作品*/
.works_list ul {
  width: 110%;
}
.works_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.works_list .moreC2 {
  cursor: pointer;
  display: none;
  position: absolute;
  background: url("https://www.rehab-benry.com/images/name3.png") no-repeat center center;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: 25;
}
.alumni_list ul {
  width: 110%;
}
.alumni_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.alumni_list li .text {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_list li .text p {
  padding: 15px 0 0  15px ;
}
.alumni_list li a:hover .text {
  display: block;
}
.alumni .alumni_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.alumni .alumni_info img {
  margin: 5px;
  max-width: 700px;
}
.alumni .alumni_tit {
  text-align: left;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 40px;
  color: #333;
  font-weight: 400;
}
.alumni .alumni_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #999;
}
.pagelist {
  margin-top: 25px;
  clear: both;
}
.pagelist span,
.pagelist a {
  float: left;
  padding: 2px 4px 2px;
  color: #666;
}
.pagelist a.current,
.pagelist a:hover,#AspNetPager1 cpb {
  color: #116ca4;
}
a.files {
  margin: 0 auto;
  overflow: hidden;
  background: url("https://www.rehab-benry.com/images/upfile_bg.gif") left top no-repeat;
  font-size: 18px;
  vertical-align: middle;
  *display: inline-block;
}
a.files input {
  font-size: 24px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
a.files,
a.files input {
  outline: none;
}
.uploading {
  padding-left: 18px;
  display: none;
  line-height: 24px;
  height: 24px;
  color: #333;
}
/*登录*/
.logininfo h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.logininfo td {
  padding-bottom: 15px;
}
.logininfo th {
  text-align: left;
  padding-bottom: 15px;
  width: 105px;
}
.ipt {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  padding: 3px 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
label.error {
  color: #F00;
}
.ipt_y {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.nomar {
  float: left;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #53bee3;
  color: #fff;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}
a.files {
  width: 100px;
  cursor: pointer;
}
a.files input {
  width: 100px;
  cursor: pointer;
  height: 26px;
}
.ibanr .main {
  height: 454px;
}
.ibanr .btext {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 90px;
  background: #000;
opacity:0.5;
}
.ibanr .btext h3 {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  padding-top: 10px;
}
.ibanr .btext h3 a {
  color: #fff;
  text-decoration: underline;
  height: auto;
  font-family: 宋体;
}
.ibanr .btext p {
  font-size: 14px;
  color: #cccccc;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.footer .p3 {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}
.questionsearch {
  width: 710px;
  background: url("https://www.rehab-benry.com/images/questionsearch.png") no-repeat;
  height: 28px;
  margin-bottom: 10px;
}
.questionsearch .ipt_t {
  width: 650px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.questionsearch .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.lxwm {
  overflow: hidden;
}
.lxwm a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.lxwm a:hover {
  background-color: #008480;
}
.xylist {
  width: 720px;
  padding-top: 40px;
}
.xylist li {
  width: 237px;
  float: left;
  margin-bottom: 15px;
}
.xylist li img {
  width: 222px;
  height: 166px;
  display: block;
  margin: 0 !important;
}
.zmapbox {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: url("https://www.rehab-benry.com/images/tm.png") repeat;
}
.zmapbox img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.zmap {
  cursor: pointer;
}
.slick-next,
.slick-prev {
  overflow: hidden;
}
.assess_t .p2 .np1 a {
  float: left;
  margin: 0 5px;
}
/*share*/
body {
  color: #6f6f6f;
  font-family: \5FAE\8F6F\96C5\9ED1;
  background-color: #fff;
  font-size: 14px;
  min-width: 1000px;
}
a {
  color: #6f6f6f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #53bee3;
}
i {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.main {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
/*首页*/
.header {
  background-color: #000;
  height: 160px;
}
.logo {
  position: absolute;
  top: 20px;
}
.login {
  height: 24px;
  line-height: 24px;
  top: 18px;
  right: 10px;
   
  position: absolute;
  font-size: 14px;
}
.login a {
  color: #c7c7c7;
}
.login a:hover {
  color: #e43e03;
}
.login span {
  margin: 0 10px;
}
/*.search {
  width: 184px;
  position: absolute;
  top: 47px;
  right: 10px;
  background: url("https://www.rehab-benry.com/images/search.jpg") no-repeat;
  height: 28px;
}*/
.search .ipt_t {
  width: 132px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.search .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.search .ser {
  width: 32px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.menu {
  height: 50px;
  background-color: #000000;
  position: absolute;
  top: 110px;
  width: 100%;
}
.menu .main {
  z-index: 9999;
}
.menu ul {
  height: 50px;
}
.menu li {
  float: left;
  width: 110px;
  position: relative;
}
.menu li h2 {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.menu li h2 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.menu li h2 a:hover,
.menu li.current h2 a {
  background-color: #53bee3;
  color: #fff;
}
.menu li .box {
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
}
.menu li .box a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d4;
  text-align: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  height: 40px;
}
.menu li .box a:hover {
  color: #fff;
  background-color: #53bee3;
}
.banner {
  height: 454px;
  background-color: #000;
}
.ibanr {
  height: 454px;
  position: relative;
}
.ibanr .img {
  width: 100%;
  height: 454px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ibanr .img li {
  width: 100%;
  height: 454px;
  float: left;
  background: no-repeat top center;
  background-size: cover;
}
.ibanr .img li a {
  display: block;
  width: 100%;
  height: 454px;
}
.ibanr .page {
  position: absolute;
  top: 75px;
  z-index: 20;
  text-align: center;
  left: 10%;
}
.ibanr .page span {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  display: block;
  margin-bottom: 8px;
  *zoom: 1;
  font-size: 0;
  text-indent: 0;
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0 -78px;
  cursor: pointer;
}
.ibanr .page span.current {
  background-position: 0 -65px;
}
.ibanr .prev {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px 0px;
  width: 25px;
  height: 44px;
  position: absolute;
  left: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .prev:hover {
  background-position: -28px 0px;
}
.ibanr .next {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px -45px;
  width: 25px;
  height: 44px;
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .next:hover {
  background-position: -28px -45px;
}
.title {
  padding: 30px 0 0px 0;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.title h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #4d4d4d;
}
.title h3 em {
  font-size: 12px;
  font-style: normal;
  padding-left: 10px;
  color: #9d9d9d;
}
.title a.more {
  float: right;
}
.title a.btn_more {
  display: block;
  text-align: center;
  line-height: 29px;
  background-color: #03a8e4;
  border-radius: 3px;
  color: #fff;
  width: 68px;
  height: 29px;
  float: right;
  margin-right: 15px;
}
.title a.btn_more:hover {
  background-color: #03a8e4;
}
.home_news {
  padding-bottom: 7px;
}
.home_news .p1 {
  float: left;
  width: 444px;
  padding: 0 35px 5px 0;
  border-right: 1px solid #d1d1d1;
}
.home_news .p1 .img {
  float: left;
}
.home_news .p1 .img img {
  border-radius: 5px;
}
.home_news .p1 .text {
  margin-left: 210px;
}
.home_news .p1 .text .h4 {
  font-size: 16px;
  color: #ce3e0b;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.home_news .p1 .text .p {
  font-size: 12px;
  line-height: 20px;
  height: 84px;
  overflow: hidden;
  padding-top: 5px;
}
.home_news .p2 {
  float: right;
  width: 447px;
  padding-right: 18px;
}
.home_news .p2 ul {
  margin-top: -13px;
}
.home_news .p2 li {
  background: url("https://www.rehab-benry.com/images/activity_line.jpg") bottom repeat-x;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 5px;
}
.home_news .p2 li span {
  float: right;
}
.home_news .p2 li a {
  color: #7e7e7e;
}
.home_news .p2 li a:hover {
  color: #ce3e0b;
}
.college {
  padding-bottom: 30px;
}
.sr-bdimgshare .bdimgshare-content {
  display: none !important;
}
.sr-bdimgshare-black .bdimgshare-bg {
  background: none !important;
}
.college ul {
  width: 990px;
  position: relative;
  height: 240px;
}
.college li {
  position: absolute;
  top: 0px;
  height: 240px;
  width: 108px;
  overflow: hidden;
}
.college li .pt ,.college li .pt2{
  z-index: 2;
  text-align: center;
  font-size: 16px;
  width: 18px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  line-height: 20px;
  padding: 45px 45px 0 45px;
  color: #fff;
}
.college li.kwicks-expanded {
  width: 450px;
}
.college li.kwicks-expanded .pt,.college li.kwicks-expanded .pt2 {
  position: absolute;
  top: 191px;
  line-height: 48px;
  padding: 0px;
  height: 48px;
  width: 100%;
  font-family: "Helvetica";
}
.college li img {
  height: 240px;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 0px;
}
.college li a:hover .pt ,.college li a:hover .pt2{
  color: #53bee3;
  text-decoration: underline;
}
.alumni {
  padding-bottom: 30px;
}
.iMain.main .title .more {
  font-family: Helvetica;
}
.iMain.main .title h3 em {
  font-family: Helvetica;
}
.college .title h3 em {
  font-family: Helvetica;
}
.student.student_box .title h3 em {
  font-family: Helvetica;
}
.question.question_box .title h3 em {
  font-family: Helvetica;
}
.student {
  position: relative;
  height: 260px;
}
.student_box .slick-dots {
  display: none !important;
}
.student_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-prev:hover {
  opacity: 1;
}
.student_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-next:hover {
  opacity: 1;
}
.student_box .slick-slide {
  position: relative;
}
.student_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.student_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.student_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumnilist {
  position: relative;
  height: 265px;
}
.alumni_box .title {
  padding: 10px 0 10px 0;
}
.alumni_box .slick-dots {
  display: none !important;
}
.alumni_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-prev:hover {
  opacity: 1;
}
.alumni_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-next:hover {
  opacity: 1;
}
.alumni_box .slick-slide {
  position: relative;
}
.alumni_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.alumni_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.alumni_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumni_box .slick-slide img {
  width: 190px;
  height: 190px;
}
/*.alumni_box li{ float:left; width:200px; height:200px; margin:0px 30px 20px 0; position:relative; overflow:hidden;}*/
.alumni_box .slick-slide .alumntext {
  display: none;
  position: absolute;
  width: 190px;
  height: 190px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_box .slick-slide .alumntext p {
  padding: 15px 0px 0 15px;
}
.alumni_box .slick-slide a:hover .alumntext {
  display: block;
}
.question {
  position: relative;
  height: 290px;
}
.question_box .slideshow {
  margin: 0 auto;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -495px;
}
.question_box .slick-dots {
  display: none !important;
}
.question_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-prev:hover {
  opacity: 1;
}
.question_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-next:hover {
  opacity: 1;
}
.question_box .slick-slide {
  position: relative;
}
.question_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.question_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.question_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.question_box .slick-slide img {
  width: 190px;
  height: 200px;
}
.question_box .slick-slide .p1 {
  background-color: #f6f6f6;
  width: 190px;
  height: 187px;
}
.question_box .slick-slide .p1 span {
  color: #e43e03;
  padding-right: 5px;
}
.question_box .slick-slide .p1 .np1 {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 12px;
  overflow: hidden;
  height: 52px;
  line-height: 22px;
}
.question_box .slick-slide .p1 .np2 {
  padding: 18px 12px;
  overflow: hidden;
  height: 50px;
}
.footer {
  height: 215px;
  background-color: #000;
  text-align: center;
}
.footer .p1 {
  height: 24px;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
}
.footer .p1 span {
  padding: 0 15px;
}
.footer .p1 a {
  color: #fff;
  font-size: 13px;
}
.footer .p1 a:hover {
  text-decoration: underline;
}
.footer .p2 {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.footer .p2 a {
  color: #fff;
  font-size: 13px;
  margin: 0 3px;
}
.footer .p2 a:hover {
  text-decoration: underline;
}
.footer .p2 span {
  padding: 0 3px;
}
/*内页*/
.crumbs {
  background: #D6D6D4;
  width: 100%;
  height: 107px;
}
.crumbs .p1 {
  height: 48px;
  line-height: 48px;
  padding-top: 1px;
}
.crumbs .p1 a:hover {
  text-decoration: underline;
}
.crumbs .p1 em {
  font-style: normal;
  padding: 0 8px;
}
.crumbs .p2 {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  font-family: "Helvetica";
}
.crumbs .p1 span {
  color: #53bee3;
  font-family: "Helvetica";
}
.pg {
  padding: 50px 0 100px 0;
}
.pg_fl {
  width: 204px;
  float: left;
}
.pg_fl li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
}
.pg_fl li a {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 0 18px;
  height: 39px;
  line-height: 39px;
}
.pg_fl li a:hover,
.pg_fl li.current a {
  background-color: #53bee3;
  border-bottom: 1px solid #53bee3;
  color: #fff;
}
.pg_fr {
  width: 720px;
  float: right;
}
/*关于我们*/
.about .p1 {
  font-size: 14px;
}
.about .p1 img {
  margin: 0 2px 10px 2px;
}
.about .p1 a {
  text-decoration: underline;
}
.more1 {
  padding-top: 20px;
}
.more1 a {
  background-color: #53bee3;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
}
.more1 a:hover {
  background-color: #53bee3;
}
/*新闻动态*/
.news_list {
  padding-bottom: 30px;
}
.news_list li {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.news_list li a {
  color: #000;
}
.news_list li a:hover {
  color: #53bee3;
}
.ser_list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.ser_list li a {
  color: #000;
}
.ser_list li a:hover {
  color: #53bee3;
}
.news_list li .img {
  width: 200px;
  height: 130px;
  position: relative;
  float: left;
}
.news_list li .text {
  padding-left: 220px;
}
.news_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
.news_list li .text h3 span {
  float: right;
  color: #999;
  font-weight: normal;
}
.news_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 22px;
  padding-top: 5px;
  height: 70px;
  overflow: hidden;
}
.news_list li .more {
  font-size: 12px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
}
.news .news_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.news .news_info img {
  margin: 5px;
  max-width: 700px;
}
.news .news_tit {
  text-align: center;
  font-size: 20px;
  font-family: "宋体";
  line-height: 40px;
  color: #333;
  font-weight: 800;
}
.news .news_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "宋体";
  font-weight: normal;
  color: #999;
}
.news .prenext {
  color: #333;
  margin: 5px 0 10px;
}
.news .prenext a {
  color: #333;
}
.news .otherlist {
  color: #333;
}
.news .otherlist h4 {
  margin: 5px 0;
}
.news .otherlist li {
  float: left;
  width: 340px;
  margin: 0 5px;
  line-height: 26px;
}
/*语言*/
.language ul {
  width: 173px;
  float: left;
  padding: 0 18px 18px 18px;
}
.language ul li h3 {
  background-color: #53bee3;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  margin-bottom: 15px;
}
.language ul li h3 span {
  color: #fff;
}
.language ul li a {
  display: block;
  padding: 3px 0 3px 25px;
}
.language .a {
  text-decoration: underline;
  color: #53bee3;
}
/*入学要求*/
.process .p1 {
  font-size: 14px;
  line-height: 24px;
}
.process .p1 h3 {
  font-weight: bold;
  color: #000;
  height: 18px;
  line-height: 18px;
  padding-bottom: 20px;
}
.process .p1 h3 em {
  background-color: #53bee3;
  width: 11px;
  height: 12px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.process .p1 img {
  margin: 0 2px 10px 2px;
}
/*留学评估*/
.assess_t {
  padding-bottom: 30px;
}
.assess_t .p1 {
  font-size: 14px;
  line-height: 24px;
}
.assess_t .p2 {
  padding-top: 20px;
}
.assess_t .p2 a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  text-align: center;
  line-height: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
  width: 110px;
}
.assess_t .p2 a:hover {
  background-color: #008480;
}
.assess_list {
  padding-bottom: 30px;
}
.assess_list li {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 9px;
}
.assess_list li a {
  color: #000;
}
.assess_list li a:hover {
  color: #53bee3;
}
.assess_list li .img {
  width: 200px;
  float: left;
}
.assess_list li .text {
  padding-left: 220px;
}
.assess_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.assess_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 65px;
  overflow: hidden;
}
.assess_list li .more a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.assess_list li .more a:hover {
  background-color: #008480;
}
.assess_list li .more span {
  float: right;
  color: #999;
  font-weight: normal;
  padding-top: 12px;
}
/*问答社区*/
.nquestion_t {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.nquestion_t .textarea {
  width: 338px;
  height: 118px;
  resize: none;
  display: block;
  padding: 10px;
  margin-bottom: 12px;
}
.nquestion_t .input_b {
  width: 126px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: #53bee3;
  cursor: pointer;
  color: #fff;
}
.nquestion_list li {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 12px;
}
.nquestion_list li em {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.nquestion_list li p {
  padding-left: 63px;
}
.nquestion_list li .p1 {
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.nquestion_list li .p1 em {
  background-color: #53bee3;
}
.nquestion_list li .p2 {
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.nquestion_list li .p2 em {
  background-color: #ff8000;
}
/*学生作品*/
.works_list ul {
  width: 110%;
}
.works_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.works_list .moreC2 {
  cursor: pointer;
  display: none;
  position: absolute;
  background: url("https://www.rehab-benry.com/images/name3.png") no-repeat center center;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: 25;
}
.alumni_list ul {
  width: 110%;
}
.alumni_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.alumni_list li .text {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_list li .text p {
  padding: 15px 0 0  15px ;
}
.alumni_list li a:hover .text {
  display: block;
}
.alumni .alumni_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.alumni .alumni_info img {
  margin: 5px;
  max-width: 700px;
}
.alumni .alumni_tit {
  text-align: left;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 40px;
  color: #333;
  font-weight: 400;
}
.alumni .alumni_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #999;
}
.pagelist {
  margin-top: 25px;
  clear: both;
}
.pagelist span,
.pagelist a {
  float: left;
  padding: 2px 4px 2px;
  color: #666;
}
.pagelist span.current,
.pagelist a:hover {
  color: #116ca4;
}
a.files {
  margin: 0 auto;
  overflow: hidden;
  background: url("https://www.rehab-benry.com/images/upfile_bg.gif") left top no-repeat;
  font-size: 18px;
  vertical-align: middle;
  *display: inline-block;
}
a.files input {
  font-size: 24px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
a.files,
a.files input {
  outline: none;
}
.uploading {
  padding-left: 18px;
  display: none;
  line-height: 24px;
  height: 24px;
  color: #333;
}
/*登录*/
.logininfo h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.logininfo td {
  padding-bottom: 15px;
}
.logininfo th {
  text-align: left;
  padding-bottom: 15px;
  width: 105px;
}
.ipt {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  padding: 3px 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
label.error {
  color: #F00;
}
.ipt_y {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.nomar {
  float: left;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #53bee3;
  color: #fff;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}
a.files {
  width: 100px;
  cursor: pointer;
}
a.files input {
  width: 100px;
  cursor: pointer;
  height: 26px;
}
.ibanr .main {
  height: 454px;
}
.ibanr .btext {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 90px;
  background: #000;
}
.ibanr .btext h3 {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  padding-top: 10px;
}
.ibanr .btext h3 a {
  color: #fff;
  text-decoration: underline;
  height: auto;
  font-family: 宋体;
}
.ibanr .btext p {
  font-size: 14px;
  color: #cccccc;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.footer .p3 {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}
.questionsearch {
  width: 710px;
  background: url("https://www.rehab-benry.com/images/questionsearch.png") no-repeat;
  height: 28px;
  margin-bottom: 10px;
}
.questionsearch .ipt_t {
  width: 650px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.questionsearch .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.lxwm {
  overflow: hidden;
}
.lxwm a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.lxwm a:hover {
  background-color: #008480;
}
.xylist {
  width: 720px;
  padding-top: 40px;
}
.xylist li {
  width: 237px;
  float: left;
  margin-bottom: 15px;
}
.xylist li img {
  width: 222px;
  height: 166px;
  display: block;
  margin: 0 !important;
}
.zmapbox {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: url("https://www.rehab-benry.com/images/tm.png") repeat;
}
.zmapbox img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.zmap {
  cursor: pointer;
}
.slick-next,
.slick-prev {
  overflow: hidden;
}
.assess_t .p2 .np1 a {
  float: left;
  margin: 0 5px;
}
/*share*/
.lunyi_text {
  font-size: 24px;
  color: #ff0000;
  line-height: 60px;
  font-weight: 100;
  font-family: arial, helvetica, sans-serif;
}
.lun_text {
  color: #222;
  font-size: 16px;
  height: 20px;
  line-height: 24px;
}
.lun_text2 {
  color: #222;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin-top: 20px;
}
.lun_text2 b {
  font-weight: bold;
  color: #ff0000;
  font-size: 26px;
}
.lun_text2 u {
  color: #222;
  font-weight: bold;
}
.lun_web {
  color: #1155CC;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.lun_web a {
  color: #1155CC;
}
.lun_web a:hover {
  color: #222;
}
body {
  color: #6f6f6f;
  font-family: \5FAE\8F6F\96C5\9ED1;
  background-color: #fff;
  font-size: 14px;
  min-width: 1000px;
}
a {
  color: #6f6f6f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #53bee3;
}
i {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.main {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
/*首页*/
.header {
  background-color: #000;
  height: 160px;
}
.logo {
  position: absolute;
  top: 20px;
}
.login {
  height: 24px;
  line-height: 24px;
  top: 18px;
  right: 10px;
  
  position: absolute;
  font-size: 14px;
}
.login a {
  color: #c7c7c7;
}
.login a:hover {
  color: #e43e03;
}
.login span {
  margin: 0 10px;
}
/*.search {
  width: 184px;
  position: absolute;
  top: 47px;
  right: 10px;
  background: url("https://www.rehab-benry.com/images/search.jpg") no-repeat;
  height: 28px;
}*/
.search .ipt_t {
  width: 132px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.search .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.search .ser {
  width: 32px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.menu {
  height: 50px;
  background-color: #000000;
  position: absolute;
  top: 110px;
  width: 100%;
}
.menu .main {
  z-index: 9999;
}
.menu ul {
  height: 50px;
}
.menu li {
  float: left;
  width: 110px;
  position: relative;
}
.menu li h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.menu li h2 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.menu li h2 a:hover,
.menu li.current h2 a {
  background-color: #53bee3;
  color: #fff;
}
.menu li .box {
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
}
.menu li .box a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d4;
  text-align: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  height: 40px;
}
.menu li .box a:hover {
  color: #fff;
  background-color: #53bee3;
}
.banner {
  height: 454px;
  background-color: #000;
}
.ibanr {
  height: 454px;
  position: relative;
}
.ibanr .img {
  width: 100%;
  height: 454px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ibanr .img li {
  width: 100%;
  height: 454px;
  float: left;
  background: no-repeat top center;
  background-size: cover;
}
.ibanr .img li a {
  display: block;
  width: 100%;
  height: 454px;
}
.ibanr .page {
  position: absolute;
  top: 75px;
  z-index: 20;
  text-align: center;
  left: 10%;
}
.ibanr .page span {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  display: block;
  margin-bottom: 8px;
  *zoom: 1;
  font-size: 0;
  text-indent: 0;
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0 -78px;
  cursor: pointer;
}
.ibanr .page span.current {
  background-position: 0 -65px;
}
.ibanr .prev {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px 0px;
  width: 25px;
  height: 44px;
  position: absolute;
  left: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .prev:hover {
  background-position: -28px 0px;
}
.ibanr .next {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px -45px;
  width: 25px;
  height: 44px;
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .next:hover {
  background-position: -28px -45px;
}
.title {
  padding: 30px 0 0px 0;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.title h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #4d4d4d;
}
.title h3 em {
  font-size: 12px;
  font-style: normal;
  padding-left: 10px;
  color: #9d9d9d;
}
.title a.more {
  float: right;
}
.title a.btn_more {
  display: block;
  text-align: center;
  line-height: 29px;
  background-color: #03a8e4;
  border-radius: 3px;
  color: #fff;
  width: 68px;
  height: 29px;
  float: right;
  margin-right: 15px;
}
.title a.btn_more:hover {
  background-color: #03a8e4;
}
.home_news {
  padding-bottom: 7px;
}
.home_news .p1 {
  float: left;
  width: 444px;
  padding: 0 35px 5px 0;
  border-right: 1px solid #d1d1d1;
}
.home_news .p1 .img {
  float: left;
}
.home_news .p1 .img img {
  border-radius: 5px;
}
.home_news .p1 .text {
  margin-left: 210px;
}
.home_news .p1 .text .h4 {
  font-size: 16px;
  color: #ce3e0b;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.home_news .p1 .text .p {
  font-size: 12px;
  line-height: 20px;
  height: 84px;
  overflow: hidden;
  padding-top: 5px;
}
.home_news .p2 {
  float: right;
  width: 447px;
  padding-right: 18px;
}
.home_news .p2 ul {
  margin-top: -13px;
}
.home_news .p2 li {
  background: url("https://www.rehab-benry.com/images/activity_line.jpg") bottom repeat-x;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 5px;
}
.home_news .p2 li span {
  float: right;
}
.home_news .p2 li a {
  color: #7e7e7e;
}
.home_news .p2 li a:hover {
  color: #ce3e0b;
}
.college {
  padding-bottom: 30px;
}
.college ul {
  width: 990px;
  position: relative;
  height: 240px;
}
.college li {
  position: absolute;
  top: 0px;
  height: 240px;
  width: 108px;
  overflow: hidden;
}
.college li .pt ,.college li .pt2{
  z-index: 2;
  text-align: center;
  font-size: 16px;
  width: 18px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  line-height: 20px;
  padding: 45px 45px 0 45px;
  color: #fff;
}
.college li.kwicks-expanded {
  width: 450px;
}
.college li.kwicks-expanded .pt,.college li.kwicks-expanded .pt2 {
  position: absolute;
  top: 191px;
  line-height: 48px;
  padding: 0px;
  height: 48px;
  width: 100%;
  font-family: "Helvetica";
}
.college li img {
  height: 240px;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 0px;
}
.college li a:hover .pt,.college li a:hover .pt2 {
  color: #53bee3;
  text-decoration: underline;
}
.alumni {
  padding-bottom: 30px;
}
.iMain.main .title .more {
  font-family: Helvetica;
}
.iMain.main .title h3 em {
  font-family: Helvetica;
}
.college .title h3 em {
  font-family: Helvetica;
}
.student.student_box .title h3 em {
  font-family: Helvetica;
}
.question.question_box .title h3 em {
  font-family: Helvetica;
}
.student {
  position: relative;
  height: 260px;
}
.student_box .slick-dots {
  display: none !important;
}
.student_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-prev:hover {
  opacity: 1;
}
.student_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-next:hover {
  opacity: 1;
}
.student_box .slick-slide {
  position: relative;
}
.student_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.student_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.student_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumnilist {
  position: relative;
  height: 265px;
}
.alumni_box .title {
  padding: 10px 0 10px 0;
}
.alumni_box .slick-dots {
  display: none !important;
}
.alumni_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-prev:hover {
  opacity: 1;
}
.alumni_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-next:hover {
  opacity: 1;
}
.alumni_box .slick-slide {
  position: relative;
}
.alumni_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.alumni_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.alumni_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumni_box .slick-slide img {
  width: 190px;
  height: 190px;
}
/*.alumni_box li{ float:left; width:200px; height:200px; margin:0px 30px 20px 0; position:relative; overflow:hidden;}*/
.alumni_box .slick-slide .alumntext {
  display: none;
  position: absolute;
  width: 190px;
  height: 190px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_box .slick-slide .alumntext p {
  padding: 15px 0px 0 15px;
}
.alumni_box .slick-slide a:hover .alumntext {
  display: block;
}
.question {
  position: relative;
  height: 290px;
}
.question_box .slideshow {
  margin: 0 auto;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -495px;
}
.question_box .slick-dots {
  display: none !important;
}
.question_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-prev:hover {
  opacity: 1;
}
.question_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-next:hover {
  opacity: 1;
}
.question_box .slick-slide {
  position: relative;
}
.question_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.question_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.question_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.question_box .slick-slide img {
  width: 190px;
  height: 200px;
}
.question_box .slick-slide .p1 {
  background-color: #f6f6f6;
  width: 190px;
  height: 187px;
}
.question_box .slick-slide .p1 span {
  color: #e43e03;
  padding-right: 5px;
}
.question_box .slick-slide .p1 .np1 {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 12px;
  overflow: hidden;
  height: 52px;
  line-height: 22px;
}
.question_box .slick-slide .p1 .np2 {
  padding: 18px 12px;
  overflow: hidden;
  height: 50px;
}
.footer {
  height: 215px;
  background-color: #000;
  text-align: center;
}
.footer .p1 {
  height: 24px;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
}
.footer .p1 span {
  padding: 0 15px;
}
.footer .p1 a {
  color: #fff;
  font-size: 13px;
}
.footer .p1 a:hover {
  text-decoration: underline;
}
.footer .p2 {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.footer .p2 a {
  color: #fff;
  font-size: 13px;
  margin: 0 3px;
}
.footer .p2 a:hover {
  text-decoration: underline;
}
.footer .p2 span {
  padding: 0 3px;
}
/*内页*/
.crumbs {
  background: #f0f0f0;
  height: 107px;
}
.crumbs .p1 {
  height: 48px;
  line-height: 48px;
  padding-top: 1px;
}
.crumbs .p1 a:hover {
  text-decoration: underline;
}
.crumbs .p1 em {
  font-style: normal;
  padding: 0 8px;
}
.crumbs .p2 {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  font-family: "Helvetica";
}
.crumbs .p1 span {
  color: #53bee3;
  font-family: "Helvetica";
}
.pg {
  padding: 50px 0 100px 0;
}
.pg_fl {
  width: 204px;
  float: left;
}
.pg_fl li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
}
.pg_fl li a {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 0 18px;
  height: 39px;
  line-height: 39px;
}
.pg_fl li a:hover,
.pg_fl li.current a {
  background-color: #53bee3;
  border-bottom: 1px solid #53bee3;
  color: #fff;
}
.pg_fr {
  width: 720px;
  float: right;
}
/*关于我们*/
.about .p1 {
  font-size: 14px;
}
.about .p1 img {
  margin: 0 2px 10px 2px;
}
.about .p1 a {
  text-decoration: underline;
}
.more1 {
  padding-top: 20px;
}
.more1 a {
  background-color: #53bee3;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
}
.more1 a:hover {
  background-color: #53bee3;
}
/*新闻动态*/
.news_list {
  padding-bottom: 30px;
}
.news_list li {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.news_list li a {
  color: #000;
}
.news_list li a:hover {
  color: #53bee3;
}
.ser_list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.ser_list li a {
  color: #000;
}
.ser_list li a:hover {
  color: #53bee3;
}
.news_list li .img {
  width: 200px;
  float: left;
}
.news_list li .text {
  padding-left: 220px;
}
.news_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.news_list li .text h3 span {
  float: right;
  color: #999;
  font-weight: normal;
}
.news_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 80px;
  overflow: hidden;
}
.news_list li .more {
  font-size: 12px;
}
.news .news_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.news .news_info img {
  margin: 5px;
  max-width: 700px;
}
.news .news_tit {
  text-align: center;
  font-size: 20px;
  font-family: "宋体";
  line-height: 40px;
  color: #333;
  font-weight: 800;
}
.news .news_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "宋体";
  font-weight: normal;
  color: #999;
}
.news .prenext {
  color: #333;
  margin: 5px 0 10px;
}
.news .prenext a {
  color: #333;
}
.news .otherlist {
  color: #333;
}
.news .otherlist h4 {
  margin: 5px 0;
}
.news .otherlist li {
  float: left;
  width: 340px;
  margin: 0 5px;
  line-height: 26px;
}
/*语言*/
.language ul {
  width: 173px;
  float: left;
  padding: 0 18px 18px 18px;
}
.language ul li h3 {
  background-color: #53bee3;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  margin-bottom: 15px;
}
.language ul li h3 span {
  color: #fff;
}
.language ul li a {
  display: block;
  padding: 3px 0 3px 25px;
}
.language .a {
  text-decoration: underline;
  color: #53bee3;
}
/*入学要求*/
.process .p1 {
  font-size: 14px;
  line-height: 24px;
}
.process .p1 h3 {
  font-weight: bold;
  color: #000;
  height: 18px;
  line-height: 18px;
  padding-bottom: 20px;
}
.process .p1 h3 em {
  background-color: #53bee3;
  width: 11px;
  height: 12px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.process .p1 img {
  margin: 0 2px 10px 2px;
}
/*留学评估*/
.assess_t {
  padding-bottom: 30px;
}
.assess_t .p1 {
  font-size: 14px;
  line-height: 24px;
}
.assess_t .p2 {
  padding-top: 20px;
}
.assess_t .p2 a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  text-align: center;
  line-height: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
  width: 110px;
}
.assess_t .p2 a:hover {
  background-color: #008480;
}
.assess_list {
  padding-bottom: 30px;
}
.assess_list li {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 9px;
}
.assess_list li a {
  color: #000;
}
.assess_list li a:hover {
  color: #53bee3;
}
.assess_list li .img {
  width: 200px;
  float: left;
}
.assess_list li .text {
  padding-left: 220px;
}
.assess_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.assess_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 65px;
  overflow: hidden;
}
.assess_list li .more a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.assess_list li .more a:hover {
  background-color: #008480;
}
.assess_list li .more span {
  float: right;
  color: #999;
  font-weight: normal;
  padding-top: 12px;
}
/*问答社区*/
.nquestion_t {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.nquestion_t .textarea {
  width: 338px;
  height: 118px;
  resize: none;
  display: block;
  padding: 10px;
  margin-bottom: 12px;
}
.nquestion_t .input_b {
  width: 126px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: #53bee3;
  cursor: pointer;
  color: #fff;
}
.nquestion_list li {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 12px;
}
.nquestion_list li em {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.nquestion_list li p {
  padding-left: 63px;
}
.nquestion_list li .p1 {
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.nquestion_list li .p1 em {
  background-color: #53bee3;
}
.nquestion_list li .p2 {
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.nquestion_list li .p2 em {
  background-color: #ff8000;
}
/*学生作品*/
.works_list ul {
  width: 110%;
}
.works_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.works_list .moreC2 {
  cursor: pointer;
  display: none;
  position: absolute;
  background: url("https://www.rehab-benry.com/images/name3.png") no-repeat center center;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: 25;
}
.alumni_list ul {
  width: 110%;
}
.alumni_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.alumni_list li .text {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_list li .text p {
  padding: 15px 0 0  15px ;
}
.alumni_list li a:hover .text {
  display: block;
}
.alumni .alumni_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.alumni .alumni_info img {
  margin: 5px;
  max-width: 700px;
}
.alumni .alumni_tit {
  text-align: left;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 40px;
  color: #333;
  font-weight: 400;
}
.alumni .alumni_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #999;
}
.pagelist {
  margin-top: 25px;
  clear: both;
}
.pagelist span,
.pagelist a {
  float: left;
  padding: 2px 4px 2px;
  color: #666;
}
.pagelist span.current,
.pagelist a:hover {
  color: #116ca4;
}
a.files {
  margin: 0 auto;
  overflow: hidden;
  background: url("https://www.rehab-benry.com/images/upfile_bg.gif") left top no-repeat;
  font-size: 18px;
  vertical-align: middle;
  *display: inline-block;
}
a.files input {
  font-size: 24px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
a.files,
a.files input {
  outline: none;
}
.uploading {
  padding-left: 18px;
  display: none;
  line-height: 24px;
  height: 24px;
  color: #333;
}
/*登录*/
.logininfo h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.logininfo td {
  padding-bottom: 15px;
}
.logininfo th {
  text-align: left;
  padding-bottom: 15px;
  font-size: 14px !important;
  width: 105px;
}
.ipt {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  padding: 3px 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
label.error {
  color: #F00;
}
.ipt_y {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.nomar {
  float: left;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #53bee3;
  color: #fff;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}
a.files {
  width: 100px;
  cursor: pointer;
}
a.files input {
  width: 100px;
  cursor: pointer;
  height: 26px;
}
.ibanr .main {
  height: 454px;
}
.ibanr .btext {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 90px;
  background: #000;
}
.ibanr .btext h3 {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  padding-top: 10px;
}
.ibanr .btext h3 a {
  color: #fff;
  text-decoration: underline;
  height: auto;
  font-family: 宋体;
}
.ibanr .btext p {
  font-size: 14px;
  color: #cccccc;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.footer .p3 {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}
.questionsearch {
  width: 710px;
  background: url("https://www.rehab-benry.com/images/qasearch.png") no-repeat !important;
  height: 28px;
  margin-bottom: 10px;
}
.questionsearch .ipt_t {
  width: 650px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.questionsearch .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.lxwm {
  overflow: hidden;
}
.lxwm a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.lxwm a:hover {
  background-color: #008480;
}
.xylist {
  width: 720px;
  padding-top: 40px;
}
.xylist li {
  width: 237px;
  float: left;
  margin-bottom: 15px;
}
.xylist li img {
  width: 222px;
  height: 166px;
  display: block;
  margin: 0 !important;
}
.zmapbox {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: url("https://www.rehab-benry.com/images/tm.png") repeat;
}
.zmapbox img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.zmap {
  cursor: pointer;
}
.slick-next,
.slick-prev {
  overflow: hidden;
}
.assess_t .p2 .np1 a {
  float: left;
  margin: 0 5px;
}
/*share*/
body {
  color: #6f6f6f;
  font-family: \5FAE\8F6F\96C5\9ED1;
  background-color: #fff;
  font-size: 14px;
  min-width: 1000px;
}
a {
  color: #6f6f6f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #53bee3;
}
i {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.main {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
/*首页*/
.header {
  background-color: #000;
  height: 160px;
}
.logo {
  position: absolute;
  top: 20px;
}
.login {
  height: 24px;
  line-height: 24px;
  top: 18px;
  right: 10px;
  
  position: absolute;
  font-size: 14px;
}
.login a {
  color: #c7c7c7;
}
.login a:hover {
  color: #e43e03;
}
.login span {
  margin: 0 10px;
}
/*.search {
  width: 184px;
  position: absolute;
  top: 47px;
  right: 10px;
  background: url("https://www.rehab-benry.com/images/search.jpg") no-repeat;
  height: 28px;
}*/
.search .ipt_t {
  width: 132px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.search .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.search .ser {
  width: 32px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.menu {
  height: 50px;
  background-color: #000000;
  position: absolute;
  top: 110px;
  width: 100%;
}
.menu .main {
  z-index: 9999;
}
.menu ul {
  height: 50px;
}
.menu li {
  float: left;
  width: 110px;
  position: relative;
}
.menu li:hover h2 {
  background: #53bee3;
}
.menu li h2 {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.menu li .active {
  background: #53bee3;
}
.menu li h2 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.menu li h2 a:hover,
.menu li.current h2 a {
  background-color: #53bee3;
  color: #fff;
}
.menu li .box {
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
}
.menu li .box a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d4;
  text-align: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  height: 40px;
}
.menu li .box a:hover {
  color: #fff;
  background-color: #53bee3;
}
.banner {
  height: 454px;
  background-color: #000;
}
.ibanr {
  height: 454px;
  position: relative;
}
.ibanr .img {
  width: 100%;
  height: 454px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ibanr .img li {
  width: 100%;
  height: 454px;
  float: left;
  background: no-repeat top center;
  background-size: cover;
}
.ibanr .img li a {
  display: block;
  width: 100%;
  height: 454px;
}
.ibanr .page {
  position: absolute;
  top: 75px;
  z-index: 20;
  text-align: center;
  left: 10%;
}
.ibanr .page span {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  display: block;
  margin-bottom: 8px;
  *zoom: 1;
  font-size: 0;
  text-indent: 0;
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0 -78px;
  cursor: pointer;
}
.ibanr .page span.current {
  background-position: 0 -65px;
}
.ibanr .prev {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px 0px;
  width: 25px;
  height: 44px;
  position: absolute;
  left: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .prev:hover {
  background-position: -28px 0px;
}
.ibanr .next {
  background: url("https://www.rehab-benry.com/images/ico.png") no-repeat 0px -45px;
  width: 25px;
  height: 44px;
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 999;
  margin-top: -60px;
}
.ibanr .next:hover {
  background-position: -28px -45px;
}
.title {
  padding: 30px 0 0px 0;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.title h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #4d4d4d;
}
.title h3 em {
  font-size: 12px;
  font-style: normal;
  padding-left: 10px;
  color: #9d9d9d;
}
.title a.more {
  float: right;
}
.title a.btn_more {
  display: block;
  text-align: center;
  line-height: 29px;
  background-color: #03a8e4;
  border-radius: 3px;
  color: #fff;
  width: 68px;
  height: 29px;
  float: right;
  margin-right: 15px;
}
.title a.btn_more:hover {
  background-color: #03a8e4;
}
.home_news {
  padding-bottom: 7px;
}
.home_news .p1 {
  float: left;
  width: 444px;
  padding: 0 35px 5px 0;
  border-right: 1px solid #d1d1d1;
}
.home_news .p1 .img {
  float: left;
}
.home_news .p1 .img img {
  border-radius: 5px;
}
.home_news .p1 .text {
  margin-left: 210px;
}
.home_news .p1 .text .h4 {
  font-size: 16px;
  color: #ce3e0b;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.home_news .p1 .text .p {
  font-size: 12px;
  line-height: 20px;
  height: 84px;
  overflow: hidden;
  padding-top: 5px;
}
.home_news .p2 {
  float: right;
  width: 447px;
  padding-right: 18px;
}
.home_news .p2 ul {
  margin-top: -13px;
}
.home_news .p2 li {
  background: url("https://www.rehab-benry.com/images/activity_line.jpg") bottom repeat-x;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 5px;
}
.home_news .p2 li span {
  float: right;
}
.home_news .p2 li a {
  color: #7e7e7e;
}
.home_news .p2 li a:hover {
  color: #ce3e0b;
}
.college {
  padding-bottom: 30px;
}
.college ul {
  width: 990px;
  position: relative;
  height: 240px;
}
.college li {
  position: absolute;
  top: 0px;
  height: 240px;
  width: 108px;
  overflow: hidden;
}
.college li .pt,.college li .pt2 {
  z-index: 2;
  text-align: center;
  font-size: 16px;
  width: 18px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/collegebg.png") repeat;
  line-height: 20px;
  padding: 45px 45px 0 45px;
  color: #fff;
}
.college li.kwicks-expanded {
  width: 450px;
}
.college li.kwicks-expanded .pt,.college li.kwicks-expanded .pt2 {
  position: absolute;
  top: 191px;
  line-height: 48px;
  padding: 0px;
  height: 48px;
  width: 100%;
  font-family: "Helvetica";
}
.college li img {
  height: 240px;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 0px;
}
.college li a:hover .pt ,.college li a:hover .pt2{
  color: #53bee3;
  text-decoration: underline;
}
.alumni {
  padding-bottom: 30px;
}
.iMain.main .title .more {
  font-family: Helvetica;
}
.iMain.main .title h3 em {
  font-family: Helvetica;
}
.college .title h3 em {
  font-family: Helvetica;
}
.student.student_box .title h3 em {
  font-family: Helvetica;
}
.question.question_box .title h3 em {
  font-family: Helvetica;
}
.student {
  position: relative;
  height: 260px;
}
.student_box .slick-dots {
  display: none !important;
}
.student_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-prev:hover {
  opacity: 1;
}
.student_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.student_box .slick-next:hover {
  opacity: 1;
}
.student_box .slick-slide {
  width: 190px;
  height: 190px;
  margin-right: 8px;
  position: relative;
}
.student_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.student_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.student_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumnilist {
  position: relative;
  height: 265px;
}
.alumni_box .title {
  padding: 10px 0 10px 0;
}
.alumni_box .slick-dots {
  display: none !important;
}
.alumni_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-prev:hover {
  opacity: 1;
}
.alumni_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.alumni_box .slick-next:hover {
  opacity: 1;
}
.alumni_box .slick-slide {
  position: relative;
}
.alumni_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.alumni_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.alumni_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.alumni_box .slick-slide img {
  width: 190px;
  height: 190px;
}
/*.alumni_box li{ float:left; width:200px; height:200px; margin:0px 30px 20px 0; position:relative; overflow:hidden;}*/
.alumni_box .slick-slide .alumntext {
  display: none;
  position: absolute;
  width: 190px;
  height: 190px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_box .slick-slide .alumntext p {
  padding: 15px 0px 0 15px;
}
.alumni_box .slick-slide a:hover .alumntext {
  display: block;
}
.question {
  position: relative;
  height: 290px;
}
.question_box .slideshow {
  margin: 0 auto;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -495px;
}
.question_box .slick-dots {
  display: none !important;
}
.question_box .slick-prev {
  position: absolute;
  top: 100px;
  left: 18px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fl.jpg") no-repeat center center #ffffff;
  text-indent: -999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-prev:hover {
  opacity: 1;
}
.question_box .slick-next {
  position: absolute;
  top: 100px;
  right: 38px;
  margin-top: -36px;
  opacity: 0.5;
  width: 30px;
  height: 72px;
  display: block;
  background: url("https://www.rehab-benry.com/images/fr.jpg") no-repeat center center #ffffff;
  text-indent: 999px;
  border: none;
  cursor: pointer;
}
.question_box .slick-next:hover {
  opacity: 1;
}
.question_box .slick-slide {
  position: relative;
}
.question_box .textName {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.question_box .slick-prev.slick-disabled {
  background-position: 0px -284px;
}
.question_box .slick-next.slick-disabled {
  background-position: -21px -284px;
}
.question_box .slick-slide img {
  width: 190px;
  height: 200px;
}
.question_box .slick-slide .p1 {
  background-color: #f6f6f6;
  width: 190px;
  height: 187px;
}
.question_box .slick-slide .p1 span {
  color: #e43e03;
  padding-right: 5px;
}
.question_box .slick-slide .p1 .np1 {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 12px;
  overflow: hidden;
  height: 52px;
  line-height: 22px;
}
.question_box .slick-slide .p1 .np2 {
  padding: 18px 12px;
  overflow: hidden;
  height: 50px;
}
.footer {
  height: 215px;
  background-color: #000;
  text-align: center;
}
.footer .p1 {
  height: 24px;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
}
.footer .p1 span {
  padding: 0 15px;
}
.footer .p1 a {
  color: #fff;
  font-size: 13px;
}
.footer .p1 a:hover {
  text-decoration: underline;
}
.footer .p2 {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.footer .p2 a {
  color: #fff;
  font-size: 13px;
  margin: 0 3px;
}
.footer .p2 a:hover {
  text-decoration: underline;
}
.footer .p2 span {
  padding: 0 3px;
}
/*内页*/
.crumbs {
  background: #D6D6D4;
  width: 100%;
  height: 107px;
}
.crumbs .p1 {
  height: 48px;
  line-height: 48px;
  padding-top: 1px;
}
.crumbs .p1 a:hover {
  text-decoration: underline;
}
.crumbs .p1 em {
  font-style: normal;
  padding: 0 8px;
}
.crumbs .p2 {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  font-family: "Helvetica";
}
.crumbs .p1 span {
  color: #53bee3;
  font-family: "Helvetica";
}
.pg {
  padding: 50px 0 100px 0;
}
.pg_fl {
  width: 204px;
  float: left;
}
.pg_fl li {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
}
.pg_fl li a {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 0 18px;
  height: 39px;
  line-height: 39px;
}
.pg_fl li a:hover,
.pg_fl li.current a {
  background-color: #53bee3;
  border-bottom: 1px solid #53bee3;
  color: #fff;
}
.pg_fr {
  width: 720px;
  float: right;
}
/*关于我们*/
.about .p1 {
  font-size: 14px;
}
.about .p1 img {
  margin: 0 2px 10px 2px;
}
.about .p1 a {
  text-decoration: underline;
}
.about .p1 p a {
  text-decoration: none;
  color: #53bee3;
}
.about .p1 p a:hover {
  color: #6f6f6f;
  text-decoration: underline;
}
.more1 {
  padding-top: 20px;
}
.more1 a {
  background-color: #53bee3;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
}
.more1 a:hover {
  background-color: #53bee3;
}
/*新闻动态*/
.news_list {
  padding-bottom: 30px;
}
.news_list li {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.news_list li a {
  color: #000;
}
.news_list li a:hover {
  color: #53bee3;
}
.ser_list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.ser_list li a {
  color: #000;
}
.ser_list li a:hover {
  color: #53bee3;
}
.news_list li .img {
  width: 200px;
  height: 130px;
  position: relative;
  float: left;
}
.news_list li .text {
  padding-left: 220px;
}
.news_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
.news_list li .text h3 span {
  float: right;
  color: #999;
  font-weight: normal;
}
.news_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 22px;
  padding-top: 5px;
  height: 70px;
  overflow: hidden;
}
.news_list li .more {
  font-size: 12px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
}
.news .news_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.news .news_info img {
  margin: 5px;
  max-width: 700px;
}
.news .news_tit {
  text-align: center;
  font-size: 20px;
  font-family: "宋体";
  line-height: 40px;
  color: #333;
  font-weight: 800;
}
.news .news_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "宋体";
  font-weight: normal;
  color: #999;
}
.news .prenext {
  color: #333;
  margin: 5px 0 10px;
}
.news .prenext a {
  color: #333;
}
.news .otherlist {
  color: #333;
}
.news .otherlist h4 {
  margin: 5px 0;
}
.news .otherlist li {
  float: left;
  width: 340px;
  margin: 0 5px;
  line-height: 26px;
}
/*语言*/
.language ul {
  width: 173px;
  float: left;
  padding: 0 18px 18px 18px;
}
.language ul li h3 {
  background-color: #53bee3;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 13px;
  margin-bottom: 15px;
}
.language ul li h3 span {
  color: #fff;
}
.language ul li a {
  display: block;
  padding: 3px 0 3px 25px;
}
.language .a {
  text-decoration: underline;
  color: #53bee3;
}
/*入学要求*/
.process .p1 {
  font-size: 14px;
  line-height: 24px;
}
.process .p1 h3 {
  font-weight: bold;
  color: #000;
  height: 18px;
  line-height: 18px;
  padding-bottom: 20px;
}
.process .p1 h3 em {
  background-color: #53bee3;
  width: 11px;
  height: 12px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.process .p1 img {
  margin: 0 2px 10px 2px;
}
/*留学评估*/
.assess_t {
  padding-bottom: 30px;
}
.assess_t .p1 {
  font-size: 14px;
  line-height: 24px;
}
.assess_t .p2 {
  padding-top: 20px;
}
.assess_t .p2 a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  text-align: center;
  line-height: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
  width: 110px;
}
.assess_t .p2 a:hover {
  background-color: #008480;
}
.assess_list {
  padding-bottom: 30px;
}
.assess_list li {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 9px;
}
.assess_list li a {
  color: #000;
}
.assess_list li a:hover {
  color: #53bee3;
}
.assess_list li .img {
  width: 200px;
  float: left;
}
.assess_list li .text {
  padding-left: 220px;
}
.assess_list li .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.assess_list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 16px;
  padding-top: 5px;
  height: 65px;
  overflow: hidden;
}
.assess_list li .more a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.assess_list li .more a:hover {
  background-color: #008480;
}
.assess_list li .more span {
  float: right;
  color: #999;
  font-weight: normal;
  padding-top: 12px;
}
/*问答社区*/
.nquestion_t {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.nquestion_t .textarea {
  width: 338px;
  height: 118px;
  resize: none;
  display: block;
  padding: 10px;
  margin-bottom: 12px;
}
.nquestion_t .input_b {
  width: 126px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: #53bee3;
  cursor: pointer;
  color: #fff;
}
.nquestion_list li {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 12px;
}
.nquestion_list li em {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.nquestion_list li p {
  padding-left: 63px;
}
.nquestion_list li .p1 {
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.nquestion_list li .p1 em {
  background-color: #53bee3;
}
.nquestion_list li .p2 {
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.nquestion_list li .p2 em {
  background-color: #ff8000;
}
/*学生作品*/
.works_list ul {
  width: 110%;
}
.works_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.works_list .moreC2 {
  cursor: pointer;
  display: none;
  position: absolute;
  background: url("https://www.rehab-benry.com/images/name3.png") no-repeat center center;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: 25;
}
.alumni_list ul {
  width: 110%;
}
.alumni_list li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0px 30px 20px 0;
  position: relative;
  overflow: hidden;
}
.alumni_list li .text {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  background: url("https://www.rehab-benry.com/images/name3.png") repeat;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.alumni_list li .text p {
  padding: 15px 0 0  15px ;
}
.alumni_list li a:hover .text {
  display: block;
}
.alumni .alumni_info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 10px 0;
}
.alumni .alumni_info img {
  margin: 5px;
  max-width: 700px;
}
.alumni .alumni_tit {
  text-align: left;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 40px;
  color: #333;
  font-weight: 400;
}
.alumni .alumni_edit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #999;
}
.pagelist {
  margin-top: 25px;
  clear: both;
}
.pagelist span,
.pagelist a {
  float: left;
  padding: 2px 4px 2px;
  color: #666;
}
.pagelist span.current,
.pagelist a:hover {
  color: #116ca4;
}
a.files {
  margin: 0 auto;
  overflow: hidden;
  background: url("https://www.rehab-benry.com/images/upfile_bg.gif") left top no-repeat;
  font-size: 18px;
  vertical-align: middle;
  *display: inline-block;
}
a.files input {
  font-size: 24px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
a.files,
a.files input {
  outline: none;
}
.uploading {
  padding-left: 18px;
  display: none;
  line-height: 24px;
  height: 24px;
  color: #333;
}
/*登录*/
.logininfo h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.logininfo td {
  padding-bottom: 15px;
  line-height: 26px;
}
.logininfo th {
  text-align: left;
  padding-bottom: 15px;
  width: 135px;
}
.ipt {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  padding: 3px 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
label.error {
  color: #F00;
}
.ipt_y {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.nomar {
  float: left;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #53bee3;
  color: #fff !important;
  font-size: 14px;
  font-family: "微软雅黑" !important;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}
.nomar a {
  font-size: 14px;
}
.nomar a:hover {
  color: #fff !important;
}
a.files {
  width: 100px;
  cursor: pointer;
}
a.files input {
  width: 100px;
  cursor: pointer;
  height: 26px;
}
.ibanr .main {
  height: 454px;
}
.ibanr .btext {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 90px;
  background: #000;
}
.ibanr .btext h3 {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  padding-top: 10px;
}
.ibanr .btext h3 a {
  color: #fff;
  text-decoration: underline;
  height: auto;
  font-family: 宋体;
}
.ibanr .btext p {
  font-size: 14px;
  color: #cccccc;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.footer .p3 {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}
.questionsearch {
  width: 710px;
  background: url("https://www.rehab-benry.com/images/questionsearch.png") no-repeat;
  height: 28px;
  margin-bottom: 10px;
}
.questionsearch .ser {
  width: 32px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.questionsearch .ipt_t {
  width: 650px;
  height: 20px;
  border: none;
  background: none;
  float: left;
  color: #7b7b7b;
  line-height: 20px;
  padding: 5px 10px 4px 10px;
}
.questionsearch .ipt_b {
  width: 32px;
  height: 28px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
}
.lxwm {
  overflow: hidden;
}
.lxwm a {
  font-size: 12px;
  color: #fff;
  background-color: #53bee3;
  padding: 0 24px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
}
.lxwm a:hover {
  background-color: #008480;
}
.xylist {
  width: 720px;
  padding-top: 40px;
}
.xylist li {
  width: 237px;
  float: left;
  margin-bottom: 15px;
}
.xylist li img {
  width: 222px;
  height: 166px;
  display: block;
  margin: 0 !important;
}
.zmapbox {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: url("https://www.rehab-benry.com/images/tm.png") repeat;
}
.zmapbox img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.zmap {
  cursor: pointer;
}
.slick-next,
.slick-prev {
  overflow: hidden;
}
.assess_t .p2 .np1 a {
  float: left;
  margin: 0 5px;
}
/*share*/
.lunyi_text {
  font-size: 24px;
  color: #ff0000;
  line-height: 60px;
  font-weight: 100;
  font-family: arial, helvetica, sans-serif;
}
.lun_text {
  color: #222;
  font-size: 16px;
  height: 20px;
  line-height: 24px;
}
.lun_text2 {
  color: #222;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin-top: 20px;
}
.lun_text2 b {
  font-weight: bold;
  color: #ff0000;
  font-size: 24px;
}
.lun_text2 u {
  color: #222;
  font-weight: bold;
}
.lun_web {
  color: #1155CC;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.lun_web a {
  color: #1155CC;
}
.lun_web a:hover {
  color: #222;
}
.about_p1 {
  font-family: 'Microsoft YaHei';
  color: #000000;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.cam_title {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 24px;
}
.cam_text {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 26px;
  color: #000;
}
.cam_text1 {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 26px;
}
.course {
  font-size: 14px;
  line-height: 2;
}
.course a {
  text-decoration: overline;
}
.language_text {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}
.language_text1 {
  line-height: 2;
  margin-top: 5px;
}
.app_title {
  font-size: 16px;
}
.app_text {
  font-size: 14px;
  line-height: 33px;
}
.app_text1 {
  font-size: 14px;
  line-height: 28px;
}
.finishing {
  min-height: 150px;
}
.cont_map {
  width: 700px;
  height: 550px;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
.cont_map #map {
  width: 100%;
  height: 100%;
}
/*map*/
.map {
  margin: 0 auto;
  padding: 20px 0px;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #EDF2F3;
  line-height: 25px;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #53bee3;
}
.map dt:hover {
  background: #53bee3;
}
.map dt a {
  color: #fff;
  display: block;
  padding: 10px 0px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #53bee3;
  color: #fff;
}
.logininfo span{
color:#f00;
}

/*问题提交页面按钮*/
.nqa_t .input_b{
    background: #53bee3 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    width: 126px;
}

.home_news .p1 .img{
     float: left;
    height: 140px;
    position: relative;
    width: 200px;

}

/*.college ul >li{
    float: left;
    height: 240px;
    position: relative;
    width: 450px;
}*/
 


.header .sinaBtn {
					display: inline-block;
					width: 30px;
					height: 30px;
					background: url("https://www.rehab-benry.com/images/icon/sina.png") no-repeat center;
					vertical-align: middle;
					margin-right: 5px;
				}
				.header .wechatBtn {
					display: inline-block;
					width: 30px;
					height: 30px;
					background: url("https://www.rehab-benry.com/images/icon/wechat.png") no-repeat center;
					vertical-align: middle;
					position: relative;
					z-index: 99999;
				}
				.header .wechatBtn:hover .box {
					display: block;
				}
				
				.header .wechatBtn .box {
					position: absolute;
					top: 30px;
					left: 50%;
					margin-left: -100px;
					width: 200px;
					height: 200px;
					z-index: 9;
					display: none;
					cursor: initial;
				}