@charset "utf-8";
@import url(//at.alicdn.com/t/c/font_2395912_tkbgebi07yt.css);

.w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* 多行 */
.webkit2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.webkit3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.webkit4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #F3F3F3;
  overflow-x: hidden;
}

.display-inline {
  display: inline;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.layui-bg-white {
  background-color: #fff;
}

.layui-text-center {
  text-align: center;
}

.color-hui {
  color: #888888;
}

.lh-32 {
  line-height: 32px;
}

.text-underline {
  text-decoration: underline
}

/* column-title */
.column-title {
  margin-bottom: 20px;
}

.column-title .title {
  margin-top: 10px;
}

/* top */
header {
  background: #fff;
}

.top {
  border-bottom: 1px solid #BBBBBB;
  line-height: 2.8125rem;
  background-color: #F3F3F3;
}

/* logo */
.logo {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
}

.logo a img {
  width: 154px;
  height: auto;
}

.logo a span {
  height: 65px;
  width: 1px;
  background-color: #BBBBBB;
  margin-right: 20px;
  margin-left: 10px;
}


/* nav */
.nav {
  background: #00ACBA;
  line-height: 5rem;
}

.nav a {
  font-size: 1.125rem;
}

/*  滚动条不动时*/
.box {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/* banner */
.banner {
  position: relative;
  overflow: hidden;
}

.banner a {
  display: block;
}

.banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: auto;
  left: auto;
  margin: 30px 0;
  z-index: 9;
}

.banner-pagination>* {
  border-radius: 0;
  display: block;
  opacity: 1;
  width: 40px;
  height: 5px;
  background: #808C8C;
}

.banner-pagination>.swiper-pagination-bullet-active {
  background: #E8635A;
}

/* product-list */

.product-list {
  margin-top: 80px;
}

.product-list .item {
  width: 23%;
  margin: 0 1%;
  text-align: center;
  font-size: 12px;
  color: #888888;
  line-height: 32px;
  padding: 0 20px;
}

.product-list .item>span {
  margin-top: 20px;
  width: 75px;
  height: 75px;
  display: inline-block;
}

.product-list .item:first-child {
  margin-left: 0;
}

.product-list .item:last-child {
  margin-right: 0;
}

.product-list .item .title {
  font-size: 16px;
  color: #333;
}

.product-list .item .xueshuhuiyi {
  background: url(../img/hyjl1.png);
}

.product-list .item .kylwfy {
  background: url(../img/a01.png);
}

.product-list .item .ywlwrs {
  background: url(../img/a02.png);
}

.product-list .item .scifbzc {
  background: url(../img/a03.png);
}

.product-list .item .ywlwcc {
  background: url(../img/a04.png);
}

.product-list .item .aniu {
  position: relative;
  bottom: -23px;
  width: 190px;
  height: 46px;
  background: #00ACBA;
  line-height: 46px;
}

.product-list .item:hover .aniu {
  background: #E8635A;
}

.product-list .item:hover .xueshuhuiyi {
  background: url(../img/hyjl2.png);
}

.product-list .item:hover .kylwfy {
  background: url(../img/a001.png);
}

.product-list .item:hover .ywlwrs {
  background: url(../img/a002.png);
}

.product-list .item:hover .scifbzc {
  background: url(../img/a003.png);
}

.product-list .item:hover .ywlwcc {
  background: url(../img/a004.png);
}

.hengxian {
  width: 80px;
  height: 0.3125rem;
}

/* meet-box */
.meet-box {
  margin-top: 80px;
}

.meet-list {
  display: flex;
  flex-wrap: wrap;
}

.meet-list .item {
  display: block;
  font-size: 12px;
  line-height: 1.7em;
  background: #fff;
  color: #666;
  padding: 0;
  width: 23.5%;
  margin-right: 2%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  transition: .5s;
}

.meet-list .item:hover {
  box-shadow: 0 0 5px rgba(232, 99, 90, .5);
}

.meet-list .item:nth-child(4n) {
  margin-right: 0;
}

.meet-list .item:nth-child(n+5) {
  margin-top: 2%;
}

.meet-list .pic {
  display: block;
}

.meet-list .pic img {
  display: block;
  width: 100%;
}

.meet-list .text {
  padding: 20px;
}

.meet-list .text>*~* {
  margin-top: 5px;
}

.meet-list .text .subtitle {
  font-weight: bold;
  font-size: 14px;
  color: #16baaa;
}

.meet-list .text .title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.meet-list .text .title~p {
  display: flex;
  align-items: center;
}

.meet-list .text p i {
  flex-shrink: 0;
  margin-right: 5px;
}

.meet-list .item:hover .title {
  color: #16baaa;
}

/* case-box */
.case-box {
  margin-top: 40px;
}

.case-list {
  position: relative;
}

.case-list .item {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  display: flex;
  transition: .5s;
}

.case-list .item:hover {
  box-shadow: 0 0 5px rgba(232, 99, 90, .5);
}

.case-list .pic {
  position: relative;
  width: 140px;
  flex-shrink: 0;
}

.case-list .pic img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.case-list .pic p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #E8635A;
  color: #fff;
  font-size: 12px;
  padding: 0 1em;
  line-height: 2;
}

