@charset "UTF-8";
html {
  font-size: 100px;
  --theme: #2160b0;
}

html,
body {
  background: #f5f6fa;
  font-family: "Microsoft Yahei", "微软雅黑", "宋体", arial;
  color: #111;
  position: relative;
  width: 100%;
  color: #111;
  padding: 0;
  margin: 0;
  line-height: 2;
}

body {
  font-size: 15px;
}

html a,
body a {
  color: #111;
}

h5 {
  font-size: 22px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.page {
  text-align: center;
  margin-top: 10px;
}

.w100 {
  width: 100%;
}

/**头部导航**/
.header {
  -webkit-box-shadow: 0px 2px 2px #e1e1e1;
  -moz-box-shadow: 0px 2px 2px #e1e1e1;
  -o-box-shadow: 0px 2px 2px #e1e1e1;
  box-shadow: 0px 2px 2px #e1e1e1;
}

.header {
  background-color: #ffffff;
}

.header .logo {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo .layui-form .search2 {
  font-size: 0;
  border-radius: 3px;
  border: 1px solid #2160b0;
}

.header .logo .layui-form .search2 .select {
  width: 0.7rem;
  height: 0.32rem;
  font-size: 0.14rem;
  display: inline-block;
}

.header .logo .layui-form .search2 .select input {
  color: #666;
  height: 0.3rem;
  line-height: 0.3rem;
  border: none;
}

.header .logo .layui-form .search2 .select .layui-form-select dl dd.layui-this {
  background-color: #2160b0;
}

.header .logo .layui-form .search2 .cont-input {
  display: inline-block;
  width: 2.5rem;
  font-size: 0.14rem;
}

.header .logo .layui-form .search2 .cont-input input {
  height: 0.3rem;
  line-height: 0.3rem;
  border: none;
  padding-left: 0.24rem;
  width: 100%;
  border: none;
  outline: none;
}

.header .logo .layui-form .search2 .cont-input input:focus {
  outline: none;
}

.header .logo .layui-form .search2 .btn {
  /* display: inline-block;*/
  font-size: 0.14rem;
  float: right;
}

.header .logo .layui-form .search2 .btn a {
  display: block;
  background: #2160b0;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  padding: 1px 0.12rem;
}

.header .logo .layui-form .active {
  border: 1px solid #2160b0;
}

.header .header-nav {
  background: #2160b0;
}

.header .header-nav .btn {
  display: none;
}

.header .header-nav .btn > div div {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin-right: 0.15rem;
}

.header .header-nav .btn > div div.i-nav {
  background: url(/cj/imgs/i-menu.png) no-repeat center center;
  background-size: cover;
}

.header .header-nav .btn > div div.i-search {
  background: url(/cj/imgs/i-so-w.png) no-repeat center center;
  background-size: cover;
}

/**首页**/
.index {
  min-height: 500px;
}

.flex {
  display: flex;
}

/**主体内容**/
.main {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.main .main-left {
  width: 2.8rem;
}

.main .main-left .main-subject {
  color: #111;
  font-size: 0.3rem;
  background-image: linear-gradient(to right, #2160b0, #00a0e9);
  display: block;
  color: #ffffff;
  height: 0.92rem;
  text-align: center;
  line-height: 0.92rem;
  letter-spacing: 0.04rem;
}

.main .main-left.left-menu ul {
  width: 100%;
  position: relative;
  padding-left: 0.25rem;
  box-sizing: border-box;
  padding-top: 0.2rem;
  background-color: #ffffff;
}

.main .main-left.left-menu ul::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #999999;
  transition: all 0.3s ease-in-out;
}

.main .main-left.left-menu ul li {
  position: relative;
  margin-bottom: 0.2rem;
}

.main .main-left.left-menu ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: 1px;
  background: #e5e5e5;
  transition: all 0.3s ease-in-out;
}

.main .main-left.left-menu ul li.active a {
  color: #2160b0;
}

.main .main-left.left-menu ul li.active a::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.25rem;
  top: 0px;
  width: 0.24rem;
  height: 0.3rem;
  z-index: 10;
  background: url(/cj/imgs/i-current.png) no-repeat;
  background-size: 0.24rem auto;
  transition: all 0.3s ease-in-out;
  -webkit-animation: updown 1.2s linear infinite;
  -o-animation: updown 1.2s linear infinite;
  animation: updown 1.2s linear infinite;
}

.main .main-left.left-menu ul li a {
  padding-bottom: 0.15rem;
  padding-left: 0.15rem;
  box-sizing: border-box;
  text-align: center;
  display: block;
  position: relative;
  font-size: 0.18rem;
}

.main .main-right {
  width: calc(100% - 3.1rem);
  margin-left: 0.3rem;
  background-color: #ffffff;
  padding: 0.15rem;
}

.main .main-right .margin-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2160b0;
}

