﻿.footer .contain {
  padding-top: 20px;
}

.footer .flex {
  justify-content: space-between;
}

.footer .about {
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}

.footer .foot_bot {
  display: flex;
  color: #ffffff;
  align-items: center;
}

.footer .foot_bot a {
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.fr {
  float: right;
}

.mobile-nav {
  position: relative;
  display: none;
}

.subpage-main {
  padding: 0 0.15rem;
}

#menu a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
  line-height: 1.5;
}

#menu a .eng {
  font-size: 14px;
  letter-spacing: 2px;
}

#menu a.on, #menu a:hover {
  background-color: #00b0f0;
  color: #ffffff !important;
}

.placeholder {
  color: #999;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0.2rem;
}

a:hover {
  color: #00a0e8 !important;
}

.title a {
  color: #fff;
}

.more2 a {
  color: #666666 !important;
}

.more2 a:hover {
  color: #00a0e8 !important;
}

.slick-next {
  background-image: url(/cj/imgs/i-right.png);
  right: 0;
  margin-right: -0.2rem;
}

.slick-prev {
  background-image: url(/cj/imgs/i-left.png);
  left: 0;
  margin-left: -0.2rem;
}

.slick-arrow {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.4;
  z-index: 800;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 0 0.1rem;
  float: left;
  padding: 0 !important;
}

.slick-dots button {
  padding: 0.06rem;
  background-color: #cccccc;
  border: none;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #00a0e8;
}

.content {
  min-height: 500px;
}

.partA {
  background: #fff url(../imgs/newsbg.png) no-repeat right bottom;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

.partA .imaged {
  position: relative;
  display: block;
  margin: 0 auto;
}

.partA .imaged::after {
  position: absolute;
  left: -0.4rem;
  bottom: -0.4rem;
  background-color: #addfff;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  display: block;
  border-radius: 0.4rem;
}

.partA img {
  border-radius: 0.4rem;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.partA p {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.partA .buttons {
  margin-top: 0.4rem;
}

#menu {
  display: flex;
}

#menu li {
  width: 16.66%;
  display: inline-block;
}

.bannerlist .img {
  background-size: cover;
  width: 100%;
  height: 28vw;
  display: block;
  background-position: center;
}

.index-main {
  position: relative;
}

.iterm2 {
  margin-top: -0.15rem;
}

.iterm2 ul {
  width: 100%;
}

.iterm2 ul li {
  padding: 0.15rem;
}

.iterm2 ul li > a {
  width: 100%;
  display: block;
  box-shadow: 1px 2px 0.1rem 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.iterm2 ul li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  transition: 0.3s all;
  background-position: center center;
}

.iterm2 ul li .txtbox {
  width: 100%;
  padding: 0.24rem 0.3rem;
  box-sizing: border-box;
  position: relative;
}

.iterm2 ul li .txtbox h1 {
  font-size: 0.18rem;
  color: #005ba8;
  line-height: 0.3rem;
  font-weight: normal;
  margin-bottom: 0.06rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s all;
}

.iterm2 ul li .txtbox p {
  font-size: 0.14rem;
  color: #858484;
  line-height: 0.25rem;
  height: 0.5rem;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.iterm2 ul li .txtbox .flex {
  width: 100%;
  margin-top: 0.2rem;
  padding-top: 0.08rem;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  justify-content: space-between;
}

.iterm2 ul li .txtbox .flex span {
  font-size: 0.12rem;
  display: inline-block;
  transition: 0.3s all;
}

.iterm2 ul li .txtbox .flex span:first-of-type {
  background-image: url(/cj/imgs/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  padding-left: 0.2rem;
}

.iterm2 ul li .txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2160b0 0%, #039dff 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.3s all;
}

.iterm2 ul li:hover a {
  color: #ffffff;
}

.iterm2 ul li:hover a .line2 {
  color: #e0e0e0;
}

.iterm2 ul li:hover a .more {
  border-color: #ffffff !important;
}

.iterm2 ul li:hover .txtbox::before {
  opacity: 1;
}

.iterm2 ul li:hover .imgbox .image {
  transform: scale(1.05, 1.05);
}

.iterm2 ul li:hover .txtbox h1,
.iterm2 ul li:hover .txtbox p,
.iterm2 ul li:hover .txtbox .flex span {
  color: #ffffff;
}

.iterm2 ul li:hover .txtbox .flex span:first-of-type {
  background-image: url(/cj/imgs/time_hover.png);
}

.list1 ul li {
  padding: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #858484;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0.12rem;
  background-color: #ffffff;
}

.list1 ul li a {
  display: block;
  font-size: 0.18rem;
}

.list1 ul li a,
.list1 ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.list1 ul li .time {
  margin-right: 0.16rem;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #039dff;
  text-align: center;
  float: left;
}

.list1 ul li .time P {
  line-height: 1.5;
}

.list1 ul li .time P:first-child {
  background-color: #039dff;
  color: #fff;
  font-size: 0.12rem;
  padding: 0.05rem 0.1rem;
}

.list1 ul li .time P:nth-child(2) {
  background-color: #fefefe;
  color: #039dff;
  font-size: 0.18rem;
}

.list1 ul li .time p:nth-child(2) {
  font-size: 0.24rem;
  border-top: 1px solid #fff;
}

.bannerlist .swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 0.05rem;
}

.partB .title .more {
  right: 0.15rem;
}

.partC {
  padding-bottom: 0.4rem;
  background: transparent;
}

.partC .index_tab h2 {
  height: 0.6rem;
  border-color: #858484;
}

.partC .index_tab h2 > span {
  width: 40%;
  display: flex;
  justify-content: center;
  position: relative;
}

.partC .index_tab h2 > span span {
  width: auto;
  color: #666666;
  float: left;
}

.partC .index_tab h2 > span .eng {
  width: auto;
  line-height: 0.75rem;
}

.partC .index_tab h2 > span::before {
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  left: 0;
  bottom: -2px;
  position: absolute;
  content: "";
}

.partC .index_tab h2 > span.current span, .partC .index_tab h2 > span:hover span {
  color: #005ba8;
}

.partC .index_tab h2 > span.current::before, .partC .index_tab h2 > span:hover::before {
  background-color: #005ba8;
}

.partC .index_tab h2 span {
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: transparent;
}

.partC .index_tab .more {
  height: auto;
}

.partC .list5 {
  padding-top: 0;
}

.partC .list5 li {
  padding: 0.17rem 0 0.17rem 0.15rem;
}

.partC .list5 li .time {
  background-color: #039dff;
}

.partC .list5 li .wen h4 {
  font-size: 0.18rem;
}

.linkarea {
  text-align: right;
}

.linkarea a {
  margin-right: 0.08rem;
  padding-right: 0.08rem;
  border-right: 1px solid #ccc;
  font-size: 0.16rem;
}

.linkarea a:last-child {
  border: none;
  margin-right: 0;
}

.index-bottom {
  background: url(/cj/imgs/bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.logoimg {
  width: 66%;
  display: inline-block;
}

.logoimg img {
  display: block;
  width: 100%;
}

#layer-search .sub {
  background-color: #005ba8;
}

.footer p {
  padding-left: 0.24rem;
  font-size: 0.14rem;
  background-size: 0.14rem auto;
}

.footer p.add {
  background: url(/cj/imgs/ico11.png) no-repeat left center;
}

.footer p.mail {
  background: url(/cj/imgs/ico14.png) no-repeat left center;
}

.footer p.tel {
  background: url(/cj/imgs/ico13.png) no-repeat left center;
}