.case-list .text {
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
  padding: 15px 15px 0 15px;
  width: calc(100% - 140px);
}

.case-list .text .title {
  color: #16baaa;
  font-weight: bold;
}

.case-list .text .title~p {
  margin-top: 7px;
}

.case-list .text .issn {
  display: flex;
}

.case-list .text .issn span {
  width: 50%;
}

.casepage {
  display: flex;
  flex-wrap: wrap;
}

.casepage .item {
  width: 49%;
  margin-right: 2%;
}

.casepage .item:nth-child(2n) {
  margin-right: 0;
}

.casepage .item:nth-child(n+3) {
  margin-top: 2%;
}



.more_btn {
  display: block;
  text-align: center;
  width: 10em;
  font-size: 16px;
  line-height: 2.5em;
  border-radius: 0;
  background: #fff;
  margin: 20px auto 0;
  border: #16baaa solid 1px;
  border-radius: 5px;
  transition: .5s;
}

.more_btn:hover {
  background: #E8635A;
  color: #fff;
  border-color: #E8635A;
}

/* custom-box */
.custom-box {
  margin-top: 40px;
}

.custom-list {
  display: flex;
  flex-wrap: wrap;
}

.custom-list .item {
  width: 18.4%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.custom-list .item:hover {
  box-shadow: 0 0 5px rgba(232, 99, 90, .5);
}

.custom-list .item:nth-child(5n) {
  margin-right: 0;
}

.custom-list .item:nth-child(n+6) {
  margin-top: 2%;
}

.custom-list .item img {
  display: block;
  width: 100%;
}


/* news-box */
.news-box {
  margin-top: 40px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .item {
  width: 49%;
  display: block;
  background: #fff;
  margin-right: 2%;
  padding: 25px;
  color: #666;
  font-size: 12px;
  line-height: 2em;
  transition: 0.5s;
}

.pageCont .news-list .item {
  background: #f5f5f5;
}

.news-list .item:nth-child(2n) {
  margin-right: 0;
}

.news-list .item:nth-child(n+3) {
  margin-top: 2%;
}

.news-list .item:hover {
  background: #E8635A;
  color: #fff;
}

.news-list .item .title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.news-list .item .info {
  margin: 5px 0;
}

.news-list .item:hover .title {
  color: #fff;
}

.question_list {
  height: 4rem;
  line-height: 4rem;
}



.public_p p {
  line-height: 36px;
}

.public_img img {
  width: 100% !important;
  padding: 1.25rem 0rem;
  height: auto !important;
}

.public_img p {
  line-height: 36px;
}

.down-list ul {
  display: grid;
}

.down-list li {
  padding-left: 50px;
  background-size: 38px 40px !important;
  background-position: left !important;
  height: 90px;
  line-height: 1.5em;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  background: url(../img/zip.png) no-repeat;
}

.down-list li {
  float: right;
}

.adown-list li:hover {
  color: #E8635A;
}

.adown-list ul {
  display: grid;
}

.adown-list ul li {
  background: url(../img/execl.png) no-repeat;
  padding-left: 50px;
  background-size: 38px 38px;
  background-position: left;
  height: 90px;
  line-height: 1.5em;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
}


.adown-list li:hover {
  color: #E8635A;
}

.down-list,
.adown-list,
.scikyxz-list {
  border: none;
}

.scikyxz-list ul .xiezuo {
  display: grid;
}

.scikyxz-list ul li {
  background: url(../img/writing.png) no-repeat;
  padding-left: 50px;
  background-size: 38px 38px;
  background-position: left;
  line-height: 1.5em;
  height: 90px;
  display: flex;
  align-items: center;
}

.scikyxz-list ul li~li {
  border-top: dashed 1px #ccc;
}

.xiezuo li {
  float: right;
}

.xiezuo li:hover {
  color: #E8635A;
}

.submit input {
  width: 92%;
  margin-left: 6.25rem;
  padding-left: 1rem !important;
}

.lable_title {
  width: 6.25rem;
  border: none;
  text-align: left;
  padding-left: 0rem;
}

.submit select i {
  right: 8.75rem !important;
}

.bm_bg {
  background-image: url(../img/v2_rynio2.png) !important;
  display: block;
  height: 54px;
  line-height: 54px;
  padding-left: 1em;
  color: #fff;
}

.layui-tab-content {
  padding: 0px !important;
  border: 1px solid #BBBBBB;
}

.layui-tab-content img {
  width: 100%;
  padding: 0.625rem 0rem;
}

.bg—public {
  width: 100%;
  height: 11.5625rem;
  border-radius: 0.625rem;
  color: #fff;
}

.bg-a {
  background: url(../img/wangye-20210519_03.png) no-repeat;
}

.bg-b {
  background: url(../img/wangye-20210519_05.png) no-repeat;
}

.bg-c {
  background: url(../img/wangye-20210519_07.png) no-repeat;
}

.a-potion {
  position: absolute;
  top: 1.875rem;
}

.car {
  display: flex;
  flex-wrap: wrap;
}

.car-item {
  width: 48%;
  border: solid 1px #ccc;
  border-radius: 25px;
  overflow: hidden;
}

.car-item:nth-child(2n) {
  margin-left: 4%;
}

.car-item:nth-child(n+3) {
  margin-top: 4%;
}

.bg-d {
  background: url(../img/bd.png) no-repeat top left/ 100% auto;
  width: 100%;
  height: 4.6875rem;
  line-height: 4.6875rem;
  color: #fff;
}

.car-b {
  height: 3.3rem;
  line-height: 1.625rem;

}

.car-c {
  background: #FFF9F3;
  opacity: 0.85;
  min-height: 15rem;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
}

.car-c p {
  width: 48%;
  color: #101010;
  line-height: 2.5em;
  padding-left: 1.3em;
  background: url(../img/icon-dui.png) no-repeat left center;
}

.car-c p:nth-child(2n) {
  margin-left: 4%;
}


a.zixun {
  display: block;
  font-weight: 700;
  padding: 20px 0;
}

.zixun:hover {
  display: block;
  font-weight: 700;
  color: #fff !important;
  background: #E8635A;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.zixun:hover i {
  color: #fff !important;
}

.sevice-pic table tr td {
  padding: 15px;
}

.sevice-pic table tr th {
  line-height: 3.5rem;
}

.pic-title {
  line-height: 3.75rem;
  background: url(../img/pic.png) no-repeat;
  background-position: left 1.125rem center;
  background-color: #EBF1F2;
  font-size: 1.25rem;
  font-weight: 700;
  color: #157077;
  padding-left: 4rem;
}

.sub {
  display: inline-block;
  margin: 1.25rem;
  background: #00ACBA;
  color: #fff;
  padding: 8px 2.875rem;
  border-radius: 0.3125rem;
}

.sub:hover {
  color: #fff !important;
  background: #E8635A;
}

.flow-pic {}

.shu {
  display: inline-block;
  line-height: 2.5rem;
  height: 2.5rem;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #059DA9;
  padding-left: 1.25rem;
}

/* footer */
footer {
  background-color: #00ACBA;
  color: #fff;
  font-size: 14px;
  line-height: 2em;
  margin-top: 60px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #E8635A;
}

footer .bt {
  font-size: 16px;
  margin-bottom: 1.2em;
}

.footer-cont {
  padding: 40px 0;
}

footer .copyright {
  background: #059DA9;
  text-align: center;
  line-height: 3.5em;
}

.footer-QR {
  display: flex;
  justify-content: space-between;
}

.footer-QR .item {
  width: 48%;
  text-align: center;
}

.footer-QR .item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}


/* 内页 */
.pageBox {
  margin-bottom: 40px;
}

.pageCont {
  background: #fff;
  padding: 35px;
  border: solid 1px #ddd;
}

.pageBox .detail {
  font-size: 14px;
  line-height: 2em;
  color: #333;
}

.pageBox .detail>*~* {
  margin-top: 1em;
}

.pageBox .detail img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.pageBox .detail-bt {
  color: #16baaa;
  font-weight: bold;
  font-size: 16px;
}

/* 内页banner */
.nybanner {
  font-size: 1.875rem;
  margin: 20px auto;
}

.nybanner .e_banner {
  background-image: url(../img/v2_rynio6.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  padding-left: 35px;
  font-weight: 700;
}

.nybanner .fy_bg {
  background-image: url(../img/fy_bg.png);
  color: #fff;
}

.k_banner {
  background-image: url(../img/450095500.jpg) !important;
}

.nybanner .cc_bg {
  background-image: url(../img/cc_bg.png) !important;
  color: #fff;
}

.nybanner .cc_bg {
  background-image: url(../img/cc_bg.png) !important;
  color: #fff;
}

.nybanner .cnki_bg {
  background-image: url(../img/cnki_bg.jpg) !important;
}


.nybanner .xk_bg {
  background-image: url(../img/xk_bg.png) !important;
  color: #fff;
}

.nybanner .rs_bg {
  background-image: url(../img/rs_bg.png) !important;
  color: #fff;
}

.nybanner .yspg_bg {
  background-image: url(../img/yspg_bg.jpg) !important;
}
.nybanner .pbjd_bg {
  background-image: url(../img/pbjd_bg.jpg) !important;
}


/* 面包屑 */
.position {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

/* pagelist */
.pagelist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 14px;
}

.pagelist>*~* {
  margin-left: 5px;
}

.pagelist li:first-child a,
.pagelist li:last-child a {
  width: 6em;
}

.pagelist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  color: #fff;
  background: #E8635A;
}

.pagelist li a[href]:hover {
  color: #E8635A;
}

.pagelist li a[href] {
  color: #333;
  background: #eee;
}

.min-h800 {
  min-height: 400px;
}

.detail .title {
  text-align: center;
}

.detail .time {
  text-align: center;
  display: block;
  color: #666;
}

.detail .time span {
  margin-left: 0 !important;
}

/* evaluate-list */
.evaluate-list ul {
  display: flex;
  flex-wrap: wrap;
}

.evaluate-list ul li {
  display: flex;
  align-items: flex-start;
  border: dashed 1px #ccc;
  padding: 20px;
  width: 49%;
  margin-right: 2%;
}

.evaluate-list ul li:nth-child(2n) {
  margin-right: 0;
}

.evaluate-list ul li:nth-child(n+3) {
  margin-top: 2%;
}

.evaluate-list ul li .pic {
  flex-shrink: 0;
  width: 50px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 15px;
}

.evaluate-list ul li .pic img {
  display: block;
  width: 100%;
}

.evaluate-list ul li .text {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}

.evaluate-list ul li .title {
  color: #333;
  font-size: 18px;
  margin: 10px 0 5px;
}

.evaluate-list ul li .time {
  margin-bottom: 5px;
}

/* faq-list */
.faq-list {
  border: none;
  font-size: 12px;
  line-height: 2em;
}

.faq-list .item .layui-colla-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  line-height: 4em;
  height: 4em;
}