.main .main-right .margin-right-top .subject-title {
  padding: 0 0.2rem 0.15rem 0;
  font-size: 0.3rem;
  letter-spacing: 4px;
}

.main .breadcrumb {
  color: #666;
}

.main .breadcrumb span a {
  color: #666 !important;
}

.main .breadcrumb span a:hover {
  color: #2160b0 !important;
}

.main .ztyj-title {
  height: 60px;
  line-height: 60px;
  padding: 0px 30px;
  border-bottom: 15px solid #f5f6fa;
}

.main .ztyj-title > a {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.main .ztyj-title > a:hover {
  color: #2160b0;
}

.main .ztyj-title .actived {
  background: #2160b0;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
}

.main .ztyj-title .actived:hover {
  color: #fff;
}

.main .search .search2 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  border: 1px solid #e5e5e5;
}

.main .search .search2 .select {
  display: inline-block;
  width: 70px;
  font-size: 14px;
}

.main .search .search2 .select input {
  color: #666;
  height: 30px;
  line-height: 30px;
  border: none;
}

.main .search .search2 .select .layui-form-select dl dd.layui-this {
  background-color: #2160b0;
}

.main .search .search2 .cont-input {
  display: inline-block;
  width: 200px;
  font-size: 14px;
}

.main .search .search2 .cont-input input {
  height: 30px;
  line-height: 30px;
  border: none;
  padding-left: 24px;
  background: url(/cj/imgs/search0.png) no-repeat 0 3px;
}

.main .search .search2 .btn {
  /*display: inline-block;*/
  font-size: 14px;
  float: right;
}

.main .search .search2 .btn a {
  display: block;
  background: #2160b0;
  height: 32px;
  line-height: 32px;
  color: #fff;
  margin: -1px;
  border: 1px solid #2160b0;
  padding: 0px 12px;
  cursor: pointer;
}

.main .search .active {
  border: 1px solid #2160b0;
}

.main .brief {
  -webkit-box-shadow: -2px 0 2px #e1e1e1, 2px 0 2px #e1e1e1, 0 -2px 2px #e1e1e1, 0 2px 2px #e1e1e1;
  -moz-box-shadow: -2px 0 2px #e1e1e1, 2px 0 2px #e1e1e1, 0 -2px 2px #e1e1e1, 0 2px 2px #e1e1e1;
  -o-box-shadow: -2px 0 2px #e1e1e1, 2px 0 2px #e1e1e1, 0 -2px 2px #e1e1e1, 0 2px 2px #e1e1e1;
  box-shadow: -2px 0 2px #e1e1e1, 2px 0 2px #e1e1e1, 0 -2px 2px #e1e1e1, 0 2px 2px #e1e1e1;
  padding: 20px 30px;
}

.main .brief .brief-img {
  display: inline-block;
}

.main .brief .brief-img img {
  min-width: 190px;
  max-width: 400px;
  height: 260px;
  vertical-align: top;
}

.main .brief .brief-text {
  display: inline-block;
  height: 260px;
  position: relative;
}

.main .brief .brief-text > div {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 5;
  width: 700px;
}

.main .brief .brief-text > div h5 {
  color: #666;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 20px;
}

.main .brief .brief-text > div .brief-title {
  color: #666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.main .brief .brief-text > div .brief-title a {
  color: #666;
}

.main .brief .brief-text > div .brief-title a:hover {
  color: #2160b0;
  cursor: pointer;
}

.main .bg-color {
  background: #f5f6fa;
  height: 20px;
  margin: 3px -30px;
}

.main .content {
  padding: 0.3rem 0.2rem;
  min-height: 5.6rem;
}

.main .content .zxgk {
  min-height: 5.6rem;
  background-color: #fff;
  margin-top: 0.2rem;
  padding: 0.2rem;
}

.main .content .zxgk > h5 {
  color: #111;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.main .content .zxgk p {
  font-size: 0.16rem;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 0.15rem;
}

