* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #f3f7fa;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
.top {
  height: 122px;
  justify-content: space-between;
  width: 100%;
  background: url('../images/index_01.jpg') no-repeat center / cover;
}
.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .logo img {
  /* height: 63px; */
}
.top .search {
  position: relative;
}
.top .search input {
  width: 311px;
  height: 36px;
  border: 1px solid #1c6fb3;
  border-radius: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  outline: none;
}
.top .search .button {
  width: 56px;
  height: 36px;
  background: #1c6fb3;
  border-radius: 18px;
  position: absolute;
  right: 0;
  top: 0px;
}
.top .search .button img {
  position: absolute;
  right: 15px;
  top: 3px;
}
li {
  list-style: none;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .hd li {
  width: 15px;
  height: 15px;
  background: #f0f3f5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  width: 38px;
  height: 10px;
  background: #1c6fb3;
  border-radius: 5px;
}
.header {
  height: 56px;
  position: relative;
  z-index: 10000;
  margin: 0 auto;
  background: #1c6fb3;
  box-shadow: 9px 5px 62px 0px rgba(241, 241, 241, 0.78);
}
.navBar {
  margin: 0 auto;
  display: flex;
}
.navBar li {
  height: 56px;
  position: relative;
  margin: 0 16px;
  min-width: 117px;
  flex: 1;
  font-size: 16px;
}
.navBar li:nth-child(1) {
  margin-left: 0;
}
.navBar li.on .tit {
  background: #074c85;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover .tit {
  background: #074c85;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
}
.navBar .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  display: none;
  padding-top: 5px;
}
.navBar .sub .tit {
  color: #333;
}
.navBar .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-bottom: 1px solid #f2f2f2;
}
.navBar .sub a:hover {
  background: #f3f5f8;
  color: #1c6fb3;
}
.container {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1200px;
}
.about {
  background: url('../images/index_04.jpg') no-repeat 100% 100%;
  padding: 40px 30px 70px 30px;
  box-sizing: border-box;
  margin-top: 48px;
  margin-bottom: 48px;
}
.about .title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.about .content {
  display: flex;
}
.about .content .left {
  width: 48.5%;
  padding: 55px 35px 45px 35px;
  background: #ffffff;
  box-shadow: 9px 5px 38px 0px rgba(215, 237, 255, 0.39);
  margin-top: 62px;
  height: 441px;
  box-sizing: border-box;
}
.about .content .left .dec {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
}
.about .content .left .more {
  font-size: 16px;
  font-weight: 400;
  margin-top: 36px;
}
.about .content .left .more a {
  color: #1c6fb3;
}
.about .content .video {
  width: 51.5%;
  background: #fff;
}
.about .content .video video {
  width: 100%;
  height: 460px !important;
  position: relative;
  top: 50px;
  background: #000;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding-top: 26px;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.com-tit > div:nth-child(1) {
  height: 49px;
  line-height: 30px;
}
.com-tit > div:nth-child(1) span {
  font-size: 20px;
  font-weight: bold;
  color: #1c6fb3;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #1c6fb3;
}
.com-tit > div:nth-child(2) {
  font-size: 16px;
  color: #989898;
  line-height: 36px;
  height: 49px;
}
.com-tit > div:nth-child(2):hover {
  color: #1c6fb3;
  cursor: pointer;
}
.item1 {
  display: flex;
}
.item1 .left {
  width: calc(100% - 541px);
  padding: 0 30px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 38px;
}
.item1 .left .recommend {
  margin-top: 24px;
}
.item1 .left .recommend:hover .text {
  color: #0242de;
}
.item1 .left .recommend a {
  display: flex;
}
.item1 .left .recommend .imgbox {
  width: 245px;
  height: 147px;
  overflow: hidden;
}
.item1 .left .recommend .imgbox > div {
  width: 100%;
  height: 100%;
}
.item1 .left .recommend .imgbox > div:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.item1 .left .recommend .text {
  margin-left: 15px;
}
.item1 .left .recommend .text p:nth-child(1) {
  width: 20vw;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.item1 .left .recommend .text p:nth-child(2) {
  width: 29.5vw;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
}
.item1 .left .recommend .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}
.item1 .left .list {
  margin-top: 10px;
}
.item1 .left .list li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ececec;
}
.item1 .left .list li:hover .tit {
  color: #1c6fb3;
}
.item1 .left .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
.item1 .left .list li a span:nth-child(1) {
  width: 427px;
  font-size: 16px;
  color: #333333;
}
.item1 .left .list li a span:nth-child(2) {
  font-size: 14px;
  color: #666666;
}
.item1 .right {
  position: relative;
  width: 512px;
  box-sizing: border-box;
  padding: 0 30px;
  margin-left: 29px;
  background: #fff;
}
.item1 .right .swiper-container {
  padding-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
}
.item1 .right .swiper-slide {
  width: 340px;
  height: 232px;
  overflow: hidden;
  opacity: 0.6 !important;
  position: relative;
}
.item1 .right .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.item1 .right .swiper-slide-active {
  opacity: 1 !important;
}
.item1 .right .swiper-slide img {
  display: block;
  width: 100%;
}
/* .item1 .right .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
} */
.item1 .right .swiper-pagination {
  width: 84%;
  bottom: 40px;
}
.item1 .right .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: #d5d5d5;
  border-radius: 50%;
}
.item1 .right .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 42px;
  height: 10px;
  background: #1c6fb3;
  border-radius: 5px;
}
.item2 {
  margin-top: 48px;
  display: flex;
}
.item2 > div {
  padding: 0 30px;
  background: #fff;
  width: calc(100% / 3 - 23px);
  margin-right: 38px;
  box-sizing: border-box;
}
.item2 > div:nth-last-child(1) {
  margin-right: 0;
}
.item2 > div .com-tit {
  height: 50px;
  padding-top: 20px;
}
.item2 > div .com-tit > div:nth-child(1) span {
  padding-bottom: 8px;
}
.item2 .left {
  padding-bottom: 34px;
  box-sizing: border-box;
}
.item2 .left .bd {
  margin-top: 30px;
  height: 358px;
  box-sizing: border-box;
  overflow: hidden;
}
.item2 .left .list {
  border-left: 1px solid #e9e9e9;
  margin-left: 10px !important;
}
.item2 .left .list li {
  position: relative;
  margin-top: 30px;
}
.item2 .left .list li:hover p:nth-child(1) {
  color: #1c6fb3;
}
.item2 .left .list li .text-overflow2 {
  margin-left: 15px;
}
.item2 .left .list p:nth-child(1) {
  display: flex;
}
.item2 .left .list p .circle {
  width: 14px;
  top: 3px;
  height: 14px;
  border: 2px solid #1c6fb3;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  left: -10px;
  background: #fff;
}
.item2 .left .list p .dec {
  display: inline-block;
  width: 80%;
  padding-left: 15px;
}
.item2 .left .list p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  line-height: 22px;
}
.item2 .mid li,
.item2 .right li {
  height: 54px;
}
.item2 .mid li a,
.item2 .right li a {
  height: 100%;
  display: block;
  line-height: 54px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dashed #e5e5e5;
}
.item2 .mid li a:hover,
.item2 .right li a:hover {
  color: #025393;
}
.item3 {
  background: #fff;
  margin-top: 49px;
  padding: 0 30px;
  padding-bottom: 45px;
}
.item3 .com-tit {
  height: 67px;
}
.item3 .list ul li ul {
  display: flex;
}
.item3 .list ul li li {
  width: 25%;
  margin-right: 32px;
  margin-top: 41px;
  position: relative;
}
.item3 .list ul li li:nth-last-child(1) {
  margin-right: 0;
}
.item3 .list ul li li a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item3 .list ul li li a p {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.49);
}
.item3 .list ul li li a:hover .img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.item3 .list ul li li a .img {
  width: 100%;
}
.item3 .list ul li li a .img::before {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 63%;
}
.item3 .hd ul {
  display: flex;
  margin-top: 57px;
  justify-content: center;
}
.item3 .hd ul li {
  width: 13px;
  height: 13px;
  background: #dcdcdc;
  border-radius: 50%;
  margin: 0 4px;
}
.item3 .hd ul li.on {
  background: #1c6fb3;
}
.inner-banner {
  height: 468px;
}
.inner-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.side-bar {
  width: 20%;
  margin-top: -60px;
  position: relative;
  z-index: 100000000000000000;
  background: #fff;
}
.side-bar .tit {
  height: 148px;
  background: url('../images/jpb_04.jpg');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side-bar .tit p:nth-child(1) {
  font-size: 30px;
  color: #ffffff;
}
.side-bar .tit p:nth-child(2) {
  font-size: 14px;
  opacity: 0.32;
  font-weight: 200;
  color: #ffffff;
}
.side-bar .list {
  margin-top: -2px;
}
.side-bar .list ul > li {
  font-size: 18px;
  line-height: 63px;
  position: relative;
}
.side-bar .list ul > li.active {
  border: none;
}
.side-bar .list ul > li.active ul li {
  background: #fff;
  border: none !important;
  color: #333;
}
.side-bar .list ul > li.active ul li a {
  color: #333;
  border: none;
}
.side-bar .list ul > li.active a {
  color: #fff;
  background: #1c6fb3;
}

.side-bar .list ul > li:hover a {
  color: #fff;
  background: #1c6fb3;
}
.side-bar .list ul > li a {
  padding: 2px 24px;
  margin: 2px 0;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  border-left: 2px solid #1c6fb3;
  border-bottom: 1px solid #ededed;
}
.side-bar .list ul > li .menu a {
  background: #f5f2e9;
  color: #333;
  border-bottom: 1px solid #efefef !important;
}
.side-bar .list ul > li .menu a:hover {
  color: #005fe1;
}
.side-bar .list ul > li .menu {
  width: 100%;
  /* position: absolute; */
  /* right: -200px; */
  /* top: 0; */
  background: #fff;
  z-index: 1000000000000000000;
  border: 1px solid #efefef;
  border-bottom: none;
  border-left: none;
  display: none;
}
/* .side-bar .list ul > li:hover .menu {
  display: block !important;
} */

.com-right {
  padding-bottom: 56px;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
}
.com-right .nav {
  height: 85px;
  line-height: 85px;
  background: #f3f7fa;
  font-size: 14px;
  color: #737373;
  padding-left: 45px;
}
.com-right .nav a {
  color: #737373;
}
.com-right .content {
  padding-left: 45px;
  padding-top: 54px;
  padding-right: 42px;
}
.job {
  display: flex;
}
.job .com-right .content {
  padding-right: 42px;
}
.job .com-right .content .j-inner {
  width: 100%;
}
.job .com-right .content .j-inner .thead ul {
  display: flex;
  height: 62px;
  background: #e9eaec;
  padding: 0 23px;
  box-sizing: border-box;
}
.job .com-right .content .j-inner .thead ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 56px;
  width: 140px;
  text-align: center;
}
.job .com-right .content .j-inner .thead ul li.job-name {
  color: #333;
}
.job .com-right .content .j-inner .thead ul li:nth-of-type(1) {
  width: 350px;
  text-align: left;
  margin-right: 0px;
}
.job .com-right .content .j-inner .thead ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.job .com-right .content .j-inner .aa {
  background: #fcfcfc;
}
.job .com-right .content .j-inner .aa .detail {
  color: #1c6fb3;
}

