/*
 * 自定义样式
 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, .rx-wrapper {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica;
  font-size: 12px;
  color: #333;
  background: #fff;
  min-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
  hide-focus: expression( this.hideFocus=true );
}

a:focus {
  outline: none;
}

input, button, select {
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica;
  outline: none;
}

input::-ms-clear {
  display: none;
}

ul, li {
  list-style: none;
}

img, a {
  border: 0 none;
}

/* 浮动与清除浮动 */
.rx-fl {
  float: left;
}

.rx-fr {
  float: right;
}

.rx-clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 定位 */
.rx-relative {
  position: relative;
}

.rx-absolute {
  position: absolute;
}

/* 居中 */
.rx-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 主色调 */
.bg-blue {
  background: #11a1ed;
}

.bg-orange {
  background: #fd8e15;
}

.bg-green {
  background: #02bcaa;
}

.bg-red {
  background: #f64f50;
}

.bg-darkgray {
  background: #8d8e8f;
}

.bg-gray {
  background: #f4f5f7;
}

/* 悬停效果 */
.bg-blue-hover:hover {
  background: #2daef2;
}

.bg-orange-hover:hover {
  background: #fc9b31;
}

.bg-green-hover:hover {
  background: #1ecbba;
}

.bg-red-hover:hover {
  background: #f85d5e;
}

/* iframe */
#app-content-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ************ 头部 start ************ */

/* 头部 信息 */
.rx-header .info {
  height: 34px;
  line-height: 34px;
  color: #7e7e7e;
  background: #f0f1f1;
  overflow: hidden;
}

.rx-header .info > div {
  width: 1100px;
  margin: 0 auto;
}

.rx-header .info > div a {
  font-size: 13px;
  color: #7e7e7e;
}

.rx-header .info > div a:first-child {
  margin-right: 10px;
}

.rx-header .info > div a:hover {
  text-decoration: underline;
}

.rx-header .info > div .login,
.rx-header .info > div .register {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px -2px 0;
  background: url("../images/login.png") no-repeat;
}

.rx-header .info > div .register {
  background-position: 0 -16px;
}

/* 头部 logo 菜单 */
.rx-header .nav {
  width: 1100px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  overflow: hidden;
}

.rx-header .nav .logo {
  padding-top: 4px;
}

.rx-header .nav ul li {
  float: left;
}

.rx-header .nav ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 0 16px;
}

/* @特殊处理 最后一个 */
.rx-header .nav ul li:last-child a {
  padding-right: 0;
}

.rx-header .nav ul li a:hover,
.rx-header .nav ul li.active a {
  color: #12adff;
}

/* ************ 头部 end ************ */

/* ************ banner start ************ */

.rx-banner {
  width: 100%;
  height: 515px;
  overflow: hidden;
}

.rx-banner .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.rx-banner .wrapper .slide {
  position: relative;
  float: left;
  height: 100%;
}

/* banner -1 */
.rx-banner .wrapper .slide.health > div.bg {
  background: url("../images/banner.jpg") no-repeat center;
}
/* banner -2 */
.rx-banner .wrapper .slide.health > div.bg2 {
  background: url("../images/banner2.jpg") no-repeat center;
}
/* banner -3 */
.rx-banner .wrapper .slide.health > div.bg3 {
  background: url("../images/banner3.jpg") no-repeat center;
}

.rx-banner .wrapper .slide.health > div.cont {
  width: 1100px;
}

.rx-banner .wrapper .slide.health > div.cont > div {
  position: absolute;
  top: 38%;
  right: -10%;
}

.rx-banner .wrapper .slide.health > div.cont a.btn {
  display: block;
  width: 118px;
  height: 38px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #f6fbfe;
  border: 1px solid #f6fbfe;
  border-radius: 2px;
  margin-top: 16px;
}

.rx-banner .wrapper .slide.health > div.cont a.btn:hover {
  background: rgba(255, 255, 255, .1);
}

.rx-banner .wrapper .slide > div {
  height: 100%;
  background-size: cover;
}

.rx-banner .focus {
  top: calc(100% - 20px);
}

.rx-banner .focus li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}

.rx-banner .focus li.active {
  background: #00e8dc;
}

/* 条幅 */
.rx-vertically-hung .research-vertically-hung,
.rx-vertically-hung .announcement-vertically-hung,
.rx-vertically-hung .contact-us-vertically-hung {
  width: 100%;
  height: 300px;
}