.main .content .zxgk p img,
.main .content .zxgk p table,
.main .content .zxgk p .video {
  max-width: 100%;
}

.main .content .zxgk .date {
  text-align: center;
  margin: -0.15rem 0px 0.15rem 0px;
}

.main .content .title {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0.3rem;
  padding-bottom: 0.15rem;
}

.main .content .title > span {
  font-size: 0.16rem;
  font-weight: bolder;
}

.main .content .gqzl .list li > div:hover {
  cursor: pointer;
}

.main .content .dgzx .tx-list {
  font-size: 0;
}

.main .content .dgzx .tx-list li {
  display: inline-block;
  padding-top: 20px;
  margin: 0px 12px;
  width: 260px;
}

.main .content .dgzx .tx-list li a {
  display: block;
}

.main .content .dgzx .tx-list li a img {
  width: 260px;
  height: 200px;
  margin: 0 auto;
}

.main .content .dgzx .tx-list li a p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .dgzx .tx-list li a:hover {
  cursor: pointer;
}

.main .content .dgzx .tx-list li a:hover p {
  color: #2160b0;
}

.main .content .newslist ul li {
  padding: 0.1rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.main .content .newslist ul li a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
}

.main .content .newslist ul li a:hover {
  cursor: pointer;
  color: #2160b0;
}

.main .content .newslist ul li span {
  color: #999;
}

.main .content .detail-msg .brief-list {
  color: #666;
}

.main .content .detail-msg .brief-list .brief-list-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.main .content .detail-msg .brief-list .brief-list-title:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 10px;
  height: 100%;
  content: "";
  background: #2160b0;
}

.main .content .detail-msg .brief-list > ul {
  font-size: 0;
  margin-bottom: 20px;
}

.main .content .detail-msg .brief-list > ul li {
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
  margin-right: 20px;
}

.main .content .detail-msg .brief-list > ul li a {
  display: block;
}

.main .content .detail-msg .brief-list > ul li a img {
  width: 140px;
  height: 170px;
}

.main .content .detail-msg .brief-list > ul li a p {
  width: 140px;
  line-height: 26px;
  text-align: center;
}

.main .content .detail-msg .brief-list > ul li a:hover {
  cursor: pointer;
}

.main .content .detail-msg .brief-list > ul li a:hover p {
  color: #2160b0;
}