.job .com-right .content .j-inner .wrap-tbody .detail span {
  margin-left: 4px;
}
.job .com-right .content .j-inner .wrap-tbody .detail .s2 {
  display: none;
}
.job .com-right .content .j-inner .wrap-tbody ul {
  display: flex;
  height: 56px;
  padding: 0 23px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}
.job .com-right .content .j-inner .wrap-tbody ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 56px;
  text-align: center;
  width: 140px;
  cursor: pointer;
}
.job .com-right .content .j-inner .wrap-tbody ul li:nth-of-type(1) {
  width: 347px;
  text-align: left;
}
.job .com-right .content .j-inner .wrap-tbody ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.job .com-right .content .j-inner .wrap-tbody .hide {
  display: none;
  padding-bottom: 40px;
}
.job .com-right .content .j-inner .wrap-tbody .hide .h1 {
  display: flex;
  padding: 0 23px;
  margin-top: 24px;
  box-sizing: border-box;
}
.job .com-right .content .j-inner .wrap-tbody .hide .h1 .left {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.job .com-right .content .j-inner .wrap-tbody .hide .h1 .right {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
  margin-left: 43px;
}
.contact {
  display: flex;
}
.contact .content h3 {
  font-size: 22px;
  font-weight: bold;
}
.contact .content .contact-list ul {
  display: flex;
  flex-wrap: wrap;
}
.contact .content .contact-list ul li {
  margin-top: 30px;
  width: 50%;
  display: flex;
  align-items: center;
}
.contact .content .contact-list ul li span {
  color: #666666;
  margin-left: 15px;
}
.contact .content .map {
  width: 100%;
  margin-top: 45px;
}
.contact .content .map img {
  width: 100%;
  height: auto;
}
.contact .content .message {
  margin-top: 40px;
}
.contact .content .message h3 {
  font-size: 16px;
  font-weight: 400;
  color: #030303;
}
.contact .content .message .input {
  display: flex;
  margin-top: 15px;
}
.contact .content .message .input > div {
  width: 48%;
  height: 39px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 0 13px;
}
.contact .content .message .input > div input {
  height: 100%;
  margin-left: 10px;
  border: none;
  outline: none;
  background: #f6f6f6;
}
.contact .content .message .input > div:nth-child(1) {
  margin-right: 18px;
}
.contact .content .message .input > div span {
  font-size: 14px;
  color: #bcbcbc;
}
.contact .content .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 92px;
  background: #f6f6f6;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-items: flex-start;
}
.contact .content .message .text-area span {
  font-size: 14px;
  color: #bcbcbc;
}
.contact .content .message .text-area textarea {
  width: 690px;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  margin-left: 10px;
}
.contact .content .message .btn {
  width: 140px;
  height: 40px;
  background: #005fe1;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
.ny-news {
  display: flex;
}
.ny-news .com-right .list {
  padding-top: 20px;
}
.ny-news .com-right .list li {
  height: 80px;
  line-height: 80px;
}
.ny-news .com-right .list li:hover a span:nth-child(1) {
  color: #1c6fb3;
}
.ny-news .com-right .list a {
  border-bottom: 1px dashed #f0f0f0;
  display: flex;
  justify-content: space-between;
}
.ny-news .com-right .list a span:nth-child(1) {
  display: inline-block;
  width: 35.4vw;
  font-size: 16px;
  color: #333333;
}
.ny-news .com-right .list a span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-news2 .new-list {
  padding-top: 24px;
}
.ny-news2 .new-list li {
  padding: 32px 0;
  border-bottom: 1px solid #f3f3f3;
}
.ny-news2 .new-list li:hover .img {
  transform: scale(1.1);
  transition: all 0.1s linear;
}
.ny-news2 .new-list li:hover .text p:nth-child(1) {
  color: #1c6fb3;
}
.ny-news2 .new-list a {
  display: flex;
}
.ny-news2 .new-list a .img-box {
  width: 25%;
  overflow: hidden;
}
.ny-news2 .new-list a .img-box .img {
  width: 100%;
}
.ny-news2 .new-list a .img-box .img::before {
  content: '';
  display: block;
  padding-bottom: 68.9%;
}
.ny-news2 .new-list a .text {
  margin-left: 24px;
  width: calc(75% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-news2 .new-list a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-news2 .new-list a .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 27px;
  margin-top: 9px;
}
.ny-news2 .new-list a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.ny-honor .pro-list {
  padding-top: 6px;
}
.ny-honor .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-honor .pro-list li {
  width: calc(33% - 18px);
  margin-right: 30px;
  margin-top: 54px;
  overflow: hidden;
}
.ny-honor .pro-list li:hover a p {
  color: #1c6fb3;
  border-bottom: 1px solid #1c6fb3;
}
.ny-honor .pro-list li:nth-child(3n) {
  margin-right: 0;
}
.ny-honor .pro-list li a {
  width: 100%;
}
.ny-honor .pro-list li a .imgbox {
  width: 100%;
}
.ny-honor .pro-list li a .imgbox::before {
  content: '';
  display: block;
  padding-bottom: 73%;
}
.ny-honor .pro-list li a p {
  position: relative;
  /* z-index: 10000; */
  font-size: 14px;
  color: #333333;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #f5f5f5;
  padding-right: 24px;
  box-sizing: border-box;
}
.ny-honor .pro-list li a p span {
  display: inline-block;
  margin-right: 7px;
}
.ny-case h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.ny-case .text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.ny-case .case-list {
  /* margin-top: 30px; */
}
.ny-case .case-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}
.ny-case .case-list ul li {
  width: calc(33% - 14px);
  margin-right: 24px;
  margin-top: 32px;
  position: relative;
}
.ny-case .case-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-case .case-list ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-case .case-list ul li a p {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.49);
}
.ny-case .case-list ul li a:hover .img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.ny-case .case-list ul li a .img {
  width: 100%;
}
.ny-case .case-list ul li a .img::before {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 75.8%;
}
.ny-case .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 53px;
  overflow: hidden;
  box-sizing: border-box;
}
.ny-case .swiper-slide {
  width: 462px;
  height: 351px;
  overflow: hidden;
}
.ny-case .swiper-slide p {
  width: 100%;
  height: 54px;
  line-height: 54px !important;
  text-align: center;
  color: #fff !important;
  font-size: 18px !important;
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  bottom: 0;
}
.ny-case .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.ny-case .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.ny-case .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 20px;
}
.ny-case .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: #d5d5d5;
  border-radius: 50%;
}
.ny-case .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1c6fb3;
}
.ny-detail .detail {
  padding-bottom: 50px;
}
.ny-detail .detail .ny-tit {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.ny-detail .detail .related {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
.ny-detail .detail .cont {
  margin-top: 39px;
}
.ny-detail .detail .other {
  margin-top: 40px;
}
.ny-detail .detail .other li {
  line-height: 30px;
}
.ny-detail .detail .other li:hover a {
  color: #1c6fb3;
}
.ny-detail .detail .download {
  font-size: 18px;
}
.ny-detail .detail .download a {
  color: #1c6fb3;
}
.case-detail .top-c {
  display: flex;
}
.case-detail .top-c .left {
  width: 427px;
  height: 324px;
}
.case-detail .top-c .left .img-box {
  width: 100%;
  height: 100%;
}
.case-detail .top-c .right {
  width: 519px;
  margin-left: 36px;
}
.case-detail .top-c .right h3 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.case-detail .top-c .right .text {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.case-detail .c-detail {
  margin-top: 48px;
}
.ny-culture .content {
  display: flex;
}
.ny-culture .content .left {
  width: 28.67%;
}
.ny-culture .content .left .img-box {
  width: 100%;
}
.ny-culture .content .left .img-box::before {
  content: '';
  display: block;
  padding-bottom: 139%;
}
.ny-culture .content .culture-list {
  width: calc(81.33% - 87px);
}
.ny-culture .content .culture-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-culture .content .culture-list ul li {
  width: calc(50% - 20px);
  box-shadow: 0px 3px 24px 0px rgba(230, 230, 230, 0.47);
  border-radius: 4px;
  padding: 53px 0;
  box-sizing: border-box;
  margin-left: 20px;
  height: 188px;
  margin-bottom: 22px;
}
.ny-culture .content .culture-list ul li p {
  text-align: center;
}
.ny-culture .content .culture-list ul li p:nth-child(2) {
  margin-top: 5px;
  font-size: 18px;
}
.footer-contact {
  height: 159px;
  background: #1c6fb3;
  margin-top: 72px;
}
.footer-contact .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.footer-contact .left .tit {
  font-size: 16px;
  color: #ffffff;
  padding-top: 30px;
}
.footer-contact .left .text {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  color: #abbadd;
  line-height: 28px;
}
.footer-contact .left .text > div {
  margin-left: 126px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
}
.footer-contact .left .text > div:nth-child(1) {
  margin-left: 0;
}
.footer-contact .right {
  display: flex;
  align-items: center;
  /* margin-left: 130px; */
}
.footer-contact .right .erwei {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin-right: 215px;
  text-align: center;
}
.footer-contact .right .erwei p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-contact .right .erwei img {
  width: 92px;
  height: 92px;
}
.footer-contact .right select {
  width: 236px;
  height: 34px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  outline: none;
  color: #fff;
  padding: 0 11px;
  box-sizing: border-box;
  appearance: none;
  /*隐藏原生select下拉框的向下箭头▼*/
}
.footer-contact .right select option {
  color: #333;
}
.footer-contact .right .link {
  position: relative;
  margin-right: 120px;
}
.footer-contact .right .link span {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 14px;
}
.footer {
  height: 54px;
  background: #074c85;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 12px;
}
.footer a {
  color: #fff;
  display: block;
}
.ny-page .title {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.ny-page .img-list {
  margin-top: 54px;
}
.ny-page .img-list .bd {
  width: 1140px;
  height: 777px;
  margin: 0 auto;
  border: 1px solid #efefef;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.ny-page .img-list .bd:hover .btn-list {
  display: block;
}
.ny-page .img-list .bd .pageState {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #333;
  font-size: 24px;
}
.ny-page .img-list .bd img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
}
.ny-page .img-list .bd .btn-list {
  display: none;
}
.ny-page .img-list .bd .prev,
.ny-page .img-list .bd .next {
  display: none;
  width: 50px;
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  line-height: 120px;
  text-align: center;
  font-size: 40px;
  transform: translateY(-50%);
  border: none;
  z-index: 100;
}
.ny-page .img-list .bd .next {
  right: 0;
}
.ny-page .hd {
  margin-top: 30px;
  margin: 30px auto;
  width: 776px;
  overflow: hidden;
}
.ny-page .hd ul {
  /* display: flex; */
}
.ny-page .hd ul li {
  width: 136px !important;
  height: 92px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #d8d7d7;
  display: inline-block;
}
.ny-page .hd ul li img {
  width: auto;
  height: 100%;
}
.ny-page .bottom {
  display: flex;
  justify-content: center;
}
.ny-page .bottom .sPrev,
.ny-page .bottom .sNext {
  font-size: 43px;
  margin-top: 42px;
}
.ny-page .bottom .left,
.ny-page .bottom .right {
  width: 135px;
  height: 92px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #d8d7d7;
  margin-top: 30px;
}
.ny-page .bottom .left p,
.ny-page .bottom .right p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  position: absolute;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.ny-page .bottom .left img,
.ny-page .bottom .right img {
  width: auto;
  height: 100%;
}
.ny-page .download {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
}
.ny-page .download img {
  width: 30px !important;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 58px;
  justify-content: center;
}
.paging a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.paging .prev:hover a,
.paging .next:hover a {
  background: #f6f6f6 !important;
}
.paging .prev img,
.paging .next img {
  width: 20px;
}
.paging .prev img {
  transform: rotate(180deg);
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f6f6f6;
  line-height: 40px;
  margin: 0 5px;
  color: #242422;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.paging li.on a {
  background: #1c6fb3;
  color: #fff;
}
.paging li a:hover {
  background: #1c6fb3;
  border-color: #1c6fb3;
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .footer-contact .right .erwei {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-right: 125px;
    text-align: center;
  }
  .item1 .left .recommend .text p:nth-child(2) {
    width: 26vw;
  }
  .ny-culture .content .culture-list ul li {
    height: 155px;
  }
  .about .content .video video {
    width: 100%;
    height: 391px !important;
    position: relative;
    top: 101px;
    background: #000;
  }
}
.side-bar .list ul > li a .icon-jianhao_o {
  display: none;
}

.side-bar .list ul > li a span {
  font-size: 20px;
  margin-left: 20px;
  position: absolute;
  right: 30px;
  top: 0;
}
.side-bar .list ul > li.active ul li a {
  padding-left: 60px;
}
