@media (min-width: 768px) {
  .j-casecon .row .col-md-3 {
    max-width: 25%;
  }
}
.current {
  background: #00439c !important;
}
.current p {
  color: #fff !important;
}
.current img {
  display: none !important;
}
.current .j-con-xiala {
  display: block !important;
}
body {
  background: #fff;
}
.container {
  max-width: 1200px;
}
.j-caseban {
  background-image: url(../image/case-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 356px;
  max-height: 356px;
}
.j-casenav {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.j-casenav .j-casenav-cen {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  padding: 11px 0px;
}
.j-casenav .j-casenav-cen img {
  margin-right: 7px;
}
.j-casenav .j-casenav-cen a {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  padding: 0 3px;
}
.j-casenav .j-casenav-cen a:hover {
  color: #00439c;
}
.j-casecon {
  padding-top: 80px;
  padding-bottom: 40px;
}
.j-casecon .row {
  display: flex;
}
.j-casecon .row .j-casecon-items {
  padding: 0px 26px;
  margin-bottom: 50px;
}
.j-casecon .row .j-casecon-items a {
  border: solid 1px #dddddd;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 22px;
  transition: all 0.5s;
}
.j-casecon .row .j-casecon-items a img {
  max-width: 100%;
}
.j-casecon .row .j-casecon-items a:hover {
  border: solid 1px #00439c;
}
.j-casecon .row .j-casecon-items:nth-child(4n-3) {
  padding-left: 0;
}
.j-casecon .row .j-casecon-items:nth-child(4n) {
  padding-right: 0;
}
.j-casedet {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  display: none;
}
.j-casedet .details {
  background: #fff;
  max-width: 559px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px;
}
.j-casedet .details img {
  float: right;
  cursor: pointer;
}
.j-casedet .details div:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: justify;
  padding-top: 17px;
  padding-bottom: 23px;
  border-bottom: 0.5px solid #a3a3a3;
  margin-bottom: 18px;
}
.j-casedet .details div:nth-child(2) h3 {
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  padding-bottom: 17px;
}
.j-aboutban {
  background-image: url(../image/aboutban.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 356px;
  max-height: 356px;
}
.j-aboutnav {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.j-aboutnav .j-aboutnav-cen {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  padding: 11px 0px;
}
.j-aboutnav .j-aboutnav-cen img {
  margin-right: 7px;
}
.j-aboutnav .j-aboutnav-cen a {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  padding: 0 3px;
}
.j-aboutnav .j-aboutnav-cen a:hover {
  color: #00439c;
}
.j-aboutdeta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.j-aboutdeta .j-aboutd-lf {
  width: 41%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 8;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.j-aboutdeta .j-aboutd-lf h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 600;
  position: relative;
  padding-top: 44px;
  width: fit-content;
}
.j-aboutdeta .j-aboutd-lf h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-aboutdeta .j-aboutd-lf div {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
  padding-top: 62px;
}
.j-aboutdeta .j-aboutd-rt {
  position: relative;
  width: 51%;
}
.j-aboutdeta .j-aboutd-rt div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.j-aboutdeta .j-aboutd-rt div::after {
  position: absolute;
  content: '';
  width: 202px;
  height: 242px;
  background-color: #00439c;
  right: -20px;
  top: -20px;
}
.j-aboutdeta .j-aboutd-rt div::before {
  position: absolute;
  content: '';
  width: 202px;
  height: 242px;
  background-color: #b81c22;
  left: -20px;
  bottom: -20px;
}
.j-aboutdeta .j-aboutd-rt p {
  position: relative;
}
.j-aboutcour {
  background: url(../image/course.png) no-repeat;
  background-size: 100% 100%;
}
.j-aboutcour .j-aboutcour-cen {
  padding: 60px 0;
  padding-bottom: 0;
}
.j-aboutcour .j-aboutcour-cen h3 {
  position: relative;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 35px;
}
.j-aboutcour .j-aboutcour-cen h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con {
  background: url(../image/dt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 62px;
  padding-bottom: 85px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../image/line.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 7);
  cursor: pointer;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before {
  top: -30px;
  content: '';
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 1px rgba(4, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.1s;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li div {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) {
  flex-direction: column-reverse;
  left: -66px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::before {
  display: none;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
  bottom: -59px;
  content: '';
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 1px rgba(4, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.1s;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(1) {
  margin-top: 297px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2) {
  position: relative;
  top: 96px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(3) {
  position: relative;
  top: 228px;
  left: -51px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(4) {
  position: relative;
  top:63px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(5) {
  position: relative;
  top: 144px;
  left: -17px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(6) {
  position: relative;
  top: 25px;
  left: 5px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(7) {
  position: relative;
  top: 138px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:hover .j-year::after,
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:hover .j-year::before {
  transform: translateX(-50%) scale(1.2);
  background-image: url(../image/yd.png);
  background-repeat: no-repeat;
  background-position: center;
}
.j-aboutteam {
  max-width: 1346px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.j-aboutteam h3 {
  position: relative;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 35px;
}
.j-aboutteam h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-aboutteam .team-swiper {
  padding-top: 53px;
  max-width: 1200px;
}
.j-aboutteam .team-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.j-aboutteam .team-swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.j-aboutteam .team-swiper2 {
  padding-top: 53px;
  max-width: 1200px;
  display: none;
}
.j-aboutteam .team-swiper2 .swiper-wrapper .swiper-slide a {
  display: block;
}
.j-aboutteam .team-swiper2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.j-aboutteam .swiper-button-next,
.j-aboutteam .swiper-button-prev {
  top: 64%;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  border: none !important;
}
.j-aboutteam .swiper-button-next {
  background-image: url(../image/right.png);
}
.j-aboutteam .swiper-button-prev {
  background-image: url(../image/left.png);
}
.j-contactban {
  background-image: url(../image/con-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 356px;
  max-height: 356px;
}
.j-contactnav {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.j-contactnav .j-contactnav-cen {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  padding: 11px 0px;
}
.j-contactnav .j-contactnav-cen img {
  margin-right: 7px;
}
.j-contactnav .j-contactnav-cen a {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  padding: 0 3px;
}
.j-contactnav .j-contactnav-cen a:hover {
  color: #00439c;
}
.j-con-detail {
  padding: 80px 0;
}
.j-con-detail h3 {
  position: relative;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 35px;
}
.j-con-detail h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-con-detail .j-con-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.j-con-detail .j-con-tel li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.j-con-detail .j-con-tel li img {
  margin-right: 17px;
}
.j-con-detail .j-con-dt {
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.j-con-detail .j-con-inv {
  padding-top: 70px;
}
.j-con-detail .j-con-inv h3 {
  position: relative;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 35px;
}
.j-con-detail .j-con-inv h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-con-detail .j-con-inv form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.j-con-detail .j-con-inv form input {
  width: 48.5%;
  height: 70px;
  background-color: #f2f5fa;
  border: none;
  outline: none;
  font-size: 16px;
  color: #666666;
  padding: 0 24px;
  margin-bottom: 23px;
}
.j-con-detail .j-con-inv form input:nth-child(3) {
  width: 100%;
}
.j-con-detail .j-con-inv form textarea {
  width: 100%;
  min-height: 252px;
  background-color: #f2f5fa;
  border: none;
  outline: none;
  font-size: 16px;
  color: #666666;
  padding: 24px;
}
.j-con-detail .j-con-inv form input:last-child {
  width: 205px;
  height: 51px;
  line-height: 51px;
  background-color: #00439c;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.5s;
}
.j-con-detail .j-con-inv form input:last-child:hover {
  background: #333;
}
.j-con-detail .j-con-rec {
  padding-top: 80px;
}
.j-con-detail .j-con-rec h3 {
  position: relative;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 35px;
}
.j-con-detail .j-con-rec h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #00439c;
}
.j-con-detail .j-con-rec ul {
  padding-top: 44px;
}
.j-con-detail .j-con-rec ul li {
  margin-bottom: 30px;
}
.j-con-detail .j-con-rec ul li .j-con-pos {
  display: flex;
  background: #f2f5fa;
  align-items: center;
  justify-content: space-between;
  padding: 8px 60px;
  transition: all 0.5s;
  cursor: pointer;
}
.j-con-detail .j-con-rec ul li .j-con-pos p {
  font-size: 20px;
  color: #666;
}
.j-con-detail .j-con-rec ul li .j-con-pos p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.j-con-detail .j-con-rec ul li .j-con-pos p:nth-child(2) img {
  margin-left: 17px;
}
.j-con-detail .j-con-rec ul li .j-con-pos p:nth-child(2) .j-con-xiala {
  display: none;
}
.j-con-detail .j-con-rec ul li .j-con-pos:hover {
  background: #00439c;
}
.j-con-detail .j-con-rec ul li .j-con-pos:hover p {
  color: #fff;
}
.j-con-detail .j-con-rec ul li .j-con-pos:hover img {
  display: none;
}
.j-con-detail .j-con-rec ul li .j-con-pos:hover .j-con-xiala {
  display: block !important;
}
.j-con-detail .j-con-rec ul li .j-con-con {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding: 20px 60px 40px 60px;
  background: #f2f5fa;
  display: none;
}
.j-con-detail .j-con-rec ul li .j-con-con .j-con-td {
  display: block;
  width: 161px;
  height: 40px;
  background-color: #00439c;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-top: 60px;
  margin-left: 86%;
  transition: all 0.5s;
}
.j-con-detail .j-con-rec ul li .j-con-con .j-con-td:hover {
  background: #333;
}
.j-newban {
  background-image: url(../image/news-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 356px;
  max-height: 356px;
}
.j-newnav {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.j-newnav .j-newnav-cen {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  padding: 11px 0px;
}
.j-newnav .j-newnav-cen img {
  margin-right: 7px;
}
.j-newnav .j-newnav-cen a {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  padding: 0 3px;
}
.j-newnav .j-newnav-cen a:hover {
  color: #00439c;
}
.j-newcon {
  padding: 80px 0;
}
.j-newcon ul li {
  display: flex;
  padding: 48px;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.5s;
}
.j-newcon ul li .j-date {
  width: 10.8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.j-newcon ul li .j-date h3 {
  font-size: 40px;
  line-height: 26px;
  color: #999;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 38px;
  transition: all 0.5s;
}
.j-newcon ul li .j-date p {
  font-size: 16px;
  color: #999;
  padding-top: 19px;
  transition: all 0.5s;
}
.j-newcon ul li .j-thumb {
  padding-left: 50px;
  width: 39%;
}
.j-newcon ul li .j-thumb a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.j-newcon ul li .j-thumb a img {
  width: 100%;
  transition: all 0.5s;
}
.j-newcon ul li .j-newdetail {
  width: 46.5%;
  padding-left: 50px;
}
.j-newcon ul li .j-newdetail .j-tit {
  font-size: 20px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
}
.j-newcon ul li .j-newdetail .j-desc {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 26px;
  padding-top: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.j-newcon ul li .j-newdetail p {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  border-top: 1px solid #c9c9c9;
  padding-top: 42px;
}
.j-newcon ul li .j-newdetail p .j-newlf {
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.j-newcon ul li .j-newdetail p .j-newlf img {
  margin-right: 13px;
}
.j-newcon ul li .j-newdetail p .j-newlf .j-arrow {
  display: none;
}
.j-newcon ul li .j-newdetail p .j-newrt {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.j-newcon ul li:last-child {
  border-bottom: none;
}
.j-newcon ul li:hover {
  background: #f5f5f5;
}
.j-newcon ul li:hover .j-date h3 {
  color: #00439c;
  border-bottom: 1px solid #00439c;
}
.j-newcon ul li:hover .j-date p {
  color: #00439c;
}
.j-newcon ul li:hover .j-thumb a img {
  transform: scale(1.2);
}
.j-newcon ul li:hover .j-newdetail .j-tit {
  color: #00439c;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf img {
  display: none;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf .j-arrow {
  display: block;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf {
  color: #00439c;
}
.j-newcon ul li:hover .j-newdetail p .j-newrt {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
}
.j-new-content {
  padding: 80px 0;
}
.j-new-content h4 {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.j-new-content .j-new-time {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-top: 5px;
}
.j-new-content .j-new-description {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding: 26px 33px;
  background-color: #f2f2f2;
  margin-top: 20px;
}
.j-new-content .j-new-all {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding: 50px 0;
}
.j-new-content .j-new-about {
  overflow: hidden;
}
.j-new-content .j-new-about h3 {
  font-size: 20px;
  position: relative;
  display: flex;
  font-weight: 600;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.j-new-content .j-new-about h3 img:nth-child(1) {
  margin-right: 13px;
}
.j-new-content .j-new-about h3 img:nth-child(2) {
  max-width: 1025px;
  margin-left: 17px;
}
.j-new-content .j-new-about div {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
  padding: 5px 44px 25px 59px;
  position: relative;
}
.j-new-content .j-new-about div::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b81c22;
}
.j-new-content .j-new-about div::after {
  content: '';
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b81c22;
}
.j-new-content .j-new-review h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  position: relative;
  border-bottom: 2px solid #ccc;
  padding-bottom: 12px;
  padding-top: 55px;
}
.j-new-content .j-new-review h3::after {
  position: absolute;
  bottom: -1.5px;
  content: '';
  left: 0;
  height: 2px;
  width: 79px;
  background: #b81c22;
}
.j-new-content .j-new-review ul {
  margin-top: 10px;
}
.j-new-content .j-new-review ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 6px 0;
  width: 95%;
  margin: 0 auto;
}
.j-new-content .j-new-review ul li .j-rev-lf {
  display: flex;
  align-items: center;
}
.j-new-content .j-new-review ul li .j-rev-lf h5 {
  font-size: 18px;
  color: #cb1a2f;
  margin-bottom: 0;
  padding-right: 19px;
  position: relative;
  font-weight: 800;
}
.j-new-content .j-new-review ul li .j-rev-lf p {
  padding: 0 16px;
}
.j-new-content .j-new-review ul li .j-rev-lf p a {
  font-size: 14px;
  color: #666666;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.j-new-content .j-new-review ul li .j-rev-lf h5::after {
  position: absolute;
  content: '';
  right: 0;
  height: 16px;
  width: 1px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
}
.j-new-content .j-new-review ul li .j-rev-rt a {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}
.j-new-content .j-new-review ul li:hover .j-rev-lf p a {
  color: #cb1a2f;
}
.j-new-content .j-new-code {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 55px;
}
.j-new-content .j-new-code p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #cb1a2f;
  padding-top: 9px;
}
.j-new-content .j-new-code div {
  padding-right: 56px;
  position: relative;
}
.j-new-content .j-new-code div::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 1px;
  height: 135px;
  background: #ccc;
  transform: translateY(-50%);
}
.j-new-content .j-new-code img:nth-child(2) {
  margin-left: 56px;
}
@media (max-width: 1200px) {
  .j-casenav .j-casenav-cen,
  .j-casecon,
  .j-aboutnav-cen,
  .j-aboutdeta,
  .j-aboutcour .j-aboutcour-cen,
  .j-aboutteam,
  .j-contactnav-cen,
  .j-con-detail,
  .j-newcon,
  .j-newnav-cen,
  .j-new-content {
    max-width: 96%;
  }
  .j-casecon .row .j-casecon-items {
    padding: 0 15px;
  }
  .j-casecon .row .j-casecon-items {
    margin-bottom: 30px ;
  }
  .j-casecon {
    padding-top: 45px;
  }
  .j-newcon ul li .j-newdetail .j-desc {
    padding-top: 0;
  }
  .j-newcon ul li .j-newdetail p {
    margin-top: 14px;
    padding-top: 14px;
  }
  .j-newcon ul li .j-date h3 {
    padding-bottom: 20px;
  }
  .j-newcon ul li .j-date p {
    padding-top: 0;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul {
    background-image: url(../image/line22.png);
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(5) {
    position: relative;
    top: 188px;
    left: -11px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(7) {
    top: 191px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2) {
    left: -53px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(3) {
    position: relative;
    top: 241px;
    left: -37px;
  }
}
@media (max-width: 990px) {
  .j-casedet .details div h3 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .j-casedet .details div {
    line-height: 21px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .j-casedet .details {
    width: 89%;
  }
  .j-caseban,
  .j-aboutban,
  .j-contactban,
  .j-newban {
    height: 249px;
  }
  .j-aboutdeta .j-aboutd-lf div {
    padding-top: 15px;
  }
  .j-aboutdeta .j-aboutd-lf h3 {
    padding-top: 31px;
  }
  .j-con-detail .j-con-tel {
    flex-wrap: wrap;
  }
  .j-con-detail .j-con-tel li {
    width: 50%;
    justify-content: flex-start;
  }
  .j-newcon ul li .j-thumb a img {
    min-height: 138px;
  }
  .j-newcon ul li {
    padding: 30px;
  }
  .j-newcon,
  .j-new-content {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .j-casecon .row .j-casecon-items {
    padding: 0 8px !important;
    margin-bottom: 15px;
  }
  .j-aboutdeta,
  .j-aboutcour .j-aboutcour-cen,
  .j-aboutteam,
  .j-con-detail,
  .j-con-detail .j-con-inv,
  .j-con-detail .j-con-rec,
  .j-new-content {
    display: block;
    padding: 24px 0;
  }
  .j-con-detail .j-con-rec {
    padding-top: 0;
  }
  .j-aboutdeta .j-aboutd-lf {
    width: 100%;
    -webkit-line-clamp: inherit;
    -moz-line-clamp: inherit;
  }
  .j-caseban,
  .j-aboutban,
  .j-contactban,
  .j-newban {
    height: 161px;
  }
  .j-aboutdeta .j-aboutd-rt {
    width: 93%;
    margin: 0 auto;
    padding-top: 34px;
  }
  .j-aboutdeta .j-aboutd-rt img {
    width: 100%;
  }
  .j-aboutdeta .j-aboutd-rt div::after,
  .j-aboutdeta .j-aboutd-rt div::before {
    width: 143px;
    height: 143px;
    bottom: 10px;
  }
  .j-aboutdeta .j-aboutd-lf div {
    line-height: 26px;
  }
  .j-casedet .details div:nth-child(2) h3 {
    font-size: 22px;
  }
  .j-aboutcour .j-aboutcour-cen h3,
  .j-aboutteam h3,
  .j-con-detail h3,
  .j-con-detail .j-con-inv h3,
  .j-con-detail .j-con-rec h3 {
    font-size: 22px;
    padding-top: 15px;
  }
  .j-aboutdeta .j-aboutd-lf h3 {
    font-size: 22px;
    padding-top: 15px;
  }
  .j-aboutteam .team-swiper {
    padding-top: 34px;
  }
  .team-swiper {
    display: none;
  }
  .team-swiper2 {
    display: block !important;
    padding-top: 30px !important;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
    display: block;
    background-image: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 50px;
    position: relative;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li::after {
    position: absolute;
    content: '';
    bottom: -34px;
    left: 50%;
    background: url(../image/xiala.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    transform: translateX(-50%);
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:last-child::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(1) {
    margin-top: 40px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) {
    flex-direction: inherit;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year {
    padding-bottom: 0;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con {
    margin-top: 40px;
    padding-bottom: 0;
    background-size: inherit;
  }
  .j-aboutcour .j-aboutcour-cen {
    padding-bottom: 1px;
  }
  .j-con-detail .j-con-tel li {
    font-size: 15px;
    white-space: nowrap;
  }
  .j-con-detail .j-con-inv form input {
    height: 36px;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .j-con-detail .j-con-inv form input:last-child {
    width: 142px;
    height: 39px;
    margin-top: 24px;
  }
  .j-con-detail .j-con-rec ul li .j-con-pos {
    padding: 8px 19px;
  }
  .j-con-detail .j-con-rec ul li .j-con-pos p {
    font-size: 16px;
  }
  .j-con-detail .j-con-rec ul {
    padding-top: 20px;
  }
  .j-con-detail .j-con-rec ul li .j-con-con .j-con-td {
    font-size: 15px;
    margin-left: auto;
    margin-top: 24px;
    position: relative;
    right: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .j-con-detail .j-con-rec ul li .j-con-con {
    font-size: 15px;
    padding: 20px;
    overflow: hidden;
  }
  .j-con-detail .j-con-inv form {
    margin-top: 24px;
  }
  .j-con-detail .j-con-inv form textarea {
    min-height: 167px;
    font-size: 14px;
  }
  .j-con-detail .j-con-rec ul li {
    margin-bottom: 14px;
  }
  .j-con-detail .j-con-tel li img {
    margin-right: 7px;
  }
  .j-newcon ul li {
    padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
  }
  .j-newcon ul li .j-thumb {
    width: 100%;
  }
  .j-newcon ul li .j-thumb {
    padding-left: 0;
  }
  .j-newcon ul li .j-newdetail {
    width: 100%;
    padding-left: 0px;
  }
  .j-newcon ul li .j-date {
    display: none;
  }
  .j-newcon ul li .j-newdetail .j-tit {
    font-size: 16px;
  }
  .j-newcon ul li .j-newdetail .j-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .j-newcon ul li .j-newdetail p {
    margin-top: 8px;
    padding-top: 8px;
	padding-right: 25px;
  }
  .j-newcon ul li .j-newdetail p .j-newlf img {
    width: 22px;
  }
  .j-newcon ul li .j-thumb a img {
    height: auto;
    max-width: unset;
    width: 100%;
  }
  .j-newcon ul li .j-newdetail p .j-newrt img {
    max-width: 25px;
  }
  .j-newcon {
    padding: 15px 0;
  }
  .j-new-content h4 {
    font-size: 20px;
  }
  .j-new-content .j-new-time {
    padding-top: 0;
  }
  .j-new-content .j-new-description {
    margin-top: 9px;
    padding: 10px;
    line-height: 23px;
    font-size: 15px;
    text-align: justify;
  }
  .j-new-content .j-new-all {
    padding: 10px 0;
    font-size: 15px;
  }
  .j-new-content .j-new-about div {
    font-size: 14px;
    padding: 0px 7px 12px 44px;
  }
  .j-new-content .j-new-review h3 {
    padding-top: 22px;
  }
  .j-new-content .j-new-code {
    margin-top: 32px;
  }
  .j-new-content .j-new-code p {
    font-size: 14px;
  }
  .j-new-content .j-new-code div::after {
    display: none;
  }
  .j-new-content .j-new-code div {
    padding-right: 0;
  }
  .j-new-content .j-new-code img:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