.main .content .detail-msg .brief-list > p {
  color: #666;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

.main .content .detail-msg .brief-list .main-writing {
  padding-left: 30px;
}

.main .content .detail-msg .brief-list .main-writing ul {
  margin-bottom: 15px;
}

.main .content .detail-msg .brief-list .main-writing ul li {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.main .content .research-literature .literature-title {
  color: #666;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  margin: 0px -30px;
  border-bottom: 1px solid #e5e5e5;
}

.main .content .research-literature .research-msg {
  padding: 30px 0;
}

.main .content .research-literature .research-msg li {
  font-size: 16px;
  line-height: 30px;
}

.main .content .research-literature .video {
  padding-bottom: 40px;
}

.main .content .research-literature .video .video-js .vjs-big-play-button {
  top: 40%;
  left: 45%;
}

.main .content .research-literature .research-img {
  padding-bottom: 40px;
}

.main .content .research-literature .research-img img {
  display: block;
  margin: 0 auto;
  max-width: 1120px;
}

.main .content .research-literature .texts {
  font-size: 16px;
}

.main .content .research-literature .btn-list {
  text-align: center;
}

.main .content .research-literature .btn-list a {
  display: inline-block;
  width: 100px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #2160b0;
  margin-right: 30px;
  border-radius: 3px;
}

.main .xjxx {
  background: #f5f6fa;
  width: 1200px;
  margin: 0 auto;
}

.main .xjxx .xjxx-left {
  background: #fff;
  width: 230px;
  height: 950px;
  padding: 20px 0px;
  /***个人中心---左侧导航***/
}

.main .xjxx .xjxx-left .xjxx-title {
  color: #666;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.main .xjxx .xjxx-left .nav-iterm {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.main .xjxx .xjxx-left .nav-iterm a {
  color: #666;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px 0;
}

.main .xjxx .xjxx-left .nav-iterm a:before {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  width: 4px;
  height: 20px;
  content: "";
  background: #2160b0;
}

.main .xjxx .xjxx-left .nav-iterm a:hover {
  color: #2160b0;
}

.main .xjxx .xjxx-left .nav-iterm a:hover:before {
  display: block;
}

.main .xjxx .xjxx-left .nav-iterm .active {
  color: #2160b0;
  font-weight: 600;
}

.main .xjxx .xjxx-left .nav-iterm .active:before {
  display: block;
}

.main .xjxx .xjxx-left .person-iterm {
  border: none;
}

.main .xjxx .xjxx-right {
  background: #fff;
  width: 950px;
  height: 950px;
  padding: 20px 0px;
  /***个人中心---右侧导航***/
}

.main .xjxx .xjxx-right .xjxx-list-title {
  color: #666;
  padding: 0px 35px 20px 35px;
  border-bottom: 1px solid #e5e5e5;
}

.main .xjxx .xjxx-right .xjxx-list-title span {
  font-size: 18px;
  font-weight: 600;
}

.main .xjxx .xjxx-right .log-type {
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
}

.main .xjxx .xjxx-right .log-type ul {
  display: inline-block;
  font-size: 0;
}

.main .xjxx .xjxx-right .log-type ul li {
  display: inline-block;
  color: #999;
  font-size: 14px;
  padding-right: 15px;
}

.main .xjxx .xjxx-right .log-type ul li a {
  color: #999;
}

.main .xjxx .xjxx-right .log-type ul li a:hover {
  cursor: pointer;
  color: #2160b0;
}

.main .xjxx .xjxx-right .log-type ul li .active {
  color: #2160b0;
}

.main .xjxx .xjxx-right .log-type .date {
  display: inline-block;
  color: #999;
}

.flex {
  display: flex;
}

.w50 {
  width: 50%;
  padding: 0.15rem;
}

h5.title,
h2.title {
  color: #666666;
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.15rem;
  margin-top: 0.4rem;
  clear: both;
  position: relative;
}

h5.title span,
h5.title a,
h2.title span,
h2.title a {
  font-size: 0.3rem;
  color: #2160b0;
  letter-spacing: 2px;
}

h5.title i.more,
h2.title i.more {
  padding-right: 0.15rem;
  font-size: 0.9rem;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 40%;
  background: url(/cj/imgs/more.png) right bottom no-repeat;
}

h5.title i.more a,
h2.title i.more a {
  font-size: 0.12rem;
  letter-spacing: 0;
  display: block;
  padding-bottom: 0.05rem;
}

h5.title .more,
h2.title .more {
  float: right;
  cursor: pointer;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.12rem;
  color: #2160b0;
  border-bottom: #2160b0 solid 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.12rem;
}

.title .eng,
.buttons .eng {
  margin-left: 0.05rem;
  font-size: 0.16rem;
  letter-spacing: 0;
}

.footer {
  background-image: linear-gradient(to right, #00a0e9, #053ba6);
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}

.footer .contain {
  margin: 0 auto;
  text-align: center;
}

.footer .contain p {
  color: #ffffff;
  text-align: left;
  line-height: 0.26rem;
}

.footer {
  position: relative;
}

.footer .gotop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(/cj/imgs/gotop.png) center no-repeat;
  background-size: cover;
  width: 0.5rem;
  height: 0.5rem;
  top: -0.2rem;
  border-radius: 50%;
  box-shadow: 0 0 8px #666;
  cursor: pointer;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  padding: 0.12rem 0.35rem;
  font-weight: 700;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #039dff;
  text-transform: capitalize;
}

.partA .about-title {
  text-align: center;
  font-size: 0.36rem;
  line-height: 1.5;
  color: #00b0f0;
}

.partA .about-info {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 2;
  text-indent: 2em;
}

@media only screen and (max-width: 1430px) {
  .index .index-main .index-left .picList,
  .index .index-main .index-left .news-msg {
    width: 419px;
  }
  .index .index-main .index-right {
    width: 419px;
  }
}

@-webkit-keyframes updown {
  0% {
    top: -0.05rem;
  }
  50% {
    top: 0;
  }
  100% {
    top: -0.05rem;
  }
}

@keyframes updown {
  0% {
    top: -0.05rem;
  }
  50% {
    top: 0;
  }
  100% {
    top: -0.05rem;
  }
}

@-o-keyframes updown {
  0% {
    top: -0.05rem;
  }
  50% {
    top: 0;
  }
  100% {
    top: -0.05rem;
  }
}