/* 研究展示 */
.rx-vertically-hung .research-vertically-hung {
  background: url("../images/research_banner.jpg") no-repeat center;
  background-size: cover;
}

/* 公告展示 */
.rx-vertically-hung .announcement-vertically-hung {
  background: url("../images/announcement_banner.jpg") no-repeat center;
  background-size: cover;
}

/* 关于我们 */
.rx-vertically-hung .contact-us-vertically-hung {
  background: url("../images/contact_us_banner.jpg") no-repeat center;
  background-size: cover;
}

/* ************ banner end ************ */

/* ************ 研究展示 & 公告展示 start ************ */

.research,
.announcement-list {
  width: 1100px;
  margin: 20px auto;
}

/* 标题 */
.research h2,
.announcement h2 {
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 48px 0 22px;
}

.research h2:after,
.announcement h2:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 68px;
  height: 3px;
  background: #07a3de;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 列表 */
.research .list,
.announcement-list .list {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0;
  cursor: pointer;
}

.research .list .wrap,
.announcement-list .list .wrap {
  position: relative;
  padding: 30px 16px;
}

.research .list .wrap:hover,
.announcement-list .list .wrap:hover {
  background: #f8f9fa;
}

.research .list .wrap a.designation {
  display: inline-block;
  font-size: 16px;
  color: #12adff;
  margin-bottom: 12px;
  cursor: inherit;
}

.research .list .wrap .info span {
  display: inline-block;
  padding-right: 22px;
  margin-bottom: 12px;
}