.faq-list .item .layui-colla-title p {
  display: flex;
  align-items: center;
}

.faq-list .item .layui-colla-title p span {
  margin-right: 10px;
  font-size: 20px;
}


.beafter {
  border-top: solid 1px #ccc;
  padding-top: 15px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.beafter>* {
  max-width: 48%;
}

/* cnki-list */
.cnki-list {
  position: relative;
  z-index: 1;
}

.cnki-list ul {
  display: flex;
  flex-wrap: wrap;
}

.cnki-list ul li {
  width: 49%;
}

.cnki-list ul li:nth-child(2n) {
  margin-left: 2%;
}

.cnki-list ul li:nth-child(n+3) {
  margin-top: 2%;
}

.cnki-list .box {
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  font-size: 14px;
  color: #666;
}

.cnki-list .box .pic {
  flex-shrink: 0;
  width: 150px;
}

.cnki-list .box img {
  display: block;
  width: 100%;
}

.cnki-list .box .text {
  padding: 20px;
}

.cnki-list .box .title {
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: solid 1px #00ACBA;
}

.cnki-list .box:hover .title {
  color: #E8635A;
}

.cnki-list .box .info {
  display: flex;
  flex-wrap: wrap;
}

.cnki-list .box .info p {
  width: 50%;
  padding-right: 15px;
  margin-top: 15px;
}

.cnki-list .box .info p:last-child {
  width: 100%;
}

.cnki-list .box .info span {
  color: #f60;
}

/* cnki-detail */
.cnki-detail {
  background: #fff;
  display: flex;
  padding: 35px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.cnki-detail .pic {
  flex-shrink: 0;
  width: 150px;
  margin-right: 20px;
}

.cnki-detail img {
  display: block;
  width: 100%;
}

.cnki-detail .title {
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cnki-detail .title::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #00ACBA;
  display: block;
}

.cnki-detail .info {
  display: flex;
  flex-wrap: wrap;
}

.cnki-detail .info p {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 15px;
}

.cnki-detail .info p:last-child {
  width: 100%;
  padding-right: 0;
}

.cnki-detail .info span {
  color: #f60;
}

.cnki-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cnki-content .detail {
  background: #fff;
  padding: 35px;
  width: 920px;
}

.rightCnki {
  width: 260px;
  background: #fff;
  padding: 0 35px 35px;
  position: relative;
  z-index: 1;
}

.rightCnki .bt {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.rightCnki .bt::before {
  content: '';
  position: absolute;
  width: 2em;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #00ACBA;
  display: block;
}

.rightCnki .list {}

.rightCnki .list li~li {
  margin-top: 10px;
}

.rightCnki .list .box {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.rightCnki .list .box .pic {
  position: relative;
  z-index: 1;
}

.rightCnki .list .box img {
  display: block;
  width: 100%;
}

.rightCnki .list .box .text {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 10px;
}

.rightCnki .list .box:hover .text {
  top: auto;
  bottom: 0;
}

/* pbjd-list */
.pbjd-list {
  display: flex;
  justify-content: space-between;
}

.pbjd-list li {
  width: calc(100%/6 - 15px);
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 10px;
}

.pbjd-list li img {
  display: block;
  width: 100%;
}

.pbjd-list li p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 15px 0 5px;
}

.pbjd-list li span {
  display: block;
  width: 8em;
  text-align: center;
  margin: 0 auto;
  background: #00ACBA;
  color: #fff;
  line-height: 2.25em;
  margin-bottom: 5px;
  font-weight: bold;
}