.research .list .wrap .explain {
  width: 520px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.research .list .wrap .btn,
.announcement-list .list .wrap .right .btn {
  position: absolute;
  top: 28px;
  right: 16px;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.announcement-list .list .wrap .right .btn {
  top: calc(100% - 58px);
  right: 20px;
}

/* 公告列表 */
.announcement-list .list .wrap .left {
  width: 211px;
  height: 123px;
  margin-right: 30px;
  overflow: hidden;
}

.announcement-list .list .wrap .right {
  width: calc(100% - 246px);
}

.announcement-list .list .wrap .right h6 {
  font-size: 16px;
  color: #333;
}

.announcement-list .list .wrap .right .info span {
  color: #999;
  padding-left: 22px;
}

.announcement-list .list .wrap .right p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ************ 研究展示 & 公告展示 end ************ */

/* ************ 研究展示详情 start ************ */

.research-details {
  position: relative;
  width: 1100px;
  margin: 50px auto;
}

.research-details h2 {
  font-size: 22px;
  color: #12adff;
  margin-bottom: 10px;
}

.research-details .info,
.research-details .state {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 12px;
}

.research-details .info span {
  margin-right: 22px;
}

.research-details .state span,
.research-details .state ul,
.research-details .state ul li {
  float: left;
}

.research-details .state ul li {
  width: 66px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
}

.research-details .explain {
  background: #f7f7f7;
  padding: 20px 30px;
}

.research-details .explain h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.research-details .explain p {
  font-size: 14px;
  color: #666;
  text-indent: 36px;
  line-height: 32px;
}

/* 按钮 */
.research-details .button {
  display: block;
  font-size: 24px;
  color: #fff;
  width: 280px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 3px;
}

.research-details .el-button {
  line-height: inherit;
}

.research-details .apply-for .el-button,
.research-details .apply-for span.button {
  margin: 50px auto 60px;
}

/* 返回按钮 */
.research-details .back-btn {
  float: right;
  color: #fff;
  width: 48px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

/* ************ 研究展示详情 end ************ */

/* ************ 公告展示 start ************ */

.announcement {
  background: #f8f8f8;
  padding: 38px 0 88px;
}

.announcement h2 {
  margin: 0;
}

.announcement .wrap {
  position: relative;
  width: 1100px;
  margin: 40px auto 0;
}

.announcement .wrap ul li {
  float: left;
  width: 33.333%;
  overflow: hidden;
}

.announcement .wrap ul li:first-child {
  padding-right: 16px;
}

.announcement .wrap ul li:nth-child(2) {
  padding: 0 8px;
}

.announcement .wrap ul li:last-child {
  padding-left: 16px;
}

.announcement .wrap ul li > div {
  position: relative;
  height: 418px;
  background: #fff;
  padding: 14px;
}

.announcement .wrap ul li > div img {
  display: block;
  width: 100%;
  height: 223px;
  margin-bottom: 20px;
}

.announcement .wrap ul li > div .tit {
  font-size: 18px;
  width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}

.announcement .wrap ul li > div .info span {
  color: #999;
  margin-bottom: 20px;
}

.announcement .wrap ul li > div .info span:not(:last-child) {
  margin-right: 18px;
}

.announcement .wrap ul li > div p {
  color: #666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.announcement .wrap ul li > div a.btn {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #07a3de;
}

.announcement .wrap ul li > div a.btn:hover {
  text-decoration: underline;
}

/* ************ 公告展示 end ************ */

/* ************ 公告展示详情 start ************ */

.announcement-details {
  width: 1100px;
  text-align: center;
  margin: 50px auto;
}

.announcement-details h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.announcement-details .info {
  color: #999;
}

.announcement-details .info span {
  padding: 0 18px;
}

.announcement-details .img-wrap {
  margin: 30px 0 40px;
}

.announcement-details p {
  font-size: 14px;
  color: #666;
  text-align: left;
  text-indent: 38px;
  line-height: 32px;
}

/* ************ 公告展示详情 end ************ */

/* ************ 关于我们 start ************ */

.contact-us {
  width: 1100px;
  margin: 60px auto;
}

.contact-us .left {
  margin-right: 30px;
}

.contact-us .right {
  width: calc(100% - 280px);
}

.contact-us .right p {
  font-size: 14px;
  color: #666;
  text-indent: 38px;
  line-height: 32px;
}

.contact-us .right .info {
  padding-top: 60px;
}

.contact-us .right .info li {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}

/* ************ 关于我们 end ************ */

/* ************ 分页 start ************ */

.rx-pagination {
  width: 1100px;
  font-size: 14px;
  margin: 30px auto 50px;
  text-align: center;
}

.rx-pagination .total {
  line-height: 30px;
  margin-left: 27%;
}

.rx-pagination select {
  width: 90px;
  height: 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin-left: 12px;
}

.rx-pagination input {
  width: 38px;
  height: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.rx-pagination .announcement-list-number {
  margin-left: 246px;
}

.rx-pagination .announcement-list-number span,
.rx-pagination .announcement-list-number a {
  display: inline-block;
  color: #333;
  line-height: 30px;
  margin: 0 10px;
  cursor: pointer;
}

.rx-pagination .announcement-list-number a:hover,
.rx-pagination .announcement-list-number a.active {
  color: #1870bd;
}

.rx-pagination .announcement-list-number span.left {
  padding-bottom: 6px;
}

.rx-pagination .announcement-list-number span.right {
  padding-top: 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rx-pagination .announcement-list-number span:before,
.rx-pagination .announcement-list-number span:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #333;
  -webkit-transform-origin: 1px;
  -moz-transform-origin: 1px;
  -ms-transform-origin: 1px;
  -o-transform-origin: 1px;
  transform-origin: 1px;
}

.rx-pagination .announcement-list-number span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rx-pagination .announcement-list-number span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rx-pagination .announcement-list-number span:hover:before,
.rx-pagination .announcement-list-number span:hover:after {
  background: #1870bd;
}

.rx-pagination .announcement-list-number span.disabled:before,
.rx-pagination .announcement-list-number span.disabled:after {
  background: #999;
  cursor: default;
}

/* 特殊处理 */
.el-pagination .el-select .el-input .el-input__inner {
  width: 100%;
}

/* ************ 分页 end ************ */

/* ************ 页脚 start ************ */

.footer {
  font-size: 14px;
  color: #fff;
  height: 210px;
  background: #3b3c41;
}

.footer .wrap {
  width: 1100px;
  margin: 0 auto;
}

.footer .wrap .menu {
  margin: 72px 0 20px;
}

.footer .wrap .menu li {
  float: left;
  margin-right: 38px;
}

.footer .wrap .menu li a {
  color: #fff;
}

.footer .wrap .menu li a:hover {
  text-decoration: underline;
}

.footer .wrap .information {
  margin-top: 52px;
}

.footer .wrap .information dd {
  color: #9296a1;
  padding-top: 5px;
}

/* ************ 页脚 end ************ */
